Home
last modified time | relevance | path

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

/rocksdb-6.9/table/
Dmerger_test.cc101 std::vector<InternalIterator*> small_iterators; in Generate() local
104 small_iterators.push_back(new test::VectorIterator(strings)); in Generate()
109 NewMergingIterator(&icomp_, &small_iterators[0], in Generate()
110 static_cast<int>(small_iterators.size()))); in Generate()