Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DTimestampPartial.cs44 internal const long UnixSecondsAtBclMaxValue = 253402300799; field in Google.Protobuf.WellKnownTypes.Timestamp
52 seconds <= UnixSecondsAtBclMaxValue; in IsNormalized()
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DTimestampTest.cs66 [TestCase(Timestamp.UnixSecondsAtBclMaxValue + 1, 0)]
78 [TestCase(Timestamp.UnixSecondsAtBclMaxValue, Timestamp.MaxNanos)]
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs350 [TestCase(Timestamp.UnixSecondsAtBclMaxValue + 1, 0)]
/external/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs844 …nds < Timestamp.UnixSecondsAtBclMinValue || timestamp.Seconds > Timestamp.UnixSecondsAtBclMaxValue) in MergeTimestamp()