Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.h429 inline bool safe_strtod(const string& str, double* value) { in safe_strtod() function
435 inline bool safe_strtod(StringPiece str, double* value) { in safe_strtod() function
Dstrutil.cc1333 bool safe_strtod(const char* str, double* value) { in safe_strtod() function
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp419 static bool safe_strtod(const char *s, double *val) { in safe_strtod() function