Home
last modified time | relevance | path

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

/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java157 assertNull(messageType.getContainingType()); in testDescriptor()
166 assertEquals(messageType, nestedType.getContainingType()); in testDescriptor()
212 assertEquals(messageType, primitiveField.getContainingType()); in testFieldDescriptor()
243 extension.getContainingType()); in testFieldDescriptor()
299 assertNull(enumType.getContainingType()); in testEnumDescriptor()
307 assertEquals(TestAllTypes.getDescriptor(), nestedType.getContainingType()); in testEnumDescriptor()
DTestUtil.java2027 extensionRegistry.findExtensionByNumber(field.getContainingType(), in newBuilderForField()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyFieldDescriptor.java213 if (message.getDescriptor() != fieldDef.getContainingType()) { in getValue()
230 if (message.getDescriptor() != fieldDef.getContainingType()) { in setValue()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDynamicMessage.java304 if (field.getContainingType() != type) {
311 if (oneof.getContainingType() != type) {
618 if (field.getContainingType() != type) {
625 if (oneof.getContainingType() != type) {
DExtensionRegistry.java327 extension.descriptor.getContainingType(), extension.descriptor.getNumber()), in add()
331 if (field.getContainingType().getOptions().getMessageSetWireFormat() in add()
DDescriptors.java686 public Descriptor getContainingType() { in getContainingType() method in Descriptors.Descriptor
1048 if (getContainingType().getOptions().getMapEntry()) { in needsUtf8Check()
1138 public Descriptor getContainingType() { in getContainingType() method in Descriptors.FieldDescriptor
1444 if (!getContainingType().isExtensionNumber(getNumber())) { in crossLink()
1448 + getContainingType().getFullName() in crossLink()
1679 public Descriptor getContainingType() { in getContainingType() method in Descriptors.EnumDescriptor
2592 new DescriptorIntPair(field.getContainingType(), field.getNumber()); in addFieldByNumber()
2601 + field.getContainingType().getFullName() in addFieldByNumber()
2674 public Descriptor getContainingType() { in getContainingType() method in Descriptors.OneofDescriptor
DMapEntry.java199 if (field.getContainingType() != metadata.descriptor) { in checkFieldDescriptor()
314 if (field.getContainingType() != metadata.descriptor) { in checkFieldDescriptor()
DGeneratedMessage.java844 if (extension.getDescriptor().getContainingType() !=
849 extension.getDescriptor().getContainingType().getFullName() +
1139 if (field.getContainingType() != getDescriptorForType()) {
1226 if (extension.getDescriptor().getContainingType() !=
1231 extension.getDescriptor().getContainingType().getFullName() +
1596 if (field.getContainingType() != getDescriptorForType()) {
2141 if (field.getContainingType() != descriptor) {
2155 if (oneof.getContainingType() != descriptor) {
DGeneratedMessageV3.java999 if (extension.getDescriptor().getContainingType() !=
1004 extension.getDescriptor().getContainingType().getFullName() +
1307 if (field.getContainingType() != getDescriptorForType()) {
1386 if (extension.getDescriptor().getContainingType() !=
1391 extension.getDescriptor().getContainingType().getFullName() +
1819 if (field.getContainingType() != getDescriptorForType()) {
2008 if (field.getContainingType() != descriptor) {
2022 if (oneof.getContainingType() != descriptor) {
DTextFormat.java713 if (field.getContainingType().getOptions().getMessageSetWireFormat() in printSingleField()
1823 if (extension.descriptor.getContainingType() != type) { in mergeField()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java155 assertNull(messageType.getContainingType()); in testDescriptor()
162 assertEquals(messageType, nestedType.getContainingType()); in testDescriptor()
202 assertEquals(messageType, primitiveField.getContainingType()); in testFieldDescriptor()
228 assertEquals(TestAllExtensions.getDescriptor(), extension.getContainingType()); in testFieldDescriptor()
286 assertNull(enumType.getContainingType()); in testEnumDescriptor()
292 assertEquals(TestAllTypes.getDescriptor(), nestedType.getContainingType()); in testEnumDescriptor()
DTestUtil.java2801 field.getContainingType(), field.getNumber()); in newBuilderForField()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp166 StringRef Class = Types.getTypeName(MI.getContainingType()); in visitKnownRecord()
DTypeDumpVisitor.cpp379 printTypeIndex("ClassType", MI.getContainingType()); in visitKnownRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h114 TypeIndex getContainingType() const { return ContainingType; } in getContainingType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp432 cast_or_null<DIType>(map(MDS->getContainingType())); in getReplacementSubprogram()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1689 getContainingType(), getVirtualIndex(), in cloneImpl()
1799 DIType *getContainingType() const { in getContainingType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1265 ContainingTypeMap.insert(std::make_pair(&SPDie, SP->getContainingType())); in applySubprogramAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1682 Record.push_back(VE.getMetadataOrNullID(N->getContainingType())); in writeDISubprogram()