Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/
Dblockhash_test.cc49 int FirstMatchingBlock(const BlockHash& block_hash, in FirstMatchingBlock() function in open_vcdiff::BlockHashTest
52 return block_hash.FirstMatchingBlock(hash_value, block_ptr); in FirstMatchingBlock()
544 EXPECT_EQ(-1, FirstMatchingBlock(*th_, hashed_y, test_string_y)); in TEST_F()
551 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*th_, hashed_y, in TEST_F()
557 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*dh_, hashed_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()
595 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*dh_, hashed_e, in TEST_F()
605 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*th_, hashed_e, in TEST_F()
[all …]
Dblockhash.h404 int FirstMatchingBlock(uint32_t hash_value, const char* block_ptr) const;
Dblockhash.cc320 int BlockHash::FirstMatchingBlock(uint32_t hash_value, in FirstMatchingBlock() function in open_vcdiff::BlockHash