| 194 | } |
| 195 | |
| 196 | type bitmapContainerManyIterator struct { |
| 197 | ptr *bitmapContainer |
| 198 | base int |
| 199 | bitset uint64 |
| 200 | } |
| 201 | |
| 202 | func (bcmi *bitmapContainerManyIterator) nextMany(hs uint32, buf []uint32) int { |
| 203 | n := 0 |
nothing calls this directly
no outgoing calls
no test coverage detected