Home
last modified time | relevance | path

Searched refs:otherRef (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/
H A Drefbase.h303 T *otherRef(other.GetRefPtr());
304 if (otherRef != nullptr) {
305 otherRef->IncStrongRef(this);
312 refs_ = otherRef;
329 T *otherRef(other.GetRefPtr());
330 if (otherRef != nullptr) {
331 otherRef->IncStrongRef(this);
338 refs_ = otherRef;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.h934 T *otherRef(other.GetRefPtr());
935 if (otherRef != nullptr) {
936 otherRef->IncStrongRef(this);
943 refs_ = otherRef;
966 T *otherRef(other.GetRefPtr());
967 if (otherRef != nullptr) {
968 otherRef->IncStrongRef(this);
975 refs_ = otherRef;
/ohos5.0/commonlibrary/c_utils/base/include/
H A Drefbase.h961 T *otherRef(other.GetRefPtr());
962 if (otherRef != nullptr) {
963 otherRef->IncStrongRef(this);
970 refs_ = otherRef;
993 T *otherRef(other.GetRefPtr());
994 if (otherRef != nullptr) {
995 otherRef->IncStrongRef(this);
1002 refs_ = otherRef;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp252 for (const auto &otherRef : right) { in PropertyCompare() local
253 if (ReferenceCompare(reference, otherRef)) { in PropertyCompare()