Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_test_util.h233 return base_->Append(data); in NewWritableFile()
267 Status s = base_->Close(); in NewWritableFile()
279 Status s = base_->Sync(); in NewWritableFile()
286 base_->SetIOPriority(pri); in NewWritableFile()
289 return base_->GetIOPriority(); in NewWritableFile()
292 return base_->use_direct_io(); in NewWritableFile()
306 return base_->Append(data); in NewWritableFile()
317 return base_->Sync(); in NewWritableFile()
349 s = base_->Append(data); in NewWritableFile()
367 return base_->Close(); in NewWritableFile()
[all …]
Dflush_job.cc124 base_(nullptr), in FlushJob()
189 base_ = cfd_->current(); in PickMemTable()
190 base_->Ref(); // it is likely that we do not need this reference in PickMemTable()
292 assert(base_ != nullptr); in Cancel()
293 base_->Unref(); in Cancel()
413 base_->Unref(); in WriteLevel0Table()
Dflush_job.h157 Version* base_; variable
/rocksdb-6.9/env/
Dio_posix.cc881 if (base_ != nullptr) { in UnmapCurrentRegion()
882 int munmap_status = munmap(base_, limit_ - base_); in UnmapCurrentRegion()
887 base_ = nullptr; in UnmapCurrentRegion()
902 assert(base_ == nullptr); in MapNewRegion()
927 limit_ = base_ + map_size_; in MapNewRegion()
928 dst_ = base_; in MapNewRegion()
929 last_sync_ = base_; in MapNewRegion()
958 base_(nullptr), in PosixMmapFile()
985 assert(base_ <= dst_); in Append()
1032 base_ = nullptr; in Close()
[all …]
Dio_posix.h297 char* base_; // The mapped region variable
/rocksdb-6.9/port/win/
Dio_win.cc1034 if (base_ != nullptr) { in ~WinMemoryMappedBuffer()
1035 ret = ::UnmapViewOfFile(base_); in ~WinMemoryMappedBuffer()
1037 base_ = nullptr; in ~WinMemoryMappedBuffer()
/rocksdb-6.9/include/rocksdb/
Dfile_system.h945 : base_(_base), length_(_length) {} in FSMemoryMappedFileBuffer()
954 void* GetBase() const { return base_; } in GetBase()
958 void* base_;
Denv.h951 : base_(_base), length_(_length) {} in MemoryMappedFileBuffer()
960 void* GetBase() const { return base_; } in GetBase()
964 void* base_;
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest.h11634 return base_;
11757 base_(other.base_),
15769 : base_(other.base_),
15893 : base_(other.base_),
16035 : base_(other.base_),
16194 : base_(other.base_),
16372 : base_(other.base_),
16567 : base_(other.base_),
16781 : base_(other.base_),
17011 : base_(other.base_),
[all …]