Searched refs:Reverse (Results 1 – 2 of 2) sorted by relevance
110 std::string Reverse(const Slice& key) { in Reverse() function123 return BytewiseComparator()->Compare(Reverse(a), Reverse(b)); in Compare()128 std::string s = Reverse(*start); in FindShortestSeparator()129 std::string l = Reverse(limit); in FindShortestSeparator()131 *start = Reverse(s); in FindShortestSeparator()135 std::string s = Reverse(*key); in FindShortSuccessor()137 *key = Reverse(s); in FindShortSuccessor()148 std::string rev = Reverse(*key); in Increment()150 *key = Reverse(rev); in Increment()
20 …in iterator. Seek/SeekToFirst/Next and lower/upper bounds are supported. Reverse iteration is not …