Searched defs:StrToInt (Results 1 – 5 of 5) sorted by relevance
58 bool StrToInt(const std::string_view& str, T& value) in StrToInt() function
111 bool StrToInt(const string& str, int& value) in StrToInt() function130 int StrToInt(const string& str) in StrToInt() function
118 bool StrToInt(const string& str, int& value) in StrToInt() function
99 static int StrToInt(std::string tempstr) in StrToInt() function
402 int32_t StrToInt(const std::string &value, int32_t defaultErr) in StrToInt() function