Home
last modified time | relevance | path

Searched refs:FuncCallback (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/freeglut/freeglut-3.2.1/src/
H A Dfg_callback_macros.h204 static void fgh##a##FuncCallback( FGCBUserData userData ) \
210 static void fgh##a##FuncCallback( int arg1val, FGCBUserData userData ) \
216 static void fgh##a##FuncCallback( int arg1val, int arg2val, FGCBUserData userData ) \
222 static void fgh##a##FuncCallback( arg1 arg1val, arg2 arg2val, arg3 arg3val, FGCBUserData userData )…
229 static void fgh##a##FuncCallback( int arg1val, int arg2val, int arg3val, int arg4val, FGCBUserData …
235 static void fgh##a##FuncCallback( int arg1val, int arg2val, int arg3val, int arg4val, int arg5val, …
257 glut##a##FuncUcall( fgh##a##FuncCallback, *((FGCBUserData*)reference) ); \
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DnsTimerImpl.cpp398 Callback cb{FuncCallback{aFunc, aClosure, aName}}; in InitWithNamedFuncCallback()
525 if (GetCallback().is<FuncCallback>()) { in GetClosure()
526 *aClosure = GetCallback().as<FuncCallback>().mClosure; in GetClosure()
624 [&](const FuncCallback& f) { f.mFunc(timer, f.mClosure); }, in Fire()
693 [&](const FuncCallback& f) { in LogFiring()
723 [&](const FuncCallback& f) { aName.Assign(f.mName); }, in GetName()
H A DnsTimerImpl.h69 struct FuncCallback { struct
83 FuncCallback, ClosureCallback>; argument
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DnsTimerImpl.cpp398 Callback cb{FuncCallback{aFunc, aClosure, aName}}; in InitWithNamedFuncCallback()
525 if (GetCallback().is<FuncCallback>()) { in GetClosure()
526 *aClosure = GetCallback().as<FuncCallback>().mClosure; in GetClosure()
624 [&](const FuncCallback& f) { f.mFunc(timer, f.mClosure); }, in Fire()
693 [&](const FuncCallback& f) { in LogFiring()
723 [&](const FuncCallback& f) { aName.Assign(f.mName); }, in GetName()
H A DnsTimerImpl.h69 struct FuncCallback { struct
83 FuncCallback, ClosureCallback>; argument
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DnsTimerImpl.h86 struct FuncCallback { struct
100 FuncCallback, ClosureCallback>; argument
H A DnsTimerImpl.cpp428 Callback cb{FuncCallback{aFunc, aClosure, aName}}; in InitHighResolutionWithNamedFuncCallback()
556 if (GetCallback().is<FuncCallback>()) { in GetClosure()
557 *aClosure = GetCallback().as<FuncCallback>().mClosure; in GetClosure()
665 [&](const FuncCallback& f) { f.mFunc(timer, f.mClosure); }, in Fire()
746 [&](const FuncCallback& f) { in LogFiring()
776 [&](const FuncCallback& f) { aName.Assign(f.mName); }, in GetName()