Home
last modified time | relevance | path

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

/third_party/skia/m133/include/gpu/graphite/
DLogPriority.h32 kDebug = 3, enumerator
/third_party/mindspore/mindspore-src/source/mindspore/core/mindapi/base/
Dlogging.h27 enum class LogLevel : uint8_t { kDebug = 0, kInfo, kWarning, kError, kException }; enumerator
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DDirectiveHandler.cpp62 static const char kDebug[] = "debug"; in handlePragma() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DDirectiveHandler.cpp83 const char kDebug[] = "debug"; in handlePragma() local
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dlog_adapter.h163 enum MsLogLevel : int { kDebug = 0, kInfo, kWarning, kError, kException }; enumerator