Home
last modified time | relevance | path

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

12

/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/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) {
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
DExtensionRegistry.java353 new DescriptorIntPair(extension.descriptor.getContainingType(), in add()
358 if (field.getContainingType().getOptions().getMessageSetWireFormat() && in add()
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/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/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/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()
DTestUtil.java2787 field.getContainingType(), field.getNumber()); in newBuilderForField()
/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/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp817 DICompositeType ContainingType = CTy.getContainingType(); in constructTypeDIE()
974 SP.getContainingType())); in getOrCreateSubprogramDIE()
/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/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1220 std::make_pair(&SPDie, resolve(SP->getContainingType()))); in applySubprogramAttributes()
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/llvm/unittests/IR/
DMetadataTest.cpp1450 EXPECT_EQ(ContainingType, N->getContainingType()); in TEST_F()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1539 Record.push_back(VE.getMetadataOrNullID(N->getContainingType())); in writeDISubprogram()
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/annotation-tools/annotation-file-utilities/
Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/ ...

12