Home
last modified time | relevance | path

Searched refs:lastKey (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/java/src/test/java/org/rocksdb/util/
DBytewiseComparatorIntTest.java166 int lastKey = Integer.MIN_VALUE; in testRoundtrip() local
173 assertThat(thisKey).isGreaterThan(lastKey); in testRoundtrip()
174 lastKey = thisKey; in testRoundtrip()
241 int lastKey = Integer.MIN_VALUE; in testRoundtripCf() local
248 assertThat(thisKey).isGreaterThan(lastKey); in testRoundtripCf()
249 lastKey = thisKey; in testRoundtripCf()
DReverseBytewiseComparatorIntTest.java169 int lastKey = Integer.MAX_VALUE; in testRoundtrip() local
176 assertThat(thisKey).isLessThan(lastKey); in testRoundtrip()
177 lastKey = thisKey; in testRoundtrip()
244 int lastKey = Integer.MAX_VALUE; in testRoundtripCf() local
251 assertThat(thisKey).isLessThan(lastKey); in testRoundtripCf()
252 lastKey = thisKey; in testRoundtripCf()
DIntComparatorTest.java165 int lastKey = Integer.MIN_VALUE; in testRoundtrip() local
172 assertThat(thisKey).isGreaterThan(lastKey); in testRoundtrip()
173 lastKey = thisKey; in testRoundtrip()
240 int lastKey = Integer.MIN_VALUE; in testRoundtripCf() local
247 assertThat(thisKey).isGreaterThan(lastKey); in testRoundtripCf()
248 lastKey = thisKey; in testRoundtripCf()