Searched defs:aOther (Results 1 – 6 of 6) sorted by relevance
77 DBusRequest(const DBusRequest &aOther) in DBusRequest()90 DBusRequest &operator=(const DBusRequest &aOther) in operator =()199 void CopyFrom(const DBusRequest &aOther) in CopyFrom()
86 OwnedPtr(OwnedPtr &&aOther) in OwnedPtr() function in ot::OwnedPtr168 OwnedPtr &operator=(OwnedPtr &&aOther) in operator =()
89 RetainPtr(const RetainPtr &aOther) in RetainPtr()151 RetainPtr &operator=(const RetainPtr &aOther) in operator =()
170 void TakeFrom(Array &&aOther) in TakeFrom()
188 Optional(const Optional &aOther) { AssignFrom(aOther); } in Optional()190 Optional &operator=(const Optional &aOther) { AssignFrom(aOther); } in operator =()221 void AssignFrom(const Optional &aOther) in AssignFrom()
259 KeyMaterial &KeyMaterial::operator=(const KeyMaterial &aOther) in operator =()