internal/abi.Name.ReadVarint (method)
11 uses
internal/abi (current package)
type.go#L622: func (n Name) ReadVarint(off int) (int, int) {
type.go#L638: _, l := n.ReadVarint(1)
type.go#L662: i, l := n.ReadVarint(1)
type.go#L671: i, l := n.ReadVarint(1)
type.go#L672: i2, l2 := n.ReadVarint(1 + i + l)
internal/reflectlite
type.go#L214: i, l := n.ReadVarint(1)
type.go#L217: i2, l2 := n.ReadVarint(off)
reflect
type.go#L389: i, l := n.ReadVarint(1)
type.go#L392: i2, l2 := n.ReadVarint(off)
runtime
type.go#L240: i, l := n.ReadVarint(1)
type.go#L243: i2, l2 := n.ReadVarint(off)
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |