Searched refs:PlatformDebugLogger (Results 1 – 7 of 7) sorted by relevance
20 class PlatformDebugLogger {22 virtual ~PlatformDebugLogger() = default;25 PlatformDebugLogger* CreatePlatformDebugLogger();
25 class WindowsDebugLogger : public PlatformDebugLogger {27 WindowsDebugLogger() : PlatformDebugLogger() { in WindowsDebugLogger()107 PlatformDebugLogger* CreatePlatformDebugLogger() { in CreatePlatformDebugLogger()
19 class EmptyDebugLogger : public PlatformDebugLogger {25 PlatformDebugLogger* CreatePlatformDebugLogger() { in CreatePlatformDebugLogger()
21 "PlatformDebugLogger.h"
73 "PlatformDebugLogger.h",
185 class PlatformDebugLogger; variable263 std::unique_ptr<utils::PlatformDebugLogger> mPlatformDebugLogger;
238 std::unique_ptr<utils::PlatformDebugLogger>(utils::CreatePlatformDebugLogger()); in DawnTestEnvironment()