Searched refs:block_of_sixth_e (Results 1 – 1 of 1) sorted by relevance
/external/chromium/sdch/open-vcdiff/src/ |
D | blockhash_test.cc | 180 static const int block_of_sixth_e = 42; member in open_vcdiff::BlockHashTest 189 static const int index_of_sixth_e = block_of_sixth_e * kBlockSize; 256 const int BlockHashTest::block_of_sixth_e; member in open_vcdiff::BlockHashTest 590 EXPECT_EQ(block_of_sixth_e, NextMatchingBlock(*dh_, block_of_fifth_e, in TEST_F() 592 EXPECT_EQ(-1, NextMatchingBlock(*dh_, block_of_sixth_e, test_string_e)); in TEST_F() 716 EXPECT_EQ(block_of_sixth_e, NextMatchingBlock(*th_, block_of_fifth_e, in TEST_F() 718 EXPECT_EQ(-1, NextMatchingBlock(*th_, block_of_sixth_e, test_string_e)); in TEST_F()
|