| /rocksdb-6.9/db/ |
| D | range_del_aggregator.h | 296 virtual bool IsEmpty() const = 0; 317 bool IsEmpty() const { return iters_.empty(); } in IsEmpty() function 323 if (!IsEmpty()) { in Invalidate() 370 if (rep_.IsEmpty()) { in ShouldDelete() 380 bool IsEmpty() const override { return rep_.IsEmpty(); } in IsEmpty() function 413 bool IsEmpty() const override { in IsEmpty() function 415 if (!rep.second.IsEmpty()) { in IsEmpty()
|
| D | db_flush_test.cc | 468 ASSERT_TRUE(cfh->cfd()->mem()->IsEmpty()); in TEST_P() 505 ASSERT_TRUE(cfh->cfd()->mem()->IsEmpty()); in TEST_P() 511 ASSERT_FALSE(cfh->cfd()->mem()->IsEmpty()); in TEST_P() 557 ASSERT_TRUE(cfh->cfd()->mem()->IsEmpty()); in TEST_P()
|
| D | forward_iterator.cc | 89 if (!range_del_agg.IsEmpty()) { in Reset() 665 if (!range_del_agg.IsEmpty()) { in RebuildIterators() 755 if (!range_del_agg.IsEmpty()) { in RenewIterators()
|
| D | builder.cc | 111 if (iter->Valid() || !range_del_agg->IsEmpty()) { in BuildTable()
|
| D | memtable.h | 325 bool IsEmpty() const { return first_seqno_ == 0; } in IsEmpty() function
|
| D | memtable.cc | 785 if (IsEmpty()) { in Get() 873 if (IsEmpty()) { in MultiGet()
|
| D | range_del_aggregator.cc | 244 if (!InStripe(parsed.sequence) || IsEmpty()) { in ShouldDelete()
|
| D | repair.cc | 402 if (mem->IsEmpty()) { in ConvertLogToTable()
|
| D | version_set.h | 797 bool IsEmpty() const;
|
| /rocksdb-6.9/table/block_based/ |
| D | index_reader_common.cc | 21 assert(index_block->IsEmpty()); in ReadIndexBlock() 40 if (!index_block_.IsEmpty()) { in GetOrReadIndexBlock()
|
| D | filter_block_reader_common.cc | 24 assert(filter_block->IsEmpty()); in ReadFilterBlock() 72 if (!filter_block_.IsEmpty()) { in GetOrReadFilterBlock()
|
| D | uncompression_dict_reader.cc | 53 assert(uncompression_dict->IsEmpty()); in ReadUncompressionDictionary() 82 if (!uncompression_dict_.IsEmpty()) { in GetOrReadUncompressionDictionary()
|
| D | cachable_entry.h | 102 bool IsEmpty() const { in IsEmpty() function
|
| D | block_based_table_reader_impl.h | 60 assert(block.IsEmpty()); in NewDataBlockIterator()
|
| D | block_based_table_reader.cc | 1102 assert(block->IsEmpty()); in GetDataBlockFromCache() 1121 assert(block->IsEmpty()); in GetDataBlockFromCache() 1213 assert(cached_block->IsEmpty()); in PutDataBlockToCache() 1778 assert(block_entry->IsEmpty()); in RetrieveBlock() 1797 assert(block_entry->IsEmpty()); in RetrieveBlock() 2414 if (s.ok() && !results.back().IsEmpty()) { in MultiGet() 2471 !results[idx_in_batch].IsEmpty()) { in MultiGet()
|
| D | partitioned_filter_block.cc | 222 assert(filter_block->IsEmpty()); in GetFilterPartitionBlock()
|
| /rocksdb-6.9/utilities/persistent_cache/ |
| D | hash_table_evictable.h | 91 if (!lru.IsEmpty() && (t = lru.Pop()) != nullptr) { 132 assert(lru_list.IsEmpty()); in AssertEmptyLRU()
|
| D | lrulist.h | 106 inline bool IsEmpty() const { in IsEmpty() function
|
| /rocksdb-6.9/logging/ |
| D | log_buffer.h | 29 size_t IsEmpty() const { return logs_.empty(); } in IsEmpty() function
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_compaction_flush.cc | 912 job_context.HaveSomethingToDelete() || !log_buffer.IsEmpty()) { in CompactFiles() 1607 if (!cfd->mem()->IsEmpty() || !cached_recoverable_state_empty_.load()) { in FlushMemTable() 1611 if (cfd->imm()->NumNotFlushed() != 0 || !cfd->mem()->IsEmpty() || in FlushMemTable() 1621 !cfd_stats->mem()->IsEmpty()) { in FlushMemTable() 1734 if (cfd->imm()->NumNotFlushed() != 0 || !cfd->mem()->IsEmpty() || in AtomicFlushMemTables() 1740 if (cfd->mem()->IsEmpty() && cached_recoverable_state_empty_.load()) { in AtomicFlushMemTables() 2328 job_context.HaveSomethingToDelete() || !log_buffer.IsEmpty()) { in BackgroundCallFlush() 2427 job_context.HaveSomethingToDelete() || !log_buffer.IsEmpty()) { in BackgroundCallCompaction()
|
| D | db_impl_write.cc | 1200 if (cfd->imm()->NumNotFlushed() != 0 || !cfd->mem()->IsEmpty() || in SelectColumnFamiliesForAtomicFlush() 1340 if (!cfd->mem()->IsEmpty()) { in HandleWriteBufferFull() 1361 if (cfd->mem()->IsEmpty()) { in HandleWriteBufferFull() 1511 if (cfd_stats != nullptr && !cfd_stats->mem()->IsEmpty()) { in MaybeFlushStatsCF() 1587 if (!cfd->mem()->IsEmpty()) { in ScheduleFlushes()
|
| D | db_impl_secondary.cc | 243 if (!cfd->mem()->IsEmpty() && (curr_log_num == port::kMaxUint64 || in RecoverLogFiles()
|
| D | db_impl.cc | 423 if (!cfd->IsDropped() && cfd->initialized() && !cfd->mem()->IsEmpty()) { in CancelAllBackgroundWork()
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_job.cc | 1036 sub_compact->outputs.size() == 0 && !range_del_agg.IsEmpty()) { in ProcessKeyValueCompaction()
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 1065 if (original_working_dir_.IsEmpty()) { in AddTestInfo() 1067 GTEST_CHECK_(!original_working_dir_.IsEmpty()) in AddTestInfo() 9227 if (directory.IsEmpty()) in ConcatPaths()
|