Searched defs:UnixEpoch (Results 1 – 4 of 4) sorted by relevance
18 … private static readonly DateTime UnixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc); field in Google.Protobuf.WellKnownTypes.Timestamp
110 TEST(Time, UnixEpoch) { in TEST() argument
743 constexpr Time UnixEpoch() { return Time(); } in UnixEpoch() function
928 ABSL_ATTRIBUTE_CONST_FUNCTION constexpr Time UnixEpoch() { return Time(); } in UnixEpoch() function