Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/test/java/org/rocksdb/
DNativeComparatorWrapperTest.java38 final String strKey = randomString(); in rountrip() local
39 final byte key[] = strKey.getBytes(); in rountrip()
45 storedKeys[i] = strKey; in rountrip()
65 final String strKey = new String(it.key()); in rountrip() local
66 assertEquals(storedKeys[count++], strKey); in rountrip()