OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pop_front
(Results
1 - 25
of
109
) sorted by null
1
2
3
4
5
/art/runtime/base/
bounded_fifo.h
61
void
pop_front
() {
function in class:art::BoundedFifoPowerOfTwo
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.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
(T& t)
function in class:__gnu_parallel::RestrictedBoundedConcurrentQueue
122
* Must not be called concurrently with
pop_front
(). */
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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
22
//
pop_front
(), append_front() and append_back().
62
void
pop_front
() {
function in struct:__sanitizer::IntrusiveList
/external/chromium_org/third_party/skia/src/core/
SkDeque.cpp
151
void SkDeque::
pop_front
() {
function in class:SkDeque
/external/skia/src/core/
SkDeque.cpp
151
void SkDeque::
pop_front
() {
function in class:SkDeque
/external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h
130
void
pop_front
() {
function in class:std::list
/external/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
();
/external/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
/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
/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/5/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/5/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
/prebuilts/ndk/6/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/6/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
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h
270
void
pop_front
() {
function in class:list
273
_M_non_dbg_impl.
pop_front
();
Completed in 1180 milliseconds
1
2
3
4
5