Lines Matching defs:method
59 internal static Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
71 internal static Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
82 internal static Action<IMessage, object> CreateActionIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
92 internal static Action<IMessage> CreateActionIMessage(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
95 internal static Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
165 Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method); in CreateFuncIMessageInt32()
166 Action<IMessage> CreateActionIMessage(MethodInfo method); in CreateActionIMessage()
167 Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method); in CreateFuncIMessageObject()
168 Action<IMessage, object> CreateActionIMessageObject(MethodInfo method); in CreateActionIMessageObject()
169 Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method); in CreateFuncIMessageBool()
184 public Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) { in CreateFuncIMessageInt32()
199 public Action<IMessage> CreateActionIMessage(MethodInfo method) { in CreateActionIMessage()
204 public Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) { in CreateFuncIMessageObject()
209 public Action<IMessage, object> CreateActionIMessageObject(MethodInfo method) { in CreateActionIMessageObject()
214 public Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method) { in CreateFuncIMessageBool()
303 public Action<IMessage> CreateActionIMessage(MethodInfo method) => message => field in Google.Protobuf.Reflection.ReflectionUtil.AotReflectionHelper
305 public Action<IMessage, object> CreateActionIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil.AotReflectionHelper
307 public Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method) => message => field in Google.Protobuf.Reflection.ReflectionUtil.AotReflectionHelper
309 public Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) => message => field in Google.Protobuf.Reflection.ReflectionUtil.AotReflectionHelper
311 public Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) => message => field in Google.Protobuf.Reflection.ReflectionUtil.AotReflectionHelper