/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
shared_ptr_base.h | 329 _Deleter _M_del; // copy constructor must not throw 331 : _Alloc(__a), _M_del(__d) { } 337 : _M_ptr(__p), _M_del(__d, _Alloc()) { } 341 : _M_ptr(__p), _M_del(__d, __a) { } 347 { _M_del._M_del(_M_ptr); } 354 typename _Alloc_traits::allocator_type __a(_M_del); 363 return __ti == typeid(_Deleter) ? &_M_del._M_del : 0; 371 _My_Deleter _M_del; // copy constructor must not thro [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 | 329 _Deleter _M_del; // copy constructor must not throw 331 : _Alloc(__a), _M_del(__d) { } 337 : _M_ptr(__p), _M_del(__d, _Alloc()) { } 341 : _M_ptr(__p), _M_del(__d, __a) { } 347 { _M_del._M_del(_M_ptr); } 354 typename _Alloc_traits::allocator_type __a(_M_del); 363 return __ti == typeid(_Deleter) ? &_M_del._M_del : 0; 371 _My_Deleter _M_del; // copy constructor must not thro [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 71 : _M_ptr(__p), _M_del(__d) { } 75 { _M_del(_M_ptr); } 79 { return __ti == typeid(_Deleter) ? &_M_del : 0; } 86 _Deleter _M_del; // copy constructor must not throw
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 71 : _M_ptr(__p), _M_del(__d) { } 75 { _M_del(_M_ptr); } 79 { return __ti == typeid(_Deleter) ? &_M_del : 0; } 86 _Deleter _M_del; // copy constructor must not throw
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 71 : _M_ptr(__p), _M_del(__d) { } 75 { _M_del(_M_ptr); } 79 { return __ti == typeid(_Deleter) ? &_M_del : 0; } 86 _Deleter _M_del; // copy constructor must not throw
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/ |
shared_ptr.h | 71 : _M_ptr(__p), _M_del(__d) { } 75 { _M_del(_M_ptr); } 79 { return __ti == typeid(_Deleter) ? &_M_del : 0; } 86 _Deleter _M_del; // copy constructor must not throw
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
shared_ptr_base.h | 332 _Deleter _M_del; // copy constructor must not throw 334 : _Alloc(__a), _M_del(__d) { } 340 : _M_ptr(__p), _M_del(__d, _Alloc()) { } 344 : _M_ptr(__p), _M_del(__d, __a) { } 350 { _M_del._M_del(_M_ptr); } 357 typename _Alloc_traits::allocator_type __a(_M_del); 366 return __ti == typeid(_Deleter) ? &_M_del._M_del : 0; 374 _My_Deleter _M_del; // copy constructor must not thro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
shared_ptr_base.h | 332 _Deleter _M_del; // copy constructor must not throw 334 : _Alloc(__a), _M_del(__d) { } 340 : _M_ptr(__p), _M_del(__d, _Alloc()) { } 344 : _M_ptr(__p), _M_del(__d, __a) { } 350 { _M_del._M_del(_M_ptr); } 357 typename _Alloc_traits::allocator_type __a(_M_del); 366 return __ti == typeid(_Deleter) ? &_M_del._M_del : 0; 374 _My_Deleter _M_del; // copy constructor must not thro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
shared_ptr_base.h | 329 _Deleter _M_del; // copy constructor must not throw 331 : _Alloc(__a), _M_del(__d) { } 337 : _M_ptr(__p), _M_del(__d, _Alloc()) { } 341 : _M_ptr(__p), _M_del(__d, __a) { } 347 { _M_del._M_del(_M_ptr); } 354 typename _Alloc_traits::allocator_type __a(_M_del); 363 return __ti == typeid(_Deleter) ? &_M_del._M_del : 0; 371 _My_Deleter _M_del; // copy constructor must not thro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
shared_ptr_base.h | 335 _Deleter _M_del; // copy constructor must not throw 337 : _My_alloc_type(__a), _M_del(__d) { } 343 : _M_ptr(__p), _M_del(__d, _Alloc()) { } 347 : _M_ptr(__p), _M_del(__d, __a) { } 351 { _M_del._M_del(_M_ptr); } 356 _My_alloc_type __a(_M_del); 365 return __ti == typeid(_Deleter) ? &_M_del._M_del : 0; 373 _My_Deleter _M_del; // copy constructor must not thro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/ |
shared_ptr.h | 260 : _M_ptr(__p), _M_del(__d) { } 264 { _M_del(_M_ptr); } 270 return __ti == typeid(_Deleter) ? &_M_del : 0; 281 _Deleter _M_del; // copy constructor must not throw
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
shared_ptr.h | 253 : _M_ptr(__p), _M_del(__d) { } 257 { _M_del(_M_ptr); } 263 return __ti == typeid(_Deleter) ? &_M_del : 0; 274 _Deleter _M_del; // copy constructor must not throw
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
shared_ptr.h | 253 : _M_ptr(__p), _M_del(__d) { } 257 { _M_del(_M_ptr); } 263 return __ti == typeid(_Deleter) ? &_M_del : 0; 274 _Deleter _M_del; // copy constructor must not throw
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
shared_ptr.h | 109 _Deleter _M_del; // copy constructor must not throw 111 : _My_alloc_type(__a), _M_del(__d) { } 123 : _Base_type(__p), _M_del(__d, _Alloc()) { } 130 : _Base_type(__p), _M_del(__d, __a) { } 134 { _M_del._M_del(_Base_type::_M_ptr); } 139 _My_alloc_type __a(_M_del); 146 { return __ti == typeid(_Deleter) ? &_M_del._M_del : 0; } 149 _My_Deleter _M_del; // copy constructor must not thro [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
shared_ptr.h | 109 _Deleter _M_del; // copy constructor must not throw 111 : _My_alloc_type(__a), _M_del(__d) { } 123 : _Base_type(__p), _M_del(__d, _Alloc()) { } 130 : _Base_type(__p), _M_del(__d, __a) { } 134 { _M_del._M_del(_Base_type::_M_ptr); } 139 _My_alloc_type __a(_M_del); 146 { return __ti == typeid(_Deleter) ? &_M_del._M_del : 0; } 149 _My_Deleter _M_del; // copy constructor must not thro [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
shared_ptr.h | 109 _Deleter _M_del; // copy constructor must not throw 111 : _My_alloc_type(__a), _M_del(__d) { } 123 : _Base_type(__p), _M_del(__d, _Alloc()) { } 130 : _Base_type(__p), _M_del(__d, __a) { } 134 { _M_del._M_del(_Base_type::_M_ptr); } 139 _My_alloc_type __a(_M_del); 146 { return __ti == typeid(_Deleter) ? &_M_del._M_del : 0; } 149 _My_Deleter _M_del; // copy constructor must not thro [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
shared_ptr.h | 109 _Deleter _M_del; // copy constructor must not throw 111 : _My_alloc_type(__a), _M_del(__d) { } 123 : _Base_type(__p), _M_del(__d, _Alloc()) { } 130 : _Base_type(__p), _M_del(__d, __a) { } 134 { _M_del._M_del(_Base_type::_M_ptr); } 139 _My_alloc_type __a(_M_del); 146 { return __ti == typeid(_Deleter) ? &_M_del._M_del : 0; } 149 _My_Deleter _M_del; // copy constructor must not thro [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr_base.h | 335 _Deleter _M_del; // copy constructor must not throw 337 : _My_alloc_type(__a), _M_del(__d) { } 343 : _M_ptr(__p), _M_del(__d, _Alloc()) { } 347 : _M_ptr(__p), _M_del(__d, __a) { } 351 { _M_del._M_del(_M_ptr); } 356 _My_alloc_type __a(_M_del); 365 return __ti == typeid(_Deleter) ? &_M_del._M_del : 0; 373 _My_Deleter _M_del; // copy constructor must not thro [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
shared_ptr.h | 260 : _M_ptr(__p), _M_del(__d) { } 264 { _M_del(_M_ptr); } 270 return __ti == typeid(_Deleter) ? &_M_del : 0; 281 _Deleter _M_del; // copy constructor must not throw
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
shared_ptr.h | 260 : _M_ptr(__p), _M_del(__d) { } 264 { _M_del(_M_ptr); } 270 return __ti == typeid(_Deleter) ? &_M_del : 0; 281 _Deleter _M_del; // copy constructor must not throw [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr_base.h | 335 _Deleter _M_del; // copy constructor must not throw 337 : _My_alloc_type(__a), _M_del(__d) { } 343 : _M_ptr(__p), _M_del(__d, _Alloc()) { } 347 : _M_ptr(__p), _M_del(__d, __a) { } 351 { _M_del._M_del(_M_ptr); } 356 _My_alloc_type __a(_M_del); 365 return __ti == typeid(_Deleter) ? &_M_del._M_del : 0; 373 _My_Deleter _M_del; // copy constructor must not thro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
shared_ptr.h | 260 : _M_ptr(__p), _M_del(__d) { } 264 { _M_del(_M_ptr); } 270 return __ti == typeid(_Deleter) ? &_M_del : 0; 281 _Deleter _M_del; // copy constructor must not throw
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
shared_ptr.h | 260 : _M_ptr(__p), _M_del(__d) { } 264 { _M_del(_M_ptr); } 270 return __ti == typeid(_Deleter) ? &_M_del : 0; 281 _Deleter _M_del; // copy constructor must not throw [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
shared_ptr.h | 253 : _M_ptr(__p), _M_del(__d) { } 257 { _M_del(_M_ptr); } 263 return __ti == typeid(_Deleter) ? &_M_del : 0; 274 _Deleter _M_del; // copy constructor must not throw
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
shared_ptr.h | 253 : _M_ptr(__p), _M_del(__d) { } 257 { _M_del(_M_ptr); } 263 return __ti == typeid(_Deleter) ? &_M_del : 0; 274 _Deleter _M_del; // copy constructor must not throw
|