Searched refs:content_flags_ (Results 1 – 3 of 3) sorted by relevance
275 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 …]
217 batch->content_flags_.load(std::memory_order_relaxed)) in LocalSavePoint()235 batch_->content_flags_.store(savepoint_.content_flags, in commit()
356 mutable std::atomic<uint32_t> content_flags_; variable