HomeSort by relevance Sort by last modified time
    Searched refs:_M_next (Results 51 - 75 of 142) sorted by null

1 23 4 5 6

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
hashtable.h 87 _Hashtable_node* _M_next;
445 for (_Node* __n = _M_buckets[__bucket]; __n; __n = __n->_M_next)
530 __first = __first->_M_next)
542 __first = __first->_M_next)
554 __cur = __cur->_M_next)
621 __n->_M_next = 0;
658 _M_cur = _M_cur->_M_next;
686 _M_cur = _M_cur->_M_next;
723 __cur1 = __cur1->_M_next, __cur2 = __cur2->_M_next)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
hashtable.h 87 _Hashtable_node* _M_next;
444 for (_Node* __n = _M_buckets[__bucket]; __n; __n = __n->_M_next)
529 __first = __first->_M_next)
541 __first = __first->_M_next)
553 __cur = __cur->_M_next)
620 __n->_M_next = 0;
657 _M_cur = _M_cur->_M_next;
685 _M_cur = _M_cur->_M_next;
722 __cur1 = __cur1->_M_next, __cur2 = __cur2->_M_next)
    [all...]
  /external/stlport/stlport/stl/
_list.c 52 __last->_M_prev->_M_next = __position;
53 __first->_M_prev->_M_next = __last;
54 __position->_M_prev->_M_next = __first;
67 _Node* __cur = __STATIC_CAST(_Node*, _M_node._M_data._M_next);
74 __cur = __STATIC_CAST(_Node*, __cur->_M_next);
78 _M_node._M_data._M_next = &_M_node._M_data;
208 if (__that._M_node._M_data._M_next == &__that._M_node._M_data ||
209 __that._M_node._M_data._M_next->_M_next == &__that._M_node._M_data)
_slist.h 75 _M_node = _M_node->_M_next;
162 { _M_head._M_data._M_next = 0; }
167 { src.get()._M_head._M_data._M_next = 0; }
174 _Node* __next = __STATIC_CAST(_Node*, __pos->_M_next);
175 _Slist_node_base* __next_next = __next->_M_next;
176 __pos->_M_next = __next_next;
257 __node->_M_next = 0;
268 __node->_M_next = 0;
375 _Node_base* __node = this->_M_head._M_data._M_next;
379 __node = __node->_M_next;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.c 52 __last->_M_prev->_M_next = __position;
53 __first->_M_prev->_M_next = __last;
54 __position->_M_prev->_M_next = __first;
67 _Node* __cur = __STATIC_CAST(_Node*, _M_node._M_data._M_next);
74 __cur = __STATIC_CAST(_Node*, __cur->_M_next);
78 _M_node._M_data._M_next = &_M_node._M_data;
208 if (__that._M_node._M_data._M_next == &__that._M_node._M_data ||
209 __that._M_node._M_data._M_next->_M_next == &__that._M_node._M_data)
_slist.h 75 _M_node = _M_node->_M_next;
162 { _M_head._M_data._M_next = 0; }
167 { src.get()._M_head._M_data._M_next = 0; }
174 _Node* __next = __STATIC_CAST(_Node*, __pos->_M_next);
175 _Slist_node_base* __next_next = __next->_M_next;
176 __pos->_M_next = __next_next;
257 __node->_M_next = 0;
268 __node->_M_next = 0;
375 _Node_base* __node = this->_M_head._M_data._M_next;
379 __node = __node->_M_next;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_sequence.h 130 __iter = __iter->_M_next;
141 __iter2 = __iter2->_M_next;
167 __iter = __iter->_M_next;
176 __iter2 = __iter2->_M_next;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h 130 __iter = __iter->_M_next;
141 __iter2 = __iter2->_M_next;
167 __iter = __iter->_M_next;
176 __iter2 = __iter2->_M_next;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_list.c 52 __last->_M_prev->_M_next = __position;
53 __first->_M_prev->_M_next = __last;
54 __position->_M_prev->_M_next = __first;
67 _Node* __cur = __STATIC_CAST(_Node*, _M_node._M_data._M_next);
74 __cur = __STATIC_CAST(_Node*, __cur->_M_next);
78 _M_node._M_data._M_next = &_M_node._M_data;
208 if (__that._M_node._M_data._M_next == &__that._M_node._M_data ||
209 __that._M_node._M_data._M_next->_M_next == &__that._M_node._M_data)
_slist.h 75 _M_node = _M_node->_M_next;
162 { _M_head._M_data._M_next = 0; }
167 { src.get()._M_head._M_data._M_next = 0; }
174 _Node* __next = __STATIC_CAST(_Node*, __pos->_M_next);
175 _Slist_node_base* __next_next = __next->_M_next;
176 __pos->_M_next = __next_next;
257 __node->_M_next = 0;
268 __node->_M_next = 0;
375 _Node_base* __node = this->_M_head._M_data._M_next;
379 __node = __node->_M_next;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h 130 __iter = __iter->_M_next;
141 __iter2 = __iter2->_M_next;
167 __iter = __iter->_M_next;
176 __iter2 = __iter2->_M_next;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_list.c 52 __last->_M_prev->_M_next = __position;
53 __first->_M_prev->_M_next = __last;
54 __position->_M_prev->_M_next = __first;
67 _Node* __cur = __STATIC_CAST(_Node*, _M_node._M_data._M_next);
74 __cur = __STATIC_CAST(_Node*, __cur->_M_next);
78 _M_node._M_data._M_next = &_M_node._M_data;
208 if (__that._M_node._M_data._M_next == &__that._M_node._M_data ||
209 __that._M_node._M_data._M_next->_M_next == &__that._M_node._M_data)
_slist.h 75 _M_node = _M_node->_M_next;
162 { _M_head._M_data._M_next = 0; }
167 { src.get()._M_head._M_data._M_next = 0; }
174 _Node* __next = __STATIC_CAST(_Node*, __pos->_M_next);
175 _Slist_node_base* __next_next = __next->_M_next;
176 __pos->_M_next = __next_next;
257 __node->_M_next = 0;
268 __node->_M_next = 0;
375 _Node_base* __node = this->_M_head._M_data._M_next;
379 __node = __node->_M_next;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h 130 __iter = __iter->_M_next;
141 __iter2 = __iter2->_M_next;
167 __iter = __iter->_M_next;
176 __iter2 = __iter2->_M_next;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_list.c 52 __last->_M_prev->_M_next = __position;
53 __first->_M_prev->_M_next = __last;
54 __position->_M_prev->_M_next = __first;
67 _Node* __cur = __STATIC_CAST(_Node*, _M_node._M_data._M_next);
74 __cur = __STATIC_CAST(_Node*, __cur->_M_next);
78 _M_node._M_data._M_next = &_M_node._M_data;
208 if (__that._M_node._M_data._M_next == &__that._M_node._M_data ||
209 __that._M_node._M_data._M_next->_M_next == &__that._M_node._M_data)
_slist.h 75 _M_node = _M_node->_M_next;
162 { _M_head._M_data._M_next = 0; }
167 { src.get()._M_head._M_data._M_next = 0; }
174 _Node* __next = __STATIC_CAST(_Node*, __pos->_M_next);
175 _Slist_node_base* __next_next = __next->_M_next;
176 __pos->_M_next = __next_next;
257 __node->_M_next = 0;
268 __node->_M_next = 0;
375 _Node_base* __node = this->_M_head._M_data._M_next;
379 __node = __node->_M_next;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
safe_sequence.h 130 __iter = __iter->_M_next;
141 __iter2 = __iter2->_M_next;
167 __iter = __iter->_M_next;
176 __iter2 = __iter2->_M_next;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_list.c 52 __last->_M_prev->_M_next = __position;
53 __first->_M_prev->_M_next = __last;
54 __position->_M_prev->_M_next = __first;
67 _Node* __cur = __STATIC_CAST(_Node*, _M_node._M_data._M_next);
74 __cur = __STATIC_CAST(_Node*, __cur->_M_next);
78 _M_node._M_data._M_next = &_M_node._M_data;
208 if (__that._M_node._M_data._M_next == &__that._M_node._M_data ||
209 __that._M_node._M_data._M_next->_M_next == &__that._M_node._M_data)
_slist.h 75 _M_node = _M_node->_M_next;
162 { _M_head._M_data._M_next = 0; }
167 { src.get()._M_head._M_data._M_next = 0; }
174 _Node* __next = __STATIC_CAST(_Node*, __pos->_M_next);
175 _Slist_node_base* __next_next = __next->_M_next;
176 __pos->_M_next = __next_next;
257 __node->_M_next = 0;
268 __node->_M_next = 0;
375 _Node_base* __node = this->_M_head._M_data._M_next;
379 __node = __node->_M_next;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
forward_list.h 61 _Pointer _M_next;
63 _Fwd_list_node_base() : _M_next(0) { }
67 { std::swap(__x._M_next, __y._M_next); }
137 _M_node = _M_node->_M_next;
145 _M_node = _M_node->_M_next;
158 _M_next() const
161 return _Fwd_list_iterator(_M_node->_M_next);
208 _M_node = _M_node->_M_next;
216 _M_node = _M_node->_M_next;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 61 _Pointer _M_next;
63 _Fwd_list_node_base() : _M_next(0) { }
67 { std::swap(__x._M_next, __y._M_next); }
137 _M_node = _M_node->_M_next;
145 _M_node = _M_node->_M_next;
158 _M_next() const
161 return _Fwd_list_iterator(_M_node->_M_next);
208 _M_node = _M_node->_M_next;
216 _M_node = _M_node->_M_next;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 61 _Pointer _M_next;
63 _Fwd_list_node_base() : _M_next(0) { }
67 { std::swap(__x._M_next, __y._M_next); }
137 _M_node = _M_node->_M_next;
145 _M_node = _M_node->_M_next;
158 _M_next() const
161 return _Fwd_list_iterator(_M_node->_M_next);
208 _M_node = _M_node->_M_next;
216 _M_node = _M_node->_M_next;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 61 _Pointer _M_next;
63 _Fwd_list_node_base() : _M_next(0) { }
67 { std::swap(__x._M_next, __y._M_next); }
137 _M_node = _M_node->_M_next;
145 _M_node = _M_node->_M_next;
158 _M_next() const
161 return _Fwd_list_iterator(_M_node->_M_next);
208 _M_node = _M_node->_M_next;
216 _M_node = _M_node->_M_next;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
forward_list.h 61 _Pointer _M_next;
63 _Fwd_list_node_base() : _M_next(0) { }
67 { std::swap(__x._M_next, __y._M_next); }
137 _M_node = _M_node->_M_next;
145 _M_node = _M_node->_M_next;
158 _M_next() const
161 return _Fwd_list_iterator(_M_node->_M_next);
208 _M_node = _M_node->_M_next;
216 _M_node = _M_node->_M_next;
    [all...]
  /external/stlport/stlport/stl/debug/
_debug.h 287 __owned_link(const __owned_list* __c) : _M_self(this), _M_owner(0), _M_next(0)
293 __owned_link(const __owned_list* __c) : _M_owner(0), _M_next(0)
323 void _Invalidate() { _M_owner = 0; _M_next = 0; }
324 void _Link_to_self() { _M_next = 0; }
326 __owned_link* _Next() { return _M_next; }
327 const __owned_link* _Next() const { return _M_next; }
335 __owned_link* _M_next;
344 _M_node._M_next = 0;
360 const __owned_link* _First() const { return (__owned_link*)_M_node._M_next; }

Completed in 647 milliseconds

1 23 4 5 6