Home
last modified time | relevance | path

Searched refs:ReadNonMmap (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/table/plain/
Dplain_table_key_coding.h96 return ReadNonMmap(file_offset, len, out); in Read()
101 bool ReadNonMmap(uint32_t file_offset, uint32_t len, Slice* output);
Dplain_table_key_coding.cc178 bool PlainTableFileReader::ReadNonMmap(uint32_t file_offset, uint32_t len, in ReadNonMmap() function in ROCKSDB_NAMESPACE::PlainTableFileReader
/rocksdb-6.9/db/
Dplain_table_db_test.cc45 TEST_F(PlainTableKeyDecoderTest, ReadNonMmap) { in TEST_F() argument