Home
last modified time | relevance | path

Searched refs:UnixSecondsAtBclMinValue (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DTimestampPartial.cs45 internal const long UnixSecondsAtBclMinValue = -BclSecondsAtUnixEpoch; field in Google.Protobuf.WellKnownTypes.Timestamp
51 seconds >= UnixSecondsAtBclMinValue && in IsNormalized()
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DTimestampTest.cs65 [TestCase(Timestamp.UnixSecondsAtBclMinValue - 1, Timestamp.MaxNanos)]
77 [TestCase(Timestamp.UnixSecondsAtBclMinValue, 0)]
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs351 [TestCase(Timestamp.UnixSecondsAtBclMinValue - 1, 0)]
/external/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs844 …if (timestamp.Seconds < Timestamp.UnixSecondsAtBclMinValue || timestamp.Seconds > Timestamp.UnixSe… in MergeTimestamp()