Home
last modified time | relevance | path

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

/external/chromium/base/
Dvalues.cc298 const BinaryValue* other_binary = static_cast<const BinaryValue*>(other); in Equals() local
299 if (other_binary->size_ != size_) in Equals()
301 return !memcmp(buffer_, other_binary->buffer_, size_); in Equals()
/external/chromium_org/base/
Dvalues.cc336 const BinaryValue* other_binary = static_cast<const BinaryValue*>(other); in Equals() local
337 if (other_binary->size_ != size_) in Equals()
339 return !memcmp(GetBuffer(), other_binary->GetBuffer(), size_); in Equals()