Home
last modified time | relevance | path

Searched refs:LogSeverityToString (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libtextclassifier/native/lang_id/common/lite_base/
H A Dcompact-logging-raw.cc77 const char *LogSeverityToString(LogSeverity severity) { in LogSeverityToString() function
95 fprintf(stderr, "[%s] %s : %s\n", LogSeverityToString(severity), tag.c_str(), in LowLevelLogging()
/aosp_15_r20/external/icing/icing/text_classifier/lib3/utils/base/
H A Dlogging_raw.cc74 const char *LogSeverityToString(LogSeverity severity) { in LogSeverityToString() function
95 fprintf(stderr, "[%s] %s : %s\n", LogSeverityToString(severity), tag.c_str(), in LowLevelLogging()
/aosp_15_r20/external/libtextclassifier/native/utils/base/
H A Dlogging_raw.cc76 const char *LogSeverityToString(LogSeverity severity) { in LogSeverityToString() function
97 fprintf(stderr, "[%s] %s : %s\n", LogSeverityToString(severity), tag.c_str(), in LowLevelLogging()
/aosp_15_r20/external/icing/icing/util/
H A Dlogging_raw.cc75 const char *LogSeverityToString(LogSeverity::Code severity) { in LogSeverityToString() function
96 fprintf(stderr, "[%s] %s : %s\n", LogSeverityToString(severity), tag.c_str(), in LowLevelLogging()