Lines Matching defs:seconds

13  * as a count of seconds and fractions of seconds at nanosecond
23 * duration.seconds = end.seconds - start.seconds;
25 * if (duration.seconds < 0 && duration.nanos > 0) {
26 * duration.seconds += 1;
28 * } else if (durations.seconds > 0 && duration.nanos < 0) {
29 * duration.seconds -= 1;
36 * end.seconds = start.seconds + duration.seconds;
39 * end.seconds -= 1;
42 * end.seconds += 1;
51 * object, where the string ends in the suffix "s" (indicating seconds) and
52 * is preceded by the number of seconds, with nanoseconds expressed as
53 * fractional seconds. For example, 3 seconds with 0 nanoseconds should be
54 * encoded in JSON format as "3s", while 3 seconds and 1 nanosecond should
55 * be expressed in JSON format as "3.000000001s", and 3 seconds and 1
63 * Signed seconds of the span of time. Must be from -315,576,000,000
67 * Generated from protobuf field <code>int64 seconds = 1;</code>
69 private $seconds = 0;
73 * `seconds` field and a positive or negative `nanos` field. For durations
75 * of the same sign as the `seconds` field. Must be from -999,999,999
88 * @type int|string $seconds
89 * Signed seconds of the span of time. Must be from -315,576,000,000
95 * `seconds` field and a positive or negative `nanos` field. For durations
97 * of the same sign as the `seconds` field. Must be from -999,999,999
107 * Signed seconds of the span of time. Must be from -315,576,000,000
111 * Generated from protobuf field <code>int64 seconds = 1;</code>
116 return $this->seconds;
120 * Signed seconds of the span of time. Must be from -315,576,000,000
124 * Generated from protobuf field <code>int64 seconds = 1;</code>
131 $this->seconds = $var;
139 * `seconds` field and a positive or negative `nanos` field. For durations
141 * of the same sign as the `seconds` field. Must be from -999,999,999
155 * `seconds` field and a positive or negative `nanos` field. For durations
157 * of the same sign as the `seconds` field. Must be from -999,999,999