| 565 | return FindLowerBoundImpl(ElementIndex); |
| 566 | } |
| 567 | ElementListIter FindLowerBound(unsigned ElementIndex) |
| 568 | { |
| 569 | return FindLowerBoundImpl(ElementIndex); |
| 570 | } |
| 571 | |
| 572 | // Iterator to walk set bits in the bitmap. This iterator is a lot uglier |
| 573 | // than it would be, in order to be efficient. |
nothing calls this directly
no outgoing calls
no test coverage detected