Home
last modified time | relevance | path

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

/external/libcxx/src/
Dmemory.cpp120 __shared_weak_count::__get_deleter(const type_info&) const _NOEXCEPT in __get_deleter() function in __shared_weak_count
/external/libcxx/include/
Dmemory3719 virtual const void* __get_deleter(const type_info&) const _NOEXCEPT;
3736 virtual const void* __get_deleter(const type_info&) const _NOEXCEPT;
3748 __shared_ptr_pointer<_Tp, _Dp, _Alloc>::__get_deleter(const type_info& __t) const _NOEXCEPT
4036 _Dp* __get_deleter() const _NOEXCEPT
4037 {return (_Dp*)(__cntrl_ ? __cntrl_->__get_deleter(typeid(_Dp)) : 0);}
5029 return __p.template __get_deleter<_Dp>();