Searched refs:ShortStr2LogLevel (Results 1 – 4 of 4) sorted by relevance
97 SetGlobalLevel(ShortStr2LogLevel(charLevels[i]));104 SetDomainLevel(domain, ShortStr2LogLevel(charLevels[i]));111 SetTagLevel(tag, ShortStr2LogLevel(charLevels[i]));
80 uint16_t ShortStr2LogLevel(const std::string& str);
153 EXPECT_EQ(ShortStr2LogLevel(logLevelEntries[i].shortStr), logLevelEntries[i].logLevel);
251 uint16_t ShortStr2LogLevel(const string& str) in ShortStr2LogLevel() function258 uint16_t level = ShortStr2LogLevel(str); in PrettyStr2LogLevel()