type encoding/gob.decBuffer
11 uses
encoding/gob (current package)
decode.go#L32: b *decBuffer
decode.go#L39: type decBuffer struct {
decode.go#L44: func (d *decBuffer) Read(p []byte) (int, error) {
decode.go#L53: func (d *decBuffer) Drop(n int) {
decode.go#L62: func (d *decBuffer) Size(n int) {
decode.go#L71: func (d *decBuffer) ReadByte() (byte, error) {
decode.go#L80: func (d *decBuffer) Len() int {
decode.go#L84: func (d *decBuffer) Bytes() []byte {
decode.go#L88: func (d *decBuffer) Reset() {
decode.go#L95: func (dec *Decoder) newDecoderState(buf *decBuffer) *decoderState {
decoder.go#L30: buf decBuffer // buffer for more efficient i/o from r
![]() |
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. |