Lines Matching defs:method
83 internal static Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
94 internal static Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
103 internal static Action<IMessage, object> CreateActionIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
112 internal static Action<IMessage> CreateActionIMessage(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
115 internal static Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
141 Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method); in CreateFuncIMessageInt32()
142 Action<IMessage> CreateActionIMessage(MethodInfo method); in CreateActionIMessage()
143 Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method); in CreateFuncIMessageObject()
144 Action<IMessage, object> CreateActionIMessageObject(MethodInfo method); in CreateActionIMessageObject()
145 Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method); in CreateFuncIMessageBool()
164 public Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) in CreateFuncIMessageInt32()
183 public Action<IMessage> CreateActionIMessage(MethodInfo method) in CreateActionIMessage()
189 public Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) in CreateFuncIMessageObject()
195 public Action<IMessage, object> CreateActionIMessageObject(MethodInfo method) in CreateActionIMessageObject()
201 public Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method) in CreateFuncIMessageBool()