Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index_test.cc1566 static std::string PrintContents(WriteBatchWithIndex* batch, KVMap* base_map, in PrintContents() argument
1572 iter = batch->NewIteratorWithBase(new KVIter(base_map)); in PrintContents()
1574 iter = batch->NewIteratorWithBase(column_family, new KVIter(base_map)); in PrintContents()