Searched refs:dh_ (Results 1 – 1 of 1) sorted by relevance
/external/chromium/sdch/open-vcdiff/src/ |
D | blockhash_test.cc | 36 dh_.reset(BlockHash::CreateDictionaryHash(sample_text, in BlockHashTest() 39 EXPECT_TRUE(dh_.get() != NULL); in BlockHashTest() 235 std::auto_ptr<const BlockHash> dh_; // hash table is populated at startup member in open_vcdiff::BlockHashTest 557 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*dh_, hashed_y, in TEST_F() 559 EXPECT_EQ(-1, NextMatchingBlock(*dh_, block_of_y_in_only, test_string_y)); in TEST_F() 563 EXPECT_EQ(-1, FirstMatchingBlock(*dh_, hashed_all_Qs, test_string_all_Qs)); in TEST_F() 575 EXPECT_EQ(-1, FirstMatchingBlock(*dh_, hashed_unaligned_e, in TEST_F() 580 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*dh_, hashed_e, in TEST_F() 582 EXPECT_EQ(block_of_second_e, NextMatchingBlock(*dh_, block_of_first_e, in TEST_F() 584 EXPECT_EQ(block_of_third_e, NextMatchingBlock(*dh_, block_of_second_e, in TEST_F() [all …]
|