/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
slist | 82 const _Slist_node_base* __node) 84 while (__head && __head->_M_next != __node) 91 const _Slist_node_base* __node) 93 while (__head && __head->_M_next != __node) 127 __slist_reverse(_Slist_node_base* __node) 129 _Slist_node_base* __result = __node; 130 __node = __node->_M_next; 132 while(__node) 134 _Slist_node_base* __next = __node->_M_next [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
slist | 82 const _Slist_node_base* __node) 84 while (__head && __head->_M_next != __node) 91 const _Slist_node_base* __node) 93 while (__head && __head->_M_next != __node) 127 __slist_reverse(_Slist_node_base* __node) 129 _Slist_node_base* __result = __node; 130 __node = __node->_M_next; 132 while(__node) 134 _Slist_node_base* __next = __node->_M_next [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
slist | 81 const _Slist_node_base* __node) 83 while (__head && __head->_M_next != __node) 90 const _Slist_node_base* __node) 92 while (__head && __head->_M_next != __node) 126 __slist_reverse(_Slist_node_base* __node) 128 _Slist_node_base* __result = __node; 129 __node = __node->_M_next; 131 while(__node) 133 _Slist_node_base* __next = __node->_M_next [all...] |
/external/stlport/stlport/stl/ |
_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...] |
_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;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
_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;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
_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;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
_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;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
_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;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
_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;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_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...] |
_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;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
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...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
forward_list | 292 >::type __node; 295 rebind<__node> 297 rebind<__node>::other 305 typedef typename __node::value_type value_type; 360 typedef __forward_list_node<value_type, void_pointer> __node; 361 typedef typename __node::__self __begin_node; 364 rebind_alloc<__node> 366 rebind_alloc<__node>::other 550 typedef typename base::__node __node; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
forward_list.tcc | 435 typename _Node_base::_Pointer __node = &this->_M_impl._M_head; 436 while (__node->_M_next && __list._M_impl._M_head._M_next) 441 (__node->_M_next)->_M_value)) 442 __node->_M_transfer_after(&__list._M_impl._M_head, 444 __node = __node->_M_next; 448 __node->_M_next = __list._M_impl._M_head._M_next;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
forward_list.tcc | 359 _Node_base* __node = &this->_M_impl._M_head; 360 while (__node->_M_next && __list._M_impl._M_head._M_next) 365 (__node->_M_next)->_M_value)) 366 __node->_M_transfer_after(&__list._M_impl._M_head, 368 __node = __node->_M_next; 372 __node->_M_next = __list._M_impl._M_head._M_next;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
forward_list.tcc | 359 _Node_base* __node = &this->_M_impl._M_head; 360 while (__node->_M_next && __list._M_impl._M_head._M_next) 365 (__node->_M_next)->_M_value)) 366 __node->_M_transfer_after(&__list._M_impl._M_head, 368 __node = __node->_M_next; 372 __node->_M_next = __list._M_impl._M_head._M_next;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.tcc | 435 typename _Node_base::_Pointer __node = &this->_M_impl._M_head; 436 while (__node->_M_next && __list._M_impl._M_head._M_next) 441 (__node->_M_next)->_M_value)) 442 __node->_M_transfer_after(&__list._M_impl._M_head, 444 __node = __node->_M_next; 448 __node->_M_next = __list._M_impl._M_head._M_next;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.tcc | 435 typename _Node_base::_Pointer __node = &this->_M_impl._M_head; 436 while (__node->_M_next && __list._M_impl._M_head._M_next) 441 (__node->_M_next)->_M_value)) 442 __node->_M_transfer_after(&__list._M_impl._M_head, 444 __node = __node->_M_next; 448 __node->_M_next = __list._M_impl._M_head._M_next;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.tcc | 435 typename _Node_base::_Pointer __node = &this->_M_impl._M_head; 436 while (__node->_M_next && __list._M_impl._M_head._M_next) 441 (__node->_M_next)->_M_value)) 442 __node->_M_transfer_after(&__list._M_impl._M_head, 444 __node = __node->_M_next; 448 __node->_M_next = __list._M_impl._M_head._M_next;
|