Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DExtensionRegistryLite.java143 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 ExtensionRegistryLite
208 ObjectIntPair(final Object object, final int number) { in ObjectIntPair() method in ExtensionRegistryLite.ObjectIntPair
219 if (!(obj instanceof ObjectIntPair)) { in equals()
222 final ObjectIntPair other = (ObjectIntPair)obj; in equals()