Home
last modified time | relevance | path

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

/external/rust/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.rs37 pub fn context(&self) -> &BatchContext { in context()
Dmod.rs154 pub fn batch_ctx(&self) -> Option<&BatchContext> { in batch_ctx()
/external/rust/crates/grpcio/src/call/
Dmod.rs189 pub struct BatchContext { struct
193 impl BatchContext { argument
243 impl Drop for BatchContext { implementation
Dserver.rs227 pub fn batch_ctx(&self) -> &BatchContext { in batch_ctx()
231 pub fn batch_ctx_mut(&mut self) -> &mut BatchContext { in batch_ctx_mut()