Searched refs:other_attr (Results 1 – 1 of 1) sorted by relevance
94 bool BaseNL80211Attr::Merge(const BaseNL80211Attr& other_attr) { in Merge() argument95 if (!other_attr.IsValid()) { in Merge()99 if (GetAttributeId() != other_attr.GetAttributeId()) { in Merge()107 reinterpret_cast<const nlattr*>(other_attr.GetConstData().data()); in Merge()