Home
last modified time | relevance | path

Searched refs:__get_deleter (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dmemory.cpp115 __shared_weak_count::__get_deleter(const type_info&) const _NOEXCEPT in __get_deleter() function in __shared_weak_count
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dmemory3632 virtual const void* __get_deleter(const type_info&) const _NOEXCEPT;
3649 virtual const void* __get_deleter(const type_info&) const _NOEXCEPT;
3661 __shared_ptr_pointer<_Tp, _Dp, _Alloc>::__get_deleter(const type_info& __t) const _NOEXCEPT
3942 _Dp* __get_deleter() const _NOEXCEPT
3943 {return (_Dp*)(__cntrl_ ? __cntrl_->__get_deleter(typeid(_Dp)) : 0);}
4910 return __p.template __get_deleter<_Dp>();
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0013-temp-collective-ndk-hackathon-fixes.patch586 @@ -119,7 +119,7 @@ __shared_weak_count::__get_deleter(const type_info&) const _NOEXCEPT