encoding/gob.encoderState.b (field)
22 uses
encoding/gob (current package)
enc_helpers.go#L300: state.b.WriteString(x)
encode.go#L28: b *encBuffer
encode.go#L89: e.b = b
encode.go#L109: state.b.writeByte(uint8(x))
encode.go#L117: state.b.Write(state.buf[bc : uint64Size+1])
encode.go#L245: state.b.Write(b)
encode.go#L256: state.b.WriteString(s)
encode.go#L409: state.b.WriteString(name)
encode.go#L490: state.b.Write(data)
encode.go#L551: state.enc.encodeArray(state.b, slice, *elemOp, elemIndir, slice.Len(), helper)
encode.go#L559: state.enc.encodeArray(state.b, array, *elemOp, elemIndir, array.Len(), helper)
encode.go#L571: state.enc.encodeMap(state.b, mv, *keyOp, *elemOp, keyIndir, elemIndir)
encode.go#L581: state.enc.encodeStruct(state.b, enc, sv)
encode.go#L589: state.enc.encodeInterface(state.b, iv)
encode.go#L622: state.enc.encodeGobEncoder(state.b, ut, v)
encoder.go#L76: enc.countState.b.Reset()
encoder.go#L79: offset := maxLength - enc.countState.b.Len()
encoder.go#L80: copy(message[offset:], enc.countState.b.Bytes())
encoder.go#L106: enc.encode(state.b, reflect.ValueOf(info.wire), wireTypeUserInfo)
encoder.go#L107: enc.writeMessage(w, state.b)
encoder.go#L251: enc.encode(state.b, value, ut)
encoder.go#L253: enc.writeMessage(enc.writer(), state.b)
 |
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. |