Searched refs:MinSeconds (Results 1 – 2 of 2) sorted by relevance
60 public const long MinSeconds = -315576000000L; field in Google.Protobuf.WellKnownTypes.Duration68 if (seconds < MinSeconds || seconds > MaxSeconds || in IsNormalized()
102 [TestCase(Duration.MinSeconds - 1, 0)]115 [TestCase(Duration.MinSeconds, Duration.MinNanoseconds)]