Searched refs:other_binary (Results 1 – 1 of 1) sorted by relevance
302 const BinaryValue* other_binary = static_cast<const BinaryValue*>(other); in Equals() local303 if (other_binary->size_ != size_) in Equals()305 return !memcmp(buffer_, other_binary->buffer_, size_); in Equals()