Searched defs:PopFront (Results 1 - 8 of 8) sorted by relevance

/external/chromium/base/synchronization/
H A Dcondition_variable_win.cc122 cv_event = recycling_list_.PopFront();
180 Event* cv_event = PopFront();
218 ConditionVariable::Event* ConditionVariable::Event::PopFront() { function in class:base::ConditionVariable::Event
/external/webrtc/src/system_wrappers/source/
H A Dlist_no_stl.cc111 int ListWrapper::PopFront() function in class:webrtc::ListWrapper
H A Dlist_stl.cc99 int ListWrapper::PopFront() function in class:webrtc::ListWrapper
H A Dlist_unittest.cc48 virtual int PopFront() = 0;
129 virtual int PopFront() { function in class:ListWrapperStatic
130 return list_.PopFront();
208 virtual int PopFront() { function in class:ListWrapperDynamic
378 EXPECT_EQ(0, ascending_list->PopFront());
/external/chromium/testing/gtest/scripts/
H A Dpump.py443 def PopFront(a_list): function
454 token = PopFront(a_list)
507 head = PopFront(tokens)
/external/gtest/scripts/
H A Dpump.py443 def PopFront(a_list): function
454 token = PopFront(a_list)
507 head = PopFront(tokens)
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h269 bool PopFront(E* result) { function in class:testing::internal::List
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h289 bool PopFront(E* result) { function in class:testing::internal::Vector

Completed in 352 milliseconds