Lines Matching defs:str
59 string str; in Size2Str() local
80 uint64_t Str2Size(const string& str) in Str2Size()
162 uint16_t Str2LogType(const string& str) in Str2LogType()
170 string str = ""; in ComboLogType2Str() local
189 uint16_t Str2ComboLogType(const string& str) in Str2ComboLogType()
235 uint16_t Str2LogLevel(const string& str) in Str2LogLevel()
253 uint16_t ShortStr2LogLevel(const string& str) in ShortStr2LogLevel()
258 uint16_t PrettyStr2LogLevel(const string& str) in PrettyStr2LogLevel()
270 string str = ""; in ComboLogLevel2Str() local
289 uint16_t Str2ComboLogLevel(const string& str) in Str2ComboLogLevel()
313 std::string str = src; in Split() local
374 static void Str2Num(const string& str, T& num, Radix radix) in Str2Num()
393 uint32_t DecStr2Uint(const string& str) in DecStr2Uint()
405 uint32_t HexStr2Uint(const string& str) in HexStr2Uint()