/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | DescriptorsTest.java | 157 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()
|
D | TestUtil.java | 2027 extensionRegistry.findExtensionByNumber(field.getContainingType(), in newBuilderForField()
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyFieldDescriptor.java | 213 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/ |
D | DynamicMessage.java | 304 if (field.getContainingType() != type) { 311 if (oneof.getContainingType() != type) { 618 if (field.getContainingType() != type) { 625 if (oneof.getContainingType() != type) {
|
D | ExtensionRegistry.java | 327 extension.descriptor.getContainingType(), extension.descriptor.getNumber()), in add() 331 if (field.getContainingType().getOptions().getMessageSetWireFormat() in add()
|
D | Descriptors.java | 686 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
|
D | MapEntry.java | 199 if (field.getContainingType() != metadata.descriptor) { in checkFieldDescriptor() 314 if (field.getContainingType() != metadata.descriptor) { in checkFieldDescriptor()
|
D | GeneratedMessage.java | 844 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) {
|
D | GeneratedMessageV3.java | 999 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) {
|
D | TextFormat.java | 713 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/ |
D | DescriptorsTest.java | 155 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()
|
D | TestUtil.java | 2801 field.getContainingType(), field.getNumber()); in newBuilderForField()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 166 StringRef Class = Types.getTypeName(MI.getContainingType()); in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 379 printTypeIndex("ClassType", MI.getContainingType()); in visitKnownRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 114 TypeIndex getContainingType() const { return ContainingType; } in getContainingType() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 432 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/ |
D | DebugInfoMetadata.h | 1689 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/ |
D | DwarfUnit.cpp | 1265 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/ |
D | BitcodeWriter.cpp | 1682 Record.push_back(VE.getMetadataOrNullID(N->getContainingType())); in writeDISubprogram()
|