HomeSort by relevance Sort by last modified time
    Searched defs:_M_next (Results 101 - 125 of 132) sorted by null

1 2 3 45 6

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
mt_allocator.h 131 _Block_address* _M_next;
200 _Block_record* _M_next;
276 _Thread_record* _M_next;
285 _Block_record* _M_next;
708 __bin._M_first[__thread_id] = __block->_M_next;
  /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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable_policy.h 99 _Hash_node* _M_next() const
112 _Hash_node* _M_next() const
125 { _M_cur = _M_cur->_M_next(); }
927 _M_cur = _M_cur->_M_next();
960 _M_cur = _M_cur->_M_next();
    [all...]
stl_list.h 80 _List_node_base* _M_next;
156 _M_node = _M_node->_M_next;
164 _M_node = _M_node->_M_next;
236 _M_node = _M_node->_M_next;
244 _M_node = _M_node->_M_next;
387 this->_M_impl._M_node._M_next = &this->_M_impl._M_node;
740 { return iterator(this->_M_impl._M_node._M_next); }
749 { return const_iterator(this->_M_impl._M_node._M_next); }
813 { return const_iterator(this->_M_impl._M_node._M_next); }
850 { return this->_M_impl._M_node._M_next == &this->_M_impl._M_node;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
mt_allocator.h 131 _Block_address* _M_next;
200 _Block_record* _M_next;
276 _Thread_record* _M_next;
285 _Block_record* _M_next;
712 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_list.h 58 _List_node_base* _M_next;
91 void _M_incr() { _M_node = _M_node->_M_next; }
199 _M_node._M_data._M_prev->_M_next = _M_node._M_data._M_next->_M_prev = &_M_node._M_data;
208 bool empty() const { return _M_node._M_data._M_next == &_M_node._M_data; }
211 _M_node._M_data._M_next = &_M_node._M_data;
212 _M_node._M_data._M_prev = _M_node._M_data._M_next;
367 iterator begin() { return iterator(this->_M_node._M_data._M_next); }
368 const_iterator begin() const { return const_iterator(this->_M_node._M_data._M_next); }
393 __x._M_node._M_data._M_next = this->_M_node._M_data._M_next
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_list.h 58 _List_node_base* _M_next;
91 void _M_incr() { _M_node = _M_node->_M_next; }
199 _M_node._M_data._M_prev->_M_next = _M_node._M_data._M_next->_M_prev = &_M_node._M_data;
208 bool empty() const { return _M_node._M_data._M_next == &_M_node._M_data; }
211 _M_node._M_data._M_next = &_M_node._M_data;
212 _M_node._M_data._M_prev = _M_node._M_data._M_next;
367 iterator begin() { return iterator(this->_M_node._M_data._M_next); }
368 const_iterator begin() const { return const_iterator(this->_M_node._M_data._M_next); }
393 __x._M_node._M_data._M_next = this->_M_node._M_data._M_next
    [all...]
  /prebuilts/ndk/9/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/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h 49 _Fwd_list_node_base() : _M_next(0) { }
51 _Fwd_list_node_base* _M_next;
57 while (__end && __end->_M_next)
58 __end = __end->_M_next;
66 _Fwd_list_node_base* __keep = __begin->_M_next;
69 __begin->_M_next = __end->_M_next;
70 __end->_M_next = _M_next;
73 __begin->_M_next = 0
    [all...]
stl_list.h 78 _List_node_base* _M_next;
154 _M_node = _M_node->_M_next;
162 _M_node = _M_node->_M_next;
234 _M_node = _M_node->_M_next;
242 _M_node = _M_node->_M_next;
380 this->_M_impl._M_node._M_next = &this->_M_impl._M_node;
731 { return iterator(this->_M_impl._M_node._M_next); }
740 { return const_iterator(this->_M_impl._M_node._M_next); }
804 { return const_iterator(this->_M_impl._M_node._M_next); }
841 { return this->_M_impl._M_node._M_next == &this->_M_impl._M_node;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
mt_allocator.h 131 _Block_address* _M_next;
200 _Block_record* _M_next;
276 _Thread_record* _M_next;
285 _Block_record* _M_next;
708 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/ndk/9/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable_policy.h 99 _Hash_node* _M_next() const
112 _Hash_node* _M_next() const
125 { _M_cur = _M_cur->_M_next(); }
927 _M_cur = _M_cur->_M_next();
960 _M_cur = _M_cur->_M_next();
    [all...]
stl_list.h 80 _List_node_base* _M_next;
156 _M_node = _M_node->_M_next;
164 _M_node = _M_node->_M_next;
236 _M_node = _M_node->_M_next;
244 _M_node = _M_node->_M_next;
387 this->_M_impl._M_node._M_next = &this->_M_impl._M_node;
740 { return iterator(this->_M_impl._M_node._M_next); }
749 { return const_iterator(this->_M_impl._M_node._M_next); }
813 { return const_iterator(this->_M_impl._M_node._M_next); }
850 { return this->_M_impl._M_node._M_next == &this->_M_impl._M_node;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
mt_allocator.h 131 _Block_address* _M_next;
200 _Block_record* _M_next;
276 _Thread_record* _M_next;
285 _Block_record* _M_next;
712 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
hashtable.h 86 _Hashtable_node* _M_next;
443 for (_Node* __n = _M_buckets[__bucket]; __n; __n = __n->_M_next)
528 __first = __first->_M_next)
540 __first = __first->_M_next)
552 __cur = __cur->_M_next)
619 __n->_M_next = 0;
656 _M_cur = _M_cur->_M_next;
684 _M_cur = _M_cur->_M_next;
721 __cur1 = __cur1->_M_next, __cur2 = __cur2->_M_next)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
forward_list.h 53 _Fwd_list_node_base* _M_next = nullptr;
59 _Fwd_list_node_base* __keep = __begin->_M_next;
62 __begin->_M_next = __end->_M_next;
63 __end->_M_next = _M_next;
66 __begin->_M_next = 0;
67 _M_next = __keep;
74 _Fwd_list_node_base* __tail = _M_next;
77 while (_Fwd_list_node_base* __temp = __tail->_M_next)
    [all...]
hashtable_policy.h 180 _M_next() const { return static_cast<_Hash_node*>(_M_nxt); }
198 _M_next() const { return static_cast<_Hash_node*>(_M_nxt); }
214 { _M_cur = _M_cur->_M_next(); }
    [all...]
stl_list.h 79 _List_node_base* _M_next;
155 _M_node = _M_node->_M_next;
163 _M_node = _M_node->_M_next;
235 _M_node = _M_node->_M_next;
243 _M_node = _M_node->_M_next;
386 this->_M_impl._M_node._M_next = &this->_M_impl._M_node;
759 { return iterator(this->_M_impl._M_node._M_next); }
768 { return const_iterator(this->_M_impl._M_node._M_next); }
832 { return const_iterator(this->_M_impl._M_node._M_next); }
869 { return this->_M_impl._M_node._M_next == &this->_M_impl._M_node;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
mt_allocator.h 133 _Block_address* _M_next;
202 _Block_record* _M_next;
278 _Thread_record* _M_next;
287 _Block_record* _M_next;
720 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 476 _Callback_list* _M_next;
483 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ios_base.h 465 _Callback_list* _M_next;
472 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ios_base.h 465 _Callback_list* _M_next;
472 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 476 _Callback_list* _M_next;
483 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 476 _Callback_list* _M_next;
483 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }

Completed in 390 milliseconds

1 2 3 45 6