Searched refs:MethodInfo (Results 1 - 7 of 7) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | ReflectionUtil.cs | 43 /// 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 D | SingleFieldAccessor.cs | 90 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 D | OneofAccessor.cs | 57 MethodInfo clearMethod) => in ForRegularOneof()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
H A D | PropertyInfoExtensions.cs | 48 internal static MethodInfo GetGetMethod(this PropertyInfo target) in GetGetMethod() 62 internal static MethodInfo GetSetMethod(this PropertyInfo target) in GetSetMethod()
|
H A D | MethodInfoExtensions.cs | 40 // 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 D | TypeExtensions.cs | 89 internal static MethodInfo GetMethod(this Type target, string name) in GetMethod()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.cpp | 257 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 11 milliseconds