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

/external/chromium_org/third_party/cld/base/
H A Dlog_severity.h12 // [0, NUM_SEVERITIES-1]. Be careful to preserve this assumption if
16 const int INFO = 0, WARNING = 1, ERROR = 2, FATAL = 3, NUM_SEVERITIES = 4; variable
25 extern const char* const LogSeverityNames[NUM_SEVERITIES];

Completed in 641 milliseconds