encoding/gob.decBuffer.data (field)
12 uses
encoding/gob (current package)
decode.go#L40: data []byte
decode.go#L45: n := copy(p, d.data[d.offset:])
decode.go#L64: if cap(d.data) < n {
decode.go#L65: d.data = make([]byte, n)
decode.go#L67: d.data = d.data[0:n]
decode.go#L72: if d.offset >= len(d.data) {
decode.go#L75: c := d.data[d.offset]
decode.go#L81: return len(d.data) - d.offset
decode.go#L85: return d.data[d.offset:]
decode.go#L89: d.data = d.data[0:0]
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |