Home
last modified time | relevance | path

Searched refs:SimpleItoa (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc98 "[libprotobuf INFO " __FILE__ ":" + SimpleItoa(line + 1) + "] A message.\n" in TEST()
99 "[libprotobuf WARNING " __FILE__ ":" + SimpleItoa(line + 2) + "] A warning.\n" in TEST()
100 "[libprotobuf ERROR " __FILE__ ":" + SimpleItoa(line + 3) + "] An error.\n", in TEST()
131 "2 " __FILE__ ":" + SimpleItoa(start_line + 1) + ": An error.", in TEST()
134 "1 " __FILE__ ":" + SimpleItoa(start_line + 2) + ": A warning.", in TEST()
157 "0 " __FILE__ ":" + SimpleItoa(line1) + ": Visible1", in TEST()
160 "0 " __FILE__ ":" + SimpleItoa(line2) + ": Visible2", in TEST()
H A Dstrutil.h529 // SimpleItoa()
534 PROTOBUF_EXPORT string SimpleItoa(int i);
535 PROTOBUF_EXPORT string SimpleItoa(unsigned int i);
536 PROTOBUF_EXPORT string SimpleItoa(long i);
537 PROTOBUF_EXPORT string SimpleItoa(unsigned long i);
538 PROTOBUF_EXPORT string SimpleItoa(long long i);
539 PROTOBUF_EXPORT string SimpleItoa(unsigned long long i);
H A Dstrutil.cc1113 // SimpleItoa()
1119 string SimpleItoa(int i) { in SimpleItoa() function
1126 string SimpleItoa(unsigned int i) { in SimpleItoa() function
1133 string SimpleItoa(long i) { in SimpleItoa() function
1140 string SimpleItoa(unsigned long i) { in SimpleItoa() function
1147 string SimpleItoa(long long i) { in SimpleItoa() function
1154 string SimpleItoa(unsigned long long i) { in SimpleItoa() function
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H A Darea_code_map.cc51 safe_strto64(SimpleItoa(number.country_code()) + national_number, in Lookup()
60 string phone_prefix_str = SimpleItoa(phone_prefix); in Lookup()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dstringutil.h38 string SimpleItoa(uint64_t n);
39 string SimpleItoa(int64_t n);
40 string SimpleItoa(int n);
H A Dstringutil.cc40 string SimpleItoa(int n) { in SimpleItoa() function
44 string SimpleItoa(uint64 n) { in SimpleItoa() function
48 string SimpleItoa(int64 n) { in SimpleItoa() function
H A Dphonenumbermatcher.cc129 string country_code = SimpleItoa(number.country_code()); in AllNumberGroupsRemainGrouped()
909 if (normalized_country_code == SimpleItoa(number.country_code())) { in ContainsMoreThanOneSlashInNationalNumber()
H A Dphonenumberutil.cc196 SimpleItoa(static_cast<uint64>(first_number.national_number())); in IsNationalNumberSuffixOfTheOther()
198 SimpleItoa(static_cast<uint64>(second_number.national_number())); in IsNationalNumberSuffixOfTheOther()
2110 SimpleItoa(country_calling_code), in GetExampleNumberForNonGeoEntity()
3051 string default_country_code_string(SimpleItoa(default_country_code)); in MaybeExtractCountryCode()
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dstringutil_test.cc35 // Test SimpleItoa implementation.
36 TEST(StringUtilTest, SimpleItoa) { in TEST()
37 EXPECT_EQ("10", SimpleItoa(10)); in TEST()

Completed in 17 milliseconds