Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_deflate_stream_test.cc308 std::vector<std::unique_ptr<WebSocketFrame>>* frames_to_output) in ReadFramesStub() argument
310 frames_to_output_.swap(*frames_to_output); in ReadFramesStub()
377 std::vector<std::unique_ptr<WebSocketFrame>> frames_to_output; in TEST_F() local
378 AppendTo(&frames_to_output, in TEST_F()
382 ReadFramesStub stub(OK, &frames_to_output); in TEST_F()
458 std::vector<std::unique_ptr<WebSocketFrame>> frames_to_output; in TEST_F() local
459 AppendTo(&frames_to_output, in TEST_F()
463 ReadFramesStub stub(OK, &frames_to_output); in TEST_F()
512 std::vector<std::unique_ptr<WebSocketFrame>> frames_to_output; in TEST_F() local
515 AppendTo(&frames_to_output, in TEST_F()
[all …]
H A Dwebsocket_deflate_stream.cc288 std::vector<std::unique_ptr<WebSocketFrame>> frames_to_output; in Inflate() local
300 frames_to_output.push_back(std::move(frame)); in Inflate()
322 frames_to_output.push_back(std::move(frame)); in Inflate()
367 frames_to_output.push_back(std::move(inflated)); in Inflate()
376 frames->swap(frames_to_output); in Inflate()