/external/gflags/src/ |
util.h | 62 # define strto64 strtoll macro 65 # define strto64 strtoq macro 69 # define strto64 strtol macro
|
gflags.cc | 326 const int64 r = strto64(value, &end, base); 344 const int64 r = strto64(value, &end, base); [all...] |
/external/protobuf/src/google/protobuf/util/ |
time_util.cc | 211 int64 seconds = strto64(seconds_part.c_str(), &end, 10); 215 int64 nanos = strto64(nanos_part.c_str(), &end, 10);
|
/external/protobuf/src/google/protobuf/stubs/ |
strutil.h | 343 // strto64() 371 inline int64 strto64(const char *nptr, char **endptr, int base) { function in namespace:google::protobuf [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.cc | [all...] |