Home
last modified time | relevance | path

Searched defs:poll_reset (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/
Dserver.rs1175 pub fn poll_reset(&mut self, cx: &mut Context) -> Poll<Result<Reason, crate::Error>> { in poll_reset() method
1247 pub fn poll_reset(&mut self, cx: &mut Context) -> Poll<Result<Reason, crate::Error>> { in poll_reset() method
Dshare.rs371 pub fn poll_reset(&mut self, cx: &mut Context) -> Poll<Result<Reason, crate::Error>> { in poll_reset() method
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h2/
Dmod.rs430 fn poll_reset(&mut self, cx: &mut Context<'_>) -> Poll<Result<h2::Reason, h2::Error>> { in poll_reset() function
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dsend.rs344 pub fn poll_reset( in poll_reset() method
Dstreams.rs1248 pub(crate) fn poll_reset( in poll_reset() method