| 561 | return ElementIter; |
| 562 | } |
| 563 | ElementListConstIter FindLowerBoundConst(unsigned ElementIndex) const |
| 564 | { |
| 565 | return FindLowerBoundImpl(ElementIndex); |
| 566 | } |
| 567 | ElementListIter FindLowerBound(unsigned ElementIndex) |
| 568 | { |
| 569 | return FindLowerBoundImpl(ElementIndex); |
nothing calls this directly
no outgoing calls
no test coverage detected