| 2320 | } |
| 2321 | |
| 2322 | void ValueIteratorBase::decrement() { |
| 2323 | --current_; |
| 2324 | } |
| 2325 | |
| 2326 | ValueIteratorBase::difference_type |
| 2327 | ValueIteratorBase::computeDistance(const SelfType& other) const { |
nothing calls this directly
no outgoing calls
no test coverage detected