Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/call/
Dmod.rs638 last_buf_hint: bool, field
647 last_buf_hint: true, in new()
678 self.last_buf_hint &= hint; in start_send()
711 self.start_send_buffer_message(self.last_buf_hint, call)?; in poll_flush()
714 self.last_buf_hint = true; in poll_flush()