Home
last modified time | relevance | path

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

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