Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/
Dblockhash_test.cc187 static const int index_of_first_e = block_of_first_e * kBlockSize; member in open_vcdiff::BlockHashTest
258 const int BlockHashTest::index_of_first_e; member in open_vcdiff::BlockHashTest
622 th_->AddAllBlocksThroughIndex(index_of_first_e + 1); in TEST_F()
685 EXPECT_DEBUG_DEATH(th_->AddAllBlocksThroughIndex(index_of_first_e + 1), in TEST_F()
745 EXPECT_DEBUG_DEATH(bh.AddAllBlocksThroughIndex(index_of_first_e), in TEST_F()