Searched refs:other_binary (Results 1 – 1 of 1) sorted by relevance
328 const BinaryValue* other_binary = static_cast<const BinaryValue*>(other); in Equals() local329 if (other_binary->size_ != size_) in Equals()331 return !memcmp(GetBuffer(), other_binary->GetBuffer(), size_); in Equals()