Home
last modified time | relevance | path

Searched refs:ClrType (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs49 public Type ClrType { get; private set; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo
89 ClrType = clrType; in GeneratedClrTypeInfo()
DOneofDescriptor.cs108 var caseProperty = containingType.ClrType.GetProperty(clrName + "Case"); in CreateAccessor()
113 var clearMethod = containingType.ClrType.GetMethod("Clear" + clrName); in CreateAccessor()
DMessageDescriptor.cs72 ClrType = generatedCodeInfo?.ClrType; in MessageDescriptor()
139 public Type ClrType { get; } property in Google.Protobuf.Reflection.MessageDescriptor
DEnumDescriptor.cs78 public Type ClrType { get { return clrType; } } property in Google.Protobuf.Reflection.EnumDescriptor
DFieldDescriptor.cs333 var property = ContainingType.ClrType.GetProperty(propertyName); in CreateAccessor()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs66 Assert.AreSame(typeof(TestAllTypes), messageType.ClrType); in FileDescriptor()
234 Assert.IsNull(descriptor.ClrType); in MapEntryMessageDescriptor()