Home
last modified time | relevance | path

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

/rocksdb-6.9/include/rocksdb/
Dfile_system.h1347 class FSRandomRWFileWrapper : public FSRandomRWFile {
1349 explicit FSRandomRWFileWrapper(FSRandomRWFile* target) : target_(target) {} in FSRandomRWFileWrapper() function