Home
last modified time | relevance | path

Searched defs:writeByte (Results 1 – 12 of 12) sorted by relevance

/prebuilts/go/linux-x86/src/compress/flate/
Ddict_decoder.go93 func (dd *dictDecoder) writeByte(c byte) { func
/prebuilts/go/linux-x86/src/cmd/internal/gcprog/
Dgcprog.go38 writeByte func(byte) member
/prebuilts/go/linux-x86/src/image/gif/
Dwriter.go132 func (e *encoder) writeByte(b byte) { func
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Drust.go118 func (rst *rustState) writeByte(c byte) { func
Dast.go105 func (ps *printState) writeByte(b byte) { func
/prebuilts/go/linux-x86/src/image/jpeg/
Dwriter.go237 func (e *encoder) writeByte(b byte) { func
/prebuilts/go/linux-x86/src/fmt/
Dprint.go111 func (b *buffer) writeByte(c byte) { func
/prebuilts/go/linux-x86/src/encoding/gob/
Dencode.go50 func (e *encBuffer) writeByte(c byte) { func
/prebuilts/go/linux-x86/src/cmd/compile/internal/reflectdata/
Dreflect.go1620 func (p *gcProg) writeByte(x byte) { func
/prebuilts/go/linux-x86/src/go/printer/
Dprinter.go233 func (p *printer) writeByte(ch byte, n int) { func
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Ddata.go1308 func (p *GCProg) writeByte() func(x byte) { func
/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go1801 func (f *http2Framer) writeByte(v byte) { f.wbuf = append(f.wbuf, v) } func