Home
last modified time | relevance | path

Searched defs:PushFront (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dlist_stl.cc85 int ListWrapper::PushFront(const unsigned int item_id) in PushFront() function in webrtc::ListWrapper
92 int ListWrapper::PushFront(const void* ptr) in PushFront() function in webrtc::ListWrapper
Dlist_no_stl.cc95 int ListWrapper::PushFront(const unsigned int item_id) in PushFront() function in webrtc::ListWrapper
103 int ListWrapper::PushFront(const void* ptr) in PushFront() function in webrtc::ListWrapper
Dlist_unittest.cc126 virtual int PushFront(const unsigned int item_id) { in PushFront() function in ListWrapperStatic
195 virtual int PushFront(const unsigned int item_id) { in PushFront() function in ListWrapperDynamic
/external/openfst/src/include/fst/
Dstring-weight.h144 void PushFront(L l) { in PushFront() function
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dstring-weight.h136 void PushFront(L l) { in PushFront() function
/external/chromium/sdch/open-vcdiff/src/gtest/src/
Dgtest-internal-inl.h252 void PushFront(const E& element) { in PushFront() function
/external/gtest/scripts/
Dpump.py449 def PushFront(a_list, elem): function
/external/protobuf/gtest/src/
Dgtest-internal-inl.h283 void PushFront(const E& element) { Insert(element, 0); } in PushFront() function
/external/chromium/testing/gtest/scripts/
Dpump.py449 def PushFront(a_list, elem): function
/external/protobuf/gtest/test/
Dgtest_unittest.cc579 TEST(VectorTest, PushFront) { in TEST() argument