Home
last modified time | relevance | path

Searched defs:stod (Results 1 – 3 of 3) sorted by relevance

/llvm-project/third-party/benchmark/test/
H A Dstring_util_gtest.cc123 TEST(StringUtilTest, stod){{size_t pos = 0; in TEST() argument
/llvm-project/third-party/benchmark/src/
H A Dstring_util.cc227 double stod(const std::string& str, size_t* pos) { in stod() function
/llvm-project/libcxx/src/
H A Dstring.cpp222 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