HomeSort by relevance Sort by last modified time
    Searched refs:PushFront (Results 1 - 10 of 10) sorted by null

  /external/webrtc/src/system_wrappers/source/
list_no_stl.h 51 int PushFront(const void* ptr);
52 int PushFront(const unsigned int item_id);
69 void PushFront(ListNoStlItem* item);
list_stl.h 47 int PushFront(const void* ptr);
48 int PushFront(const unsigned int item_id);
list_unittest.cc 47 virtual int PushFront(const unsigned int item_id) = 0;
126 virtual int PushFront(const unsigned int item_id) {
127 return list_.PushFront(item_id);
195 virtual int PushFront(const unsigned int item_id) {
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));
list_no_stl.cc 95 int ListWrapper::PushFront(const unsigned int item_id)
103 int ListWrapper::PushFront(const void* ptr)
list_stl.cc 85 int ListWrapper::PushFront(const unsigned int item_id)
92 int ListWrapper::PushFront(const void* ptr)
  /external/webrtc/src/system_wrappers/interface/
list_wrapper.h 51 int PushFront(const void* ptr);
56 int PushFront(const unsigned int item_id);
  /external/webrtc/src/system_wrappers/test/list/
list.cc 89 // 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/
string-weight.h 144 void PushFront(L l) {
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/
pump.py 449 def PushFront(a_list, elem):
560 PushFront(tokens, head)
  /external/protobuf/gtest/scripts/
pump.py 440 def PushFront(a_list, elem):
551 PushFront(tokens, head)

Completed in 1826 milliseconds