Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dprivate_typeinfo.cpp669 dynamic_type->search_below_dst(&info, dynamic_ptr, public_path, false); in __dynamic_cast()
683 dynamic_type->search_below_dst(&info, dynamic_ptr, public_path, true); in __dynamic_cast()
838 __vmi_class_type_info::search_below_dst(__dynamic_cast_info* info, in search_below_dst() function in __cxxabiv1::__vmi_class_type_info
946 p->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst()
959 p->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst()
978 p->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst()
1001 p->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst()
1011 __si_class_type_info::search_below_dst(__dynamic_cast_info* info, in search_below_dst() function in __cxxabiv1::__si_class_type_info
1081 __base_type->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst()
1088 __class_type_info::search_below_dst(__dynamic_cast_info* info, in search_below_dst() function in __cxxabiv1::__class_type_info
[all …]
Dprivate_typeinfo.h132 search_below_dst(__dynamic_cast_info *, const void *, int, bool) const;
150 search_below_dst(__dynamic_cast_info *, const void *, int, bool) const;
169 void search_below_dst(__dynamic_cast_info*, const void*, int, bool) const;
193 search_below_dst(__dynamic_cast_info *, const void *, int, bool) const;