HomeSort by relevance Sort by last modified time
    Searched defs:strtou64 (Results 1 - 2 of 2) sorted by null

  /external/gflags/src/
util.h 63 # define strtou64 strtoull macro
66 # define strtou64 strtouq macro
70 # define strtou64 strtoul macro
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 344 // strtou64()
377 inline uint64 strtou64(const char *nptr, char **endptr, int base) { function in namespace:google::protobuf
    [all...]

Completed in 182 milliseconds