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.cs41 … private static readonly DateTime UnixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc); field in Google.Protobuf.WellKnownTypes.Timestamp
/third_party/node/deps/v8/src/base/platform/
Dtime.h383 static Time UnixEpoch() { return Time(0); } in UnixEpoch() function
/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