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

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
pop_front_fwd.hpp 20 template< typename Sequence > struct pop_front;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/
pop_front.pass.cpp 12 // void pop_front();
24 c.pop_front();
26 c.pop_front();
28 c.pop_front();
35 c.pop_front();
37 c.pop_front();
39 c.pop_front();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
pop_front.pass.cpp 12 // void pop_front();
29 c.pop_front();
32 c.pop_front();
42 c.pop_front();
45 c.pop_front();
57 c.pop_front();
60 c.pop_front();
70 c.pop_front();
73 c.pop_front();
  /external/chromium_org/cc/resources/
resource_update_queue.cc 34 temp.pop_front();
42 full_entries_.pop_front();
48 partial_entries_.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();
  /prebuilts/ndk/9/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/chromium_org/chrome/browser/chromeos/drive/
fake_free_disk_space_getter.cc 27 fake_values_.pop_front();
  /external/clang/test/Analysis/inlining/
stl.cpp 33 list.pop_front(); // no-warning
  /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...]
  /external/chromium_org/media/tools/shader_bench/
painter.cc 18 frames_->pop_front();
  /art/runtime/base/
bounded_fifo.h 61 void pop_front() { function in class:art::BoundedFifoPowerOfTwo
  /external/chromium_org/net/quic/
blocked_list.h 52 object_list_.pop_front();
  /external/chromium_org/remoting/base/
running_average.cc 28 data_points_.pop_front();
  /external/chromium_org/media/base/
decoder_buffer_queue.cc 50 queue_.pop_front();
54 in_order_queue_.pop_front();
  /packages/apps/Nfc/nci/jni/
DataQueue.cpp 55 mQueue.pop_front ();
139 mQueue.pop_front ();
  /external/chromium_org/content/child/indexed_db/
proxy_webidbcursor_impl.cc 130 prefetch_keys_.pop_front();
131 prefetch_primary_keys_.pop_front();
132 prefetch_values_.pop_front();
  /external/bison/examples/calc++/
stack.hh 89 seq_.pop_front ();
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog_queue.cc 70 app_modal_dialog_queue_.pop_front();

Completed in 3257 milliseconds

1 2 3 4 5 6 7 8 91011>>