Home
last modified time | relevance | path

Searched refs:CreateFuncIMessageInt32 (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs94 internal static Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) =>
95 … GetReflectionHelper(method.DeclaringType, method.ReturnType).CreateFuncIMessageInt32(method);
141 Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method); in CreateFuncIMessageInt32() method
164 public Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) in CreateFuncIMessageInt32() method in Google.Protobuf.Reflection.ReflectionUtil.ReflectionHelper
DOneofAccessor.cs60 ReflectionUtil.CreateFuncIMessageInt32(caseProperty.GetGetMethod()), in ForRegularOneof()