Home
last modified time | relevance | path

Searched refs:MinNanoseconds (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DDurationTest.cs101 [TestCase(0, Duration.MinNanoseconds - 1)]
114 [TestCase(0, Duration.MinNanoseconds)]
115 [TestCase(Duration.MinSeconds, Duration.MinNanoseconds)]
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DDurationPartial.cs63 internal const int MinNanoseconds = -NanosecondsPerSecond + 1; field in Google.Protobuf.WellKnownTypes.Duration
69 nanoseconds < MinNanoseconds || nanoseconds > MaxNanoseconds) in IsNormalized()