Searched refs:other_class_ref (Results 1 – 1 of 1) sorted by relevance
1940 for (const ClassReference& other_class_ref : other_dex_pc_data.classes) { in operator ==() local1942 CHECK_LE(other_class_ref.dex_profile_index, other.dex_references.size()); in operator ==()1944 const DexReference& other_dex_ref = other.dex_references[other_class_ref.dex_profile_index]; in operator ==()1945 if (class_ref.type_index == other_class_ref.type_index && in operator ==()