Home
last modified time | relevance | path

Searched refs:strtou64 (Results 1 – 4 of 4) sorted by relevance

/external/gflags/src/
Dutil.h63 # define strtou64 strtoull macro
66 # define strtou64 strtouq macro
70 # define strtou64 strtoul macro
Dgflags.cc336 const uint64 r = strtou64(value, &end, base); in ParseFrom()
352 const uint64 r = strtou64(value, &end, base); in ParseFrom()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h380 inline uint64 strtou64(const char *nptr, char **endptr, int base) { in strtou64() function
/external/protobuf/src/google/protobuf/
Ddescriptor.cc4763 strtou64(proto.default_value().c_str(), &end_pos, 0); in BuildFieldOrExtension()