| 161 | uint32 i_; |
| 162 | |
| 163 | pointer val() { return reinterpret_cast<pointer>(space_); } |
| 164 | void FillValue() { new (space_) value_type(b_->key(i_), b_->val(i_)); } |
| 165 | void SkipUnused() { |
| 166 | while (b_ < end_) { |
no outgoing calls
no test coverage detected