DescriptorIntPair  537 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         new DescriptorPool.DescriptorIntPair(this, number));
DescriptorIntPair 1226 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         new DescriptorPool.DescriptorIntPair(this, number));
DescriptorIntPair 1656 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java     private final Map<DescriptorIntPair, FieldDescriptor> fieldsByNumber =
DescriptorIntPair 1657 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       new HashMap<DescriptorIntPair, FieldDescriptor>();
DescriptorIntPair 1658 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java     private final Map<DescriptorIntPair, EnumValueDescriptor> enumValuesByNumber
DescriptorIntPair 1659 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         = new HashMap<DescriptorIntPair, EnumValueDescriptor>();
DescriptorIntPair 1893 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         if (!(obj instanceof DescriptorIntPair)) {
DescriptorIntPair 1896 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         final DescriptorIntPair other = (DescriptorIntPair)obj;
DescriptorIntPair 1907 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       final DescriptorIntPair key =
DescriptorIntPair 1908 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         new DescriptorIntPair(field.getContainingType(), field.getNumber());
DescriptorIntPair 1926 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       final DescriptorIntPair key =
DescriptorIntPair 1927 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         new DescriptorIntPair(value.getType(), value.getNumber());
DescriptorIntPair  153 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java       new DescriptorIntPair(containingType, fieldNumber));
DescriptorIntPair  197 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java     this.extensionsByNumber = new HashMap<DescriptorIntPair, ExtensionInfo>();
DescriptorIntPair  208 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java   private final Map<DescriptorIntPair, ExtensionInfo> extensionsByNumber;
DescriptorIntPair  214 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java         Collections.<DescriptorIntPair, ExtensionInfo>emptyMap();
DescriptorIntPair  227 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java       new DescriptorIntPair(extension.descriptor.getContainingType(),
DescriptorIntPair  259 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java       if (!(obj instanceof DescriptorIntPair)) {
DescriptorIntPair  262 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java       final DescriptorIntPair other = (DescriptorIntPair)obj;
DescriptorIntPair  306 third_party/protobuf/src/google/protobuf/descriptor.cc                  PointerIntegerPairHash<DescriptorIntPair> >
DescriptorIntPair  471 third_party/protobuf/src/google/protobuf/descriptor.cc   vector<DescriptorIntPair> extensions_after_checkpoint_;
DescriptorIntPair  775 third_party/protobuf/src/google/protobuf/descriptor.cc   DescriptorIntPair key(field->containing_type(), field->number());
DescriptorIntPair  786 third_party/protobuf/src/google/protobuf/descriptor.cc   DescriptorIntPair key(field->containing_type(), field->number());