Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/test/
Dstring_util_gtest.cc114 TEST(StringUtilTest, stod) { in TEST() argument
/external/google-benchmark/test/
Dstring_util_gtest.cc119 TEST(StringUtilTest, stod) { in TEST() argument
/external/llvm-project/libcxx/utils/google-benchmark/test/
Dstring_util_gtest.cc114 TEST(StringUtilTest, stod) { in TEST() argument
/external/google-benchmark/src/
Dstring_util.cc227 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/llvm-project/libcxx/utils/google-benchmark/src/
Dstring_util.cc233 double stod(const std::string& str, size_t* pos) { in stod() function
/external/llvm-project/libcxx/src/
Dstring.cpp328 stod(const string& str, size_t* idx) in stod() function
334 stod(const wstring& str, size_t* idx) 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/skia/src/sksl/
DSkSLString.cpp240 bool stod(const StringFragment& s, SKSL_FLOAT* value) { in stod() function
/external/skqp/src/sksl/
DSkSLString.cpp286 double stod(const String& s) { in stod() function