OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pop_front
(Results
1 - 25
of
536
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]
/art/runtime/base/
bounded_fifo.h
61
void
pop_front
() {
function in class:art::BoundedFifoPowerOfTwo
/external/chromium_org/remoting/base/
running_average.cc
28
data_points_.
pop_front
();
/external/chromium_org/google_apis/gcm/engine/
fake_connection_handler.cc
45
expected_outgoing_messages_.
pop_front
();
61
expected_outgoing_messages_.
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/bison/examples/calc++/
stack.hh
89
seq_.
pop_front
();
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
origin_operation_queue.cc
28
queue_.
pop_front
();
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog_queue.cc
70
app_modal_dialog_queue_.
pop_front
();
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_safe_queue.h
50
list_.
pop_front
();
Completed in 563 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>