Searched refs:underlying (Results 1 – 7 of 7) sorted by relevance
391 std::unique_ptr<SequentialFile> underlying; in NewSequentialFile() local402 prefixBuf.Alignment(underlying->GetRequiredBufferAlignment()); in NewSequentialFile()429 std::unique_ptr<RandomAccessFile> underlying; in NewRandomAccessFile() local467 std::unique_ptr<WritableFile> underlying; in NewWritableFile() local484 status = underlying->Append(prefixSlice); in NewWritableFile()514 std::unique_ptr<WritableFile> underlying; in ReopenWritableFile() local531 status = underlying->Append(prefixSlice); in ReopenWritableFile()556 std::unique_ptr<WritableFile> underlying; in ReuseWritableFile() local573 status = underlying->Append(prefixSlice); in ReuseWritableFile()604 std::unique_ptr<RandomRWFile> underlying; in NewRandomRWFile() local[all …]
10 underlying filesystem.
9 of the complexity of its underlying technology and a large number of
99 …ackups()`, `DeleteBackup()`. Any `DB` interface calls will get forwarded to underlying `DB` object.
6 because of the complexity of its underlying technology and a large number of
105 # Compact the underlying storage for a given range.
22 …s for reads. We could not make LevelDB consume all the IOs offered by the underlying Flash storage.