Home | History | Annotate | Download | only in src

Lines Matching refs:max_bytes

63                                  int max_bytes) {
66 max_bytes);
71 int max_bytes) {
74 max_bytes);
393 // characters -- in fact, they're the same string -- but since max_bytes is zero
452 const int max_bytes = expected_length - 1;
453 EXPECT_EQ(max_bytes, MatchingBytesToLeft(
456 max_bytes));
463 const int max_bytes = expected_length + 1;
467 max_bytes));
479 const int max_bytes = expected_length - 1;
480 EXPECT_EQ(max_bytes, MatchingBytesToRight(
483 max_bytes));
491 const int max_bytes = expected_length + 1;
495 max_bytes));