Home
last modified time | relevance | path

Searched defs:clrType (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DEnumDescriptor.cs46 private readonly Type clrType; field in Google.Protobuf.Reflection.EnumDescriptor
48 …(EnumDescriptorProto proto, FileDescriptor file, MessageDescriptor parent, int index, Type clrType) in EnumDescriptor()
DGeneratedClrTypeInfo.cs85 …public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] o… in GeneratedClrTypeInfo()