Searched defs:stod (Results 1 – 3 of 3) sorted by relevance
123 TEST(StringUtilTest, stod){{size_t pos = 0; in TEST() argument
227 double stod(const std::string& str, size_t* pos) { in stod() function
222 double stod(const string& str, size_t* idx) { return as_float<double>("stod", str, idx); } in stod() function 243 double stod(const wstring& str, size_t* idx) { return as_float<double>("stod", str, idx); } in stod() function