Home
last modified time | relevance | path

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

12

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/reflection/v1alpha/
DExtensionRequest.java103 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()
DExtensionRequestOrBuilder.java17 java.lang.String getContainingType(); in getContainingType() method
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliFieldReference.java59 SmaliClassTypeElement containingClassReference = getContainingType(); in getContainingClass()
72 public SmaliClassTypeElement getContainingType() { in getContainingType() method in SmaliFieldReference
DSmaliMethodReference.java86 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/
DSmalideaInstruction.java189 String containingClass = methodReference.getContainingType().getText(); in getReference()
207 containingClass = fieldReference.getContainingType().getText(); in getReference()
/external/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()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDynamicMessage.java310 if (field.getContainingType() != type) {
318 if (oneof.getContainingType() != type) {
609 if (field.getContainingType() != type) {
617 if (oneof.getContainingType() != type) {
DExtensionRegistry.java353 new DescriptorIntPair(extension.descriptor.getContainingType(), in add()
358 if (field.getContainingType().getOptions().getMessageSetWireFormat() && in add()
DDescriptors.java631 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
DMapEntry.java171 if (field.getContainingType() != metadata.descriptor) { in checkFieldDescriptor()
297 if (field.getContainingType() != metadata.descriptor) { in checkFieldDescriptor()
DGeneratedMessage.java816 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) {
DTextFormat.java338 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/
DDescriptorsTest.java158 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/
DProtoReflectionService.java241 String type = extensionRequest.getContainingType(); in getFileByExtension()
527 String extensionName = extension.getContainingType().getFullName(); in processExtension()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h403 DICompositeType getContainingType() const { in getContainingType() function
495 DICompositeType getContainingType() const { in getContainingType() function
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp416 printTypeIndex("ClassType", MI.getContainingType()); in visitPointer()
421 StringRef ClassName = getTypeName(MI.getContainingType()); in visitPointer()
DTypeTableBuilder.cpp86 Builder.writeTypeIndex(M.getContainingType()); in writePointer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp167 StringRef Class = Types.getTypeName(MI.getContainingType()); in visitKnownRecord()
DTypeDumpVisitor.cpp379 printTypeIndex("ClassType", MI.getContainingType()); in visitKnownRecord()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp817 DICompositeType ContainingType = CTy.getContainingType(); in constructTypeDIE()
974 SP.getContainingType())); in getOrCreateSubprogramDIE()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h110 TypeIndex getContainingType() const { return ContainingType; } in getContainingType() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h88 TypeIndex getContainingType() const { return ContainingType; } in getContainingType() function
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1348 getContainingType(), getVirtuality(), getVirtualIndex(),
1434 DITypeRef getContainingType() const {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp432 DITypeRef ContainingType(map(MDS->getContainingType())); in getReplacementSubprogram()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1651 isDefinition(), getScopeLine(), getContainingType(),
1752 DITypeRef getContainingType() const {

12