Home
last modified time | relevance | path

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

/external/protobuf/java/src/main/java/com/google/protobuf/
DDynamicMessage.java297 if (field.getContainingType() != type) {
305 if (oneof.getContainingType() != type) {
567 if (field.getContainingType() != type) {
575 if (oneof.getContainingType() != type) {
DExtensionRegistry.java353 new DescriptorIntPair(extension.descriptor.getContainingType(), in add()
358 if (field.getContainingType().getOptions().getMessageSetWireFormat() && in add()
DDescriptors.java586 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
DGeneratedMessage.java614 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) {
DTextFormat.java323 if (field.getContainingType().getOptions().getMessageSetWireFormat() in printSingleField()
1339 if (extension.descriptor.getContainingType() != type) { in mergeField()
/external/protobuf/java/src/test/java/com/google/protobuf/
DDescriptorsTest.java160 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()
DTestUtil.java3054 field.getContainingType(), field.getNumber()); in newBuilderForField()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1296 isDefinition(), getScopeLine(), getContainingType(),
1382 MDTypeRef getContainingType() const {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1315 std::make_pair(&SPDie, resolve(SP->getContainingType()))); in applySubprogramAttributes()
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/llvm/unittests/IR/
DMetadataTest.cpp1456 EXPECT_EQ(ContainingType, N->getContainingType()); in TEST_F()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp970 Record.push_back(VE.getMetadataOrNullID(N->getContainingType())); in WriteMDSubprogram()