HomeSort by relevance Sort by last modified time
    Searched full:__tail (Results 1 - 25 of 64) sorted by null

1 2 3

  /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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-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;
  /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;
  /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/9/sources/cxx-stl/gnu-libstdc++/4.9/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-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/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
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)...),

Completed in 1670 milliseconds

1 2 3