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

1 2

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_slist.c 72 _Node_base* __p1 = &this->_M_head._M_data;
73 _Node_base* __n1 = this->_M_head._M_data._M_next;
74 const _Node_base* __n2 = __x._M_head._M_data._M_next;
84 _M_insert_after_range(__p1, const_iterator(__CONST_CAST(_Node_base*, __n2)),
92 _Node_base* __prev = &this->_M_head._M_data;
93 _Node_base* __node = this->_M_head._M_data._M_next;
107 _Node_base* __cur = &this->_M_head._M_data;
120 _Node_base* __cur = &this->_M_head._M_data;
151 typedef _STLP_PRIV _Slist_node_base _Node_base;
_slist.h 247 typedef _STLP_PRIV _Slist_node_base _Node_base;
374 _Node_base* __prev = &this->_M_head._M_data;
375 _Node_base* __node = this->_M_head._M_data._M_next;
389 _Node_base* __prev = &this->_M_head._M_data;
390 _Node_base* __node = this->_M_head._M_data._M_next;
414 { return const_iterator(__CONST_CAST(_Node_base*, &this->_M_head._M_data)); }
462 return const_iterator(__CONST_CAST(_Node_base*,
469 _Node* _M_insert_after(_Node_base* __pos, const value_type& __x = _Tp()) {
471 _Node* _M_insert_after(_Node_base* __pos, const value_type& __x) {
477 _Node* _M_insert_after(_Node_base* __pos)
    [all...]
_list.h 65 typedef _List_node_base _Node_base;
66 static void _STLP_CALL _Transfer(_Node_base* __pos,
67 _Node_base* __first, _Node_base* __last);
177 typedef _List_node_base _Node_base;
182 typedef _STLP_alloc_proxy<_Node_base, _Node, _Node_allocator_type> _AllocProxy;
188 _List_base(const allocator_type& __a) : _M_node(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base())
261 typedef _STLP_PRIV _List_node_base _Node_base;
281 _Node_base* _M_create_node(const_reference __x = value_type()) {
283 _Node_base* _M_create_node(const_reference __x)
    [all...]
_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) {
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_slist.c 72 _Node_base* __p1 = &this->_M_head._M_data;
73 _Node_base* __n1 = this->_M_head._M_data._M_next;
74 const _Node_base* __n2 = __x._M_head._M_data._M_next;
84 _M_insert_after_range(__p1, const_iterator(__CONST_CAST(_Node_base*, __n2)),
92 _Node_base* __prev = &this->_M_head._M_data;
93 _Node_base* __node = this->_M_head._M_data._M_next;
107 _Node_base* __cur = &this->_M_head._M_data;
120 _Node_base* __cur = &this->_M_head._M_data;
_slist.h 247 typedef _STLP_PRIV _Slist_node_base _Node_base;
374 _Node_base* __prev = &this->_M_head._M_data;
375 _Node_base* __node = this->_M_head._M_data._M_next;
389 _Node_base* __prev = &this->_M_head._M_data;
390 _Node_base* __node = this->_M_head._M_data._M_next;
414 { return const_iterator(__CONST_CAST(_Node_base*, &this->_M_head._M_data)); }
462 return const_iterator(__CONST_CAST(_Node_base*,
469 _Node* _M_insert_after(_Node_base* __pos, const value_type& __x = _Tp()) {
471 _Node* _M_insert_after(_Node_base* __pos, const value_type& __x) {
477 _Node* _M_insert_after(_Node_base* __pos)
    [all...]
_list.h 65 typedef _List_node_base _Node_base;
66 static void _STLP_CALL _Transfer(_Node_base* __pos,
67 _Node_base* __first, _Node_base* __last);
177 typedef _List_node_base _Node_base;
182 typedef _STLP_alloc_proxy<_Node_base, _Node, _Node_allocator_type> _AllocProxy;
188 _List_base(const allocator_type& __a) : _M_node(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base())
261 typedef _STLP_PRIV _List_node_base _Node_base;
281 _Node_base* _M_create_node(const_reference __x = value_type()) {
283 _Node_base* _M_create_node(const_reference __x)
    [all...]
_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) {
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_slist.c 72 _Node_base* __p1 = &this->_M_head._M_data;
73 _Node_base* __n1 = this->_M_head._M_data._M_next;
74 const _Node_base* __n2 = __x._M_head._M_data._M_next;
84 _M_insert_after_range(__p1, const_iterator(__CONST_CAST(_Node_base*, __n2)),
92 _Node_base* __prev = &this->_M_head._M_data;
93 _Node_base* __node = this->_M_head._M_data._M_next;
107 _Node_base* __cur = &this->_M_head._M_data;
120 _Node_base* __cur = &this->_M_head._M_data;
_slist.h 247 typedef _STLP_PRIV _Slist_node_base _Node_base;
374 _Node_base* __prev = &this->_M_head._M_data;
375 _Node_base* __node = this->_M_head._M_data._M_next;
389 _Node_base* __prev = &this->_M_head._M_data;
390 _Node_base* __node = this->_M_head._M_data._M_next;
414 { return const_iterator(__CONST_CAST(_Node_base*, &this->_M_head._M_data)); }
462 return const_iterator(__CONST_CAST(_Node_base*,
469 _Node* _M_insert_after(_Node_base* __pos, const value_type& __x = _Tp()) {
471 _Node* _M_insert_after(_Node_base* __pos, const value_type& __x) {
477 _Node* _M_insert_after(_Node_base* __pos)
    [all...]
_list.h 65 typedef _List_node_base _Node_base;
66 static void _STLP_CALL _Transfer(_Node_base* __pos,
67 _Node_base* __first, _Node_base* __last);
177 typedef _List_node_base _Node_base;
182 typedef _STLP_alloc_proxy<_Node_base, _Node, _Node_allocator_type> _AllocProxy;
188 _List_base(const allocator_type& __a) : _M_node(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base())
261 typedef _STLP_PRIV _List_node_base _Node_base;
281 _Node_base* _M_create_node(const_reference __x = value_type()) {
283 _Node_base* _M_create_node(const_reference __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
traits.hpp 76 typedef base_type::_Node_base<synth_access_traits, metadata> node;
123 typedef base_type::_Node_base<synth_access_traits, metadata> node;
pat_trie_base.hpp 92 struct _Node_base
102 typedef typename _Alloc::template rebind<_Node_base> __rebind_n;
108 _Node_base(node_type type) : m_type(type)
132 : public _Node_base<_ATraits, Metadata>
134 typedef _Node_base<_ATraits, Metadata> base_type;
163 : public _Node_base<_ATraits, Metadata>
165 typedef _Node_base<_ATraits, Metadata> base_type;
212 : public _Node_base<_ATraits, Metadata>
214 typedef _Node_base<_ATraits, Metadata> base_type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
traits.hpp 76 typedef base_type::_Node_base<synth_access_traits, metadata> node;
123 typedef base_type::_Node_base<synth_access_traits, metadata> node;
pat_trie_base.hpp 92 struct _Node_base
102 typedef typename _Alloc::template rebind<_Node_base> __rebind_n;
108 _Node_base(node_type type) : m_type(type)
132 : public _Node_base<_ATraits, Metadata>
134 typedef _Node_base<_ATraits, Metadata> base_type;
163 : public _Node_base<_ATraits, Metadata>
165 typedef _Node_base<_ATraits, Metadata> base_type;
212 : public _Node_base<_ATraits, Metadata>
214 typedef _Node_base<_ATraits, Metadata> base_type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
traits.hpp 76 typedef base_type::_Node_base<synth_access_traits, metadata> node;
123 typedef base_type::_Node_base<synth_access_traits, metadata> node;
pat_trie_base.hpp 92 struct _Node_base
102 typedef typename _Alloc::template rebind<_Node_base> __rebind_n;
108 _Node_base(node_type type) : m_type(type)
132 : public _Node_base<_ATraits, Metadata>
134 typedef _Node_base<_ATraits, Metadata> base_type;
163 : public _Node_base<_ATraits, Metadata>
165 typedef _Node_base<_ATraits, Metadata> base_type;
212 : public _Node_base<_ATraits, Metadata>
214 typedef _Node_base<_ATraits, Metadata> base_type;
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 76 typedef base_type::_Node_base<synth_access_traits, metadata> node;
123 typedef base_type::_Node_base<synth_access_traits, metadata> node;
pat_trie_base.hpp 92 struct _Node_base
102 typedef typename _Alloc::template rebind<_Node_base> __rebind_n;
108 _Node_base(node_type type) : m_type(type)
132 : public _Node_base<_ATraits, Metadata>
134 typedef _Node_base<_ATraits, Metadata> base_type;
163 : public _Node_base<_ATraits, Metadata>
165 typedef _Node_base<_ATraits, Metadata> base_type;
212 : public _Node_base<_ATraits, Metadata>
214 typedef _Node_base<_ATraits, Metadata> base_type;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 76 typedef base_type::_Node_base<synth_access_traits, metadata> node;
123 typedef base_type::_Node_base<synth_access_traits, metadata> node;
pat_trie_base.hpp 92 struct _Node_base
102 typedef typename _Alloc::template rebind<_Node_base> __rebind_n;
108 _Node_base(node_type type) : m_type(type)
132 : public _Node_base<_ATraits, Metadata>
134 typedef _Node_base<_ATraits, Metadata> base_type;
163 : public _Node_base<_ATraits, Metadata>
165 typedef _Node_base<_ATraits, Metadata> base_type;
212 : public _Node_base<_ATraits, Metadata>
214 typedef _Node_base<_ATraits, Metadata> base_type;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 76 typedef base_type::_Node_base<synth_access_traits, metadata> node;
123 typedef base_type::_Node_base<synth_access_traits, metadata> node;
pat_trie_base.hpp 92 struct _Node_base
102 typedef typename _Alloc::template rebind<_Node_base> __rebind_n;
108 _Node_base(node_type type) : m_type(type)
132 : public _Node_base<_ATraits, Metadata>
134 typedef _Node_base<_ATraits, Metadata> base_type;
163 : public _Node_base<_ATraits, Metadata>
165 typedef _Node_base<_ATraits, Metadata> base_type;
212 : public _Node_base<_ATraits, Metadata>
214 typedef _Node_base<_ATraits, Metadata> base_type;
    [all...]
  /prebuilts/ndk/r10/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/ndk/r11/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)); }

Completed in 1523 milliseconds

1 2