3#include "mc/_HeaderOutputPredefine.h"
18 LevelDbLazyFile& operator=(LevelDbLazyFile
const&);
19 LevelDbLazyFile(LevelDbLazyFile
const&);
25 MCNAPI ::leveldb::Status
Append(::leveldb::Slice
const& slice);
27 MCNAPI ::leveldb::Status
Close();
29 MCNAPI ::leveldb::Status
Flush();
31 MCNAPI ::leveldb::Status
Read(uint64 n, ::leveldb::Slice* result,
char* scratch);
33 MCNAPI ::leveldb::Status
Read(uint64 offset, uint64 n, ::leveldb::Slice* result,
char* scratch)
const;
35 MCNAPI ::leveldb::Status
Skip(uint64 n);
MCAPI::leveldb::Status Skip(uint64 n)
MCAPI auto _lazyOpen() const
MCAPI::leveldb::Status Flush()
MCAPI::leveldb::Status Close()
static MCAPI ::std::atomic< uint64 > & mFileCount()
MCAPI::leveldb::Status Append(::leveldb::Slice const &slice)
MCAPI::leveldb::Status Read(uint64 offset, uint64 n, ::leveldb::Slice *result, char *scratch) const
MCAPI::leveldb::Status Read(uint64 n, ::leveldb::Slice *result, char *scratch)