Home
last modified time | relevance | path

Searched refs:MethodInfo (Results 1 - 7 of 7) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DReflectionUtil.cs43 /// delegate from the MethodInfo, and then calling that within an anonymous method.
83 internal static Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) =>
94 internal static Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) =>
103 internal static Action<IMessage, object> CreateActionIMessageObject(MethodInfo method) =>
112 internal static Action<IMessage> CreateActionIMessage(MethodInfo method) =>
115 internal static Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method) =>
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 metho in CreateFuncIMessageObject()
[all...]
H A DSingleFieldAccessor.cs90 MethodInfo hasMethod = property.DeclaringType.GetRuntimeProperty("Has" + property.Name).GetMethod; in SingleFieldAccessor()
96 MethodInfo clearMethod = property.DeclaringType.GetRuntimeMethod("Clear" + property.Name, ReflectionUtil.EmptyTypes); in SingleFieldAccessor()
H A DOneofAccessor.cs57 MethodInfo clearMethod) => in ForRegularOneof()
/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
H A DPropertyInfoExtensions.cs48 internal static MethodInfo GetGetMethod(this PropertyInfo target) in GetGetMethod()
62 internal static MethodInfo GetSetMethod(this PropertyInfo target) in GetSetMethod()
H A DMethodInfoExtensions.cs40 // MethodInfo.CreateDelegate. Proxy from one to the other on .NET 3.5...
43 internal static Delegate CreateDelegate(this MethodInfo method, Type type) => in CreateDelegate()
H A DTypeExtensions.cs89 internal static MethodInfo GetMethod(this Type target, string name) in GetMethod()
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp257 struct MethodInfo struct
267 static MethodInfo getMethodInfo (gls::DrawTestSpec::DrawMethod method) in getMethodInfo()
269 static const MethodInfo infos[] = in getMethodInfo()
2437 const MethodInfo methodInfo = getMethodInfo(drawMethod); in getName()
2865 const MethodInfo methodInfo = getMethodInfo(drawMethod); in hash()
2890 const MethodInfo methodInfo = getMethodInfo(drawMethod); in valid()
2963 const MethodInfo methodInfo = getMethodInfo(drawMethod); in isCompatibilityTest()
3198 const MethodInfo methodInfo = getMethodInfo(spec.drawMethod); in iterate()

Completed in 9 milliseconds