Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/test/
Dstring_util_gtest.cc114 TEST(StringUtilTest, stod) { in TEST() argument
/external/cronet/third_party/google_benchmark/src/test/
Dstring_util_gtest.cc122 TEST(StringUtilTest, stod){{size_t pos = 0; in TEST() argument
/external/skia/src/sksl/
DSkSLString.cpp58 bool SkSL::stod(std::string_view s, SKSL_FLOAT* value) { in stod() function in SkSL
/external/google-benchmark/test/
Dstring_util_gtest.cc123 TEST(StringUtilTest, stod){{size_t pos = 0; in TEST() argument
/external/google-benchmark/src/
Dstring_util.cc227 double stod(const std::string& str, size_t* pos) { in stod() function
/external/cronet/third_party/google_benchmark/src/src/
Dstring_util.cc238 double stod(const std::string& str, size_t* pos) { in stod() function
/external/libcxx/utils/google-benchmark/src/
Dstring_util.cc233 double stod(const std::string& str, size_t* pos) { in stod() function
/external/libcxx/src/
Dstring.cpp322 stod(const string& str, size_t* idx) in stod() function
328 stod(const wstring& str, size_t* idx) in stod() function
/external/cronet/third_party/libc++/src/src/
Dstring.cpp238 double stod(const string& str, size_t* idx) { in stod() function
271 double stod(const wstring& str, size_t* idx) { in stod() function