PushFront
status_t PushFront(const Value &value);
status_t PushFront(const Value &value);
fStreams.PushFront(stream);
inline void PushFront(Element* element, unsigned int priority);
fRunQueue.PushFront(thread, priority);
fRunQueue.PushFront(thread, priority);
void PushFront(ThreadData* thread,
void PushFront(ThreadData* thread,
cpu->PushFront(this, priority);
fCore->PushFront(this, priority);
CPPUNIT_ASSERT(fMyVector.PushFront(value) == B_OK);
v.PushFront(strategy.Generate());
v.PushFront(strategy.Generate());