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

1 2 3 4 5 6 7 8 91011

  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/list/list.modifiers/
pop_front.pass.cpp 12 // void pop_front();
21 c.pop_front();
23 c.pop_front();
25 c.pop_front();
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.modifiers/
pop_front.pass.cpp 12 // void pop_front();
28 c.pop_front();
31 c.pop_front();
41 c.pop_front();
44 c.pop_front();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 73 m_bag.pop_front();
83 m_bag.pop_front();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 73 m_bag.pop_front();
83 m_bag.pop_front();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 73 m_bag.pop_front();
83 m_bag.pop_front();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 73 m_bag.pop_front();
83 m_bag.pop_front();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 73 m_bag.pop_front();
83 m_bag.pop_front();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 73 m_bag.pop_front();
83 m_bag.pop_front();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 73 m_bag.pop_front();
83 m_bag.pop_front();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 73 m_bag.pop_front();
83 m_bag.pop_front();
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_list_test.cc 38 l->pop_front();
42 l->pop_front();
46 l->pop_front();
50 l->pop_front();
54 l->pop_front();
58 l->pop_front();
82 l.pop_front();
90 l.pop_front();
102 l.pop_front();
106 l.pop_front();
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.modifiers/
pop_front.pass.cpp 12 // void pop_front()
34 c.pop_front();
44 c1.pop_front();
emplace_back.pass.cpp 38 c.pop_front();
emplace_front.pass.cpp 38 c.pop_front();
pop_back.pass.cpp 34 c.pop_front();
push_back.pass.cpp 14 // void pop_front();
36 c.pop_front();
push_back_rvalue.pass.cpp 14 // void pop_front();
40 c.pop_front();
push_front.pass.cpp 34 c.pop_front();
  /packages/apps/Nfc/nci/jni/
DataQueue.cpp 53 mQueue.pop_front ();
137 mQueue.pop_front ();
  /external/bison/examples/calc++/
stack.hh 89 seq_.pop_front ();
  /external/skia/legacy/include/core/
SkDeque.h 39 void pop_front();
  /external/chromium/net/websockets/
websocket_frame_handler.cc 63 pending_buffers_.pop_front();
71 pending_buffers_.pop_front();
  /external/skia/include/core/
SkDeque.h 58 void pop_front();
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.capacity/
access.pass.cpp 44 c.pop_front();
shrink_to_fit.pass.cpp 34 c.pop_front();

Completed in 1200 milliseconds

1 2 3 4 5 6 7 8 91011