Searched refs: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() local45 SetLogger(LoggerFunction); in TEST()85 auto LoggerFunction = [&](LogId log_id, LogSeverity severity, const char* tag, const char* file, in TEST() local96 SetLogger(LoggerFunction); in TEST()
118 using LoggerFunction = std::function<void(const struct __android_log_message*)>; typedef213 std::vector<LoggerFunction> loggers_;