Home
last modified time | relevance | path

Searched defs:cbArgs (Results 1 – 13 of 13) sorted by relevance

/dports/games/stratagus/stratagus-3.2.0/src/include/animation/
H A Danimation_luacallback.h52 std::vector<std::string> cbArgs; variable
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/animation/
H A Danimation_luacallback.h52 std::vector<std::string> cbArgs; variable
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/widgets/
H A Dshortcuteditdialog.py40 def __init__(self, parent=None, conflictCallback=None, *cbArgs):
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/client/
H A Dshard_registry.cpp220 _executor->scheduleWork([this](const CallbackArgs& cbArgs) { _internalReload(cbArgs); }); in startup()
234 void ShardRegistry::_internalReload(const CallbackArgs& cbArgs) { in _internalReload()
254 [this](const CallbackArgs& cbArgs) { _internalReload(cbArgs); }); in _internalReload()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/
H A Dstartuphacks-win.c129 int cbArgs; in parse_args() local
/dports/editors/nedit/nedit-5.7/source/
H A DtextBuf.h70 void **cbArgs; /* caller arguments for modifyProcs above */ member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcallobj.h274 #define ICallIndirect_CallIndirect(This,phrReturn,iMethod,pvArgs,cbArgs) (This)->lpVtbl->CallIndire… argument
276 #define ICallIndirect_GetStackSize(This,iMethod,cbArgs) (This)->lpVtbl->GetStackSize(This,iMethod,c… argument
320 #define ICallInterceptor_CallIndirect(This,phrReturn,iMethod,pvArgs,cbArgs) (This)->lpVtbl->CallInd… argument
322 #define ICallInterceptor_GetStackSize(This,iMethod,cbArgs) (This)->lpVtbl->GetStackSize(This,iMetho… argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcallobj.h274 #define ICallIndirect_CallIndirect(This,phrReturn,iMethod,pvArgs,cbArgs) (This)->lpVtbl->CallIndire… argument
276 #define ICallIndirect_GetStackSize(This,iMethod,cbArgs) (This)->lpVtbl->GetStackSize(This,iMethod,c… argument
320 #define ICallInterceptor_CallIndirect(This,phrReturn,iMethod,pvArgs,cbArgs) (This)->lpVtbl->CallInd… argument
322 #define ICallInterceptor_GetStackSize(This,iMethod,cbArgs) (This)->lpVtbl->GetStackSize(This,iMetho… argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/client/
H A Dreplica_set_monitor.cpp198 auto status = _executor->scheduleWork([=](const CallbackArgs& cbArgs) { in init()
235 void ReplicaSetMonitor::_refresh(const CallbackArgs& cbArgs) { in _refresh()
256 [=](const CallbackArgs& cbArgs) { in _refresh()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/api/
H A Dapi.cpp3537 size_t cbArgs, in clEnqueueNativeKernel()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/tracing/
H A Dtracing_types.h584 size_t *cbArgs; member
H A Dtracing_notify.h2733 size_t *cbArgs, in enter()
/dports/devel/kBuild/kBuild-0.1.9998/src/kWorker/
H A DkWorker.c3390 int cbArgs; in parse_args() local