func encoding/binary.dataSize
7 uses
encoding/binary (current package)
binary.go#L248: size = dataSize(v)
binary.go#L250: size = dataSize(v)
binary.go#L381: size := dataSize(v)
binary.go#L396: return dataSize(reflect.Indirect(reflect.ValueOf(v)))
binary.go#L405: func dataSize(v reflect.Value) int {
binary.go#L685: d.offset += dataSize(v)
binary.go#L689: n := dataSize(v)
![]() |
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. |