Lines Matching refs:public_path

237     thrown_class_type->has_unambiguous_public_base(&info, adjustedPtr, public_path);
238 if (info.path_dst_ptr_to_static_ptr == public_path)
435 thrown_class_type->has_unambiguous_public_base(&info, adjustedPtr, public_path);
436 if (info.path_dst_ptr_to_static_ptr == public_path)
662 dynamic_type->search_above_dst(&info, dynamic_ptr, dynamic_ptr, public_path, false);
680 dynamic_type->search_above_dst(&info, dynamic_ptr, dynamic_ptr, public_path, true);
684 if (info.path_dst_ptr_to_static_ptr == public_path)
690 dynamic_type->search_below_dst(&info, dynamic_ptr, public_path, false);
708 dynamic_type->search_below_dst(&info, dynamic_ptr, public_path, true);
716 info.path_dynamic_ptr_to_static_ptr == public_path &&
717 info.path_dynamic_ptr_to_dst_ptr == public_path)
721 if (info.path_dst_ptr_to_static_ptr == public_path ||
724 info.path_dynamic_ptr_to_static_ptr == public_path &&
725 info.path_dynamic_ptr_to_dst_ptr == public_path
768 if (info->number_of_dst_type == 1 && info->path_dst_ptr_to_static_ptr == public_path)
778 if (info->number_of_dst_type == 1 && info->path_dst_ptr_to_static_ptr == public_path)
804 if (info->path_dynamic_ptr_to_static_ptr != public_path)
833 // if (info->path_dynamic_ptr_to_dst_ptr != public_path)
838 // p->search_above_dst(info, current_ptr, current_ptr, public_path);
857 // p->search_below_dst(info, current_ptr, public_path);
881 if (path_below == public_path)
882 info->path_dynamic_ptr_to_dst_ptr = public_path;
912 p->search_above_dst(info, current_ptr, current_ptr, public_path, use_strcmp);
922 if (info->path_dst_ptr_to_static_ptr == public_path)
1001 info->path_dst_ptr_to_static_ptr == public_path)
1053 if (path_below == public_path)
1054 info->path_dynamic_ptr_to_dst_ptr = public_path;
1071 __base_type->search_above_dst(info, current_ptr, current_ptr, public_path, use_strcmp);
1130 if (path_below == public_path)
1131 info->path_dynamic_ptr_to_dst_ptr = public_path;
1176 // p->search_above_dst(info, dst_ptr, current_ptr, public_path);
1223 if (info->path_dst_ptr_to_static_ptr == public_path)