Searched refs:clrType (Results 1 – 3 of 3) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | EnumDescriptor.cs | 47 private readonly Type clrType; field in Google.Protobuf.Reflection.EnumDescriptor 49 …(EnumDescriptorProto proto, FileDescriptor file, MessageDescriptor parent, int index, Type clrType) in EnumDescriptor() argument 53 this.clrType = clrType; in EnumDescriptor() 90 public Type ClrType { get { return clrType; } }
|
D | GeneratedClrTypeInfo.cs | 91 …public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] o… in GeneratedClrTypeInfo() argument 95 ClrType = clrType; in GeneratedClrTypeInfo() 107 …public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] o… in GeneratedClrTypeInfo() argument 108 : this(clrType, parser, propertyNames, oneofNames, nestedEnums, null, nestedTypes) in GeneratedClrTypeInfo()
|
D | SingleFieldAccessor.cs | 110 var clrType = property.PropertyType; in SingleFieldAccessor() 113 clrType == typeof(string) ? "" in SingleFieldAccessor() 114 : clrType == typeof(ByteString) ? ByteString.Empty in SingleFieldAccessor() 115 : Activator.CreateInstance(clrType); in SingleFieldAccessor()
|