Home
last modified time | relevance | path

Searched defs:safe_strtou32 (Results 1 – 9 of 9) sorted by relevance

/external/dynamic_depth/internal/strings/
Dnumbers.h54 inline bool safe_strtou32(const string& text, uint32* value) { in safe_strtou32() function
/external/tensorflow/tensorflow/core/platform/
Dnumbers_test.cc154 TEST(safe_strtou32, UInt32s) { in TEST() argument
Dnumbers.cc323 bool safe_strtou32(StringPiece str, uint32* value) { in safe_strtou32() function
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h410 inline bool safe_strtou32(const char* str, uint32_t* value) { in safe_strtou32() function
413 inline bool safe_strtou32(StringPiece str, uint32_t* value) { in safe_strtou32() function
Dstrutil.cc1348 bool safe_strtou32(const std::string &str, uint32_t *value) { in safe_strtou32() function
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h410 inline bool safe_strtou32(const char* str, uint32_t* value) { in safe_strtou32() function
413 inline bool safe_strtou32(StringPiece str, uint32_t* value) { in safe_strtou32() function
Dstrutil.cc1348 bool safe_strtou32(const std::string &str, uint32_t *value) { in safe_strtou32() function
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h410 inline bool safe_strtou32(const char* str, uint32_t* value) { in safe_strtou32() function
413 inline bool safe_strtou32(StringPiece str, uint32_t* value) { in safe_strtou32() function
Dstrutil.cc1348 bool safe_strtou32(const std::string &str, uint32_t *value) { in safe_strtou32() function