Searched defs:stod (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/libcxx/src/ |
H A D | string.cpp | 322 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 D | string.cpp | 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
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/ |
H A D | string_util_gtest.cc | 114 TEST(StringUtilTest, stod) { in TEST() argument
|
/aosp_15_r20/external/skia/src/sksl/ |
H A D | SkSLString.cpp | 58 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 D | string_util_gtest.cc | 123 TEST(StringUtilTest, stod){{size_t pos = 0; in TEST() argument
|
/aosp_15_r20/external/google-benchmark/test/ |
H A D | string_util_gtest.cc | 123 TEST(StringUtilTest, stod){{size_t pos = 0; in TEST() argument
|
/aosp_15_r20/external/google-benchmark/src/ |
H A D | string_util.cc | 227 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 D | string_util.cc | 227 double stod(const std::string& str, size_t* pos) { in stod() function
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/ |
H A D | string_util.cc | 233 double stod(const std::string& str, size_t* pos) { in stod() function
|