Searched defs:LogSeverity (Results 1 - 6 of 6) sorted by relevance

/external/libtextclassifier/util/base/
H A Dlogging_levels.h23 enum LogSeverity { enum in namespace:libtextclassifier::logging
/external/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-internal-utils.h306 enum LogSeverity { enum in namespace:testing::internal
322 GTEST_API_ bool LogIsVisible(LogSeverity severity);
331 GTEST_API_ void Log(LogSeverity severity,
/external/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h306 enum LogSeverity { enum in namespace:testing::internal
322 GTEST_API_ bool LogIsVisible(LogSeverity severity);
331 GTEST_API_ void Log(LogSeverity severity,
/external/v8/testing/gmock/include/gmock/internal/
H A Dgmock-internal-utils.h306 enum LogSeverity { enum in namespace:testing::internal
322 GTEST_API_ bool LogIsVisible(LogSeverity severity);
331 GTEST_API_ void Log(LogSeverity severity,
/external/libchrome/base/
H A Dlogging.h319 typedef int LogSeverity; typedef in namespace:logging
320 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity
323 const LogSeverity LOG_INFO = 0;
324 const LogSeverity LOG_WARNING = 1;
325 const LogSeverity LOG_ERROR = 2;
326 const LogSeverity LOG_FATAL = 3;
327 const LogSeverity LOG_NUM_SEVERITIES = 4;
331 const LogSeverity LOG_DFATAL = LOG_ERROR;
333 const LogSeverity LOG_DFATAL = LOG_FATAL;
372 const LogSeverity LOG_
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h764 enum LogSeverity { enum in namespace:testing::internal
780 GTEST_API_ bool LogIsVisible(LogSeverity severity);
789 GTEST_API_ void Log(LogSeverity severity,
9805 GTEST_API_ void LogWithLocation(testing::internal::LogSeverity severity,

Completed in 267 milliseconds