Home
last modified time | relevance | path

Searched defs:kDurationMinSeconds (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/internal/
Dconstants.h59 const int64 kDurationMinSeconds = -315576000000LL; variable
/third_party/protobuf/src/google/protobuf/util/
Dtime_util.h73 static const int64 kDurationMinSeconds = -315576000000LL; variable
Dtime_util.cc152 const int64 TimeUtil::kDurationMinSeconds; member in google::protobuf::util::TimeUtil