Searched defs:UnixEpoch (Results 1 – 6 of 6) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | TimestampPartial.cs | 41 … 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/ |
D | Timespec.cs | 76 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/ |
D | time_test.cc | 110 TEST(Time, UnixEpoch) { in TEST() argument
|
D | time.h | 743 constexpr Time UnixEpoch() { return Time(); } in UnixEpoch() function
|
/third_party/abseil-cpp/absl/time/ |
D | time_test.cc | 110 TEST(Time, UnixEpoch) { in TEST() argument
|
D | time.h | 704 constexpr Time UnixEpoch() { return Time(); } in UnixEpoch() function
|