Home
last modified time | relevance | path

Searched defs:strtou64 (Results 1 – 2 of 2) 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.h377 inline uint64 strtou64(const char *nptr, char **endptr, int base) { in strtou64() function