Lines Matching refs:writeBuf
72 b := writeBuf(buf[:])
90 eb := writeBuf(buf[:])
132 b := writeBuf(buf[:])
172 b := writeBuf(buf[:])
270 b := writeBuf(buf[:])
303 eb := writeBuf(buf[:])
402 b := writeBuf(buf)
437 type writeBuf []byte type
439 func (b *writeBuf) uint16(v uint16) {
444 func (b *writeBuf) uint32(v uint32) {
449 func (b *writeBuf) uint64(v uint64) {