Searched refs:input_with_garbage_appended (Results 1 – 1 of 1) sorted by relevance
89 std::string input_with_garbage_appended = absl::StrCat(input, "blahblah"); in ProcessInputWithGarbageAppended() local90 QuicByteCount processed_bytes = ProcessInput(input_with_garbage_appended); in ProcessInputWithGarbageAppended()93 QUICHE_DCHECK_LE(processed_bytes, input_with_garbage_appended.size()); in ProcessInputWithGarbageAppended()