Home
last modified time | relevance | path

Searched defs:IsEmpty (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/logging/
Dlog_buffer.h29 size_t IsEmpty() const { return logs_.empty(); } in IsEmpty() function
/rocksdb-6.9/db/
Drange_del_aggregator.h317 bool IsEmpty() const { return iters_.empty(); } in IsEmpty() function
380 bool IsEmpty() const override { return rep_.IsEmpty(); } in IsEmpty() function
413 bool IsEmpty() const override { in IsEmpty() function
Dmemtable.h325 bool IsEmpty() const { return first_seqno_ == 0; } in IsEmpty() function
Dversion_set.cc3532 bool AtomicGroupReadBuffer::IsEmpty() const { return replay_buffer_.empty(); } in IsEmpty() function in ROCKSDB_NAMESPACE::AtomicGroupReadBuffer
/rocksdb-6.9/utilities/persistent_cache/
Dlrulist.h106 inline bool IsEmpty() const { in IsEmpty() function
/rocksdb-6.9/table/block_based/
Dcachable_entry.h102 bool IsEmpty() const { in IsEmpty() function