Searched refs:next_descriptors (Results 1 – 1 of 1) sorted by relevance
2242 DescriptorArray* next_descriptors = next->instance_descriptors(); in FindLastMatchMap() local2245 PropertyDetails next_details = next_descriptors->GetDetails(i); in FindLastMatchMap()2251 next_descriptors->GetFieldType(i))) break; in FindLastMatchMap()2253 if (descriptors->GetValue(i) != next_descriptors->GetValue(i)) break; in FindLastMatchMap()