Home
last modified time | relevance | path

Searched defs:safe_strtod (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h431 inline bool safe_strtod(const string& str, double* value) { in safe_strtod() function
437 inline bool safe_strtod(StringPiece str, double* value) { in safe_strtod() function
Dstrutil.cc1335 bool safe_strtod(const char* str, double* value) { in safe_strtod() function
/third_party/alsa-lib/src/
Dconf.c698 static int safe_strtod(const char *str, double *val) in safe_strtod() function