Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dlog_test.cc53 class StringSource : public SequentialFile { class in ROCKSDB_NAMESPACE::log::LogTest
62 explicit StringSource(Slice& contents, bool fail_after_read_partial) in StringSource() function in ROCKSDB_NAMESPACE::log::LogTest::StringSource
124 inline StringSource* GetStringSourceFromLegacyReader( in GetStringSourceFromLegacyReader()
128 return static_cast<StringSource*>(file->target()); in GetStringSourceFromLegacyReader()
177 new StringSource(reader_contents_, !std::get<1>(GetParam())), in LogTest()
Dtable_properties_collector_test.cc292 new test::StringSource(fwf->contents()))); in TestCustomizedTablePropertiesCollector()
433 new test::StringSource(fwf->contents()))); in TestInternalKeyPropertiesCollector()
Dplain_table_db_test.cc50 test::StringSource* string_source = in TEST_F()
51 new test::StringSource(contents, 0, false); in TEST_F()
/rocksdb-6.9/test_util/
Dtestutil.h329 class StringSource: public RandomAccessFile {
331 explicit StringSource(const Slice& contents, uint64_t uniq_id = 0,
338 virtual ~StringSource() { } in ~StringSource()
/rocksdb-6.9/table/
Dtable_test.cc374 file_reader_.reset(test::GetRandomAccessFileReader(new test::StringSource( in FinishImpl()
412 file_reader_.reset(test::GetRandomAccessFileReader(new test::StringSource( in Reopen()
1252 new test::StringSource(ss_rw->contents()))); in CalculateFileChecksum()
3373 new test::StringSource(ss->contents(), 72242, true))); in TEST_F()
4093 new test::StringSource(ss_rw.contents(), 73342, true))); in TEST_P()
4124 new test::StringSource(ss_rw.contents(), 73342, true))); in TEST_P()
4270 new test::StringSource(ss_rw.contents(), 73342, true))); in TEST_P()
4364 new test::StringSource(ss_rw.contents(), 73342, true))); in TEST_P()
4452 new test::StringSource(table_sink->contents(), 0 /* unique_id */, in TEST_P()
/rocksdb-6.9/util/
Dfile_reader_writer_test.cc256 new test::StringSource(control_contents_)); in ResetSourceStr()
/rocksdb-6.9/table/block_based/
Ddata_block_hash_index_test.cc581 file_reader.reset(test::GetRandomAccessFileReader(new test::StringSource( in TestBoundary()