Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/test/java/org/rocksdb/
DWriteBatchWithIndexTest.java61 wbwi.put(k3, v3); in readYourOwnWrites()
62 it.seek(k3); in readYourOwnWrites()
89 wbwi.singleDelete(k3); in readYourOwnWrites()
90 it.seek(k3); in readYourOwnWrites()
95 wbwi.put(k3, v3Other); in readYourOwnWrites()
96 it.seek(k3); in readYourOwnWrites()
166 final String k3 = "key3"; in iterator() local
470 final byte[] k3 = "k3".getBytes(); in getFromBatch()
481 wbwi.put(k3, v3); in getFromBatch()
498 final byte[] k3 = "k3".getBytes(); in getFromBatchAndDB()
[all …]
DAbstractTransactionTest.java668 final byte k3[] = "key3".getBytes(UTF_8); in numKeys()
676 txn.merge(k3, v3); in numKeys()
789 final byte k3[] = "key3".getBytes(UTF_8); in rebuildFromWriteBatch()
803 writeBatch.put(k3, v3); in rebuildFromWriteBatch()
808 assertThat(txn.get(readOptions, k3)).isEqualTo(v3); in rebuildFromWriteBatch()
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_pysim_test.py177 k3 = TraceRecord(
225 sequence = [k1, k1, k2, k3, k3, k3]
/rocksdb-6.9/utilities/merge_operators/string_append/
Dstringappend_test.cc203 std::string k3("k3"); in TEST_F() local
213 for(it->Seek(k3); it->Valid(); it->Next()) { in TEST_F()