Home
last modified time | relevance | path

Searched defs:flush_memtable_ids (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl_compaction_flush.cc1676 autovector<const uint64_t*> flush_memtable_ids; in FlushMemTable() local
1779 autovector<const uint64_t*> flush_memtable_ids; in AtomicFlushMemTables() local
1879 const autovector<const uint64_t*>& flush_memtable_ids, in WaitForFlushMemTables()
/rocksdb-6.9/db/
Dmemtable_list_test.cc859 std::vector<uint64_t> flush_memtable_ids = {1, 1, 0}; in TEST_F() local