Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h377 inline uint64 strtou64(const char *nptr, char **endptr, int base) { in strtou64() function
/external/protobuf/src/google/protobuf/
Ddescriptor.cc4283 strtou64(proto.default_value().c_str(), &end_pos, 0); in BuildFieldOrExtension()