HomeSort by relevance Sort by last modified time
    Searched defs:pop_front (Results 26 - 46 of 46) sorted by null

12

  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 286 void pop_front() { _M_impl.pop_front(); } function in class:deque
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.h 543 void pop_front() { erase(begin()); } function in class:list
_slist.h 451 void pop_front() { function in class:slist
_deque.h 722 void pop_front() { function in class:deque
    [all...]
_rope.h 1531 void pop_front() { function in class:rope
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 815 * is needed, it should be retrieved before pop_front() is
819 pop_front() function in class:forward_list
    [all...]
stl_deque.h 1421 pop_front() function in class:deque
    [all...]
stl_list.h 997 * is needed, it should be retrieved before pop_front() is
1001 pop_front() function in class:list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 815 * is needed, it should be retrieved before pop_front() is
819 pop_front() function in class:forward_list
    [all...]
stl_deque.h 1421 pop_front() function in class:deque
    [all...]
stl_list.h 997 * is needed, it should be retrieved before pop_front() is
1001 pop_front() function in class:list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
forward_list.h 815 * is needed, it should be retrieved before pop_front() is
819 pop_front() function in class:forward_list
    [all...]
stl_deque.h 1421 pop_front() function in class:deque
    [all...]
stl_list.h 997 * is needed, it should be retrieved before pop_front() is
1001 pop_front() function in class:list
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_list.h 543 void pop_front() { erase(begin()); } function in class:list
_slist.h 451 void pop_front() { function in class:slist
_deque.h 722 void pop_front() { function in class:deque
    [all...]
_rope.h 1531 void pop_front() { function in class:rope
    [all...]
  /external/llvm/include/llvm/ADT/
ilist.h 610 void pop_front() { function in class:llvm::iplist
611 assert(!empty() && "pop_front() on empty list!");
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 568 void pop_front() { Insts.pop_front(); } function in class:llvm::MachineBasicBlock
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h 3015 template<typename _Tp> inline void Seq<_Tp>::pop_front() function in class:cv::Seq
3021 template<typename _Tp> inline void Seq<_Tp>::pop_front(_Tp* elem, size_t count) function in class:cv::Seq
    [all...]

Completed in 1027 milliseconds

12