Searched refs:TryIncStrongRef (Results 1 – 2 of 2) sorted by relevance
31 virtual bool TryIncStrongRef() = 0;133 bool TryIncStrongRef() final in TryIncStrongRef() function
365 …return refCounter_ != nullptr && refCounter_->TryIncStrongRef() ? RefPtr<T>(unsafeRawPtr_, false) … in Upgrade()