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)) {