getContainingType 973 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java if (!getContainingType().isExtensionNumber(getNumber())) { getContainingType 975 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java '\"' + getContainingType().getFullName() + getContainingType 1908 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java new DescriptorIntPair(field.getContainingType(), field.getNumber()); getContainingType 1915 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java field.getContainingType().getFullName() + getContainingType 267 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java if (field.getContainingType() != type) { getContainingType 463 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java if (field.getContainingType() != type) { getContainingType 227 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java new DescriptorIntPair(extension.descriptor.getContainingType(), getContainingType 232 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java if (field.getContainingType().getOptions().getMessageSetWireFormat() && getContainingType 582 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java if (extension.getDescriptor().getContainingType() != getContainingType 587 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java extension.getDescriptor().getContainingType().getFullName() + getContainingType 811 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java if (field.getContainingType() != getDescriptorForType()) { getContainingType 894 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java if (extension.getDescriptor().getContainingType() != getContainingType 899 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java extension.getDescriptor().getContainingType().getFullName() + getContainingType 1162 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java if (field.getContainingType() != getDescriptorForType()) { getContainingType 1535 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java if (field.getContainingType() != descriptor) { getContainingType 297 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java if (field.getContainingType().getOptions().getMessageSetWireFormat() getContainingType 1092 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java } else if (extension.descriptor.getContainingType() != type) { getContainingType 156 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertNull(messageType.getContainingType()); getContainingType 165 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(messageType, nestedType.getContainingType()); getContainingType 211 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(messageType, primitiveField.getContainingType()); getContainingType 242 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java extension.getContainingType()); getContainingType 298 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertNull(enumType.getContainingType()); getContainingType 306 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(TestAllTypes.getDescriptor(), nestedType.getContainingType()); getContainingType 2918 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java extensionRegistry.findExtensionByNumber(field.getContainingType(),