Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dwrite_batch.cc275 content_flags_(src.content_flags_.load(std::memory_order_relaxed)), in WriteBatch()
288 content_flags_(src.content_flags_.load(std::memory_order_relaxed)), in WriteBatch()
871 b->content_flags_.store(b->content_flags_.load(std::memory_order_relaxed) | in MarkEndPrepare()
886 b->content_flags_.store(b->content_flags_.load(std::memory_order_relaxed) | in MarkCommit()
895 b->content_flags_.store(b->content_flags_.load(std::memory_order_relaxed) | in MarkRollback()
912 b->content_flags_.store(b->content_flags_.load(std::memory_order_relaxed) | in Delete()
934 b->content_flags_.store(b->content_flags_.load(std::memory_order_relaxed) | in Delete()
958 b->content_flags_.store(b->content_flags_.load(std::memory_order_relaxed) | in SingleDelete()
982 b->content_flags_.store(b->content_flags_.load(std::memory_order_relaxed) | in SingleDelete()
1007 b->content_flags_.store(b->content_flags_.load(std::memory_order_relaxed) | in DeleteRange()
[all …]
Dwrite_batch_internal.h217 batch->content_flags_.load(std::memory_order_relaxed)) in LocalSavePoint()
235 batch_->content_flags_.store(savepoint_.content_flags, in commit()
/rocksdb-6.9/include/rocksdb/
Dwrite_batch.h356 mutable std::atomic<uint32_t> content_flags_; variable