Searched defs:pop_back (Results 1 - 25 of 188) sorted by relevance

12345678

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
H A Dqueue.h46 * concurrently to each other, while pop_back() can be called
124 pop_back(T& t) //queue behavior function in class:__gnu_parallel::RestrictedBoundedConcurrentQueue
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dqueue.h46 * concurrently to each other, while pop_back() can be called
127 pop_back(_Tp& __t) //queue behavior function in class:__gnu_parallel::_RestrictedBoundedConcurrentQueue
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dqueue.h46 * concurrently to each other, while pop_back() can be called
127 pop_back(_Tp& __t) //queue behavior function in class:__gnu_parallel::_RestrictedBoundedConcurrentQueue
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_list.h263 void pop_back() { function in class:list
266 _M_non_dbg_impl.pop_back();
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h209 void pop_back() {_M_impl.pop_back();} function in class:vector
H A D_deque.h285 void pop_back() { _M_impl.pop_back(); } function in class:deque
H A D_list.h251 void pop_back() { _M_impl.pop_back(); } function in class:list
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_list.h263 void pop_back() { function in class:list
266 _M_non_dbg_impl.pop_back();
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h209 void pop_back() {_M_impl.pop_back();} function in class:vector
H A D_deque.h285 void pop_back() { _M_impl.pop_back(); } function in class:deque
H A D_list.h251 void pop_back() { _M_impl.pop_back(); } function in class:list
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_list.h263 void pop_back() { function in class:list
266 _M_non_dbg_impl.pop_back();
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h209 void pop_back() {_M_impl.pop_back();} function in class:vector
H A D_deque.h285 void pop_back() { _M_impl.pop_back(); } function in class:deque
H A D_list.h251 void pop_back() { _M_impl.pop_back(); } function in class:list
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_list.h263 void pop_back() { function in class:list
266 _M_non_dbg_impl.pop_back();
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h209 void pop_back() {_M_impl.pop_back();} function in class:vector
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
H A D_list.h263 void pop_back() { function in class:list
266 _M_non_dbg_impl.pop_back();
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
H A D_vector.h209 void pop_back() {_M_impl.pop_back();} function in class:vector
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_list.h263 void pop_back() { function in class:list
266 _M_non_dbg_impl.pop_back();
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h209 void pop_back() {_M_impl.pop_back();} function in class:vector
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/debug/
H A D_list.h263 void pop_back() { function in class:list
266 _M_non_dbg_impl.pop_back();
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
H A D_vector.h209 void pop_back() {_M_impl.pop_back();} function in class:vector
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_list.h263 void pop_back() { function in class:list
266 _M_non_dbg_impl.pop_back();
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h209 void pop_back() {_M_impl.pop_back();} function in class:vector

Completed in 423 milliseconds

12345678