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

  /external/protobuf/src/google/protobuf/util/
time_util_test.cc 88 EXPECT_EQ(8 * 3600, TimeUtil::TimestampToSeconds(time));
209 EXPECT_EQ(1, TimeUtil::TimestampToSeconds(TimeUtil::SecondsToTimestamp(1)));
210 EXPECT_EQ(-1, TimeUtil::TimestampToSeconds(TimeUtil::SecondsToTimestamp(-1)));
time_util.h 129 // and TimestampToSeconds() returns -1. It's undefined behavior if the input
135 static int64 TimestampToSeconds(const Timestamp& timestamp);
time_util.cc 320 int64 TimeUtil::TimestampToSeconds(const Timestamp& timestamp) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
time_util.h 129 // and TimestampToSeconds() returns -1. It's undefined behavior if the input
135 static int64 TimestampToSeconds(const Timestamp& timestamp);

Completed in 57 milliseconds