HomeSort by relevance Sort by last modified time
    Searched refs:getContainingType (Results 1 - 25 of 47) sorted by null

1 2

  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliFieldReference.java 59 SmaliClassTypeElement containingClassReference = getContainingType();
72 public SmaliClassTypeElement getContainingType() {
SmaliMethodReference.java 86 SmaliClassTypeElement containingClassReference = getContainingType();
99 public SmaliClassTypeElement getContainingType() {
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
ExtensionRegistry.java 353 new DescriptorIntPair(extension.descriptor.getContainingType(),
358 if (field.getContainingType().getOptions().getMessageSetWireFormat() &&
DynamicMessage.java 310 if (field.getContainingType() != type) {
318 if (oneof.getContainingType() != type) {
609 if (field.getContainingType() != type) {
617 if (oneof.getContainingType() != type) {
Descriptors.java 631 public Descriptor getContainingType() { return containingType; }
    [all...]
MapEntry.java 171 if (field.getContainingType() != metadata.descriptor) {
297 if (field.getContainingType() != metadata.descriptor) {
GeneratedMessage.java 816 if (extension.getDescriptor().getContainingType() !=
821 extension.getDescriptor().getContainingType().getFullName() +
    [all...]
TextFormat.java 338 if (field.getContainingType().getOptions().getMessageSetWireFormat()
    [all...]
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyFieldDescriptor.java 213 if (message.getDescriptor() != fieldDef.getContainingType()) {
230 if (message.getDescriptor() != fieldDef.getContainingType()) {
  /external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
SmalideaInstruction.java 189 String containingClass = methodReference.getContainingType().getText();
207 containingClass = fieldReference.getContainingType().getText();
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
DescriptorsTest.java 158 assertNull(messageType.getContainingType());
167 assertEquals(messageType, nestedType.getContainingType());
213 assertEquals(messageType, primitiveField.getContainingType());
244 extension.getContainingType());
309 assertNull(enumType.getContainingType());
317 assertEquals(TestAllTypes.getDescriptor(), nestedType.getContainingType());
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 403 DICompositeType getContainingType() const {
495 DICompositeType getContainingType() const {
  /external/llvm/lib/DebugInfo/CodeView/
TypeTableBuilder.cpp 86 Builder.writeTypeIndex(M.getContainingType());
TypeDumper.cpp 416 printTypeIndex("ClassType", MI.getContainingType());
421 StringRef ClassName = getTypeName(MI.getContainingType());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 817 DICompositeType ContainingType = CTy.getContainingType();
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 88 TypeIndex getContainingType() const { return ContainingType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 108 TypeIndex getContainingType() const { return ContainingType; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 108 TypeIndex getContainingType() const { return ContainingType; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 108 TypeIndex getContainingType() const { return ContainingType; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 108 TypeIndex getContainingType() const { return ContainingType; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 108 TypeIndex getContainingType() const { return ContainingType; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 108 TypeIndex getContainingType() const { return ContainingType; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 108 TypeIndex getContainingType() const { return ContainingType; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 108 TypeIndex getContainingType() const { return ContainingType; }
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]

Completed in 663 milliseconds

1 2