ObjectIntPair     119 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistryLite.java         new ObjectIntPair(containingTypeDefaultInstance, fieldNumber));
ObjectIntPair     126 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistryLite.java       new ObjectIntPair(extension.getContainingTypeDefaultInstance(),
ObjectIntPair     139 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistryLite.java         new HashMap<ObjectIntPair,
ObjectIntPair     152 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistryLite.java   private final Map<ObjectIntPair,
ObjectIntPair     178 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistryLite.java       if (!(obj instanceof ObjectIntPair)) {
ObjectIntPair     181 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistryLite.java       final ObjectIntPair other = (ObjectIntPair)obj;