Home
last modified time | relevance | path

Searched refs:ObjectIntPair (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionRegistryLite.java119 new ObjectIntPair(containingTypeDefaultInstance, fieldNumber)); in findLiteExtensionByNumber()
126 new ObjectIntPair(extension.getContainingTypeDefaultInstance(), in add()
139 new HashMap<ObjectIntPair, in ExtensionRegistryLite()
152 private final Map<ObjectIntPair,
163 private static final class ObjectIntPair { class in ExtensionRegistryLite
167 ObjectIntPair(final Object object, final int number) { in ObjectIntPair() method in ExtensionRegistryLite.ObjectIntPair
178 if (!(obj instanceof ObjectIntPair)) { in equals()
181 final ObjectIntPair other = (ObjectIntPair)obj; in equals()