Searched refs:search_below_dst (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | private_typeinfo.cpp | 541 dynamic_type->search_below_dst(&info, dynamic_ptr, public_path, false); in __dynamic_cast() 554 dynamic_type->search_below_dst(&info, dynamic_ptr, public_path, true); in __dynamic_cast() 710 __vmi_class_type_info::search_below_dst(__dynamic_cast_info* info, in search_below_dst() function in __cxxabiv1::__vmi_class_type_info 817 p->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst() 830 p->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst() 849 p->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst() 872 p->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst() 882 __si_class_type_info::search_below_dst(__dynamic_cast_info* info, in search_below_dst() function in __cxxabiv1::__si_class_type_info 952 __base_type->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst() 959 __class_type_info::search_below_dst(__dynamic_cast_info* info, in search_below_dst() function in __cxxabiv1::__class_type_info [all …]
|
D | private_typeinfo.h | 138 virtual void search_below_dst(__dynamic_cast_info*, const void*, int, bool) const; 157 virtual void search_below_dst(__dynamic_cast_info*, const void*, int, bool) const; 176 void search_below_dst(__dynamic_cast_info*, const void*, int, bool) const; 202 virtual void search_below_dst(__dynamic_cast_info*, const void*, int, bool) const;
|