Home
last modified time | relevance | path

Searched defs:LogSeverity (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
DLog.h52 enum class LogSeverity { enum
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dlog_severity.h69 enum class LogSeverity : int { enum
/third_party/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h271 enum LogSeverity { kInfo = 0, kWarning = 1 }; enum
/third_party/skia/third_party/externals/angle2/src/common/
Ddebug.h56 using LogSeverity = int; variable
/third_party/gn/src/base/
Dlogging.h148 typedef int LogSeverity; typedef