Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/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++/include/
Dmemory3635 virtual const void* __get_deleter(const type_info&) const _NOEXCEPT;
3651 virtual const void* __get_deleter(const type_info&) const _NOEXCEPT;
3663 __shared_ptr_pointer<_Tp, _Dp, _Alloc>::__get_deleter(const type_info& __t) const _NOEXCEPT
3963 _Dp* __get_deleter() const _NOEXCEPT
3964 {return (_Dp*)(__cntrl_ ? __cntrl_->__get_deleter(typeid(_Dp)) : 0);}
4915 return __p.template __get_deleter<_Dp>();