Home
last modified time | relevance | path

Searched refs:clrType (Results 1 – 3 of 3) 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() argument
52 this.clrType = clrType; in EnumDescriptor()
78 public Type ClrType { get { return clrType; } }
DSingleFieldAccessor.cs60 var clrType = property.PropertyType; in SingleFieldAccessor()
65 : clrType == typeof(string) ? "" in SingleFieldAccessor()
66 : clrType == typeof(ByteString) ? ByteString.Empty in SingleFieldAccessor()
67 : Activator.CreateInstance(clrType); in SingleFieldAccessor()
DGeneratedClrTypeInfo.cs85 …public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] o… in GeneratedClrTypeInfo() argument
89 ClrType = clrType; in GeneratedClrTypeInfo()