Home
last modified time | relevance | path

Searched refs:level_string (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/platform/impl/
Dlogging_posix.cc27 const char* level_string = ""; in operator <<() local
30 level_string = "VERBOSE"; in operator <<()
33 level_string = "INFO"; in operator <<()
36 level_string = "WARNING"; in operator <<()
39 level_string = "ERROR"; in operator <<()
42 level_string = "FATAL"; in operator <<()
45 os << level_string; in operator <<()
Dlogging_unittest.cc38 const char* level_string = ""; in ExpectLog() local
41 level_string = "VERBOSE"; in ExpectLog()
44 level_string = "INFO"; in ExpectLog()
47 level_string = "WARNING"; in ExpectLog()
50 level_string = "ERROR"; in ExpectLog()
53 level_string = "FATAL"; in ExpectLog()
56 expected_messages.push_back({level_string, std::string(message)}); in ExpectLog()