Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dconstants.h59 const int64 kDurationMinSeconds = -315576000000; variable
Dprotostream_objectsource_test.cc986 dur->set_seconds(kDurationMinSeconds - 1); in TEST_P()
Dprotostream_objectwriter.cc953 if (seconds > kDurationMaxSeconds || seconds < kDurationMinSeconds || in RenderDuration()
Dprotostream_objectsource.cc346 if (seconds > kDurationMaxSeconds || seconds < kDurationMinSeconds) { in RenderDuration()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtime_util.cc96 GOOGLE_DCHECK(seconds >= TimeUtil::kDurationMinSeconds && in CreateNormalized()
150 const int64 TimeUtil::kDurationMinSeconds; member in google::protobuf::util::TimeUtil
Dtime_util.h61 static const int64 kDurationMinSeconds = -315576000000LL; variable