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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
list 275 pop_front()
280 _Base::pop_front();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 84 * that supports @c front, @c back, @c push_back, and @c pop_front,
240 c.pop_front();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
forward_list 236 pop_front()
241 _Base::pop_front();
list 350 pop_front()
354 _Base::pop_front();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
list 303 pop_front()
306 _Base::pop_front();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
list 349 pop_front()
353 _Base::pop_front();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
list 304 pop_front()
307 _Base::pop_front();
  /prebuilts/ndk/8/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/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 218 void pop_front() { _M_impl.pop_front(); } function in class:slist
  /prebuilts/ndk/9/sources/cxx-stl/EH/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/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
_slist.h 218 void pop_front() { _M_impl.pop_front(); } function in class:slist
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 84 * that supports @c front, @c back, @c push_back, and @c pop_front,
240 c.pop_front();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
forward_list 236 pop_front()
241 _Base::pop_front();
list 350 pop_front()
354 _Base::pop_front();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
list 303 pop_front()
306 _Base::pop_front();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
list 349 pop_front()
353 _Base::pop_front();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
list 304 pop_front()
307 _Base::pop_front();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
list 358 pop_front()
362 _Base::pop_front();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
list 314 pop_front()
317 _Base::pop_front();
  /art/runtime/
thread_pool.cc 168 tasks_.pop_front();
  /external/chromium/net/tools/flip_server/
mem_cache.cc 89 paths.pop_front();
  /external/chromium/third_party/libjingle/source/talk/base/
socketpool.cc 276 recycle_bin_.pop_front();
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc 324 pending_operations_.pop_front();

Completed in 3112 milliseconds

<<11121314151617181920>>