HomeSort by relevance Sort by last modified time
    Searched refs:__pos (Results 326 - 350 of 593) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 139 operator[](const size_type __pos) const throw()
140 { return this->_M_start[__pos]; }
143 insert(iterator __pos, const_reference __x);
162 erase(iterator __pos) throw();
172 insert(iterator __pos, const_reference __x)
176 size_type __to_move = this->_M_finish - __pos;
186 *__pos = __x;
194 while (__first != __pos)
217 erase(iterator __pos) throw()
219 while (__pos + 1 != this->end()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
bitmap_allocator.h 139 operator[](const size_type __pos) const throw()
140 { return this->_M_start[__pos]; }
143 insert(iterator __pos, const_reference __x);
162 erase(iterator __pos) throw();
172 insert(iterator __pos, const_reference __x)
176 size_type __to_move = this->_M_finish - __pos;
186 *__pos = __x;
194 while (__first != __pos)
217 erase(iterator __pos) throw()
219 while (__pos + 1 != this->end()
    [all...]
  /external/stlport/stlport/stl/
_rope.h 787 // Last valid __pos in path_end;
818 _Rope_iterator_base(_RopeRep* __root, size_t __pos)
819 : _M_current_pos(__pos),_M_root(__root), _M_buf_ptr(0) {}
881 _Rope_const_iterator(const _RopeRep* __root, size_t __pos):
882 _Rope_iterator_base<_CharT,_Alloc>(__CONST_CAST(_RopeRep*,__root), __pos)
900 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) :
901 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos) {}
1953 size_t __pos = __start.index(); local
1964 size_t __pos = __start.index(); local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 787 // Last valid __pos in path_end;
818 _Rope_iterator_base(_RopeRep* __root, size_t __pos)
819 : _M_current_pos(__pos),_M_root(__root), _M_buf_ptr(0) {}
881 _Rope_const_iterator(const _RopeRep* __root, size_t __pos):
882 _Rope_iterator_base<_CharT,_Alloc>(__CONST_CAST(_RopeRep*,__root), __pos)
900 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) :
901 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos) {}
1953 size_t __pos = __start.index(); local
1964 size_t __pos = __start.index(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_vector.h     [all...]
stl_deque.h 1823 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h     [all...]
stl_deque.h 1660 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.h 787 // Last valid __pos in path_end;
818 _Rope_iterator_base(_RopeRep* __root, size_t __pos)
819 : _M_current_pos(__pos),_M_root(__root), _M_buf_ptr(0) {}
881 _Rope_const_iterator(const _RopeRep* __root, size_t __pos):
882 _Rope_iterator_base<_CharT,_Alloc>(__CONST_CAST(_RopeRep*,__root), __pos)
900 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) :
901 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos) {}
1951 size_t __pos = __start.index(); local
1962 size_t __pos = __start.index(); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h     [all...]
stl_deque.h 1660 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_rope.h 787 // Last valid __pos in path_end;
818 _Rope_iterator_base(_RopeRep* __root, size_t __pos)
819 : _M_current_pos(__pos),_M_root(__root), _M_buf_ptr(0) {}
881 _Rope_const_iterator(const _RopeRep* __root, size_t __pos):
882 _Rope_iterator_base<_CharT,_Alloc>(__CONST_CAST(_RopeRep*,__root), __pos)
900 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) :
901 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos) {}
1951 size_t __pos = __start.index(); local
1962 size_t __pos = __start.index(); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h     [all...]
stl_deque.h 1660 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_rope.h 787 // Last valid __pos in path_end;
818 _Rope_iterator_base(_RopeRep* __root, size_t __pos)
819 : _M_current_pos(__pos),_M_root(__root), _M_buf_ptr(0) {}
881 _Rope_const_iterator(const _RopeRep* __root, size_t __pos):
882 _Rope_iterator_base<_CharT,_Alloc>(__CONST_CAST(_RopeRep*,__root), __pos)
900 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) :
901 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos) {}
1951 size_t __pos = __start.index(); local
1962 size_t __pos = __start.index(); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_vector.h     [all...]
stl_deque.h 1656 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h     [all...]
stl_deque.h 1823 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_rope.h 787 // Last valid __pos in path_end;
818 _Rope_iterator_base(_RopeRep* __root, size_t __pos)
819 : _M_current_pos(__pos),_M_root(__root), _M_buf_ptr(0) {}
881 _Rope_const_iterator(const _RopeRep* __root, size_t __pos):
882 _Rope_iterator_base<_CharT,_Alloc>(__CONST_CAST(_RopeRep*,__root), __pos)
900 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) :
901 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos) {}
1953 size_t __pos = __start.index(); local
1964 size_t __pos = __start.index(); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_rope.h 787 // Last valid __pos in path_end;
818 _Rope_iterator_base(_RopeRep* __root, size_t __pos)
819 : _M_current_pos(__pos),_M_root(__root), _M_buf_ptr(0) {}
881 _Rope_const_iterator(const _RopeRep* __root, size_t __pos):
882 _Rope_iterator_base<_CharT,_Alloc>(__CONST_CAST(_RopeRep*,__root), __pos)
900 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) :
901 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos) {}
1953 size_t __pos = __start.index(); local
1964 size_t __pos = __start.index(); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_deque.h 1926 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_deque.h 1860 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_deque.h 1860 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]

Completed in 729 milliseconds

<<11121314151617181920>>