encoding/gob.decBuffer.offset (field)
10 uses
encoding/gob (current package)
decode.go#L41: offset int // Read offset.
decode.go#L45: n := copy(p, d.data[d.offset:])
decode.go#L49: d.offset += n
decode.go#L57: d.offset += n
decode.go#L72: if d.offset >= len(d.data) {
decode.go#L75: c := d.data[d.offset]
decode.go#L76: d.offset++
decode.go#L81: return len(d.data) - d.offset
decode.go#L85: return d.data[d.offset:]
decode.go#L90: d.offset = 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. |