Searched defs:ParseDouble (Results 1 – 4 of 4) sorted by relevance
55 bool ParseDouble(const char *c_str, double *value) { in ParseDouble() function
61 bool ParseDouble(const std::string& src_text, const char* str, double* value) { in ParseDouble() function
293 bool ValidationTestInputParser::ParseDouble(const DataType& type, in ParseDouble() function in mojo::test::__anon47eca8070111::ValidationTestInputParser