/external/libcxx/include/ |
__functional_base_03 | 459 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) 461 return (__t1.*__f)(__a0, __a1, __a2); 507 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) 509 return (__t1.*__f)(__a0, __a1, __a2); 555 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) 557 return (__t1.*__f)(__a0, __a1, __a2); 603 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) 605 return (__t1.*__f)(__a0, __a1, __a2); 653 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) 655 return ((*__t1).*__f)(__a0, __a1, __a2); [all...] |
memory | [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__functional_base_03 | 459 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) 461 return (__t1.*__f)(__a0, __a1, __a2); 507 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) 509 return (__t1.*__f)(__a0, __a1, __a2); 555 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) 557 return (__t1.*__f)(__a0, __a1, __a2); 603 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) 605 return (__t1.*__f)(__a0, __a1, __a2); 653 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) 655 return ((*__t1).*__f)(__a0, __a1, __a2); [all...] |
memory | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__functional_base_03 | 459 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2), _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) 461 return (__t1.*__f)(__a0, __a1, __a2); 507 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2) const, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) 509 return (__t1.*__f)(__a0, __a1, __a2); 555 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2) volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) 557 return (__t1.*__f)(__a0, __a1, __a2); 603 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2) const volatile, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) 605 return (__t1.*__f)(__a0, __a1, __a2); 653 __invoke(_Rp (_Tp::*__f)(_A0, _A1, _A2), _T1 __t1, _A0& __a0, _A1& __a1, _A2& __a2) 655 return ((*__t1).*__f)(__a0, __a1, __a2); [all...] |
/external/stlport/stlport/stl/ |
_pthread_alloc.h | 389 const per_thread_allocator<_T2>& __a2) 390 { return __a1._M_state == __a2._M_state; } 395 const per_thread_allocator<_T2>& __a2) 396 { return __a1._M_state != __a2._M_state; }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 389 const per_thread_allocator<_T2>& __a2) 390 { return __a1._M_state == __a2._M_state; } 395 const per_thread_allocator<_T2>& __a2) 396 { return __a1._M_state != __a2._M_state; }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
string2.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
string2.h | [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 389 const per_thread_allocator<_T2>& __a2) 390 { return __a1._M_state == __a2._M_state; } 395 const per_thread_allocator<_T2>& __a2) 396 { return __a1._M_state != __a2._M_state; }
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 389 const per_thread_allocator<_T2>& __a2) 390 { return __a1._M_state == __a2._M_state; } 395 const per_thread_allocator<_T2>& __a2) 396 { return __a1._M_state != __a2._M_state; }
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 389 const per_thread_allocator<_T2>& __a2) 390 { return __a1._M_state == __a2._M_state; } 395 const per_thread_allocator<_T2>& __a2) 396 { return __a1._M_state != __a2._M_state; }
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 389 const per_thread_allocator<_T2>& __a2) 390 { return __a1._M_state == __a2._M_state; } 395 const per_thread_allocator<_T2>& __a2) 396 { return __a1._M_state != __a2._M_state; }
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_pthread_alloc.h | 389 const per_thread_allocator<_T2>& __a2) 390 { return __a1._M_state == __a2._M_state; } 395 const per_thread_allocator<_T2>& __a2) 396 { return __a1._M_state != __a2._M_state; }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
debug_allocator.h | 114 debug_allocator(const debug_allocator<_Alloc2>& __a2, 116 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
shared_ptr_base.h | 472 _Alloc2 __a2; local 475 _M_pi = __a2.allocate(1); 482 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 492 _Alloc2 __a2(__a); 495 _M_pi = __a2.allocate(1); 502 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 514 _Alloc2 __a2(__a); 517 _M_pi = __a2.allocate(1); 524 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr_base.h | 472 _Alloc2 __a2; local 475 _M_pi = __a2.allocate(1); 482 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 492 _Alloc2 __a2(__a); 495 _M_pi = __a2.allocate(1); 502 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 514 _Alloc2 __a2(__a); 517 _M_pi = __a2.allocate(1); 524 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr_base.h | 472 _Alloc2 __a2; local 475 _M_pi = __a2.allocate(1); 482 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 492 _Alloc2 __a2(__a); 495 _M_pi = __a2.allocate(1); 502 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 514 _Alloc2 __a2(__a); 517 _M_pi = __a2.allocate(1); 524 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
shared_ptr_base.h | 472 typename _Alloc_traits::allocator_type __a2(__a); 476 __mem = _Alloc_traits::allocate(__a2, 1); 477 _Alloc_traits::construct(__a2, __mem, 485 _Alloc_traits::deallocate(__a2, __mem, 1); 498 typename _Alloc_traits::allocator_type __a2(__a); 499 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); 502 _Alloc_traits::construct(__a2, __mem, std::move(__a), 508 _Alloc_traits::deallocate(__a2, __mem, 1); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
shared_ptr_base.h | 472 typename _Alloc_traits::allocator_type __a2(__a); 476 __mem = _Alloc_traits::allocate(__a2, 1); 477 _Alloc_traits::construct(__a2, __mem, 485 _Alloc_traits::deallocate(__a2, __mem, 1); 498 typename _Alloc_traits::allocator_type __a2(__a); 499 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); 502 _Alloc_traits::construct(__a2, __mem, std::move(__a), 508 _Alloc_traits::deallocate(__a2, __mem, 1); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
shared_ptr_base.h | 472 typename _Alloc_traits::allocator_type __a2(__a); 476 __mem = _Alloc_traits::allocate(__a2, 1); 477 _Alloc_traits::construct(__a2, __mem, 485 _Alloc_traits::deallocate(__a2, __mem, 1); 498 typename _Alloc_traits::allocator_type __a2(__a); 499 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); 502 _Alloc_traits::construct(__a2, __mem, std::move(__a), 508 _Alloc_traits::deallocate(__a2, __mem, 1); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
shared_ptr.h | 246 _Alloc2 __a2; local 249 _M_pi = __a2.allocate(1); 256 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 266 _Alloc2 __a2(__a); 269 _M_pi = __a2.allocate(1); 276 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 287 _Alloc2 __a2(__a); 290 _M_pi = __a2.allocate(1); 297 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
shared_ptr.h | 246 _Alloc2 __a2; local 249 _M_pi = __a2.allocate(1); 256 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 266 _Alloc2 __a2(__a); 269 _M_pi = __a2.allocate(1); 276 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 287 _Alloc2 __a2(__a); 290 _M_pi = __a2.allocate(1); 297 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
shared_ptr.h | 246 _Alloc2 __a2; local 249 _M_pi = __a2.allocate(1); 256 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 266 _Alloc2 __a2(__a); 269 _M_pi = __a2.allocate(1); 276 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 287 _Alloc2 __a2(__a); 290 _M_pi = __a2.allocate(1); 297 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
shared_ptr.h | 246 _Alloc2 __a2; local 249 _M_pi = __a2.allocate(1); 256 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 266 _Alloc2 __a2(__a); 269 _M_pi = __a2.allocate(1); 276 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1); 287 _Alloc2 __a2(__a); 290 _M_pi = __a2.allocate(1); 297 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1); [all...] |