HomeSort by relevance Sort by last modified time
    Searched defs:__node (Results 1 - 12 of 12) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_slist.c 93 _Node_base* __node = this->_M_head._M_data._M_next; local
94 for ( ; __node != 0 && __n > 0 ; --__n) {
95 __STATIC_CAST(_Node*, __node)->_M_data = __val;
96 __prev = __node;
97 __node = __node->_M_next;
_slist.h 254 _Node* __node = this->_M_head.allocate(1); local
256 _Copy_Construct(&__node->_M_data, __x);
257 __node->_M_next = 0;
259 _STLP_UNWIND(this->_M_head.deallocate(__node, 1))
260 return __node;
265 _Node* __node = this->_M_head.allocate(1); local
267 _STLP_STD::_Construct(&__node->_M_data);
268 __node->_M_next = 0;
270 _STLP_UNWIND(this->_M_head.deallocate(__node, 1))
271 return __node;
390 _Node_base* __node = this->_M_head._M_data._M_next; local
452 _Node* __node = __STATIC_CAST(_Node*, this->_M_head._M_data._M_next); local
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_slist.c 93 _Node_base* __node = this->_M_head._M_data._M_next; local
94 for ( ; __node != 0 && __n > 0 ; --__n) {
95 __STATIC_CAST(_Node*, __node)->_M_data = __val;
96 __prev = __node;
97 __node = __node->_M_next;
_slist.h 254 _Node* __node = this->_M_head.allocate(1); local
256 _Copy_Construct(&__node->_M_data, __x);
257 __node->_M_next = 0;
259 _STLP_UNWIND(this->_M_head.deallocate(__node, 1))
260 return __node;
265 _Node* __node = this->_M_head.allocate(1); local
267 _STLP_STD::_Construct(&__node->_M_data);
268 __node->_M_next = 0;
270 _STLP_UNWIND(this->_M_head.deallocate(__node, 1))
271 return __node;
390 _Node_base* __node = this->_M_head._M_data._M_next; local
452 _Node* __node = __STATIC_CAST(_Node*, this->_M_head._M_data._M_next); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 348 _Node* __node = this->_M_get_node(); local
353 ::new ((void*)__node) _Node();
354 _Alloc_traits::construct(__a, __node->_M_valptr(),
359 this->_M_put_node(__node);
362 return __node;
    [all...]
hashtable.h 1260 __node_type* __node = _M_allocate_node(std::forward<_Args>(__args)...); local
1299 __node_type* __node = _M_allocate_node(std::forward<_Args>(__args)...); local
1447 __node_type* __node = _M_allocate_node(std::forward<_Arg>(__v)); local
    [all...]