HomeSort by relevance Sort by last modified time
    Searched refs:_Node_base (Results 26 - 36 of 36) sorted by null

12

  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_tree.h 234 typedef _Rb_tree_node_base _Node_base;
241 typedef _STLP_alloc_proxy<_Node_base, _Node, _M_node_allocator_type> _AllocProxy;
250 _M_header(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base() ) {
270 void _M_rebind(_Node_base *__static_node) {
_list.c 57 _Node_base* __tmp = __position->_M_prev;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 65 typedef _STLP_PRIV _Slist_node_base _Node_base;
187 const_iterator before_begin() const { return const_iterator(const_cast<_Node_base*>(_M_impl.before_begin()._M_node)); }
190 const_iterator begin() const { return const_iterator(const_cast<_Node_base*>(_M_impl.begin()._M_node));}
223 { return const_iterator(const_cast<_Node_base*>(_M_impl.previous(_BaseConstIte(__pos._M_node))._M_node)); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 413 typedef _Fwd_list_node_base _Node_base;
941 { return iterator(this->_M_erase_after(const_cast<_Node_base*>
964 { return iterator(this->_M_erase_after(const_cast<_Node_base*>
966 const_cast<_Node_base*>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 413 typedef _Fwd_list_node_base _Node_base;
941 { return iterator(this->_M_erase_after(const_cast<_Node_base*>
964 { return iterator(this->_M_erase_after(const_cast<_Node_base*>
966 const_cast<_Node_base*>
    [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 413 typedef _Fwd_list_node_base _Node_base;
941 { return iterator(this->_M_erase_after(const_cast<_Node_base*>
964 { return iterator(this->_M_erase_after(const_cast<_Node_base*>
966 const_cast<_Node_base*>
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
forward_list.h 419 typedef _Fwd_list_node_base _Node_base;
947 { return iterator(this->_M_erase_after(const_cast<_Node_base*>
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_list.c 57 _Node_base* __tmp = __position->_M_prev;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
forward_list.h 419 typedef _Fwd_list_node_base _Node_base;
947 { return iterator(this->_M_erase_after(const_cast<_Node_base*>
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_list.c 57 _Node_base* __tmp = __position->_M_prev;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
forward_list.h 419 typedef _Fwd_list_node_base _Node_base;
947 { return iterator(this->_M_erase_after(const_cast<_Node_base*>
    [all...]

Completed in 229 milliseconds

12