Searched defs:UnixEpoch (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/time/ |
D | time.cc | 289 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/ |
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
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | Timespec.cs | 35 static readonly DateTime UnixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, 0, DateTimeKind.Utc); field
|
/external/v8/src/base/platform/ |
D | time.h | 347 static Time UnixEpoch() { return Time(0); } in UnixEpoch() function
|