Home
last modified time | relevance | path

Searched refs:input_with_garbage_appended (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dhttp_decoder_test.cc89 std::string input_with_garbage_appended = absl::StrCat(input, "blahblah"); in ProcessInputWithGarbageAppended() local
90 QuicByteCount processed_bytes = ProcessInput(input_with_garbage_appended); in ProcessInputWithGarbageAppended()
93 QUICHE_DCHECK_LE(processed_bytes, input_with_garbage_appended.size()); in ProcessInputWithGarbageAppended()