Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dcounts.rs82 pub fn can_inc_num_local_error_resets(&self) -> bool { in can_inc_num_local_error_resets() method
91 assert!(self.can_inc_num_local_error_resets()); in inc_num_local_error_resets()
Dstreams.rs1563 if counts.can_inc_num_local_error_resets() { in reset_on_recv_stream_err()