HomeSort by relevance Sort by last modified time
    Searched refs:full_hash1 (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
61 full_hash1.full_hash[i] = i % 2 ? 1 : 2;
65 add_chunk.append(full_hash1.full_hash, 32);
86 EXPECT_TRUE(entry->FullHashAt(0) == full_hash1);
296 SBFullHash full_hash1, full_hash2; local
298 full_hash1.full_hash[i] = i % 2 ? 1 : 2;
303 sub_chunk.append(full_hash1.full_hash, 32);
326 EXPECT_TRUE(entry->FullHashAt(0) == full_hash1);
  /external/chromium/chrome/browser/safe_browsing/
protocol_parser_unittest.cc 61 SBFullHash full_hash1, full_hash2; local
63 full_hash1.full_hash[i] = i % 2 ? 1 : 2;
67 add_chunk.append(full_hash1.full_hash, 32);
90 EXPECT_TRUE(entry->FullHashAt(0) == full_hash1);
297 SBFullHash full_hash1, full_hash2; local
299 full_hash1.full_hash[i] = i % 2 ? 1 : 2;
304 sub_chunk.append(full_hash1.full_hash, 32);
329 EXPECT_TRUE(entry->FullHashAt(0) == full_hash1);
    [all...]

Completed in 141 milliseconds