Searched refs:descr_it (Results 1 – 1 of 1) sorted by relevance
133 auto descr_it = descriptors_by_full_name->find(proto->full_name()); in ParseProtoDescriptor() local134 if (descr_it != descriptors_by_full_name->end()) in ParseProtoDescriptor()135 return descr_it->second; in ParseProtoDescriptor()