HomeSort by relevance Sort by last modified time
    Searched defs:_M_next (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/stlport/stlport/stl/
_slist_base.h 39 _Slist_node_base* _M_next;
45 __new_node->_M_next = __prev_node->_M_next;
46 __prev_node->_M_next = __new_node;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_slist_base.h 39 _Slist_node_base* _M_next;
45 __new_node->_M_next = __prev_node->_M_next;
46 __prev_node->_M_next = __new_node;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
compatibility-list.h 38 _List_node_base* _M_next;
regex_cursor.h 41 virtual void _M_next() = 0;
60 _M_next()
hashtable_policy.h 77 _Hash_node* _M_next;
82 _M_hash_code(), _M_next() { }
89 _Hash_node* _M_next;
94 _M_next() { }
107 { _M_cur = _M_cur->_M_next; }
224 _M_cur_node = _M_cur_node->_M_next;
regex_nfa.h 205 _StateIdT _M_next; // outgoing transition
212 : _M_opcode(__opcode), _M_next(_S_invalid_state_id)
216 : _M_opcode(_S_opcode_match), _M_next(_S_invalid_state_id), _M_matches(__m)
220 : _M_opcode(__opcode), _M_next(_S_invalid_state_id), _M_subexpr(__s),
225 : _M_opcode(_S_opcode_alternative), _M_next(__next), _M_alt(__alt)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
compatibility-list.h 38 _List_node_base* _M_next;
regex_cursor.h 41 virtual void _M_next() = 0;
60 _M_next()
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_slist_base.h 39 _Slist_node_base* _M_next;
45 __new_node->_M_next = __prev_node->_M_next;
46 __prev_node->_M_next = __new_node;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_slist_base.h 39 _Slist_node_base* _M_next;
45 __new_node->_M_next = __prev_node->_M_next;
46 __prev_node->_M_next = __new_node;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_slist_base.h 39 _Slist_node_base* _M_next;
45 __new_node->_M_next = __prev_node->_M_next;
46 __prev_node->_M_next = __new_node;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_slist_base.h 39 _Slist_node_base* _M_next;
45 __new_node->_M_next = __prev_node->_M_next;
46 __prev_node->_M_next = __new_node;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_base.h 73 _Safe_iterator_base* _M_next;
78 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
89 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
96 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
safe_base.h 73 _Safe_iterator_base* _M_next;
78 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
89 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
96 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
155 _M_prior->_M_next = _M_next;
156 if (_M_next)
157 _M_next->_M_prior = _M_prior;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
safe_base.h 73 _Safe_iterator_base* _M_next;
78 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
89 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
96 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
155 _M_prior->_M_next = _M_next;
156 if (_M_next)
157 _M_next->_M_prior = _M_prior;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_base.h 73 _Safe_iterator_base* _M_next;
78 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
89 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
96 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_base.h 73 _Safe_iterator_base* _M_next;
78 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
89 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
96 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_base.h 73 _Safe_iterator_base* _M_next;
78 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
89 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
96 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_base.h 73 _Safe_iterator_base* _M_next;
78 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
89 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
96 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0)
  /external/stlport/src/
lock_free_slist.h 40 item* _M_next;
72 "L1_%=: movl %%eax, (%%ebx)\n\t" // __item._M_next = _M._M_data._M_top
95 " movl (%%eax), %%ebx\n\t" // new top = _M._M_data._M_top->_M_next
187 item* _M_next;
217 L1: mov [ebx], eax // __item._M_next = _M._M_data._M_top
242 mov ebx, [eax] // new top = _M._M_data._M_top->_M_next
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 40 item* _M_next;
72 "L1_%=: movl %%eax, (%%ebx)\n\t" // __item._M_next = _M._M_data._M_top
95 " movl (%%eax), %%ebx\n\t" // new top = _M._M_data._M_top->_M_next
187 item* _M_next;
217 L1: mov [ebx], eax // __item._M_next = _M._M_data._M_top
242 mov ebx, [eax] // new top = _M._M_data._M_top->_M_next
  /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; }
  /ndk/sources/cxx-stl/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; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
hashtable_policy.h 96 _Hash_node* _M_next;
102 _M_hash_code(), _M_next() { }
110 _Hash_node* _M_next;
116 _M_next() { }
130 { _M_cur = _M_cur->_M_next; }
249 _M_cur_node = _M_cur_node->_M_next;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
hashtable_policy.h 76 _Hash_node* _M_next;
83 _Hash_node* _M_next;
96 { _M_cur = _M_cur->_M_next; }
215 _M_cur_node = _M_cur_node->_M_next;

Completed in 1098 milliseconds

1 2 3 4