Searched refs:safe_strto64 (Results 1 – 8 of 8) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
D | area_code_map.cc | 51 safe_strto64(SimpleItoa(number.country_code()) + national_number, in Lookup() 62 safe_strto64(phone_prefix_str.substr(0, possible_length), &phone_prefix); in Lookup()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 411 PROTOBUF_EXPORT bool safe_strto64(const string& str, int64* value); 413 inline bool safe_strto64(const char* str, int64* value) { in safe_strto64() function 414 return safe_strto64(string(str), value); in safe_strto64() 416 inline bool safe_strto64(StringPiece str, int64* value) { in safe_strto64() function 417 return safe_strto64(str.ToString(), value); in safe_strto64()
|
D | strutil.cc | 1355 bool safe_strto64(const string& str, int64* value) { in safe_strto64() function
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | stringutil.h | 68 void safe_strto64(const string& s, int64* n);
|
D | stringutil.cc | 103 void safe_strto64(const string& s, int64* n) { in safe_strto64() function
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | datapiece.cc | 143 if (type_ == TYPE_STRING) return StringToNumber<int64>(safe_strto64); in ToInt64()
|
D | json_stream_parser.cc | 631 if (safe_strto64(number, &result->int_val)) { in ParseNumberHelper()
|
/third_party/protobuf/ |
D | libprotobuf_lite.map | 356 …"google::protobuf::safe_strto64(std::__h::basic_string<char, std::__h::char_traits<char>, std::__h… 416 …"google::protobuf::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allo… 474 …"google::protobuf::safe_strto64(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1…
|