Home
last modified time | relevance | path

Searched refs:newWeakRef (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.h1352 WeakRefCounter *newWeakRef = nullptr; in operator =() local
1354 newWeakRef = other->CreateWeakRef(other); in operator =()
1355 if (newWeakRef != nullptr) { in operator =()
1356 newWeakRef->IncWeakRefCount(this); in operator =()
1364 refs_ = newWeakRef; in operator =()
1373 WeakRefCounter *newWeakRef = nullptr; in operator =() local
1375 newWeakRef = object->CreateWeakRef(object); in operator =()
1376 if (newWeakRef != nullptr) { in operator =()
1377 newWeakRef->IncWeakRefCount(this); in operator =()
1385 refs_ = newWeakRef; in operator =()
1407 WeakRefCounter *newWeakRef = nullptr; operator =() local
1443 WeakRefCounter *newWeakRef = nullptr; operator =() local
[all...]
/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/
H A Drefbase.h514 WeakRefCounter *newWeakRef = nullptr; in operator =() local
516 newWeakRef = other->CreateWeakRef(other); in operator =()
517 if (newWeakRef != nullptr) { in operator =()
518 newWeakRef->IncWeakRefCount(this); in operator =()
526 refs_ = newWeakRef; in operator =()
533 WeakRefCounter *newWeakRef = nullptr; in operator =() local
535 newWeakRef = object->CreateWeakRef(object); in operator =()
536 if (newWeakRef != nullptr) { in operator =()
537 newWeakRef->IncWeakRefCount(this); in operator =()
545 refs_ = newWeakRef; in operator =()
565 WeakRefCounter *newWeakRef = nullptr; operator =() local
597 WeakRefCounter *newWeakRef = nullptr; operator =() local
[all...]

Completed in 4 milliseconds