Home
last modified time | relevance | path

Searched refs:FindMethod (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/Test/System.Runtime.Serialization/
H A DXsdDataContractImporterTest2.cs71 var method = ccu.FindMethod ("MyServiceClient", "GetSimpleList"); in TestSimpleList()
87 var method = ccu.FindMethod ("MyServiceClient", "GetSimpleList"); in TestSimpleList2()
108 var method = ccu.FindMethod ("MyServiceClient", "GetSimpleList"); in TestSimpleList3()
128 var method = ccu.FindMethod ("MyServiceClient", "GetListOfFoo"); in TestListOfFoo()
148 var method = ccu.FindMethod ("MyServiceClient", "GetListOfStringArray"); in TestListOfStringArray()
172 var method = ccu.FindMethod ("MyServiceClient", "GetSimpleDictionary"); in TestSimpleDictionary()
196 var method = ccu.FindMethod ("MyServiceClient", "GetSimpleDictionary"); in TestSimpleDictionary2()
219 var method = ccu.FindMethod ("MyServiceClient", "GetCustomCollection"); in TestCustomCollection()
237 var method = ccu.FindMethod ("MyServiceClient", "GetCustomCollection2"); in TestCustomCollection2()
H A DWsdlHelper.cs138 public static CodeMemberMethod FindMethod (this CodeTypeDeclaration type, string name) in FindMethod() method in MonoTests.System.Runtime.Serialization.WsdlHelper
151 public static CodeMemberMethod FindMethod (this CodeCompileUnit unit, string typeName, in FindMethod() method in MonoTests.System.Runtime.Serialization.WsdlHelper
157 return type.FindMethod (methodName); in FindMethod()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/android/java/
H A Dgin_java_bound_object_delegate.cc27 const JavaMethod* GinJavaBoundObjectDelegate::FindMethod( in FindMethod() function in content::GinJavaBoundObjectDelegate
30 return object_->FindMethod(method_name, num_parameters); in FindMethod()
H A Dgin_java_method_invocation_helper_unittest.cc37 const JavaMethod* FindMethod(const std::string& method_name, in FindMethod() function in content::__anond66e5ccd0111::NullObjectDelegate
186 const JavaMethod* FindMethod(const std::string& method_name, in FindMethod() function in content::__anond66e5ccd0311::ObjectIsGoneObjectDelegate
238 const JavaMethod* FindMethod(const std::string& method_name, in FindMethod() function in content::__anond66e5ccd0411::MethodNotFoundObjectDelegate
283 const JavaMethod* FindMethod(const std::string& method_name, in FindMethod() function in content::__anond66e5ccd0511::GetClassObjectDelegate
H A Dgin_java_bound_object_delegate.h26 const JavaMethod* FindMethod(const std::string& method_name,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/android/java/
H A Dgin_java_bound_object_delegate.cc27 const JavaMethod* GinJavaBoundObjectDelegate::FindMethod( in FindMethod() function in content::GinJavaBoundObjectDelegate
30 return object_->FindMethod(method_name, num_parameters); in FindMethod()
H A Dgin_java_method_invocation_helper_unittest.cc37 const JavaMethod* FindMethod(const std::string& method_name, in FindMethod() function in content::__anon887e68680111::NullObjectDelegate
186 const JavaMethod* FindMethod(const std::string& method_name, in FindMethod() function in content::__anon887e68680311::ObjectIsGoneObjectDelegate
238 const JavaMethod* FindMethod(const std::string& method_name, in FindMethod() function in content::__anon887e68680411::MethodNotFoundObjectDelegate
283 const JavaMethod* FindMethod(const std::string& method_name, in FindMethod() function in content::__anon887e68680511::GetClassObjectDelegate
H A Dgin_java_bound_object_delegate.h26 const JavaMethod* FindMethod(const std::string& method_name,
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dbug-29585.cs12 return new GenericDerived<Param>().FindMethod(); in Main()
25 public int FindMethod() in FindMethod() method in TestCase.GenericDerived
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/qa/cppunit/
H A Dtest_global_array.cxx67 auto Macro1 = m->FindMethod("Macro1", SbxClassType::Method); in testMaintainsValueAcrossCalls()
75 auto Macro2 = m->FindMethod("Macro2", SbxClassType::Method); in testMaintainsValueAcrossCalls()
H A Dtest_global_as_new.cxx61 auto GetDateAsString = m->FindMethod("GetDateAsString", SbxClassType::Method); in testMaintainsValueAcrossCalls()
70 auto SetDate = m->FindMethod("SetDate", SbxClassType::Method); in testMaintainsValueAcrossCalls()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/interopservices/
H A DComEventsHelper.cs136 ComEventsMethod method = sink.FindMethod(dispid); in Combine()
166 ComEventsMethod method = sink.FindMethod(dispid); in Remove()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/System/Runtime/InteropServices/
H A DComEventsHelper.cs138 ComEventsMethod method = sink.FindMethod(dispid); in Combine()
170 ComEventsMethod method = sink.FindMethod(dispid); in Remove()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Common/
H A DCreateCoder.h63 bool FindMethod(
67 bool FindMethod(
/dports/sysutils/squashfs-tools/CPP/7zip/Common/
H A DCreateCoder.h63 bool FindMethod(
67 bool FindMethod(
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DMemberDescriptor.cs411 …protected static MethodInfo FindMethod(Type componentClass, string name, Type[] args, Type returnT… in FindMethod() method in System.ComponentModel.MemberDescriptor
413 return FindMethod(componentClass, name, args, returnType, true); in FindMethod()
421 …protected static MethodInfo FindMethod(Type componentClass, string name, Type[] args, Type returnT… in FindMethod() method in System.ComponentModel.MemberDescriptor
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/Microsoft.TestCommon/Microsoft/TestCommon/
H A DGenericTypeAssert.cs349 MethodInfo methodInfo = FindMethod(instance.GetType(), methodName, parameterValues); in InvokeMethod()
364 MethodInfo methodInfo = FindMethod(type, methodName, parameterValues); in InvokeMethod()
381 MethodInfo methodInfo = FindMethod(instance.GetType(), methodName, parameterValues); in InvokeGenericMethod()
400 MethodInfo methodInfo = FindMethod(type, methodName, parameterValues); in InvokeGenericMethod()
483 …private static MethodInfo FindMethod(Type type, string methodName, params object[] parameterValues) in FindMethod() method in Microsoft.TestCommon.GenericTypeAssert
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DMemberDescriptor.cs422 …protected static MethodInfo FindMethod(Type componentClass, string name, Type[] args, Type returnT… in FindMethod() method in System.ComponentModel.MemberDescriptor
423 return FindMethod(componentClass, name, args, returnType, true); in FindMethod()
431 …protected static MethodInfo FindMethod(Type componentClass, string name, Type[] args, Type returnT… in FindMethod() method in System.ComponentModel.MemberDescriptor
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/Common/
H A DCreateCoder.h122 bool FindMethod(
127 bool FindMethod(
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/Common/
H A DCreateCoder.h122 bool FindMethod(
127 bool FindMethod(
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Common/
H A DCreateCoder.h122 bool FindMethod(
127 bool FindMethod(
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/Common/
H A DCreateCoder.h122 bool FindMethod(
127 bool FindMethod(
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/Mapping/
H A DAttributedMetaModel.cs18 …internal static MethodInfo FindMethod(Type type, string name, BindingFlags flags, Type[] argTypes)… in FindMethod() method in System.Data.Linq.Mapping.MethodFinder
19 return FindMethod(type, name, flags, argTypes, true); in FindMethod()
22 …internal static MethodInfo FindMethod(Type type, string name, BindingFlags flags, Type[] argTypes,… in FindMethod() method in System.Data.Linq.Mapping.MethodFinder
364 this.insertMethod = MethodFinder.FindMethod( in InitMethods()
370 this.updateMethod = MethodFinder.FindMethod( in InitMethods()
376 this.deleteMethod = MethodFinder.FindMethod( in InitMethods()
573 this.onLoadedMethod = MethodFinder.FindMethod( in InitMethods()
580 this.onValidateMethod = MethodFinder.FindMethod( in InitMethods()
1238 this.loadMethod = MethodFinder.FindMethod(
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Statements/
H A DEndStatement.vb49 m = FindMethod()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dbasobj3.cxx71 if ( pModule->FindMethod( rMacroName, SbxClassType::Method ) ) in CreateMacro()
87 bValid = pModule->FindMethod( aMacroName, SbxClassType::Method ) == nullptr; in CreateMacro()
127 SbMethod* pMethod = pModule->FindMethod( aMacroName, SbxClassType::Method ); in CreateMacro()

123456789