Searched defs:SBFullHash (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.h34 union SBFullHash { union
39 inline bool operator==(const SBFullHash& lhash, const SBFullHash& rhash) {
40 return memcmp(lhash.full_hash, rhash.full_hash, sizeof(SBFullHash)) == 0;
43 inline bool operator<(const SBFullHash& lhash, const SBFullHash& rhash) {
44 return memcmp(lhash.full_hash, rhash.full_hash, sizeof(SBFullHash)) < 0;
108 SBFullHash hash;
181 return IsPrefix() ? sizeof(SBPrefix) : sizeof(SBFullHash);
194 const SBFullHash
[all...]

Completed in 38 milliseconds