Searched defs:safe_strtod (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | numbers_test.cc | 323 TEST(safe_strtod, Double) { in TEST() argument
|
D | numbers.cc | 356 bool safe_strtod(StringPiece str, double* value) { in safe_strtod() function
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 437 inline bool safe_strtod(const std::string& str, double* value) { in safe_strtod() function 443 inline bool safe_strtod(StringPiece str, double* value) { in safe_strtod() function
|
D | strutil.cc | 1332 bool safe_strtod(const char* str, double* value) { in safe_strtod() function
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 437 inline bool safe_strtod(const std::string& str, double* value) { in safe_strtod() function 443 inline bool safe_strtod(StringPiece str, double* value) { in safe_strtod() function
|
D | strutil.cc | 1332 bool safe_strtod(const char* str, double* value) { in safe_strtod() function
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 437 inline bool safe_strtod(const std::string& str, double* value) { in safe_strtod() function 443 inline bool safe_strtod(StringPiece str, double* value) { in safe_strtod() function
|
D | strutil.cc | 1332 bool safe_strtod(const char* str, double* value) { in safe_strtod() function
|
/external/dynamic_depth/internal/strings/ |
D | numbers.cc | 491 bool safe_strtod(const string& piece, double* value) { in safe_strtod() function
|