Searched refs:PushFront (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dlist_stl.h47 int PushFront(const void* ptr);
48 int PushFront(const unsigned int item_id);
H A Dlist_no_stl.h51 int PushFront(const void* ptr);
52 int PushFront(const unsigned int item_id);
69 void PushFront(ListNoStlItem* item);
H A Dlist_unittest.cc47 virtual int PushFront(const unsigned int item_id) = 0;
126 virtual int PushFront(const unsigned int item_id) { function in class:ListWrapperStatic
127 return list_.PushFront(item_id);
195 virtual int PushFront(const unsigned int item_id) { function in class:ListWrapperDynamic
201 const int return_value = list_.PushFront(
366 // Reverse the reversed list using PushFront and Next.
369 list_to_un_reverse->PushFront(list_to_reverse->GetUnsignedItem(item));
H A Dlist_no_stl.cc95 int ListWrapper::PushFront(const unsigned int item_id) function in class:webrtc::ListWrapper
103 int ListWrapper::PushFront(const void* ptr) function in class:webrtc::ListWrapper
H A Dlist_stl.cc85 int ListWrapper::PushFront(const unsigned int item_id) function in class:webrtc::ListWrapper
92 int ListWrapper::PushFront(const void* ptr) function in class:webrtc::ListWrapper
/external/webrtc/src/system_wrappers/interface/
H A Dlist_wrapper.h51 int PushFront(const void* ptr);
56 int PushFront(const unsigned int item_id);
/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc89 // Test PushFront 2
90 FailTest(test_list.PushFront(element_array[1]) != 0);
91 // Test PushFront 1
92 FailTest(test_list.PushFront((void*)&element_array[0]) != 0);
/external/openfst/src/include/fst/
H A Dstring-weight.h144 void PushFront(L l) { function in class:fst::StringWeight
270 rw.PushFront(iter.Value());
428 sum.PushFront(iter1.Value());
504 div.PushFront(iter.Value());
534 div.PushFront(iter.Value());
/external/google-breakpad/src/testing/gtest/scripts/
H A Dpump.py449 def PushFront(a_list, elem): function
560 PushFront(tokens, head)
/external/protobuf/gtest/scripts/
H A Dpump.py440 def PushFront(a_list, elem): function
551 PushFront(tokens, head)

Completed in 378 milliseconds