Home | History | Annotate | Download | only in protobuf

Lines Matching defs:seconds

40 /// as a count of seconds and fractions of seconds at nanosecond
52 /// duration.seconds = end.seconds - start.seconds;
55 /// if (duration.seconds < 0 && duration.nanos > 0) {
56 /// duration.seconds += 1;
58 /// } else if (durations.seconds > 0 && duration.nanos < 0) {
59 /// duration.seconds -= 1;
69 /// end.seconds = start.seconds + duration.seconds;
73 /// end.seconds -= 1;
76 /// end.seconds += 1;
81 /// Signed seconds of the span of time. Must be from -315,576,000,000
83 @property(nonatomic, readwrite) int64_t seconds;
87 /// `seconds` field and a positive or negative `nanos` field. For durations
89 /// of the same sign as the `seconds` field. Must be from -999,999,999