Searched defs:WindowUpdate (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/ |
D | window_update.rs | 8 pub struct WindowUpdate { struct 13 impl WindowUpdate { argument 14 pub fn new(stream_id: StreamId, size_increment: u32) -> WindowUpdate { in new() 30 pub fn load(head: Head, payload: &[u8]) -> Result<WindowUpdate, Error> { in load()
|
D | head.rs | 23 WindowUpdate = 8, enumerator
|
D | mod.rs | 88 WindowUpdate(WindowUpdate), enumerator
|
/aosp_15_r20/external/grpc-grpc/test/core/bad_client/tests/ |
H A D | out_of_bounds.cc | 97 TEST(OutOfBounds, WindowUpdate) { in TEST() argument
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/ |
H A D | http2_frame_builder_test.cc | 210 TEST(Http2FrameBuilderTest, WindowUpdate) { in TEST() argument
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
H A D | test_frame_sequence.cc | 142 TestFrameSequence& TestFrameSequence::WindowUpdate(Http2StreamId stream_id, in WindowUpdate() function in http2::adapter::test::TestFrameSequence
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/ |
D | send.rs | 361 frame: frame::WindowUpdate, in recv_connection_window_update()
|
D | streams.rs | 636 frame: frame::WindowUpdate, in recv_window_update()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/ |
H A D | http2_frame_decoder_test.cc | 343 TEST_F(Http2FrameDecoderTest, WindowUpdate) { in TEST_F() argument
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_connection_test.cc | 6825 TEST_P(QuicConnectionTest, WindowUpdate) { in TEST_P() argument
|