Home
last modified time | relevance | path

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

/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/dbi/
H A DBINDeltaOpsTest.java236 confirmCurrentKey(cursor1, 12); in testNoDups()
237 confirmCurrentKey(cursor2, 20); in testNoDups()
264 confirmCurrentKey(cursor1, 2); in testNoDups()
265 confirmCurrentKey(cursor2, 20); in testNoDups()
459 confirmCurrentKey(cursor1, 14); in testDups()
460 confirmCurrentKey(cursor2, 20); in testDups()
501 confirmCurrentKey(cursor1, 20); in testDups()
506 confirmCurrentKey(cursor1, 22); in testDups()
700 private Cursor confirmCurrentKey(final Cursor cursor, int keyVal) { in confirmCurrentKey() method in BINDeltaOpsTest
H A DBINDeltaOperationTest.java171 confirmCurrentKey(cursor1, 6); in testEviction()
172 confirmCurrentKey(cursor2, 10); in testEviction()
344 private Cursor confirmCurrentKey(final Cursor cursor, int keyVal) { in confirmCurrentKey() method in BINDeltaOperationTest