Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DDurationPartial.cs55 public const long MaxSeconds = 315576000000L; field in Google.Protobuf.WellKnownTypes.Duration
68 if (seconds < MinSeconds || seconds > MaxSeconds || in IsNormalized()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DDurationTest.cs103 [TestCase(Duration.MaxSeconds + 1, 0)]
116 [TestCase(Duration.MaxSeconds, Duration.MaxNanoseconds)]