HomeSort by relevance Sort by last modified time
    Searched defs:pop_front (Results 1 - 25 of 46) sorted by null

1 2

  /bionic/linker/
linker_sleb128.h 30 size_t pop_front() { function in class:sleb128_decoder
linked_list.h 104 T* pop_front() { function in class:LinkedList
  /art/runtime/base/
bounded_fifo.h 61 void pop_front() { function in class:art::BoundedFifoPowerOfTwo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
queue.h 45 * atomic access. push_front() and pop_front() must not be called
81 * Must not be called concurrently with pop_front(). */
98 * Must not be called concurrently with pop_front(). */
100 pop_front(_Tp& __t) function in class:__gnu_parallel::_RestrictedBoundedConcurrentQueue
125 * Must not be called concurrently with pop_front(). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
queue.h 45 * atomic access. push_front() and pop_front() must not be called
81 * Must not be called concurrently with pop_front(). */
98 * Must not be called concurrently with pop_front(). */
100 pop_front(_Tp& __t) function in class:__gnu_parallel::_RestrictedBoundedConcurrentQueue
125 * Must not be called concurrently with pop_front(). */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
queue.h 45 * atomic access. push_front() and pop_front() must not be called
81 * Must not be called concurrently with pop_front(). */
98 * Must not be called concurrently with pop_front(). */
100 pop_front(_Tp& __t) function in class:__gnu_parallel::_RestrictedBoundedConcurrentQueue
125 * Must not be called concurrently with pop_front(). */
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
queue.h 45 * atomic access. push_front() and pop_front() must not be called
81 * Must not be called concurrently with pop_front(). */
98 * Must not be called concurrently with pop_front(). */
100 pop_front(_Tp& __t) function in class:__gnu_parallel::_RestrictedBoundedConcurrentQueue
125 * Must not be called concurrently with pop_front(). */
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_list.h 23 // pop_front(), append_front() and append_back().
65 void pop_front() { function in struct:__sanitizer::IntrusiveList
  /external/skia/tools/
builder_name_schema.py 169 def pop_front(): function in function:DictForBuilderName
183 result['role'] = pop_front()
185 result[key] = pop_front()
187 result['extra_config'] = pop_front()
  /external/skia/src/core/
SkDeque.cpp 151 void SkDeque::pop_front() { function in class:SkDeque
  /toolchain/binutils/binutils-2.25/gold/
workqueue.cc 76 Task_list::pop_front() function in class:gold::Task_list
218 while ((t = tasks->pop_front()) != NULL)
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 145 void pop_front() { function in class:std::list
  /external/libcxx/test/support/
nasty_containers.hpp 214 void pop_front() { l_.pop_front(); } function in class:nasty_list
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
nasty_containers.hpp 214 void pop_front() { l_.pop_front(); } function in class:nasty_list
  /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/
_list.h 250 void pop_front() { _M_impl.pop_front(); } function in class:list
_slist.h 218 void pop_front() { _M_impl.pop_front(); } function in class:slist
_deque.h 286 void pop_front() { _M_impl.pop_front(); } function in class:deque
  /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/ndk/current/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/current/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 250 void pop_front() { _M_impl.pop_front(); } function in class:list
_slist.h 218 void pop_front() { _M_impl.pop_front(); } function in class:slist
  /art/compiler/utils/
intrusive_forward_list.h 180 void pop_front() { function in class:art::IntrusiveForwardList

Completed in 844 milliseconds

1 2