Searched defs:Uint64Slice (Results 1 – 2 of 2) sorted by relevance
102 func (p pointer) Uint64Slice() *[]uint64 { return (*[]uint64)(p.p) } func
114 func (p pointer) Uint64Slice() *[]uint64 { return p.v.Interface().(*[]uint64) } func