reflect.bitVector.n (field)
9 uses
reflect (current package)
type.go#L3047: ptrdata: uintptr(ptrmap.n) * ptrSize,
type.go#L3049: if ptrmap.n > 0 {
type.go#L3083: n uint32 // number of bits
type.go#L3089: if bv.n%8 == 0 {
type.go#L3092: bv.data[bv.n/8] |= bit << (bv.n % 8)
type.go#L3093: bv.n++
type.go#L3104: for bv.n < uint32(offset/uintptr(ptrSize)) {
type.go#L3111: for bv.n < uint32(offset/uintptr(ptrSize)) {
![]() |
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. |