const encoding/gob.xBinary
7 uses
encoding/gob (current package)
decode.go#L735: case xBinary:
decode.go#L983: (ut.externalDec == xBinary) != (ok && wire.BinaryMarshalerT != nil) ||
encode.go#L479: case xBinary:
type.go#L35: xBinary // encoding.BinaryMarshaler or encoding.BinaryUnmarshaler
type.go#L81: ut.externalEnc, ut.encIndir = xBinary, indir
type.go#L93: ut.externalDec, ut.decIndir = xBinary, indir
type.go#L730: case xBinary:
![]() |
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. |