Searched defs:PushFront (Results 1 – 10 of 10) sorted by relevance
85 int ListWrapper::PushFront(const unsigned int item_id) in PushFront() function in webrtc::ListWrapper92 int ListWrapper::PushFront(const void* ptr) in PushFront() function in webrtc::ListWrapper
95 int ListWrapper::PushFront(const unsigned int item_id) in PushFront() function in webrtc::ListWrapper103 int ListWrapper::PushFront(const void* ptr) in PushFront() function in webrtc::ListWrapper
126 virtual int PushFront(const unsigned int item_id) { in PushFront() function in ListWrapperStatic195 virtual int PushFront(const unsigned int item_id) { in PushFront() function in ListWrapperDynamic
144 void PushFront(L l) { in PushFront() function
136 void PushFront(L l) { in PushFront() function
252 void PushFront(const E& element) { in PushFront() function
449 def PushFront(a_list, elem): function
283 void PushFront(const E& element) { Insert(element, 0); } in PushFront() function
579 TEST(VectorTest, PushFront) { in TEST() argument