Home
last modified time | relevance | path

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

/external/libchrome/base/time/
Dtime.cc289 Time Time::UnixEpoch() { in UnixEpoch() function in base::Time
361 TimeTicks TimeTicks::UnixEpoch() { in UnixEpoch() function in base::TimeTicks
/external/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
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DTimespec.cs35 static readonly DateTime UnixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, 0, DateTimeKind.Utc); field
/external/v8/src/base/platform/
Dtime.h347 static Time UnixEpoch() { return Time(0); } in UnixEpoch() function