/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
hashtable.h | 1541 __node_type* __node = this->_M_allocate_node(std::forward<_Args>(__args)...); local 1580 __node_type* __node = local 1747 __node_type* __node = __node_gen(std::forward<_Arg>(__v)); local [all...] |
hashtable_policy.h | 137 __node_type* __node = _M_nodes; local 139 __node->_M_nxt = nullptr; 141 __value_alloc_traits::destroy(__a, __node->_M_valptr()); 144 __value_alloc_traits::construct(__a, __node->_M_valptr(), 149 __node->~__node_type(); 151 __node, 1); 154 return __node; [all...] |