Searched refs:StringSource (Results 1 – 7 of 7) sorted by relevance
| /rocksdb-6.9/db/ |
| D | log_test.cc | 53 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()
|
| D | table_properties_collector_test.cc | 292 new test::StringSource(fwf->contents()))); in TestCustomizedTablePropertiesCollector() 433 new test::StringSource(fwf->contents()))); in TestInternalKeyPropertiesCollector()
|
| D | plain_table_db_test.cc | 50 test::StringSource* string_source = in TEST_F() 51 new test::StringSource(contents, 0, false); in TEST_F()
|
| /rocksdb-6.9/test_util/ |
| D | testutil.h | 329 class StringSource: public RandomAccessFile { 331 explicit StringSource(const Slice& contents, uint64_t uniq_id = 0, 338 virtual ~StringSource() { } in ~StringSource()
|
| /rocksdb-6.9/table/ |
| D | table_test.cc | 374 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/ |
| D | file_reader_writer_test.cc | 256 new test::StringSource(control_contents_)); in ResetSourceStr()
|
| /rocksdb-6.9/table/block_based/ |
| D | data_block_hash_index_test.cc | 581 file_reader.reset(test::GetRandomAccessFileReader(new test::StringSource( in TestBoundary()
|