Searched refs:otherRef (Results 1 – 4 of 4) sorted by relevance
303 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;
934 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;
961 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;
252 for (const auto &otherRef : right) { in PropertyCompare() local253 if (ReferenceCompare(reference, otherRef)) { in PropertyCompare()