HomeSort by relevance Sort by last modified time
    Searched refs:kTimestampMaxSeconds (Results 1 - 7 of 7) sorted by null

  /external/protobuf/src/google/protobuf/util/internal/
constants.h 56 const int64 kTimestampMaxSeconds = 253402300799;
protostream_objectsource_test.cc 975 ts->set_seconds(kTimestampMaxSeconds + 1);
protostream_objectsource.cc 316 if (seconds > kTimestampMaxSeconds || seconds < kTimestampMinSeconds) {
    [all...]
  /external/protobuf/src/google/protobuf/util/
time_util.h 60 static const int64 kTimestampMaxSeconds = 253402300799LL;
time_util_test.cc 55 EXPECT_EQ(TimeUtil::kTimestampMaxSeconds, end.seconds());
time_util.cc 74 seconds <= TimeUtil::kTimestampMaxSeconds);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
time_util.h 60 static const int64 kTimestampMaxSeconds = 253402300799LL;

Completed in 193 milliseconds