Home
last modified time | relevance | path

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

/external/libcxx/src/
Dmemory.cpp117 __shared_weak_count::__get_deleter(const type_info&) const _NOEXCEPT in __get_deleter() function in __shared_weak_count
/external/libcxx/include/
Dmemory3633 virtual const void* __get_deleter(const type_info&) const _NOEXCEPT;
3650 virtual const void* __get_deleter(const type_info&) const _NOEXCEPT;
3662 __shared_ptr_pointer<_Tp, _Dp, _Alloc>::__get_deleter(const type_info& __t) const _NOEXCEPT
3950 _Dp* __get_deleter() const _NOEXCEPT
3951 {return (_Dp*)(__cntrl_ ? __cntrl_->__get_deleter(typeid(_Dp)) : 0);}
4925 return __p.template __get_deleter<_Dp>();