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

/external/chromium_org/base/
H A Dvalues.cc329 const BinaryValue* other_binary = static_cast<const BinaryValue*>(other); local
330 if (other_binary->size_ != size_)
332 return !memcmp(GetBuffer(), other_binary->GetBuffer(), size_);

Completed in 355 milliseconds