| 89 | Status status_; |
| 90 | |
| 91 | inline int Compare(const Slice& a, const Slice& b) const { |
| 92 | return comparator_->Compare(a, b); |
| 93 | } |
| 94 | |
| 95 | // Return the offset in data_ just past the end of the current entry. |
| 96 | inline uint32_t NextEntryOffset() const { |
no outgoing calls
no test coverage detected