Searched defs:writeByte (Results 1 – 12 of 12) sorted by relevance
93 func (dd *dictDecoder) writeByte(c byte) { func
38 writeByte func(byte) member
132 func (e *encoder) writeByte(b byte) { func
118 func (rst *rustState) writeByte(c byte) { func
105 func (ps *printState) writeByte(b byte) { func
237 func (e *encoder) writeByte(b byte) { func
111 func (b *buffer) writeByte(c byte) { func
50 func (e *encBuffer) writeByte(c byte) { func
1620 func (p *gcProg) writeByte(x byte) { func
233 func (p *printer) writeByte(ch byte, n int) { func
1308 func (p *GCProg) writeByte() func(x byte) { func
1801 func (f *http2Framer) writeByte(v byte) { f.wbuf = append(f.wbuf, v) } func