/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/reflection/v1alpha/ |
D | ExtensionRequest.java | 103 public java.lang.String getContainingType() { in getContainingType() method in ExtensionRequest 194 result = result && getContainingType() in equals() 195 .equals(other.getContainingType()); in equals() 210 hash = (53 * hash) + getContainingType().hashCode(); in hashCode() 416 if (!other.getContainingType().isEmpty()) { in mergeFrom() 458 public java.lang.String getContainingType() { in getContainingType() method in ExtensionRequest.Builder 516 containingType_ = getDefaultInstance().getContainingType(); in clearContainingType()
|
D | ExtensionRequestOrBuilder.java | 17 java.lang.String getContainingType(); in getContainingType() method
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliFieldReference.java | 59 SmaliClassTypeElement containingClassReference = getContainingType(); in getContainingClass() 72 public SmaliClassTypeElement getContainingType() { in getContainingType() method in SmaliFieldReference
|
D | SmaliMethodReference.java | 86 SmaliClassTypeElement containingClassReference = getContainingType(); in getContainingClass() 99 public SmaliClassTypeElement getContainingType() { in getContainingType() method in SmaliMethodReference
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/ |
D | SmalideaInstruction.java | 189 String containingClass = methodReference.getContainingType().getText(); in getReference() 207 containingClass = fieldReference.getContainingType().getText(); in getReference()
|
/external/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()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | DynamicMessage.java | 310 if (field.getContainingType() != type) { 318 if (oneof.getContainingType() != type) { 609 if (field.getContainingType() != type) { 617 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 | 631 public Descriptor getContainingType() { return containingType; } in getContainingType() method in Descriptors.Descriptor 965 if (getContainingType().getOptions().getMapEntry()) { in needsUtf8Check() 1050 public Descriptor getContainingType() { return containingType; } in getContainingType() method in Descriptors.FieldDescriptor 1322 if (!getContainingType().isExtensionNumber(getNumber())) { in crossLink() 1324 '\"' + getContainingType().getFullName() + in crossLink() 1562 public Descriptor getContainingType() { return containingType; } in getContainingType() method in Descriptors.EnumDescriptor 2438 new DescriptorIntPair(field.getContainingType(), field.getNumber()); in addFieldByNumber() 2445 field.getContainingType().getFullName() + in addFieldByNumber() 2512 public Descriptor getContainingType() { return containingType; } in getContainingType() method in Descriptors.OneofDescriptor
|
D | MapEntry.java | 171 if (field.getContainingType() != metadata.descriptor) { in checkFieldDescriptor() 297 if (field.getContainingType() != metadata.descriptor) { in checkFieldDescriptor()
|
D | GeneratedMessage.java | 816 if (extension.getDescriptor().getContainingType() != in verifyExtensionContainingType() 821 extension.getDescriptor().getContainingType().getFullName() + in verifyExtensionContainingType() 1062 if (field.getContainingType() != getDescriptorForType()) { in verifyContainingType() 1149 if (extension.getDescriptor().getContainingType() != in verifyExtensionContainingType() 1154 extension.getDescriptor().getContainingType().getFullName() + in verifyExtensionContainingType() 1430 if (field.getContainingType() != getDescriptorForType()) { in verifyContainingType() 1975 if (field.getContainingType() != descriptor) { 1989 if (oneof.getContainingType() != descriptor) {
|
D | TextFormat.java | 338 if (field.getContainingType().getOptions().getMessageSetWireFormat() in printSingleField() 1443 if (extension.descriptor.getContainingType() != type) { in mergeField()
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 158 assertNull(messageType.getContainingType()); in testDescriptor() 167 assertEquals(messageType, nestedType.getContainingType()); in testDescriptor() 213 assertEquals(messageType, primitiveField.getContainingType()); in testFieldDescriptor() 244 extension.getContainingType()); in testFieldDescriptor() 309 assertNull(enumType.getContainingType()); in testEnumDescriptor() 317 assertEquals(TestAllTypes.getDescriptor(), nestedType.getContainingType()); in testEnumDescriptor()
|
/external/grpc-grpc-java/services/src/main/java/io/grpc/protobuf/services/ |
D | ProtoReflectionService.java | 241 String type = extensionRequest.getContainingType(); in getFileByExtension() 527 String extensionName = extension.getContainingType().getFullName(); in processExtension()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DebugInfo.h | 403 DICompositeType getContainingType() const { in getContainingType() function 495 DICompositeType getContainingType() const { in getContainingType() function
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 416 printTypeIndex("ClassType", MI.getContainingType()); in visitPointer() 421 StringRef ClassName = getTypeName(MI.getContainingType()); in visitPointer()
|
D | TypeTableBuilder.cpp | 86 Builder.writeTypeIndex(M.getContainingType()); in writePointer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 167 StringRef Class = Types.getTypeName(MI.getContainingType()); in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 379 printTypeIndex("ClassType", MI.getContainingType()); in visitKnownRecord()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 817 DICompositeType ContainingType = CTy.getContainingType(); in constructTypeDIE() 974 SP.getContainingType())); in getOrCreateSubprogramDIE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 110 TypeIndex getContainingType() const { return ContainingType; } in getContainingType() function
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 88 TypeIndex getContainingType() const { return ContainingType; } in getContainingType() function
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1348 getContainingType(), getVirtuality(), getVirtualIndex(), 1434 DITypeRef getContainingType() const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 432 DITypeRef ContainingType(map(MDS->getContainingType())); in getReplacementSubprogram()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1651 isDefinition(), getScopeLine(), getContainingType(), 1752 DITypeRef getContainingType() const {
|