Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Darena_wrapped_db_iter.cc41 bool allow_refresh) { in Init() argument
48 allow_refresh_ = allow_refresh; in Init()
93 bool allow_blob, bool allow_refresh) { in NewArenaWrappedDbIterator() argument
97 db_impl, cfd, allow_blob, allow_refresh); in NewArenaWrappedDbIterator()
98 if (db_impl != nullptr && cfd != nullptr && allow_refresh) { in NewArenaWrappedDbIterator()
Darena_wrapped_db_iter.h78 bool allow_blob, bool allow_refresh);
114 bool allow_refresh = true);
/rocksdb-6.9/db/db_impl/
Ddb_impl.h485 bool allow_refresh = true);
Ddb_impl.cc2575 bool allow_refresh) { in NewIteratorImpl() argument
2624 read_options.snapshot != nullptr ? false : allow_refresh); in NewIteratorImpl()