| 83 | } |
| 84 | |
| 85 | virtual void ResetPartition(unsigned part_index, unsigned num_parts) { |
| 86 | base_->ResetPartition(part_index, num_parts); |
| 87 | this->BeforeFirst(); |
| 88 | } |
| 89 | |
| 90 | private: |
| 91 | /*! \brief internal buffer size */ |
nothing calls this directly
no test coverage detected