Home
last modified time | relevance | path

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

/external/golang-protobuf/ptypes/
Dduration_test.go45 maxGoSeconds = math.MaxInt64 / int64(1e9) const
62 …{&durpb.Duration{Seconds: maxGoSeconds, Nanos: int32(math.MaxInt64 - 1e9*maxGoSeconds)}, true, tru…
79 …{&durpb.Duration{Seconds: maxGoSeconds, Nanos: int32(math.MaxInt64-1e9*maxGoSeconds) + 1}, true, f…
83 …{&durpb.Duration{Seconds: maxGoSeconds + 1, Nanos: int32(math.MaxInt64 - 1e9*maxGoSeconds)}, true,…