Searched refs:refcount_ (Results 1 – 2 of 2) sorted by relevance
97 SharedPtrControlBlock() : refcount_(1), weak_count_(1) { }98 Atomic32 refcount_;167 if (!RefCountDec(&control_block_->refcount_)) {223 return control_block_ ? control_block_->refcount_ : 1;251 RefCountInc(&r.control_block_->refcount_);367 return control_block_ != NULL ? control_block_->refcount_ : 0;384 old_refcount = control_block_->refcount_;389 &control_block_->refcount_, old_refcount,
82 refcount_(0) {} in LayerLibrary()89 refcount_(other.refcount_) { in LayerLibrary()91 other.refcount_ = 0; in LayerLibrary()130 size_t refcount_; member in vulkan::api::__anoncb86fe150111::LayerLibrary135 if (refcount_++ == 0) { in Open()151 refcount_ = 0; in Open()159 refcount_ = 0; in Open()169 if (--refcount_ == 0) { in Close()175 refcount_++; in Close()