Home
last modified time | relevance | path

Searched defs:func (Results 1 - 4 of 4) sorted by relevance

/ide/tools/previewer/test/unittest/util/
H A DSharedDataTest.cpp52 std::function<void(uint8_t)> func = [&num](uint8_t val) { num += val; }; in TEST() local
/ide/tools/previewer/util/
H A DPreviewerEngineLog.cpp30 void PrintLog(const char* level, const char* file, const char* func, int line, const char* fmt, ...) in PrintLog() argument
H A DSharedData.h126 AppendNotify(SharedDataType type, std::function<void(T)> func, std::thread::id threadId, uint32_t period = 1) in AppendNotify() argument
/ide/tools/previewer/mock/lite/
H A DVirtualLocation.cpp42 void VirtualLocation::SetCallBack(LocDataUpdateCallback func) in SetCallBack() argument

Completed in 2 milliseconds