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.cs165 Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method); in CreateFuncIMessageInt32() method
184 public Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) { in CreateFuncIMessageInt32() method in Google.Protobuf.Reflection.ReflectionUtil.ReflectionHelper