Home
last modified time | relevance | path

Searched refs:strto64 (Results 1 – 5 of 5) sorted by relevance

/external/gflags/src/
Dutil.h62 # define strto64 strtoll macro
65 # define strto64 strtoq macro
69 # define strto64 strtol macro
Dgflags.cc326 const int64 r = strto64(value, &end, base); in ParseFrom()
344 const int64 r = strto64(value, &end, base); in ParseFrom()
/external/protobuf/src/google/protobuf/util/
Dtime_util.cc222 int64 seconds = strto64(seconds_part.c_str(), &end, 10); in FromString()
226 int64 nanos = strto64(nanos_part.c_str(), &end, 10); in FromString()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h374 inline int64 strto64(const char *nptr, char **endptr, int base) { in strto64() function
/external/protobuf/src/google/protobuf/
Ddescriptor.cc4755 strto64(proto.default_value().c_str(), &end_pos, 0); in BuildFieldOrExtension()