Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DTimestampPartial.cs41 … private static readonly DateTime UnixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc); field in Google.Protobuf.WellKnownTypes.Timestamp
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DTimespec.cs76 static readonly DateTime UnixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, 0, DateTimeKind.Utc); field
/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/abseil-cpp/absl/time/
Dtime_test.cc110 TEST(Time, UnixEpoch) { in TEST() argument
Dtime.h704 constexpr Time UnixEpoch() { return Time(); } in UnixEpoch() function