Home
last modified time | relevance | path

Searched refs:Reverse (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/table/
Dtable_test.cc110 std::string Reverse(const Slice& key) { in Reverse() function
123 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()
/rocksdb-6.9/
DHISTORY.md20 …in iterator. Seek/SeekToFirst/Next and lower/upper bounds are supported. Reverse iteration is not …