Searched refs:ref (Results 1 – 6 of 6) sorted by relevance
51 std::priority_queue<HeapTestValue> ref; in TEST_P() local68 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()
96 return it->second.ref; in GetRefCount()108 CacheValue() : size(0), ref(0) {} in CacheValue()113 int ref; member
413 v.ref++; in RefAndCacheLogicalBlockSize()433 if (it != cache_.end() && !(--(it->second.ref))) { in UnrefAndTryRemoveCachedLogicalBlockSize()
32 git_br=`git rev-parse --abbrev-ref HEAD`
25 …ters for each individual data block in SST file. It has complex structure (ref [here](https://gith…
676 std::ref(compact_->sub_compact_states[i].status)); in Run()