Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dstream_id.rs17 pub struct StreamIdOverflow; struct
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id() argument
72 Err(StreamIdOverflow) in next_id()
Dmod.rs62 pub use self::stream_id::{StreamId, StreamIdOverflow};
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dsend.rs3 StreamIdOverflow, WindowSize,
20 next_stream_id: Result<StreamId, StreamIdOverflow>,
Dmod.rs28 use crate::frame::{StreamId, StreamIdOverflow};
Drecv.rs25 next_stream_id: Result<StreamId, StreamIdOverflow>,