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

/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_unittest.cc72 // and |two| differ in the prefix, while |one| and |onetwo| have the
74 SBFullHash one, onetwo, two; local
76 memset(&onetwo, 0, sizeof(onetwo));
80 onetwo.prefix = 1;
81 onetwo.full_hash[sizeof(SBPrefix)] = 2;
92 SBAddFullHash(11, onetwo)));
94 SBAddFullHash(10, onetwo)));
98 SBAddFullHash(10, onetwo)));
99 EXPECT_FALSE(SBAddPrefixHashLess(SBAddFullHash(10, onetwo),
123 SBFullHash one, onetwo, two; local
[all...]

Completed in 628 milliseconds