HomeSort by relevance Sort by last modified time
    Searched defs:EnumTypes (Results 1 - 6 of 6) sorted by null

  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FileDescriptor.cs 61 EnumTypes = DescriptorUtil.ConvertAndMakeReadOnly(proto.EnumType,
147 public IList<EnumDescriptor> EnumTypes { get; }
MessageDescriptor.cs 84 EnumTypes = DescriptorUtil.ConvertAndMakeReadOnly(
189 public IList<EnumDescriptor> EnumTypes { get; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DebugInfo.cpp 484 MDTuple *EnumTypes = nullptr;
491 CU->getSplitDebugFilename(), DICompileUnit::LineTablesOnly, EnumTypes,
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 631 DIArray EnumTypes = CUNode.getEnumTypes();
632 for (unsigned i = 0, e = EnumTypes.getNumElements(); i != e; ++i)
633 CU->getOrCreateTypeDIE(EnumTypes.getElement(i));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
MetadataTest.cpp     [all...]

Completed in 527 milliseconds