Lines Matching defs:Nanosecond
12 // A Time represents an instant in time with nanosecond precision.
44 // nsec specifies a non-negative nanosecond
414 // Nanosecond returns the nanosecond offset within the second specified by t,
416 func (t Time) Nanosecond() int {
428 // as an int64 nanosecond count. The representation limits the
449 Nanosecond Duration = 1
450 Microsecond = 1000 * Nanosecond
576 // Nanoseconds returns the duration as an integer nanosecond count.