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

/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 150 milliseconds