Searched refs:ReadNonMmap (Results 1 – 3 of 3) sorted by relevance
96 return ReadNonMmap(file_offset, len, out); in Read()101 bool ReadNonMmap(uint32_t file_offset, uint32_t len, Slice* output);
178 bool PlainTableFileReader::ReadNonMmap(uint32_t file_offset, uint32_t len, in ReadNonMmap() function in ROCKSDB_NAMESPACE::PlainTableFileReader
45 TEST_F(PlainTableKeyDecoderTest, ReadNonMmap) { in TEST_F() argument