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