Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dmod.rs261 pub struct BatchContext { struct
265 impl BatchContext { impl
361 impl Drop for BatchContext { implementation
Dserver.rs226 pub fn batch_ctx(&self) -> &BatchContext { in batch_ctx()
230 pub fn batch_ctx_mut(&mut self) -> &mut BatchContext { in batch_ctx_mut()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/task/
Dcallback.rs46 pub fn batch_ctx(&self) -> &BatchContext { in batch_ctx()
81 pub fn batch_ctx(&self) -> &BatchContext { in batch_ctx()
Dpromise.rs69 pub fn context(&self) -> &BatchContext { in context()
Dmod.rs155 pub fn batch_ctx(&self) -> Option<&BatchContext> { in batch_ctx()