Home
last modified time | relevance | path

Searched refs:kDurationMinSeconds (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Dconstants.h59 const int64 kDurationMinSeconds = -315576000000LL; variable
Dprotostream_objectsource_test.cc1128 dur->set_seconds(kDurationMinSeconds - 1); in TEST_P()
Dprotostream_objectwriter.cc1035 if (seconds > kDurationMaxSeconds || seconds < kDurationMinSeconds || in RenderDuration()
Dprotostream_objectsource.cc366 if (seconds > kDurationMaxSeconds || seconds < kDurationMinSeconds) { in RenderDuration()
/external/protobuf/src/google/protobuf/util/
Dtime_util.cc98 GOOGLE_DCHECK(seconds >= TimeUtil::kDurationMinSeconds && in CreateNormalized()
153 const int64 TimeUtil::kDurationMinSeconds; member in google::protobuf::util::TimeUtil
Dtime_util.h73 static const int64 kDurationMinSeconds = -315576000000LL; variable