HomeSort by relevance Sort by last modified time
    Searched refs:_M_nxt (Results 1 - 6 of 6) sorted by null

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable.h 289 { return static_cast<_Node*>(_M_before_begin._M_nxt); }
480 return static_cast<_Node*>(__before_n->_M_nxt);
711 return __n ? static_cast<_Node*>(__n->_M_nxt) : nullptr;
806 if (!__ht._M_before_begin._M_nxt)
814 _M_before_begin._M_nxt = __this_n;
822 __prev_n->_M_nxt = __this_n;
852 _M_before_begin(__ht._M_before_begin._M_nxt),
862 __ht._M_before_begin._M_nxt = nullptr;
900 std::swap(_M_before_begin._M_nxt, __x._M_before_begin._M_nxt);
    [all...]
hashtable_policy.h 78 _Hash_node_base* _M_nxt;
81 : _M_nxt() { }
83 : _M_nxt(__next) { }
100 { return static_cast<_Hash_node*>(_M_nxt); }
113 { return static_cast<_Hash_node*>(_M_nxt); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable.h 289 { return static_cast<_Node*>(_M_before_begin._M_nxt); }
480 return static_cast<_Node*>(__before_n->_M_nxt);
711 return __n ? static_cast<_Node*>(__n->_M_nxt) : nullptr;
806 if (!__ht._M_before_begin._M_nxt)
814 _M_before_begin._M_nxt = __this_n;
822 __prev_n->_M_nxt = __this_n;
852 _M_before_begin(__ht._M_before_begin._M_nxt),
862 __ht._M_before_begin._M_nxt = nullptr;
900 std::swap(_M_before_begin._M_nxt, __x._M_before_begin._M_nxt);
    [all...]
hashtable_policy.h 78 _Hash_node_base* _M_nxt;
81 : _M_nxt() { }
83 : _M_nxt(__next) { }
100 { return static_cast<_Hash_node*>(_M_nxt); }
113 { return static_cast<_Hash_node*>(_M_nxt); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
hashtable.h 369 { return static_cast<__node_type*>(_M_before_begin()._M_nxt); }
606 return static_cast<__node_type*>(__before_n->_M_nxt);
809 return __n ? static_cast<__node_type*>(__n->_M_nxt) : nullptr;
892 if (!__ht._M_before_begin()._M_nxt)
900 _M_before_begin()._M_nxt = __this_n;
908 __prev_n->_M_nxt = __this_n;
946 __ht._M_before_begin()._M_nxt = nullptr;
    [all...]
hashtable_policy.h 151 _Hash_node_base* _M_nxt;
153 _Hash_node_base() : _M_nxt() { }
155 _Hash_node_base(_Hash_node_base* __next) : _M_nxt(__next) { }
180 _M_next() const { return static_cast<_Hash_node*>(_M_nxt); }
198 _M_next() const { return static_cast<_Hash_node*>(_M_nxt); }
    [all...]

Completed in 220 milliseconds