Home
last modified time | relevance | path

Searched defs:strtou64 (Results 1 – 3 of 3) sorted by relevance

/external/gflags/src/
Dutil.h63 # define strtou64 strtoull macro
66 # define strtou64 strtouq macro
70 # define strtou64 strtoul macro
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h385 inline uint64_t strtou64(const char *nptr, char **endptr, int base) { in strtou64() function
/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h385 inline uint64 strtou64(const char *nptr, char **endptr, int base) { in strtou64() function