Searched defs:wbBuf (Results 1 – 2 of 2) sorted by relevance
42 type wbBuf struct { struct49 next uintptr54 end uintptr57 buf [wbBufEntries]uintptr78 func (b *wbBuf) reset() {100 func (b *wbBuf) discard() {105 func (b *wbBuf) empty() bool {131 func (b *wbBuf) get1() *[1]uintptr {142 func (b *wbBuf) get2() *[2]uintptr {
739 wbBuf wbBuf member