| 43 | } |
| 44 | |
| 45 | int Compare(const Slice& a, const Slice& b) const override { |
| 46 | return BytewiseComparator()->Compare(Reverse(a), Reverse(b)); |
| 47 | } |
| 48 | |
| 49 | void FindShortestSeparator(std::string* start, |
| 50 | const Slice& limit) const override { |
no test coverage detected