Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dconstants.h62 const int64 kDurationMaxSeconds = 315576000000; variable
Dprotostream_objectsource_test.cc997 dur->set_seconds(kDurationMaxSeconds + 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.cc97 seconds <= TimeUtil::kDurationMaxSeconds); in CreateNormalized()
149 const int64 TimeUtil::kDurationMaxSeconds; member in google::protobuf::util::TimeUtil
Dtime_util.h62 static const int64 kDurationMaxSeconds = 315576000000LL; variable