Home
last modified time | relevance | path

Searched refs:index_of_fourth_e (Results 1 – 1 of 1) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dblockhash_test.cc188 static const int index_of_fourth_e = block_of_fourth_e * kBlockSize; member in open_vcdiff::BlockHashTest
259 const int BlockHashTest::index_of_fourth_e; member in open_vcdiff::BlockHashTest
604 th_->AddAllBlocksThroughIndex(index_of_fourth_e); in TEST_F()
632 th_->AddAllBlocksThroughIndex(index_of_fourth_e - 3); in TEST_F()
646 th_->AddAllBlocksThroughIndex(index_of_fourth_e + 1); in TEST_F()
665 th_->AddAllBlocksThroughIndex(index_of_fourth_e + 1); in TEST_F()
683 EXPECT_DEBUG_DEATH(th_->AddAllBlocksThroughIndex(index_of_fourth_e - 3), in TEST_F()