Searched refs:level_string (Results 1 – 2 of 2) sorted by relevance
27 const char* level_string = ""; in operator <<() local30 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 <<()
38 const char* level_string = ""; in ExpectLog() local41 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()