Searched defs:Uint32Slice (Results 1 – 2 of 2) sorted by relevance
99 func (p pointer) Uint32Slice() *[]uint32 { return (*[]uint32)(p.p) } func
111 func (p pointer) Uint32Slice() *[]uint32 { return p.v.Interface().(*[]uint32) } func