func reflect.appendVarint
5 uses
reflect (current package)
type.go#L2721: prog = appendVarint(prog, n-1) // n-1 times
type.go#L2912: prog = appendVarint(prog, elemWords-elemPtrs-1)
type.go#L2920: prog = appendVarint(prog, elemWords)
type.go#L2922: prog = appendVarint(prog, uintptr(count)-1)
type.go#L2960: func appendVarint(x []byte, v uintptr) []byte {
 |
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. |