Home
last modified time | relevance | path

Searched refs:MaxNanos (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DTimestampTest.cs65 [TestCase(Timestamp.UnixSecondsAtBclMinValue - 1, Timestamp.MaxNanos)]
68 [TestCase(0, Timestamp.MaxNanos + 1)]
78 [TestCase(Timestamp.UnixSecondsAtBclMaxValue, Timestamp.MaxNanos)]
80 [TestCase(0, Timestamp.MaxNanos)]
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DTimestampPartial.cs46 internal const int MaxNanos = Duration.NanosecondsPerSecond - 1; field in Google.Protobuf.WellKnownTypes.Timestamp
50 nanoseconds <= MaxNanos && in IsNormalized()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs349 [TestCase(1, Timestamp.MaxNanos + 1)]