Lines Matching refs:seconds
44 // as a count of seconds and fractions of seconds at nanosecond
56 // duration.seconds = end.seconds - start.seconds;
59 // if (duration.seconds < 0 && duration.nanos > 0) {
60 // duration.seconds += 1;
62 // } else if (durations.seconds > 0 && duration.nanos < 0) {
63 // duration.seconds -= 1;
73 // end.seconds = start.seconds + duration.seconds;
77 // end.seconds -= 1;
80 // end.seconds += 1;
87 // Signed seconds of the span of time. Must be from -315,576,000,000
89 int64 seconds = 1; field
93 // `seconds` field and a positive or negative `nanos` field. For durations
95 // of the same sign as the `seconds` field. Must be from -999,999,999