Home
last modified time | relevance | path

Searched refs:other_binary (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dvalues.cc328 const BinaryValue* other_binary = static_cast<const BinaryValue*>(other); in Equals() local
329 if (other_binary->size_ != size_) in Equals()
331 return !memcmp(GetBuffer(), other_binary->GetBuffer(), size_); in Equals()