Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/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)]
/third_party/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)]
/third_party/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()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs453 [TestCase(1, Timestamp.MaxNanos + 1)]