Home | Sort by relevance Sort by last modified time |
/ndk/sources/cxx-stl/gabi++/src/ | |
si_class_type_info.cc | 38 bool __si_class_type_info::walk_to(const __class_type_info* base_type, function in class:__cxxabiv1::__si_class_type_info 45 return __base_type->walk_to(base_type, adjustedPtr, info); |
class_type_info.cc | 51 thrown_class_type->walk_to(this, adjustedPtr, info); 61 bool __class_type_info::walk_to(const __class_type_info* base_type, function in class:__cxxabiv1::__class_type_info |
vmi_class_type_info.cc | 39 bool __vmi_class_type_info::walk_to(const __class_type_info* base_type, function in class:__cxxabiv1::__vmi_class_type_info 74 if (!cur_base_type->walk_to(base_type, cur_base_ptr, cur_base_info)) { |