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.2.8-preview. (GOOS=darwin GOARCH=arm64)