Searched refs:ObjectIntPair (Results 1 – 1 of 1) sorted by relevance
143 new ObjectIntPair(containingTypeDefaultInstance, fieldNumber)); in findLiteExtensionByNumber()150 new ObjectIntPair(extension.getContainingTypeDefaultInstance(), in add()180 new HashMap<ObjectIntPair, in ExtensionRegistryLite()195 private final Map<ObjectIntPair,204 private static final class ObjectIntPair { class in ExtensionRegistryLite208 ObjectIntPair(final Object object, final int number) { in ObjectIntPair() method in ExtensionRegistryLite.ObjectIntPair219 if (!(obj instanceof ObjectIntPair)) { in equals()222 final ObjectIntPair other = (ObjectIntPair)obj; in equals()