Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs247 public IList<EnumDescriptor> EnumTypes { get; } property in Google.Protobuf.Reflection.MessageDescriptor
DFileDescriptor.cs276 public IList<EnumDescriptor> EnumTypes { get; } property in Google.Protobuf.Reflection.FileDescriptor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp520 unsigned EmissionKind, Metadata *EnumTypes, Metadata *RetainedTypes, in getImpl()
DDebugInfo.cpp481 MDTuple *EnumTypes = nullptr; in getReplacementCU() local