/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/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()
|
/external/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 1029 if (getContainingType().getOptions().getMapEntry()) { in needsUtf8Check() 1119 public Descriptor getContainingType() { in getContainingType() method in Descriptors.FieldDescriptor 1388 if (!getContainingType().isExtensionNumber(getNumber())) { in crossLink() 1392 + getContainingType().getFullName() in crossLink() 1623 public Descriptor getContainingType() { in getContainingType() method in Descriptors.EnumDescriptor 2536 new DescriptorIntPair(field.getContainingType(), field.getNumber()); in addFieldByNumber() 2545 + field.getContainingType().getFullName() in addFieldByNumber() 2618 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 | 992 if (extension.getDescriptor().getContainingType() != 997 extension.getDescriptor().getContainingType().getFullName() + 1300 if (field.getContainingType() != getDescriptorForType()) { 1379 if (extension.getDescriptor().getContainingType() != 1384 extension.getDescriptor().getContainingType().getFullName() + 1743 if (field.getContainingType() != getDescriptorForType()) { 1934 if (field.getContainingType() != descriptor) { 1948 if (oneof.getContainingType() != descriptor) {
|
D | TextFormat.java | 554 if (field.getContainingType().getOptions().getMessageSetWireFormat() in printSingleField() 1642 if (extension.descriptor.getContainingType() != type) { in mergeField()
|
/external/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()
|
/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-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()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableBuilder.cpp | 86 Builder.writeTypeIndex(M.getContainingType()); in writePointer()
|
D | TypeDumper.cpp | 416 printTypeIndex("ClassType", MI.getContainingType()); in visitPointer() 421 StringRef ClassName = getTypeName(MI.getContainingType()); in visitPointer()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 168 StringRef Class = Types.getTypeName(MI.getContainingType()); in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 379 printTypeIndex("ClassType", MI.getContainingType()); in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 114 TypeIndex getContainingType() const { return ContainingType; } in getContainingType() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 108 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
|