Home
last modified time | relevance | path

Searched defs:last_processed_id (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/
Dconnection.rs396 let last_processed_id = self.streams.last_processed_id(); in go_away_now() localVariable
402 let last_processed_id = self.streams.last_processed_id(); in go_away_now_data() localVariable
408 let last_processed_id = self.streams.last_processed_id(); in go_away_from_user() localVariable
528 let last_processed_id = self.streams.last_processed_id(); in recv_frame() localVariable
Dgo_away.rs34 last_processed_id: StreamId, field
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/
Drecv.rs28 last_processed_id: StreamId, field
119 pub fn last_processed_id(&self) -> StreamId { in last_processed_id() method
Dstreams.rs362 pub fn last_processed_id(&self) -> StreamId { in last_processed_id() method
678 let last_processed_id = actions.recv.last_processed_id(); in handle_error() localVariable