Searched defs:SimpleItoa (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
H A Dstring_util.h16 inline std::string SimpleItoa(int v) { function in namespace:invalidation
20 inline std::string SimpleItoa(int64 v) { function in namespace:invalidation
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.cc51 string SimpleItoa(int n) { function in namespace:i18n::phonenumbers
55 string SimpleItoa(uint64 n) { function in namespace:i18n::phonenumbers
59 string SimpleItoa(int64 n) { function in namespace:i18n::phonenumbers
195 : converted_string_(SimpleItoa(n)),
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc921 // SimpleItoa()
927 string SimpleItoa(int i) { function in namespace:google::protobuf
934 string SimpleItoa(unsigned int i) { function in namespace:google::protobuf
941 string SimpleItoa(long i) { function in namespace:google::protobuf
948 string SimpleItoa(unsigned long i) { function in namespace:google::protobuf
955 string SimpleItoa(long long i) { function in namespace:google::protobuf
962 string SimpleItoa(unsigned long long i) { function in namespace:google::protobuf
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc876 // SimpleItoa()
882 string SimpleItoa(int i) { function in namespace:google::protobuf
889 string SimpleItoa(unsigned int i) { function in namespace:google::protobuf
896 string SimpleItoa(long i) { function in namespace:google::protobuf
903 string SimpleItoa(unsigned long i) { function in namespace:google::protobuf
910 string SimpleItoa(long long i) { function in namespace:google::protobuf
917 string SimpleItoa(unsigned long long i) { function in namespace:google::protobuf

Completed in 186 milliseconds