Home
last modified time | relevance | path

Searched refs:TryIncStrongRef (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dref_counter.h31 virtual bool TryIncStrongRef() = 0;
133 bool TryIncStrongRef() final in TryIncStrongRef() function
H A Dreferenced.h365 …return refCounter_ != nullptr && refCounter_->TryIncStrongRef() ? RefPtr<T>(unsafeRawPtr_, false) … in Upgrade()