Searched refs:method_class (Results 1 – 3 of 3) sorted by relevance
116 … final String method_class = constant_pool.constantToString(class_index, Const.CONSTANT_Class); in writeConstant() local117 … String short_method_class = Utility.compactClassName(method_class); // I.e., remove java.lang. in writeConstant()139 if (method_class.equals(class_name)) { in writeConstant()144 ref = "<A HREF=\"" + method_class + ".html" + "\" TARGET=_top>" in writeConstant()
528 for method_class in PROTO_FIELD_METHODS[field.type()]:529 method = method_class(field, message, root)559 for method_class in PROTO_FIELD_METHODS[field.type()]:560 method = method_class(field, message, root)
11975 class_or_union_sptr method_class = method_type->get_class_type(); in is_function_for_die_a_member_of_class() local11976 ABG_ASSERT(method_class); in is_function_for_die_a_member_of_class()11978 string method_class_name = method_class->get_qualified_name(), in is_function_for_die_a_member_of_class()