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

/external/chromium_org/third_party/cld/base/
H A Dstrtoint.h62 inline int64 strto64(const char *nptr, char **endptr, int base) { function
81 return strto64(nptr, NULL, 10);
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h289 // strto64()
317 inline int64 strto64(const char *nptr, char **endptr, int base) { function in namespace:google::protobuf
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h279 // strto64()
307 inline int64 strto64(const char *nptr, char **endptr, int base) { function in namespace:google::protobuf

Completed in 141 milliseconds