Home
last modified time | relevance | path

Searched refs:GetMethod (Results 1 – 25 of 2530) sorted by relevance

12345678910>>...102

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/
H A DGenerateHelper.cs69 AggAvg = XmlILMethods.GetMethod(aggType, "Average"); in XmlILStorageMethods()
71 AggCreate = XmlILMethods.GetMethod(aggType, "Create"); in XmlILStorageMethods()
73 AggMax = XmlILMethods.GetMethod(aggType, "Maximum"); in XmlILStorageMethods()
75 AggMin = XmlILMethods.GetMethod(aggType, "Minimum"); in XmlILStorageMethods()
77 AggSum = XmlILMethods.GetMethod(aggType, "Sum"); in XmlILStorageMethods()
84 SeqAdd = XmlILMethods.GetMethod(SeqType, "AddClone"); in XmlILStorageMethods()
88 SeqAdd = XmlILMethods.GetMethod(SeqType, "AddClone"); in XmlILStorageMethods()
92 SeqAdd = XmlILMethods.GetMethod(SeqType, "Add"); in XmlILStorageMethods()
98 SeqSortByKeys = XmlILMethods.GetMethod(SeqType, "SortByKeys"); in XmlILStorageMethods()
102 IListItem = XmlILMethods.GetMethod(IListType, "get_Item"); in XmlILStorageMethods()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/IlGen/
H A DGenerateHelper.cs67 AggAvg = XmlILMethods.GetMethod(aggType, "Average"); in XmlILStorageMethods()
69 AggCreate = XmlILMethods.GetMethod(aggType, "Create"); in XmlILStorageMethods()
71 AggMax = XmlILMethods.GetMethod(aggType, "Maximum"); in XmlILStorageMethods()
73 AggMin = XmlILMethods.GetMethod(aggType, "Minimum"); in XmlILStorageMethods()
75 AggSum = XmlILMethods.GetMethod(aggType, "Sum"); in XmlILStorageMethods()
83 SeqAdd = XmlILMethods.GetMethod(SeqType, "AddClone"); in XmlILStorageMethods()
88 SeqAdd = XmlILMethods.GetMethod(SeqType, "AddClone"); in XmlILStorageMethods()
93 SeqAdd = XmlILMethods.GetMethod(SeqType, "Add"); in XmlILStorageMethods()
99 SeqSortByKeys = XmlILMethods.GetMethod(SeqType, "SortByKeys"); in XmlILStorageMethods()
103 IListItem = XmlILMethods.GetMethod(IListType, "get_Item"); in XmlILStorageMethods()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Dresources_generated.go18 GetMethod: RestMethod{
37 GetMethod: RestMethod{
63 GetMethod: RestMethod{
91 GetMethod: RestMethod{
114 GetMethod: RestMethod{
140 GetMethod: RestMethod{
168 GetMethod: RestMethod{
191 GetMethod: RestMethod{
210 GetMethod: RestMethod{
233 GetMethod: RestMethod{
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DXmlFormatGeneratorStatics.cs90 boxPointer = typeof(Pointer).GetMethod("Box");
116 ienumeratorMoveNextMethod = typeof(IEnumerator).GetMethod("MoveNext");
194 … onDeserializationMethod = typeof(IDeserializationCallback).GetMethod("OnDeserialization");
207 unboxPointer = typeof(Pointer).GetMethod("Unbox");
513 …getObjectIdMethod = typeof(XmlObjectSerializerReadContext).GetMethod("GetObjectId", Globals.ScanAl…
526 …getArraySizeMethod = typeof(XmlObjectSerializerReadContext).GetMethod("GetArraySize", Globals.Scan…
604 … readMethod = typeof(XmlObjectSerializerReadContext).GetMethod("Read", Globals.ScanAllMembers);
812 …getHasValueMethod = typeof(XmlObjectSerializerWriteContext).GetMethod("GetHasValue", Globals.ScanA…
851 … writeXmlValueMethod = typeof(DataContract).GetMethod("WriteXmlValue", Globals.ScanAllMembers);
864 … readXmlValueMethod = typeof(DataContract).GetMethod("ReadXmlValue", Globals.ScanAllMembers);
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/
H A DXmlFormatGeneratorStatics.cs92 s_ienumeratorMoveNextMethod = typeof(IEnumerator).GetMethod("MoveNext");
175 … s_onDeserializationMethod = typeof(IDeserializationCallback).GetMethod("OnDeserialization");
469 …s_getObjectIdMethod = typeof(XmlObjectSerializerReadContext).GetMethod("GetObjectId", Globals.Scan…
483 …s_getArraySizeMethod = typeof(XmlObjectSerializerReadContext).GetMethod("GetArraySize", Globals.Sc…
497 …s_addNewObjectMethod = typeof(XmlObjectSerializerReadContext).GetMethod("AddNewObject", Globals.Sc…
592 s_getArrayLengthMethod = Globals.TypeOfArray.GetProperty("Length").GetMethod;
776 …s_getHasValueMethod = typeof(XmlObjectSerializerWriteContext).GetMethod("GetHasValue", Globals.Sca…
820 … s_writeXmlValueMethod = typeof(DataContract).GetMethod("WriteXmlValue", Globals.ScanAllMembers);
834 … s_readXmlValueMethod = typeof(DataContract).GetMethod("ReadXmlValue", Globals.ScanAllMembers);
965 s_getTypeHandleMethod = typeof(Type).GetMethod("get_TypeHandle");
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/
H A DTypeCache.vb273 Return GetMethod(Type, ".ctor", Types)
739 System_IDisposable__Dispose = GetMethod(System_IDisposable, "Dispose")
750 System_Array__GetValue = GetMethod(System_Array, "GetValue", System_Int32_Array)
753 System_Activator__CreateInstance = GetMethod(System_Activator, "CreateInstance")
773 System_Nullable1__get_HasValue = GetMethod(System_Nullable1, "get_HasValue")
803 System_Decimal__Negate_Decimal = GetMethod(System_Decimal, "Negate", System_Decimal)
810 System_Convert__ToByte_Decimal = GetMethod(System_Convert, "ToByte", System_Decimal)
820 System_Diagnostics_Debugger__Break = GetMethod(System_Diagnostics_Debugger, "Break")
828 System_Math__Round_Double = GetMethod(System_Math, "Round", System_Double)
880 MS_VB_Information__TypeName = GetMethod(MS_VB_Information, "TypeName", System_Object)
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_resources_generated.go18 GetMethod: RestMethod{
37 GetMethod: RestMethod{
63 GetMethod: RestMethod{
91 GetMethod: RestMethod{
114 GetMethod: RestMethod{
140 GetMethod: RestMethod{
168 GetMethod: RestMethod{
191 GetMethod: RestMethod{
214 GetMethod: RestMethod{
233 GetMethod: RestMethod{
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_resources_generated.go18 GetMethod: RestMethod{
37 GetMethod: RestMethod{
63 GetMethod: RestMethod{
91 GetMethod: RestMethod{
114 GetMethod: RestMethod{
140 GetMethod: RestMethod{
168 GetMethod: RestMethod{
191 GetMethod: RestMethod{
214 GetMethod: RestMethod{
233 GetMethod: RestMethod{
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_resources_generated.go18 GetMethod: RestMethod{
37 GetMethod: RestMethod{
63 GetMethod: RestMethod{
91 GetMethod: RestMethod{
114 GetMethod: RestMethod{
140 GetMethod: RestMethod{
168 GetMethod: RestMethod{
191 GetMethod: RestMethod{
214 GetMethod: RestMethod{
233 GetMethod: RestMethod{
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_resources_generated.go18 GetMethod: RestMethod{
37 GetMethod: RestMethod{
63 GetMethod: RestMethod{
91 GetMethod: RestMethod{
114 GetMethod: RestMethod{
140 GetMethod: RestMethod{
168 GetMethod: RestMethod{
191 GetMethod: RestMethod{
214 GetMethod: RestMethod{
233 GetMethod: RestMethod{
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_resources_generated.go18 GetMethod: RestMethod{
37 GetMethod: RestMethod{
63 GetMethod: RestMethod{
91 GetMethod: RestMethod{
114 GetMethod: RestMethod{
140 GetMethod: RestMethod{
168 GetMethod: RestMethod{
191 GetMethod: RestMethod{
214 GetMethod: RestMethod{
233 GetMethod: RestMethod{
[all …]
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_resources_generated.go18 GetMethod: RestMethod{
37 GetMethod: RestMethod{
63 GetMethod: RestMethod{
91 GetMethod: RestMethod{
114 GetMethod: RestMethod{
140 GetMethod: RestMethod{
168 GetMethod: RestMethod{
191 GetMethod: RestMethod{
214 GetMethod: RestMethod{
233 GetMethod: RestMethod{
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_resources_generated.go18 GetMethod: RestMethod{
37 GetMethod: RestMethod{
63 GetMethod: RestMethod{
91 GetMethod: RestMethod{
114 GetMethod: RestMethod{
140 GetMethod: RestMethod{
168 GetMethod: RestMethod{
191 GetMethod: RestMethod{
214 GetMethod: RestMethod{
233 GetMethod: RestMethod{
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_resources_generated.go18 GetMethod: RestMethod{
37 GetMethod: RestMethod{
63 GetMethod: RestMethod{
91 GetMethod: RestMethod{
114 GetMethod: RestMethod{
140 GetMethod: RestMethod{
168 GetMethod: RestMethod{
191 GetMethod: RestMethod{
214 GetMethod: RestMethod{
233 GetMethod: RestMethod{
[all …]
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_resources_generated.go18 GetMethod: RestMethod{
37 GetMethod: RestMethod{
63 GetMethod: RestMethod{
91 GetMethod: RestMethod{
114 GetMethod: RestMethod{
140 GetMethod: RestMethod{
168 GetMethod: RestMethod{
191 GetMethod: RestMethod{
214 GetMethod: RestMethod{
233 GetMethod: RestMethod{
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/
H A DCachedReflectionInfo.cs26 … (s_CallSiteOps_SetNotMatched = typeof(CallSiteOps).GetMethod(nameof(CallSiteOps.SetNotMatched)));
36 … (s_CallSiteOps_GetMatch = typeof(CallSiteOps).GetMethod(nameof(CallSiteOps.GetMatch)));
41 … (s_CallSiteOps_ClearMatch = typeof(CallSiteOps).GetMethod(nameof(CallSiteOps.ClearMatch)));
46 … (s_CallSiteOps_UpdateRules = typeof(CallSiteOps).GetMethod(nameof(CallSiteOps.UpdateRules)));
51 … (s_CallSiteOps_GetRules = typeof(CallSiteOps).GetMethod(nameof(CallSiteOps.GetRules)));
56 … (s_CallSiteOps_GetRuleCache = typeof(CallSiteOps).GetMethod(nameof(CallSiteOps.GetRuleCache)));
61 …(s_CallSiteOps_GetCachedRules = typeof(CallSiteOps).GetMethod(nameof(CallSiteOps.GetCachedRules)));
66 … (s_CallSiteOps_AddRule = typeof(CallSiteOps).GetMethod(nameof(CallSiteOps.AddRule)));
71 … (s_CallSiteOps_MoveRule = typeof(CallSiteOps).GetMethod(nameof(CallSiteOps.MoveRule)));
76 … (s_CallSiteOps_Bind = typeof(CallSiteOps).GetMethod(nameof(CallSiteOps.Bind)));
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/ListInit/
H A DElementInitTests.cs66 …ows<ArgumentException>("method", () => Expression.ElementInit(typeof(List<int>).GetMethod("Add"))); in NoArguments()
88 …ception>("arguments[0]", () => Expression.ElementInit(typeof(List<int>).GetMethod("Add"), argument… in UnreadableArgument()
137 …ElementInit init = Expression.ElementInit(typeof(List<int>).GetMethod("Add"), Expression.Constant(… in UpdateSameArgumentsSameInstanceReturned()
145 …ElementInit init = Expression.ElementInit(typeof(List<int>).GetMethod("Add"), Expression.Constant(… in UpdateDifferentArgumentsDifferetInstanceReturned()
152 …ElementInit init = Expression.ElementInit(typeof(List<int>).GetMethod("Add"), Expression.Constant(… in UpdateDifferentNumberArgumentsDifferetInstanceReturned()
159 …ElementInit init = Expression.ElementInit(typeof(List<int>).GetMethod("Add"), Expression.Constant(… in CanRetrieveMethod()
160 Assert.Equal(typeof(List<int>).GetMethod("Add"), init.AddMethod); in CanRetrieveMethod()
168 …ElementInit init = Expression.ElementInit(typeof(Dictionary<string, int>).GetMethod("Add"), key, v… in CanAccessArguments()
180 …ElementInit init = Expression.ElementInit(typeof(Dictionary<string, int>).GetMethod("Add"), key, v… in InvalidArgumentIndex()
191 typeof(Dictionary<string, int>).GetMethod("Add"), in ToStringShowsArguments()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil/
H A Diam_resources_generated.go21 GetMethod: RestMethod{
49 GetMethod: RestMethod{
72 GetMethod: RestMethod{
98 GetMethod: RestMethod{
126 GetMethod: RestMethod{
149 GetMethod: RestMethod{
172 GetMethod: RestMethod{
191 GetMethod: RestMethod{
214 GetMethod: RestMethod{
233 GetMethod: RestMethod{
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Reflection/
H A DMethodInfoTest.cs100 MethodInfo m = typeof (int[]).GetMethod ("Address"); in TestInvokeByRefReturnMethod()
245 this.GetType ().GetMethod ("HeyHey").ToString ()); in ToStringByRef()
275 this.GetType ().GetMethod ("PtrFunc2").ToString ()); in ToStringWithPointerSignaturesToNonPrimitiveType()
335 var mi1 = t.GetMethod ("f1"); in GetBaseDefinition_OpenConstructedBaseType()
340 var mi2 = t.GetMethod ("f2"); in GetBaseDefinition_OpenConstructedBaseType()
561 MethodInfo gmi = this.GetType ().GetMethod ( in MakeGenericMethodArgsMismatch()
713 MethodInfo m1 = typeof (A<>).GetMethod ("Foo"); in IsGenericMethodDefinition()
717 MethodInfo m2 = typeof (A<int>).GetMethod ("Foo"); in IsGenericMethodDefinition()
844 var m = GetType ().GetMethod ("Bug12856"); in MethodToStringShouldPrintFullNameOfGenericStructs()
864 mi = typeof (GenericMid<,>).GetMethod ("f2"); in GetReflectedType()
[all …]
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/module/
H A DModule_Add_Property.h26 self& property( const char* name_, PROP (Class::*GetMethod)(void), const char* docstring = 0){
27 AddProperty( name_, new CppProperty_GetMethod<Class,PROP>(GetMethod, docstring) ) ;
33 AddProperty( name_, new CppProperty_GetConstMethod<Class,PROP>(GetMethod, docstring) ) ;
38 self& property( const char* name_, PROP (*GetMethod)(Class*), const char* docstring ){ in property()
39 AddProperty( name_, new CppProperty_GetPointerMethod<Class,PROP>(GetMethod,docstring) ) ; in property()
48 new CppProperty_GetMethod_SetMethod<Class,PROP>(GetMethod, SetMethod, docstring)
56 new CppProperty_GetConstMethod_SetMethod<Class,PROP>(GetMethod, SetMethod, docstring)
66 new CppProperty_GetMethod_SetPointer<Class,PROP>(GetMethod, SetMethod, docstring )
74 new CppProperty_GetConstMethod_SetPointer<Class,PROP>(GetMethod, SetMethod, docstring)
84 new CppProperty_GetPointer_SetMethod<Class,PROP>(GetMethod, SetMethod, docstring)
[all …]
H A DModule_Property.h41 GetMethod getter;
62 GetMethod getter;
72 typedef PROP (*GetMethod)(Class*); typedef
84 GetMethod getter;
110 GetMethod getter;
134 GetMethod getter;
164 GetMethod getter;
189 GetMethod getter;
199 typedef PROP (*GetMethod)(Class*); typedef
216 GetMethod getter;
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Common/
H A DCachedReflectionInfo.cs105 … (s_Type_GetTypeFromHandle = typeof(Type).GetMethod(nameof(Type.GetTypeFromHandle)));
110 … (s_Object_GetType = typeof(object).GetMethod(nameof(object.GetType)));
115 … (s_Decimal_op_Implicit_Byte = typeof(decimal).GetMethod("op_Implicit", new[] { typeof(byte) }));
120 … (s_Decimal_op_Implicit_SByte = typeof(decimal).GetMethod("op_Implicit", new[] { typeof(sbyte) }));
125 … (s_Decimal_op_Implicit_Int16 = typeof(decimal).GetMethod("op_Implicit", new[] { typeof(short) }));
135 … (s_Decimal_op_Implicit_Int32 = typeof(decimal).GetMethod("op_Implicit", new[] { typeof(int) }));
140 … (s_Decimal_op_Implicit_UInt32 = typeof(decimal).GetMethod("op_Implicit", new[] { typeof(uint) }));
145 … (s_Decimal_op_Implicit_Int64 = typeof(decimal).GetMethod("op_Implicit", new[] { typeof(long) }));
150 …(s_Decimal_op_Implicit_UInt64 = typeof(decimal).GetMethod("op_Implicit", new[] { typeof(ulong) }));
155 … (s_Decimal_op_Implicit_Char = typeof(decimal).GetMethod("op_Implicit", new[] { typeof(char) }));
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Diagnostics/
H A DStackFrameTest.cs97 frame1.GetMethod ().DeclaringType, in TestGetMethod()
100 frame1.GetMethod ().Name, in TestGetMethod()
106 frame2.GetMethod ().DeclaringType, in TestGetMethod()
109 frame2.GetMethod ().Name, in TestGetMethod()
218 Assert.IsNotNull (frame1.GetMethod (), in TestGetMethod()
225 frame1.GetMethod ().Name, in TestGetMethod()
228 Assert.IsNotNull (frame2.GetMethod (), in TestGetMethod()
235 frame2.GetMethod ().Name, in TestGetMethod()
238 Assert.IsNotNull (frame3.GetMethod (), in TestGetMethod()
245 frame3.GetMethod ().Name, in TestGetMethod()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Druntime-invoke.cs67 MethodInfo a_method = a_type.GetMethod ("ToString"); in test_0_base()
70 MethodInfo d_method = d_type.GetMethod ("Test"); in test_0_base()
97 if (typeof (Tests).GetMethod ("return_long").Invoke (null, null).GetType () != typeof (long)) in test_0_primitive_sharing()
118 if ((string)(typeof (Foo).GetMethod ("ToString2").Invoke (new Foo (), null)) != "FOO") in test_0_vtype_method_sharing()
135 o = typeof (Tests).GetMethod ("data_types_ptr").Invoke (null, new object [1] { null }); in test_0_ptr()
205 typeof (Tests).GetMethod ("pack_u2").Invoke (null, new object [] { (ushort)0 }); in test_0_i2_u2()
206 var res = typeof (Tests).GetMethod ("pack_i2").Invoke (null, new object [] { (short)-1 }); in test_0_i2_u2()
223 typeof (Tests).GetMethod ("pack_bool").Invoke (null, new object [] { true }); in test_0_i1_bool()
242 var p = (Point)typeof (Foo2).GetMethod ("get_Location").Invoke (f, null); in test_0_vtype_method_vtype_ret()
251 var gm = arr.GetType ().GetMethod ("Get"); in test_0_array_get_set()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/
H A DXsltLibrary.cs23 …public static readonly MethodInfo FormatMessage = GetMethod(typeof(XsltLibrary), "FormatMe…
33 …public static readonly MethodInfo StartsWith = GetMethod(typeof(XsltFunctions), "Starts…
34 …public static readonly MethodInfo Contains = GetMethod(typeof(XsltFunctions), "Contai…
40 …public static readonly MethodInfo Translate = GetMethod(typeof(XsltFunctions), "Transl…
41 …public static readonly MethodInfo Lang = GetMethod(typeof(XsltFunctions), "Lang");
44 …public static readonly MethodInfo Round = GetMethod(typeof(XsltFunctions), "Round"…
48 …public static readonly MethodInfo BaseUri = GetMethod(typeof(XsltFunctions), "BaseUr…
75 public static MethodInfo GetMethod(Type className, string methName) { in GetMethod() method in System.Xml.Xsl.Runtime.XsltMethods
76 MethodInfo methInfo = className.GetMethod(methName); in GetMethod()
81 public static MethodInfo GetMethod(Type className, string methName, params Type[] args) { in GetMethod() method in System.Xml.Xsl.Runtime.XsltMethods
[all …]

12345678910>>...102