Searched refs:otherData (Results 1 – 1 of 1) sorted by relevance
186 NameData otherData = aOther.GetAsData(); in operator ==() local188 return (data.GetLength() == otherData.GetLength()) && in operator ==()189 (memcmp(data.GetBuffer(), otherData.GetBuffer(), data.GetLength()) == 0); in operator ==()