/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
forward_list.tcc | 66 _Pointer __tail = _M_next; 67 if (!__tail) 69 while (_Pointer __temp = __tail->_M_next) 73 __tail->_M_next = __temp->_M_next; 100 _Pointer __tail = 0; 158 if (__tail) 159 __tail->_M_next = __e; 162 __tail = __e; 168 __tail->_M_next = 0;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.tcc | 66 _Pointer __tail = _M_next; 67 if (!__tail) 69 while (_Pointer __temp = __tail->_M_next) 73 __tail->_M_next = __temp->_M_next; 100 _Pointer __tail = 0; 158 if (__tail) 159 __tail->_M_next = __e; 162 __tail = __e; 168 __tail->_M_next = 0;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.tcc | 66 _Pointer __tail = _M_next; 67 if (!__tail) 69 while (_Pointer __temp = __tail->_M_next) 73 __tail->_M_next = __temp->_M_next; 100 _Pointer __tail = 0; 158 if (__tail) 159 __tail->_M_next = __e; 162 __tail = __e; 168 __tail->_M_next = 0;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.tcc | 66 _Pointer __tail = _M_next; 67 if (!__tail) 69 while (_Pointer __temp = __tail->_M_next) 73 __tail->_M_next = __temp->_M_next; 100 _Pointer __tail = 0; 158 if (__tail) 159 __tail->_M_next = __e; 162 __tail = __e; 168 __tail->_M_next = 0;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
forward_list.tcc | 66 _Pointer __tail = _M_next; 67 if (!__tail) 69 while (_Pointer __temp = __tail->_M_next) 73 __tail->_M_next = __temp->_M_next; 100 _Pointer __tail = 0; 158 if (__tail) 159 __tail->_M_next = __e; 162 __tail = __e; 168 __tail->_M_next = 0;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
forward_list.tcc | 416 _Node* __tail = 0; 474 if (__tail) 475 __tail->_M_next = __e; 478 __tail = __e; 484 __tail->_M_next = 0;
|
hashtable.h | 655 _Node** __tail = _M_buckets + __i; local 658 *__tail = _M_allocate_node(__n->_M_v); 659 this->_M_copy_code(*__tail, __n); 660 __tail = &((*__tail)->_M_next); [all...] |
/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 | 416 _Node* __tail = 0; 474 if (__tail) 475 __tail->_M_next = __e; 478 __tail = __e; 484 __tail->_M_next = 0;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
forward_list.tcc | 416 _Node* __tail = 0; 474 if (__tail) 475 __tail->_M_next = __e; 478 __tail = __e; 484 __tail->_M_next = 0;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.tcc | 417 _Node* __tail = 0; 475 if (__tail) 476 __tail->_M_next = __e; 479 __tail = __e; 485 __tail->_M_next = 0;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
forward_list.tcc | 416 _Node* __tail = 0; 474 if (__tail) 475 __tail->_M_next = __e; 478 __tail = __e; 484 __tail->_M_next = 0;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.tcc | 417 _Node* __tail = 0; 475 if (__tail) 476 __tail->_M_next = __e; 479 __tail = __e; 485 __tail->_M_next = 0;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
forward_list.tcc | 424 _Node* __tail = 0; 482 if (__tail) 483 __tail->_M_next = __e; 486 __tail = __e; 492 __tail->_M_next = 0;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
tuple | 240 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail) 241 : _Inherited(__tail...), _Base(__head) { } 246 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail) 247 : _Inherited(std::forward<_UTail>(__tail)...), 278 const _Head& __head, const _Tail&... __tail) 279 : _Inherited(__tag, __a, __tail...), 286 _UHead&& __head, _UTail&&... __tail) 287 : _Inherited(__tag, __a, std::forward<_UTail>(__tail)...), [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
tuple | 240 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail) 241 : _Inherited(__tail...), _Base(__head) { } 246 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail) 247 : _Inherited(std::forward<_UTail>(__tail)...), 278 const _Head& __head, const _Tail&... __tail) 279 : _Inherited(__tag, __a, __tail...), 286 _UHead&& __head, _UTail&&... __tail) 287 : _Inherited(__tag, __a, std::forward<_UTail>(__tail)...), [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
tuple | 254 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail) 255 : _Inherited(__tail...), _Base(__head) { } 260 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail) 261 : _Inherited(std::forward<_UTail>(__tail)...), 292 const _Head& __head, const _Tail&... __tail) 293 : _Inherited(__tag, __a, __tail...), 300 _UHead&& __head, _UTail&&... __tail) 301 : _Inherited(__tag, __a, std::forward<_UTail>(__tail)...), [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
tuple | 154 _Tuple_impl(const _Head& __head, const _Tail&... __tail) 155 : _Inherited(__tail...), _Base(__head) { } 159 _Tuple_impl(_UHead&& __head, _UTail&&... __tail) 160 : _Inherited(std::forward<_UTail>(__tail)...),
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
tuple | 161 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail) 162 : _Inherited(__tail...), _Base(__head) { } 166 _Tuple_impl(_UHead&& __head, _UTail&&... __tail) 167 : _Inherited(std::forward<_UTail>(__tail)...),
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
tuple | 161 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail) 162 : _Inherited(__tail...), _Base(__head) { } 166 _Tuple_impl(_UHead&& __head, _UTail&&... __tail) 167 : _Inherited(std::forward<_UTail>(__tail)...),
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
tuple | 154 _Tuple_impl(const _Head& __head, const _Tail&... __tail) 155 : _Inherited(__tail...), _Base(__head) { } 159 _Tuple_impl(_UHead&& __head, _UTail&&... __tail) 160 : _Inherited(std::forward<_UTail>(__tail)...),
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
tuple | 154 _Tuple_impl(const _Head& __head, const _Tail&... __tail) 155 : _Inherited(__tail...), _Base(__head) { } 159 _Tuple_impl(_UHead&& __head, _UTail&&... __tail) 160 : _Inherited(std::forward<_UTail>(__tail)...),
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
tuple | 154 _Tuple_impl(const _Head& __head, const _Tail&... __tail) 155 : _Inherited(__tail...), _Base(__head) { } 159 _Tuple_impl(_UHead&& __head, _UTail&&... __tail) 160 : _Inherited(std::forward<_UTail>(__tail)...),
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
tuple | 154 _Tuple_impl(const _Head& __head, const _Tail&... __tail) 155 : _Inherited(__tail...), _Base(__head) { } 159 _Tuple_impl(_UHead&& __head, _UTail&&... __tail) 160 : _Inherited(std::forward<_UTail>(__tail)...),
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
tuple | 161 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail) 162 : _Inherited(__tail...), _Base(__head) { } 166 _Tuple_impl(_UHead&& __head, _UTail&&... __tail) 167 : _Inherited(std::forward<_UTail>(__tail)...),
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
tuple | 161 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail) 162 : _Inherited(__tail...), _Base(__head) { } 166 _Tuple_impl(_UHead&& __head, _UTail&&... __tail) 167 : _Inherited(std::forward<_UTail>(__tail)...),
|