| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ | 
| forward_list.tcc | 424             _Node* __tail = 0; 482                     if (__tail)
 483                       __tail->_M_next = __e;
 486                     __tail = __e;
 492             __tail->_M_next = 0;
 
 | 
| forward_list.h | 74       _Fwd_list_node_base* __tail = _M_next;  local 75       if (!__tail)
 77       while (_Fwd_list_node_base* __temp = __tail->_M_next)
 81 	  __tail->_M_next = __temp->_M_next;
 [all...]
 | 
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ | 
| forward_list.tcc | 424             _Node* __tail = 0; 482                     if (__tail)
 483                       __tail->_M_next = __e;
 486                     __tail = __e;
 492             __tail->_M_next = 0;
 
 | 
| forward_list.h | 74       _Fwd_list_node_base* __tail = _M_next;  local 75       if (!__tail)
 77       while (_Fwd_list_node_base* __temp = __tail->_M_next)
 81 	  __tail->_M_next = __temp->_M_next;
 [all...]
 | 
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ | 
| 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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ | 
| 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/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ | 
| hashtable.h | 599 	      _Node** __tail = _M_buckets + __i;  local 602 		  *__tail = _M_allocate_node(__n->_M_v);
 603 		  this->_M_copy_code(*__tail, __n);
 604 		  __tail = &((*__tail)->_M_next);
 [all...]
 | 
| tuple | 101 		  typename __add_c_ref<_Tail>::type... __tail) 102       : _Inherited(__tail...), _M_head(__head) { }
 
 | 
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ | 
| hashtable.h | 599 	      _Node** __tail = _M_buckets + __i;  local 602 		  *__tail = _M_allocate_node(__n->_M_v);
 603 		  this->_M_copy_code(*__tail, __n);
 604 		  __tail = &((*__tail)->_M_next);
 [all...]
 | 
| tuple | 101 		  typename __add_c_ref<_Tail>::type... __tail) 102       : _Inherited(__tail...), _M_head(__head) { }
 
 | 
| /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ | 
| variant | 384     return __get_alt(_VSTD::forward<_Vp>(__v).__tail, in_place_index<_Ip - 1>); 633         : __tail(in_place_index<_Ip - 1>, _VSTD::forward<_Args>(__args)...) {} \
 646     __union<destructible_trait, _Index + 1, _Types...> __tail;                 \
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/ | 
| variant | 383     return __get_alt(_VSTD::forward<_Vp>(__v).__tail, in_place_index<_Ip - 1>); 623         : __tail(in_place_index<_Ip - 1>, _VSTD::forward<_Args>(__args)...) {} \
 636     __union<destructible_trait, _Index + 1, _Types...> __tail;                 \
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/ | 
| variant | 383     return __get_alt(_VSTD::forward<_Vp>(__v).__tail, in_place_index<_Ip - 1>); 623         : __tail(in_place_index<_Ip - 1>, _VSTD::forward<_Args>(__args)...) {} \
 636     __union<destructible_trait, _Index + 1, _Types...> __tail;                 \
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/ | 
| variant | 383     return __get_alt(_VSTD::forward<_Vp>(__v).__tail, in_place_index<_Ip - 1>); 623         : __tail(in_place_index<_Ip - 1>, _VSTD::forward<_Args>(__args)...) {} \
 636     __union<destructible_trait, _Index + 1, _Types...> __tail;                 \
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/ | 
| variant | 383     return __get_alt(_VSTD::forward<_Vp>(__v).__tail, in_place_index<_Ip - 1>); 623         : __tail(in_place_index<_Ip - 1>, _VSTD::forward<_Args>(__args)...) {} \
 636     __union<destructible_trait, _Index + 1, _Types...> __tail;                 \
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/ | 
| variant | 383     return __get_alt(_VSTD::forward<_Vp>(__v).__tail, in_place_index<_Ip - 1>); 623         : __tail(in_place_index<_Ip - 1>, _VSTD::forward<_Args>(__args)...) {} \
 636     __union<destructible_trait, _Index + 1, _Types...> __tail;                 \
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/ | 
| variant | 383     return __get_alt(_VSTD::forward<_Vp>(__v).__tail, in_place_index<_Ip - 1>); 623         : __tail(in_place_index<_Ip - 1>, _VSTD::forward<_Args>(__args)...) {} \
 636     __union<destructible_trait, _Index + 1, _Types...> __tail;                 \
 [all...]
 | 
| /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/ | 
| variant | 384     return __get_alt(_VSTD::forward<_Vp>(__v).__tail, in_place_index<_Ip - 1>); 633         : __tail(in_place_index<_Ip - 1>, _VSTD::forward<_Args>(__args)...) {} \
 646     __union<destructible_trait, _Index + 1, _Types...> __tail;                 \
 [all...]
 | 
| /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/ | 
| variant | 383     return __get_alt(_VSTD::forward<_Vp>(__v).__tail, in_place_index<_Ip - 1>); 623         : __tail(in_place_index<_Ip - 1>, _VSTD::forward<_Args>(__args)...) {} \
 636     __union<destructible_trait, _Index + 1, _Types...> __tail;                 \
 [all...]
 | 
| /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/ | 
| variant | 383     return __get_alt(_VSTD::forward<_Vp>(__v).__tail, in_place_index<_Ip - 1>); 623         : __tail(in_place_index<_Ip - 1>, _VSTD::forward<_Args>(__args)...) {} \
 636     __union<destructible_trait, _Index + 1, _Types...> __tail;                 \
 [all...]
 | 
| /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/ | 
| variant | 383     return __get_alt(_VSTD::forward<_Vp>(__v).__tail, in_place_index<_Ip - 1>); 623         : __tail(in_place_index<_Ip - 1>, _VSTD::forward<_Args>(__args)...) {} \
 636     __union<destructible_trait, _Index + 1, _Types...> __tail;                 \
 [all...]
 | 
| /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/ | 
| variant | 383     return __get_alt(_VSTD::forward<_Vp>(__v).__tail, in_place_index<_Ip - 1>); 623         : __tail(in_place_index<_Ip - 1>, _VSTD::forward<_Args>(__args)...) {} \
 636     __union<destructible_trait, _Index + 1, _Types...> __tail;                 \
 [all...]
 | 
| /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/ | 
| variant | 383     return __get_alt(_VSTD::forward<_Vp>(__v).__tail, in_place_index<_Ip - 1>); 623         : __tail(in_place_index<_Ip - 1>, _VSTD::forward<_Args>(__args)...) {} \
 636     __union<destructible_trait, _Index + 1, _Types...> __tail;                 \
 [all...]
 | 
| /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/ | 
| variant | 383     return __get_alt(_VSTD::forward<_Vp>(__v).__tail, in_place_index<_Ip - 1>); 623         : __tail(in_place_index<_Ip - 1>, _VSTD::forward<_Args>(__args)...) {} \
 636     __union<destructible_trait, _Index + 1, _Types...> __tail;                 \
 [all...]
 | 
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/ | 
| variant | 383     return __get_alt(_VSTD::forward<_Vp>(__v).__tail, in_place_index<_Ip - 1>); 623         : __tail(in_place_index<_Ip - 1>, _VSTD::forward<_Args>(__args)...) {} \
 636     __union<destructible_trait, _Index + 1, _Types...> __tail;                 \
 [all...]
 |