HomeSort by relevance Sort by last modified time
    Searched defs:UnixNano (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/time/
time.go 831 // UnixNano returns t as a Unix time, the number of nanoseconds elapsed
834 // means the result of calling UnixNano on the zero Time is undefined.
835 func (t Time) UnixNano() int64 {
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 831 // UnixNano returns t as a Unix time, the number of nanoseconds elapsed
834 // means the result of calling UnixNano on the zero Time is undefined.
835 func (t Time) UnixNano() int64 {
    [all...]

Completed in 57 milliseconds