Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DDurationPartial.cs60 public const long MinSeconds = -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.cs102 [TestCase(Duration.MinSeconds - 1, 0)]
115 [TestCase(Duration.MinSeconds, Duration.MinNanoseconds)]