type reflect.bitVector
9 uses
reflect (current package)
makefunc.go#L20: stack *bitVector // ptrmap for both args and results
makefunc.go#L82: stack *bitVector // ptrmap for both args and results
type.go#L2735: bv := new(bitVector)
type.go#L2989: stack *bitVector
type.go#L3001: func funcLayout(t *funcType, rcvr *rtype) (frametype *rtype, argSize, retOffset uintptr, stk *bitVector, framePool *sync.Pool) {
type.go#L3015: ptrmap := new(bitVector)
type.go#L3082: type bitVector struct {
type.go#L3088: func (bv *bitVector) append(bit uint8) {
type.go#L3096: func addTypeBits(bv *bitVector, offset uintptr, t *rtype) {
 |
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. |