| /rocksdb-6.9/table/block_based/ |
| D | block_builder.h | 57 bool empty() const { return buffer_.empty(); } in empty() function
|
| D | partitioned_filter_block_test.cc | 162 PartitionedIndexBuilder* pib, bool empty = false, in VerifyReader() 301 const bool empty = true; in TEST_P() local
|
| /rocksdb-6.9/db/ |
| D | snapshot_impl.h | 62 bool empty() const { return list_.next_ == &list_; } in empty() function
|
| D | range_tombstone_fragmenter.h | 65 bool empty() const { return tombstones_.empty(); } in empty() function 143 bool empty() const { return tombstones_->empty(); } in empty() function
|
| D | builder.cc | 187 bool empty = builder->NumEntries() == 0 && tp.num_range_deletions == 0; in BuildTable() local
|
| D | db_iter.h | 253 std::string empty; in ClearSavedValue() local
|
| D | db_options_test.cc | 535 static void assert_candidate_files_empty(DBImpl* dbfull, const bool empty) { in assert_candidate_files_empty()
|
| /rocksdb-6.9/build_tools/ |
| D | gnu_parallel | 4840 sub empty { subroutine 7021 sub empty { subroutine 7191 sub empty { subroutine 7256 sub empty { subroutine 7300 sub empty { subroutine
|
| /rocksdb-6.9/util/ |
| D | heap.h | 95 bool empty() const { return data_.empty(); } in empty() function
|
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | AbstractSlice.java | 89 public boolean empty() { in empty() method in AbstractSlice
|
| /rocksdb-6.9/logging/ |
| D | auto_roll_logger.cc | 96 std::queue<std::string> empty; in GetExistingFiles() local
|
| /rocksdb-6.9/include/rocksdb/ |
| D | slice.h | 68 bool empty() const { return size_ == 0; } in empty() function
|
| /rocksdb-6.9/table/ |
| D | multiget_context.h | 219 bool empty() { in empty() function
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction.h | 57 inline bool empty() const { return files.empty(); } in empty() function
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | transaction_db.h | 221 bool empty() { return path.empty() && !limit_exceeded; } in empty() function
|
| /rocksdb-6.9/utilities/transactions/ |
| D | write_prepared_txn_db.h | 536 inline bool empty() { return top() == kMaxSequenceNumber; } in empty() function 654 bool empty = min_prepare == kMaxSequenceNumber; in SmallestUnCommittedSeq() local
|
| D | write_prepared_txn.cc | 146 const bool empty = working_batch->Count() == 0; in CommitInternal() local
|
| D | write_prepared_txn_db.cc | 419 const bool empty = prepared_top == kMaxSequenceNumber; in CheckPreparedAgainstMax() local
|
| D | write_unprepared_txn.cc | 541 const bool empty = working_batch->Count() == 0; in CommitInternal() local
|