Searched refs:EnumIntPair (Results 1 – 1 of 1) sorted by relevance
239 typedef pair<const EnumDescriptor*, int> EnumIntPair; typedef340 typedef hash_map<EnumIntPair, const EnumValueDescriptor*,341 PointerIntegerPairHash<EnumIntPair> >965 EnumIntPair key(value->type(), value->number()); in AddEnumValueByNumber()