Searched defs:ref_count_ (Results 1 – 4 of 4) sorted by relevance
100 std::atomic<int> ref_count_; variable
73 mutable uint32_t ref_count_ = 0; variable
161 mutable size_t ref_count_; // reference count of current object variable
240 std::atomic<std::size_t> ref_count_ = {0}; variable