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