Searched refs:minSeconds (Results 1 – 3 of 3) sorted by relevance
/external/golang-protobuf/ptypes/ |
D | duration.go | 49 minSeconds = -maxSeconds const 60 if d.Seconds < minSeconds || d.Seconds > maxSeconds {
|
D | duration_test.go | 73 {&durpb.Duration{Seconds: minSeconds, Nanos: -(1e9 - 1)}, true, false, 0}, 77 {&durpb.Duration{Seconds: minSeconds - 1, Nanos: -(1e9 - 1)}, false, false, 0},
|
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/ |
D | duration.go | 49 minSeconds = -maxSeconds const 60 if d.Seconds < minSeconds || d.Seconds > maxSeconds {
|