/external/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | PropertyInfoExtensions.cs | 48 internal static MethodInfo GetGetMethod(this PropertyInfo target) in GetGetMethod() method in Google.Protobuf.Compatibility.PropertyInfoExtensions 51 var method = target.GetGetMethod(); in GetGetMethod()
|
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | PropertyInfoExtensions.cs | 48 internal static MethodInfo GetGetMethod(this PropertyInfo target) in GetGetMethod() method in Google.Protobuf.Compatibility.PropertyInfoExtensions 51 var method = target.GetGetMethod(); in GetGetMethod()
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | PropertyInfoExtensions.cs | 48 internal static MethodInfo GetGetMethod(this PropertyInfo target) in GetGetMethod() method in Google.Protobuf.Compatibility.PropertyInfoExtensions 51 var method = target.GetGetMethod(); in GetGetMethod()
|
/external/cronet/stable/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Compatibility/ |
D | PropertyInfoExtensionsTest.cs | 57 Assert.IsNotNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_Success() 70 Assert.IsNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_NoAccessibleGetter()
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Compatibility/ |
D | PropertyInfoExtensionsTest.cs | 57 Assert.IsNotNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_Success() 70 Assert.IsNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_NoAccessibleGetter()
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/ |
D | PropertyInfoExtensionsTest.cs | 57 Assert.IsNotNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_Success() 70 Assert.IsNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_NoAccessibleGetter()
|
/external/cronet/tot/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Compatibility/ |
D | PropertyInfoExtensionsTest.cs | 57 Assert.IsNotNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_Success() 70 Assert.IsNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_NoAccessibleGetter()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/ |
D | PropertyInfoExtensionsTest.cs | 57 Assert.IsNotNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_Success() 70 Assert.IsNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_NoAccessibleGetter()
|
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/ |
D | PropertyInfoExtensionsTest.cs | 57 Assert.IsNotNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_Success() 70 Assert.IsNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_NoAccessibleGetter()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldAccessorBase.cs | 50 getValueDelegate = ReflectionUtil.CreateFuncIMessageObject(property.GetGetMethod()); in FieldAccessorBase()
|
D | OneofAccessor.cs | 60 ReflectionUtil.CreateFuncIMessageInt32(caseProperty.GetGetMethod()), in ForRegularOneof()
|
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldAccessorBase.cs | 50 getValueDelegate = ReflectionUtil.CreateFuncIMessageObject(property.GetGetMethod()); in FieldAccessorBase()
|
D | OneofAccessor.cs | 60 ReflectionUtil.CreateFuncIMessageInt32(caseProperty.GetGetMethod()), in ForRegularOneof()
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldAccessorBase.cs | 50 getValueDelegate = ReflectionUtil.CreateFuncIMessageObject(property.GetGetMethod()); in FieldAccessorBase()
|
D | OneofAccessor.cs | 60 ReflectionUtil.CreateFuncIMessageInt32(caseProperty.GetGetMethod()), in ForRegularOneof()
|