Home
last modified time | relevance | path

Searched refs:functional (Results 1 - 6 of 6) sorted by relevance

/ide/tools/previewer/util/
H A DCppTimer.h21 #include <functional>
40 functional = [callback, args...]() { return callback(args...); }; in CppTimer()
49 functional = [callback, args...]() { return callback(args...); }; in CppTimer()
81 std::function<void()> functional; member in CppTimer
H A DCallbackQueue.cpp29 std::function<void()> functional = callBackList.back(); in ConsumingCallback() local
30 functional(); in ConsumingCallback()
H A DCallbackQueue.h19 #include <functional>
H A DCppTimer.cpp71 queue.AddCallback(functional); in RunTimerTick()
H A DSharedData.h19 #include <functional>
/ide/tools/previewer/jsapp/rich/external/
H A DEventQueue.h22 #include <functional>

Completed in 2 milliseconds