Lines Matching refs:options_
112 Options options_; member in ROCKSDB_NAMESPACE::FileChecksumTestHelper
124 s = options_.env->NewSequentialFile(file_path, &file_reader, soptions); in VerifyChecksum()
131 options_.file_checksum_gen_factory.get(); in VerifyChecksum()
171 : options_(options), db_(db), dbname_(db_name) {} in FileChecksumTestHelper()
186 std::shared_ptr<Cache> tc(NewLRUCache(options_.max_open_files - 10, in VerifyChecksumInManifest()
187 options_.table_cache_numshardbits)); in VerifyChecksumInManifest()
188 options_.db_paths.emplace_back(dbname_, 0); in VerifyChecksumInManifest()
189 options_.num_levels = 64; in VerifyChecksumInManifest()
190 WriteController wc(options_.delayed_write_rate); in VerifyChecksumInManifest()
191 WriteBufferManager wb(options_.db_write_buffer_size); in VerifyChecksumInManifest()
192 ImmutableDBOptions immutable_db_options(options_); in VerifyChecksumInManifest()
203 cf_list.emplace_back(name, ColumnFamilyOptions(options_)); in VerifyChecksumInManifest()