Lines Matching defs:nanos
86 * second values with fractions must still have non-negative nanos values
90 * Generated from protobuf field <code>int32 nanos = 2;</code>
92 private $nanos = 0;
104 * @type int $nanos
106 * second values with fractions must still have non-negative nanos values
148 * second values with fractions must still have non-negative nanos values
152 * Generated from protobuf field <code>int32 nanos = 2;</code>
157 return $this->nanos;
162 * second values with fractions must still have non-negative nanos values
166 * Generated from protobuf field <code>int32 nanos = 2;</code>
173 $this->nanos = $var;
186 $this->nanos = 1000 * $datetime->format('u');
196 $time = sprintf('%s.%06d', $this->seconds, $this->nanos / 1000);