Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/util/
Dheap_test.cc51 std::priority_queue<HeapTestValue> ref; in TEST_P() local
68 ref.push(val); in TEST_P()
78 ref.pop(); in TEST_P()
79 ref.push(val); in TEST_P()
84 ref.pop(); in TEST_P()
90 assert((size == 0) == ref.empty()); in TEST_P()
93 ASSERT_EQ(ref.top(), heap.top()); in TEST_P()
/rocksdb-6.9/env/
Dio_posix.h96 return it->second.ref; in GetRefCount()
108 CacheValue() : size(0), ref(0) {} in CacheValue()
113 int ref; member
Dio_posix.cc413 v.ref++; in RefAndCacheLogicalBlockSize()
433 if (it != cache_.end() && !(--(it->second.ref))) { in UnrefAndTryRemoveCachedLogicalBlockSize()
/rocksdb-6.9/build_tools/
Dregression_build_test.sh32 git_br=`git rev-parse --abbrev-ref HEAD`
/rocksdb-6.9/docs/_posts/
D2014-09-12-new-bloom-filter-format.markdown25 …ters for each individual data block in SST file. It has complex structure (ref [here](https://gith…
/rocksdb-6.9/db/compaction/
Dcompaction_job.cc676 std::ref(compact_->sub_compact_states[i].status)); in Run()