Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs141 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