/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | DynamicMessage.java | 297 if (field.getContainingType() != type) { 305 if (oneof.getContainingType() != type) { 567 if (field.getContainingType() != type) { 575 if (oneof.getContainingType() != type) {
|
D | ExtensionRegistry.java | 353 new DescriptorIntPair(extension.descriptor.getContainingType(), in add() 358 if (field.getContainingType().getOptions().getMessageSetWireFormat() && in add()
|
D | Descriptors.java | 586 public Descriptor getContainingType() { return containingType; } in getContainingType() method in Descriptors.Descriptor 933 public Descriptor getContainingType() { return containingType; } in getContainingType() method in Descriptors.FieldDescriptor 1160 if (!getContainingType().isExtensionNumber(getNumber())) { in crossLink() 1162 '\"' + getContainingType().getFullName() + in crossLink() 1388 public Descriptor getContainingType() { return containingType; } in getContainingType() method in Descriptors.EnumDescriptor 2133 new DescriptorIntPair(field.getContainingType(), field.getNumber()); in addFieldByNumber() 2140 field.getContainingType().getFullName() + in addFieldByNumber() 2207 public Descriptor getContainingType() { return containingType; } in getContainingType() method in Descriptors.OneofDescriptor
|
D | GeneratedMessage.java | 614 if (extension.getDescriptor().getContainingType() != in verifyExtensionContainingType() 619 extension.getDescriptor().getContainingType().getFullName() + in verifyExtensionContainingType() 844 if (field.getContainingType() != getDescriptorForType()) { in verifyContainingType() 932 if (extension.getDescriptor().getContainingType() != in verifyExtensionContainingType() 937 extension.getDescriptor().getContainingType().getFullName() + in verifyExtensionContainingType() 1200 if (field.getContainingType() != getDescriptorForType()) { in verifyContainingType() 1706 if (field.getContainingType() != descriptor) { 1720 if (oneof.getContainingType() != descriptor) {
|
D | TextFormat.java | 323 if (field.getContainingType().getOptions().getMessageSetWireFormat() in printSingleField() 1339 if (extension.descriptor.getContainingType() != type) { in mergeField()
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 160 assertNull(messageType.getContainingType()); in testDescriptor() 169 assertEquals(messageType, nestedType.getContainingType()); in testDescriptor() 215 assertEquals(messageType, primitiveField.getContainingType()); in testFieldDescriptor() 246 extension.getContainingType()); in testFieldDescriptor() 302 assertNull(enumType.getContainingType()); in testEnumDescriptor() 310 assertEquals(TestAllTypes.getDescriptor(), nestedType.getContainingType()); in testEnumDescriptor()
|
D | TestUtil.java | 3054 field.getContainingType(), field.getNumber()); in newBuilderForField()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1296 isDefinition(), getScopeLine(), getContainingType(), 1382 MDTypeRef getContainingType() const {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1315 std::make_pair(&SPDie, resolve(SP->getContainingType()))); in applySubprogramAttributes()
|
/external/google-tv-pairing-protocol/java/jar/ |
D | protobuf-java-2.2.0-lite.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 1456 EXPECT_EQ(ContainingType, N->getContainingType()); in TEST_F()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 970 Record.push_back(VE.getMetadataOrNullID(N->getContainingType())); in WriteMDSubprogram()
|