Home
last modified time | relevance | path

Searched defs:MethodArgs (Results 1 – 25 of 38) sorted by relevance

12

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/src/lib/expansion/methods/
H A Dmod.rs18 pub struct MethodArgs<'a, 'b, E: Expander> { struct
19 args: &'a str,
43 impl<'a, 'b, E: 'b + Expander> MethodArgs<'a, 'b, E> { implementation
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/containers/
H A Djuce_ListenerList.h261 void call (void (ListenerClass::*callbackFunction) (MethodArgs...), Args&&... args) in call()
270 void callExcluding (ListenerClass* listenerToExclude, in callExcluding()
282 void callChecked (const BailOutCheckerType& bailOutChecker, in callChecked()
293 void callCheckedExcluding (ListenerClass* listenerToExclude, in callCheckedExcluding()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/containers/
H A Djuce_ListenerList.h261 void call (void (ListenerClass::*callbackFunction) (MethodArgs...), Args&&... args) in call()
270 void callExcluding (ListenerClass* listenerToExclude, in callExcluding()
282 void callChecked (const BailOutCheckerType& bailOutChecker, in callChecked()
293 void callCheckedExcluding (ListenerClass* listenerToExclude, in callCheckedExcluding()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/containers/
H A Djuce_ListenerList.h261 void call (void (ListenerClass::*callbackFunction) (MethodArgs...), Args&&... args) in call()
270 void callExcluding (ListenerClass* listenerToExclude, in callExcluding()
282 void callChecked (const BailOutCheckerType& bailOutChecker, in callChecked()
293 void callCheckedExcluding (ListenerClass* listenerToExclude, in callCheckedExcluding()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/file_system_access/
H A Dnative_file_system_handle_base.h109 void DoFileSystemOperation( in DoFileSystemOperation()
148 void DoFileSystemOperation( in DoFileSystemOperation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/native_file_system/
H A Dnative_file_system_handle_base.h114 void DoFileSystemOperation( in DoFileSystemOperation()
153 void DoFileSystemOperation( in DoFileSystemOperation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/base/
H A Dtask_util.h59 void (SequenceBoundType::*method)(MethodArgs...), in PostWithCallback()
/dports/security/lego/lego-4.5.3/vendor/github.com/liquidweb/liquidweb-cli/instance/
H A Dtypes.go31 MethodArgs map[string]interface{} member
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/compiler/
H A Dasllookup.c231 ASL_METHOD_LOCAL *MethodArgs; in LkIsObjectUsed() local
H A Daslxref.c431 ASL_METHOD_LOCAL *MethodArgs = NULL; in XfNamespaceLocateBegin() local
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/compiler/
H A Dasllookup.c123 ASL_METHOD_LOCAL *MethodArgs; in LkIsObjectUsed() local
H A Daslxref.c361 ASL_METHOD_LOCAL *MethodArgs = NULL; in XfNamespaceLocateBegin() local
/dports/math/vtk8/VTK-8.2.0/IO/ADIOS/
H A DADIOSReader.cxx29 static std::string MethodArgs; member
70 std::string Reader::InitContext::MethodArgs = ""; member in ADIOS::Reader::InitContext
/dports/math/vtk6/VTK-6.2.0/IO/ADIOS/
H A DADIOSReader.cxx29 static std::string MethodArgs; member
70 std::string Reader::InitContext::MethodArgs = ""; member in ADIOS::Reader::InitContext
/dports/sysutils/istio/istio-1.6.7/mixer/pkg/mockapi/
H A Dhandler.go122 MethodArgs QuotaArgs member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/devtools/
H A Ddevtools_instrumentation.cc40 void (Handler::*method)(MethodArgs...), in DispatchToAgents()
52 void (Handler::*method)(MethodArgs...), in DispatchToAgents()
62 void (Handler::*method)(MethodArgs...), in DispatchToWorkerAgents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/devtools/
H A Ddevtools_instrumentation.cc51 void (Handler::*method)(MethodArgs...), in DispatchToAgents()
63 void (Handler::*method)(MethodArgs...), in DispatchToAgents()
73 void (Handler::*method)(MethodArgs...), in DispatchToWorkerAgents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/threading/
H A Dsequence_bound.h201 void (T::*method)(MethodArgs...), in Post()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/executor/
H A Dnetwork_interface_asio.h515 R callNoexcept(T& obj, R (T::*method)(MethodArgs...), DeducedArgs&&... args) { in callNoexcept()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/
H A Dgenericdictionarycell.cs1019 internal Instantiation MethodArgs; field in Internal.Runtime.TypeLoader.GenericDictionaryCell.CallingConventionConverterCell
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/include/
H A Daclocal.h202 void *MethodArgs; member
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/include/
H A Daclocal.h311 void *MethodArgs; member
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOverload.cpp13428 SmallVector<Expr *, 8> MethodArgs(NumArgsSlots); in BuildCallToObjectOfClassType() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOverload.cpp13320 SmallVector<Expr *, 8> MethodArgs(NumArgsSlots); in BuildCallToObjectOfClassType() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOverload.cpp13272 SmallVector<Expr *, 8> MethodArgs(Args.size() + 1); in BuildCallToObjectOfClassType() local

12