Searched defs:safe_strtod (Results 1 – 3 of 3) sorted by relevance
431 inline bool safe_strtod(const string& str, double* value) { in safe_strtod() function437 inline bool safe_strtod(StringPiece str, double* value) { in safe_strtod() function
1335 bool safe_strtod(const char* str, double* value) { in safe_strtod() function
698 static int safe_strtod(const char *str, double *val) in safe_strtod() function