Searched refs:safe_strtou32 (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 397 PROTOBUF_EXPORT bool safe_strtou32(const string& str, uint32* value); 404 inline bool safe_strtou32(const char* str, uint32* value) { in safe_strtou32() function 405 return safe_strtou32(string(str), value); in safe_strtou32() 407 inline bool safe_strtou32(StringPiece str, uint32* value) { in safe_strtou32() function 408 return safe_strtou32(str.ToString(), value); in safe_strtou32()
|
D | strutil.cc | 1351 bool safe_strtou32(const string& str, uint32* value) { in safe_strtou32() function
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | datapiece.cc | 131 return StringToNumber<uint32>(safe_strtou32); in ToUint32()
|
/third_party/protobuf/ |
D | libprotobuf_lite.map | 355 …"google::protobuf::safe_strtou32(std::__h::basic_string<char, std::__h::char_traits<char>, std::__… 415 …"google::protobuf::safe_strtou32(std::__cxx11::basic_string<char, std::char_traits<char>, std::all… 473 …"google::protobuf::safe_strtou32(std::__1::basic_string<char, std::__1::char_traits<char>, std::__…
|