Searched refs:count_ (Results 1 – 10 of 10) sorted by relevance
| /rocksdb-6.9/db/ |
| D | table_properties_collector_test.cc | 74 PutVarint32(&encoded, count_); in Finish() 95 ++count_; in AddUserKey() 119 uint32_t count_ = 0; member in ROCKSDB_NAMESPACE::RegularKeysStartWithA 136 PutVarint32(&encoded, count_); in Finish() 145 ++count_; in Add() 155 uint32_t count_ = 0; member in ROCKSDB_NAMESPACE::RegularKeysStartWithABackwardCompatible 164 PutVarint32(&encoded, count_); in Finish() 174 ++count_; in InternalAdd() 191 uint32_t count_ = 0; member in ROCKSDB_NAMESPACE::RegularKeysStartWithAInternal 220 return (++count_ % 3U == 0); in Update() [all …]
|
| D | snapshot_impl.h | 56 count_ = 0; in SnapshotList() 76 count_++; in New() 85 count_--; in Delete() 159 uint64_t count() const { return count_; } in count() 164 uint64_t count_; variable
|
| D | db_test_util.h | 61 : env_(env), cond_count_(&mu_), count_(0) {} in env_() 65 count_++; in Increment() 71 return count_; in Read() 78 while (count_ < count) { in WaitFor() 84 if (count_ < count) { in WaitFor() 94 count_ = 0; in Reset() 102 int count_; variable
|
| D | db_properties_test.cc | 1084 PutVarint32(&encoded, count_); in Finish() 1094 ++count_; in AddUserKey() 1104 uint32_t count_ = 0; member in ROCKSDB_NAMESPACE::CountingUserTblPropCollector
|
| D | external_sst_file_test.cc | 553 std::string count = std::to_string(count_); in Finish() 564 ++count_; in AddUserKey() 573 uint32_t count_ = 0; member in ROCKSDB_NAMESPACE::SstFileWriterCollector
|
| /rocksdb-6.9/examples/ |
| D | compaction_filter_example.cc | 38 ++count_; in Filter() 53 mutable int count_ = 0; member in MyFilter 84 fprintf(stderr, "filter.count_ = %d\n", filter.count_); in main() 85 assert(filter.count_ == 0); in main()
|
| /rocksdb-6.9/third-party/folly/folly/synchronization/ |
| D | ParkingLot.h | 70 std::atomic<uint64_t> count_; member 87 assert(count_.load(std::memory_order_relaxed) >= 1); in erase() 109 count_.fetch_sub(1, std::memory_order_relaxed); in erase() 255 bucket.count_.fetch_add(1, std::memory_order_seq_cst); in park_until() 261 bucket.count_.fetch_sub(1, std::memory_order_relaxed); in park_until() 292 if (bucket.count_.load(std::memory_order_seq_cst) == 0) { in unpark()
|
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | HistogramData.java | 15 private final long count_; field in HistogramData 36 count_ = count; in HistogramData() 65 return count_; in getCount()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | memtablerep.h | 339 const size_t count_; variable 342 explicit VectorRepFactory(size_t count = 0) : count_(count) {} in count_() function
|
| /rocksdb-6.9/memtable/ |
| D | vectorrep.cc | 298 return new VectorRep(compare, allocator, count_); in CreateMemTableRep()
|