Home
last modified time | relevance | path

Searched refs:thisKey (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/java/src/test/java/org/rocksdb/util/
DBytewiseComparatorIntTest.java171 final int thisKey = key.getInt(); in testRoundtrip() local
173 assertThat(thisKey).isGreaterThan(lastKey); in testRoundtrip()
174 lastKey = thisKey; in testRoundtrip()
246 final int thisKey = key.getInt(); in testRoundtripCf() local
248 assertThat(thisKey).isGreaterThan(lastKey); in testRoundtripCf()
249 lastKey = thisKey; in testRoundtripCf()
DReverseBytewiseComparatorIntTest.java174 final int thisKey = key.getInt(); in testRoundtrip() local
176 assertThat(thisKey).isLessThan(lastKey); in testRoundtrip()
177 lastKey = thisKey; in testRoundtrip()
249 final int thisKey = key.getInt(); in testRoundtripCf() local
251 assertThat(thisKey).isLessThan(lastKey); in testRoundtripCf()
252 lastKey = thisKey; in testRoundtripCf()
DIntComparatorTest.java170 final int thisKey = key.getInt(); in testRoundtrip() local
172 assertThat(thisKey).isGreaterThan(lastKey); in testRoundtrip()
173 lastKey = thisKey; in testRoundtrip()
245 final int thisKey = key.getInt(); in testRoundtripCf() local
247 assertThat(thisKey).isGreaterThan(lastKey); in testRoundtripCf()
248 lastKey = thisKey; in testRoundtripCf()
DJNIComparatorTest.java131 final int thisKey = buf.getInt(); in readAllWithJavaComparator() local
132 keys[idx++] = thisKey; in readAllWithJavaComparator()
162 final int thisKey = buf.getInt(); in readAllWithCppComparator() local
163 keys[idx++] = thisKey; in readAllWithCppComparator()