Searched refs:overflow_frames (Results 1 – 2 of 2) sorted by relevance
4425 const std::string overflow_frames = in TEST() local4437 process_result = adapter->ProcessBytes(overflow_frames); in TEST()4438 EXPECT_EQ(overflow_frames.size(), static_cast<size_t>(process_result)); in TEST()4507 const std::string overflow_frames = in TEST() local4526 ASSERT_GE(overflow_frames.size(), chunk_length); in TEST()4527 absl::string_view remaining = overflow_frames; in TEST()
5618 const std::string overflow_frames = in TEST() local5630 process_result = adapter->ProcessBytes(overflow_frames); in TEST()5631 EXPECT_EQ(overflow_frames.size(), static_cast<size_t>(process_result)); in TEST()5699 const std::string overflow_frames = in TEST() local5711 ASSERT_GE(overflow_frames.size(), chunk_length); in TEST()5713 adapter->ProcessBytes(overflow_frames.substr(0, chunk_length)); in TEST()