Searched defs:LoggerFunction (Results 1 – 2 of 2) sorted by relevance
34 auto LoggerFunction = [&](LogId log_id, LogSeverity severity, const char* tag, const char* file, in TEST() local85 auto LoggerFunction = [&](LogId log_id, LogSeverity severity, const char* tag, const char* file, in TEST() local
118 using LoggerFunction = std::function<void(const struct __android_log_message*)>; typedef