Home
last modified time | relevance | path

Searched refs:safe_strto64 (Results 1 – 8 of 8) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
Darea_code_map.cc51 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/
Dstrutil.h411 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()
Dstrutil.cc1355 bool safe_strto64(const string& str, int64* value) { in safe_strto64() function
/third_party/libphonenumber/cpp/src/phonenumbers/
Dstringutil.h68 void safe_strto64(const string& s, int64* n);
Dstringutil.cc103 void safe_strto64(const string& s, int64* n) { in safe_strto64() function
/third_party/protobuf/src/google/protobuf/util/internal/
Ddatapiece.cc143 if (type_ == TYPE_STRING) return StringToNumber<int64>(safe_strto64); in ToInt64()
Djson_stream_parser.cc631 if (safe_strto64(number, &result->int_val)) { in ParseNumberHelper()
/third_party/protobuf/
Dlibprotobuf_lite.map356 …"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…