Home
last modified time | relevance | path

Searched defs:UnixEpoch (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A 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/
H A Dtime.h383 static Time UnixEpoch() { return Time(0); } in UnixEpoch() function in v8::base::final
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.h743 constexpr Time UnixEpoch() { return Time(); } in UnixEpoch() function

Completed in 6 milliseconds