HomeSort by relevance Sort by last modified time
    Searched refs:full_hash2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser_unittest.cc 59 SBFullHash full_hash1, full_hash2; local
62 full_hash2.full_hash[i] = i % 2 ? 3 : 4;
66 add_chunk.append(full_hash2.full_hash, 32);
87 EXPECT_TRUE(entry->FullHashAt(1) == full_hash2);
296 SBFullHash full_hash1, full_hash2; local
299 full_hash2.full_hash[i] = i % 2 ? 3 : 4;
305 sub_chunk.append(full_hash2.full_hash, 32);
328 EXPECT_TRUE(entry->FullHashAt(1) == full_hash2);
  /external/chromium/chrome/browser/safe_browsing/
protocol_parser_unittest.cc 61 SBFullHash full_hash1, full_hash2; local
64 full_hash2.full_hash[i] = i % 2 ? 3 : 4;
68 add_chunk.append(full_hash2.full_hash, 32);
91 EXPECT_TRUE(entry->FullHashAt(1) == full_hash2);
297 SBFullHash full_hash1, full_hash2; local
300 full_hash2.full_hash[i] = i % 2 ? 3 : 4;
306 sub_chunk.append(full_hash2.full_hash, 32);
331 EXPECT_TRUE(entry->FullHashAt(1) == full_hash2);
    [all...]

Completed in 190 milliseconds