Searched refs:other_extra_descriptor (Results 1 – 1 of 1) sorted by relevance
1983 for (const std::string& other_extra_descriptor : other.extra_descriptors_) { in MergeWith() local1984 auto it = extra_descriptors_indexes_.find(std::string_view(other_extra_descriptor)); in MergeWith()1988 ExtraDescriptorIndex extra_descriptor_index = AddExtraDescriptor(other_extra_descriptor); in MergeWith()