HomeSort by relevance Sort by last modified time
    Searched full:pop_front (Results 226 - 250 of 639) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 270 void pop_front() { function in class:list
273 _M_non_dbg_impl.pop_front();
_slist.h 220 void pop_front() { function in class:slist
222 _M_non_dbg_impl.pop_front();
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 218 void pop_front() { _M_impl.pop_front(); } function in class:slist
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator_range_core.hpp 324 // pop_front() - added to model the SinglePassRangePrimitiveConcept
325 void pop_front() function in class:boost::iterator_range
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
list 275 pop_front()
280 _Base::pop_front();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_queue.h 84 * that supports @c front, @c back, @c push_back, and @c pop_front,
240 c.pop_front();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
forward_list 236 pop_front()
241 _Base::pop_front();
list 350 pop_front()
354 _Base::pop_front();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
list 303 pop_front()
306 _Base::pop_front();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_queue.h 84 * that supports @c front, @c back, @c push_back, and @c pop_front,
240 c.pop_front();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
forward_list 236 pop_front()
241 _Base::pop_front();
list 350 pop_front()
354 _Base::pop_front();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
list 303 pop_front()
306 _Base::pop_front();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
list 275 pop_front()
280 _Base::pop_front();
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 270 void pop_front() { function in class:list
273 _M_non_dbg_impl.pop_front();
_slist.h 220 void pop_front() { function in class:slist
222 _M_non_dbg_impl.pop_front();
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 218 void pop_front() { _M_impl.pop_front(); } function in class:slist
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
list 275 pop_front()
280 _Base::pop_front();
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 270 void pop_front() { function in class:list
273 _M_non_dbg_impl.pop_front();
_slist.h 220 void pop_front() { function in class:slist
222 _M_non_dbg_impl.pop_front();
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 218 void pop_front() { _M_impl.pop_front(); } function in class:slist
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
list 275 pop_front()
280 _Base::pop_front();
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 270 void pop_front() { function in class:list
273 _M_non_dbg_impl.pop_front();
_slist.h 220 void pop_front() { function in class:slist
222 _M_non_dbg_impl.pop_front();
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 218 void pop_front() { _M_impl.pop_front(); } function in class:slist

Completed in 2435 milliseconds

1 2 3 4 5 6 7 8 91011>>