Home
last modified time | relevance | path

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

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