/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
memory | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
tuple | 530 constexpr tuple(const _T1& __a1, const _T2& __a2) 531 : _Inherited(__a1, __a2) { } 537 constexpr tuple(_U1&& __a1, _U2&& __a2) 538 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { } 577 const _T1& __a1, const _T2& __a2) 578 : _Inherited(__tag, __a, __a1, __a2) { } 581 tuple(allocator_arg_t __tag, const _Alloc& __a, _U1&& __a1, _U2&& __a2) 583 std::forward<_U2>(__a2)) { } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
tuple | 530 constexpr tuple(const _T1& __a1, const _T2& __a2) 531 : _Inherited(__a1, __a2) { } 537 constexpr tuple(_U1&& __a1, _U2&& __a2) 538 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { } 577 const _T1& __a1, const _T2& __a2) 578 : _Inherited(__tag, __a, __a1, __a2) { } 581 tuple(allocator_arg_t __tag, const _Alloc& __a, _U1&& __a1, _U2&& __a2) 583 std::forward<_U2>(__a2)) { } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
shared_ptr_base.h | 495 typename _Alloc_traits::allocator_type __a2(__a); 499 __mem = _Alloc_traits::allocate(__a2, 1); 500 _Alloc_traits::construct(__a2, __mem, 508 _Alloc_traits::deallocate(__a2, __mem, 1); 521 typename _Alloc_traits::allocator_type __a2(__a); 522 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); 525 _Alloc_traits::construct(__a2, __mem, std::move(__a), 531 _Alloc_traits::deallocate(__a2, __mem, 1); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
tuple | 516 constexpr tuple(const _T1& __a1, const _T2& __a2) 517 : _Inherited(__a1, __a2) { } 523 constexpr tuple(_U1&& __a1, _U2&& __a2) 524 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { } 563 const _T1& __a1, const _T2& __a2) 564 : _Inherited(__tag, __a, __a1, __a2) { } 567 tuple(allocator_arg_t __tag, const _Alloc& __a, _U1&& __a1, _U2&& __a2) 569 std::forward<_U2>(__a2)) { } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
shared_ptr_base.h | 495 typename _Alloc_traits::allocator_type __a2(__a); 499 __mem = _Alloc_traits::allocate(__a2, 1); 500 _Alloc_traits::construct(__a2, __mem, 508 _Alloc_traits::deallocate(__a2, __mem, 1); 521 typename _Alloc_traits::allocator_type __a2(__a); 522 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); 525 _Alloc_traits::construct(__a2, __mem, std::move(__a), 531 _Alloc_traits::deallocate(__a2, __mem, 1); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
tuple | 516 constexpr tuple(const _T1& __a1, const _T2& __a2) 517 : _Inherited(__a1, __a2) { } 523 constexpr tuple(_U1&& __a1, _U2&& __a2) 524 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { } 563 const _T1& __a1, const _T2& __a2) 564 : _Inherited(__tag, __a, __a1, __a2) { } 567 tuple(allocator_arg_t __tag, const _Alloc& __a, _U1&& __a1, _U2&& __a2) 569 std::forward<_U2>(__a2)) { } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
tuple | 530 constexpr tuple(const _T1& __a1, const _T2& __a2) 531 : _Inherited(__a1, __a2) { } 537 constexpr tuple(_U1&& __a1, _U2&& __a2) 538 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { } 577 const _T1& __a1, const _T2& __a2) 578 : _Inherited(__tag, __a, __a1, __a2) { } 581 tuple(allocator_arg_t __tag, const _Alloc& __a, _U1&& __a1, _U2&& __a2) 583 std::forward<_U2>(__a2)) { } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
shared_ptr_base.h | 589 typename _Alloc_traits::allocator_type __a2(__a); 593 __mem = _Alloc_traits::allocate(__a2, 1); 594 _Alloc_traits::construct(__a2, __mem, 602 _Alloc_traits::deallocate(__a2, __mem, 1); 615 typename _Alloc_traits::allocator_type __a2(__a); 616 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); 619 _Alloc_traits::construct(__a2, __mem, std::move(__a), 625 _Alloc_traits::deallocate(__a2, __mem, 1); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
tuple | 530 constexpr tuple(const _T1& __a1, const _T2& __a2) 531 : _Inherited(__a1, __a2) { } 537 constexpr tuple(_U1&& __a1, _U2&& __a2) 538 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { } 577 const _T1& __a1, const _T2& __a2) 578 : _Inherited(__tag, __a, __a1, __a2) { } 581 tuple(allocator_arg_t __tag, const _Alloc& __a, _U1&& __a1, _U2&& __a2) 583 std::forward<_U2>(__a2)) { } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ |
tuple | 324 constexpr tuple(const _T1& __a1, const _T2& __a2) 325 : _Inherited(__a1, __a2) { } 329 tuple(_U1&& __a1, _U2&& __a2) 330 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { }
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
tuple | 318 tuple(const _T1& __a1, const _T2& __a2) 319 : _Inherited(__a1, __a2) { } 323 tuple(_U1&& __a1, _U2&& __a2) 324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
tuple | 318 tuple(const _T1& __a1, const _T2& __a2) 319 : _Inherited(__a1, __a2) { } 323 tuple(_U1&& __a1, _U2&& __a2) 324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { }
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
tuple | 318 tuple(const _T1& __a1, const _T2& __a2) 319 : _Inherited(__a1, __a2) { } 323 tuple(_U1&& __a1, _U2&& __a2) 324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
tuple | 318 tuple(const _T1& __a1, const _T2& __a2) 319 : _Inherited(__a1, __a2) { } 323 tuple(_U1&& __a1, _U2&& __a2) 324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
tuple | 324 constexpr tuple(const _T1& __a1, const _T2& __a2) 325 : _Inherited(__a1, __a2) { } 329 tuple(_U1&& __a1, _U2&& __a2) 330 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
tuple | 324 constexpr tuple(const _T1& __a1, const _T2& __a2) 325 : _Inherited(__a1, __a2) { } 329 tuple(_U1&& __a1, _U2&& __a2) 330 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/ |
tuple | 177 typename __add_c_ref<_T2>::type __a2) 178 : _Inherited(__a1, __a2) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
tuple | 177 typename __add_c_ref<_T2>::type __a2) 178 : _Inherited(__a1, __a2) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
tuple | 177 typename __add_c_ref<_T2>::type __a2) 178 : _Inherited(__a1, __a2) { }
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
tuple | 175 typename __add_c_ref<_T2>::type __a2) 176 : _Inherited(__a1, __a2) { }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
tuple | 175 typename __add_c_ref<_T2>::type __a2) 176 : _Inherited(__a1, __a2) { }
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
tuple | 175 typename __add_c_ref<_T2>::type __a2) 176 : _Inherited(__a1, __a2) { }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/ |
tuple | 175 typename __add_c_ref<_T2>::type __a2) 176 : _Inherited(__a1, __a2) { }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
tuple | 177 typename __add_c_ref<_T2>::type __a2) 178 : _Inherited(__a1, __a2) { }
|