Home
last modified time | relevance | path

Searched defs:EnumTypes (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs189 public IList<EnumDescriptor> EnumTypes { get; } property in Google.Protobuf.Reflection.MessageDescriptor
DFileDescriptor.cs147 public IList<EnumDescriptor> EnumTypes { get; } property in Google.Protobuf.Reflection.FileDescriptor
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp362 unsigned EmissionKind, Metadata *EnumTypes, Metadata *RetainedTypes, in getImpl()
/external/llvm/unittests/IR/
DMetadataTest.cpp1326 MDTuple *EnumTypes = getTuple(); in TEST_F() local
1386 MDTuple *EnumTypes = MDTuple::getDistinct(Context, None); in TEST_F() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp631 DIArray EnumTypes = CUNode.getEnumTypes(); in beginModule() local