Searched defs:FirstMatchingBlock (Results 1 - 6 of 6) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash_test.cc49 int FirstMatchingBlock(const BlockHash& block_hash, function in class:open_vcdiff::BlockHashTest
52 return block_hash.FirstMatchingBlock(hash_value, block_ptr);
544 EXPECT_EQ(-1, FirstMatchingBlock(*th_, hashed_y, test_string_y));
551 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*th_, hashed_y,
557 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*dh_, hashed_y,
563 EXPECT_EQ(-1, FirstMatchingBlock(*dh_, hashed_all_Qs, test_string_all_Qs));
575 EXPECT_EQ(-1, FirstMatchingBlock(*dh_, hashed_unaligned_e,
580 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*dh_, hashed_e,
595 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*dh_, hashed_e,
605 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*th
[all...]
H A Dblockhash.cc312 // FirstMatchingBlock or NextMatchingBlock. No check is performed
320 int BlockHash::FirstMatchingBlock(uint32_t hash_value, function in class:open_vcdiff::BlockHash
/external/chromium_org/sdch/open-vcdiff/src/
H A Dblockhash_test.cc49 int FirstMatchingBlock(const BlockHash& block_hash, function in class:open_vcdiff::BlockHashTest
52 return block_hash.FirstMatchingBlock(hash_value, block_ptr);
544 EXPECT_EQ(-1, FirstMatchingBlock(*th_, hashed_y, test_string_y));
551 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*th_, hashed_y,
557 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*dh_, hashed_y,
563 EXPECT_EQ(-1, FirstMatchingBlock(*dh_, hashed_all_Qs, test_string_all_Qs));
575 EXPECT_EQ(-1, FirstMatchingBlock(*dh_, hashed_unaligned_e,
580 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*dh_, hashed_e,
595 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*dh_, hashed_e,
605 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*th
[all...]
H A Dblockhash.cc313 // FirstMatchingBlock or NextMatchingBlock. No check is performed
321 int BlockHash::FirstMatchingBlock(uint32_t hash_value, function in class:open_vcdiff::BlockHash
/external/open-vcdiff/src/
H A Dblockhash_test.cc49 int FirstMatchingBlock(const BlockHash& block_hash, function in class:open_vcdiff::BlockHashTest
52 return block_hash.FirstMatchingBlock(hash_value, block_ptr);
544 EXPECT_EQ(-1, FirstMatchingBlock(*th_, hashed_y, test_string_y));
551 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*th_, hashed_y,
557 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*dh_, hashed_y,
563 EXPECT_EQ(-1, FirstMatchingBlock(*dh_, hashed_all_Qs, test_string_all_Qs));
575 EXPECT_EQ(-1, FirstMatchingBlock(*dh_, hashed_unaligned_e,
580 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*dh_, hashed_e,
595 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*dh_, hashed_e,
605 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*th
[all...]
H A Dblockhash.cc313 // FirstMatchingBlock or NextMatchingBlock. No check is performed
321 int BlockHash::FirstMatchingBlock(uint32_t hash_value, function in class:open_vcdiff::BlockHash

Completed in 290 milliseconds