| 164 | } |
| 165 | |
| 166 | type reverseBitmapContainerShortIterator struct { |
| 167 | ptr *bitmapContainer |
| 168 | i int |
| 169 | } |
| 170 | |
| 171 | func (bcsi *reverseBitmapContainerShortIterator) next() uint16 { |
| 172 | if bcsi.i == -1 { |
nothing calls this directly
no outgoing calls
no test coverage detected