Home | History | Annotate | Download | only in src

Lines Matching refs:expected_length

451   const int expected_length = kBlockSize * StringLengthAsInt("e hear is ");
452 const int max_bytes = expected_length - 1;
462 const int expected_length = kBlockSize * StringLengthAsInt("e hear is ");
463 const int max_bytes = expected_length + 1;
464 EXPECT_EQ(expected_length, MatchingBytesToLeft(
468 EXPECT_EQ(expected_length, MatchingBytesToLeft(
477 const int expected_length = (kBlockSize * StringLengthAsInt("fearsom"))
479 const int max_bytes = expected_length - 1;
489 const int expected_length = (kBlockSize * StringLengthAsInt("fearsom"))
491 const int max_bytes = expected_length + 1;
492 EXPECT_EQ(expected_length, MatchingBytesToRight(
496 EXPECT_EQ(expected_length, MatchingBytesToRight(