| 240 | } |
| 241 | |
| 242 | Iterator* NewIterator() const override { return table_->NewIterator(); } |
| 243 | |
| 244 | uint64 ApproximateOffsetOf(const StringPiece& key) const { |
| 245 | return table_->ApproximateOffsetOf(key); |
nothing calls this directly
no test coverage detected