Searched refs:allow_blob (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/db/ |
| D | arena_wrapped_db_iter.cc | 40 ColumnFamilyData* cfd, bool allow_blob, in Init() argument 46 read_callback, db_impl, cfd, allow_blob); in Init() 93 bool allow_blob, bool allow_refresh) { in NewArenaWrappedDbIterator() argument 97 db_impl, cfd, allow_blob, allow_refresh); in NewArenaWrappedDbIterator() 100 allow_blob); in NewArenaWrappedDbIterator()
|
| D | arena_wrapped_db_iter.h | 78 bool allow_blob, bool allow_refresh); 84 bool allow_blob) { in StoreRefreshInfo() argument 89 allow_blob_ = allow_blob; in StoreRefreshInfo() 113 ColumnFamilyData* cfd = nullptr, bool allow_blob = false,
|
| D | db_iter.h | 120 bool allow_blob); 354 ColumnFamilyData* cfd = nullptr, bool allow_blob = false);
|
| D | db_iter.cc | 42 ColumnFamilyData* cfd, bool allow_blob) in DBIter() argument 68 allow_blob_(allow_blob), in DBIter() 1381 ColumnFamilyData* cfd, bool allow_blob) { in NewDBIterator() argument 1385 read_callback, db_impl, cfd, allow_blob); in NewDBIterator()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl.h | 484 bool allow_blob = false,
|
| D | db_impl.cc | 2574 bool allow_blob, in NewIteratorImpl() argument 2623 sv->version_number, read_callback, this, cfd, allow_blob, in NewIteratorImpl()
|