Searched refs:strto64 (Results 1 – 5 of 5) sorted by relevance
/external/gflags/src/ |
D | util.h | 62 # define strto64 strtoll macro 65 # define strto64 strtoq macro 69 # define strto64 strtol macro
|
D | gflags.cc | 326 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/ |
D | time_util.cc | 222 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/ |
D | strutil.h | 374 inline int64 strto64(const char *nptr, char **endptr, int base) { in strto64() function
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 4755 strto64(proto.default_value().c_str(), &end_pos, 0); in BuildFieldOrExtension()
|