Searched defs:safe_strto32 (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/stream_executor/lib/ |
D | numbers.cc | 23 bool safe_strto32(const char* str, int32* value) { in safe_strto32() function 35 bool safe_strto32(const std::string& str, int32* value) { in safe_strto32() function
|
/external/dynamic_depth/internal/strings/ |
D | numbers.h | 46 inline bool safe_strto32(const string& text, int32* value) { in safe_strto32() function
|
/external/tensorflow/tensorflow/core/platform/ |
D | numbers_test.cc | 120 TEST(safe_strto32, Int32s) { in TEST() argument
|
D | numbers.cc | 293 bool safe_strto32(StringPiece str, int32* value) { in safe_strto32() function
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 404 inline bool safe_strto32(const char* str, int32_t* value) { in safe_strto32() function 407 inline bool safe_strto32(StringPiece str, int32_t* value) { in safe_strto32() function
|
D | strutil.cc | 1344 bool safe_strto32(const std::string &str, int32_t *value) { in safe_strto32() function
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 404 inline bool safe_strto32(const char* str, int32_t* value) { in safe_strto32() function 407 inline bool safe_strto32(StringPiece str, int32_t* value) { in safe_strto32() function
|
D | strutil.cc | 1344 bool safe_strto32(const std::string &str, int32_t *value) { in safe_strto32() function
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 404 inline bool safe_strto32(const char* str, int32_t* value) { in safe_strto32() function 407 inline bool safe_strto32(StringPiece str, int32_t* value) { in safe_strto32() function
|
D | strutil.cc | 1344 bool safe_strto32(const std::string &str, int32_t *value) { in safe_strto32() function
|