Home
last modified time | relevance | path

Searched defs:UnixEpoch (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DTimestampPartial.cs18 … private static readonly DateTime UnixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc); field in Google.Protobuf.WellKnownTypes.Timestamp
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime_test.cc110 TEST(Time, UnixEpoch) { in TEST() argument
Dtime.h743 constexpr Time UnixEpoch() { return Time(); } in UnixEpoch() function
/third_party/protobuf/third_party/abseil-cpp/absl/time/
Dtime.h928 ABSL_ATTRIBUTE_CONST_FUNCTION constexpr Time UnixEpoch() { return Time(); } in UnixEpoch() function