Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/task/
Dcallback.rs4 use crate::call::{BatchContext, Call};
46 pub fn batch_ctx(&self) -> &BatchContext { in batch_ctx() argument
69 ctx: BatchContext,
76 ctx: BatchContext::new(), in new()
81 pub fn batch_ctx(&self) -> &BatchContext { in batch_ctx() argument
Dpromise.rs7 use crate::call::{BatchContext, MessageReader, RpcStatusCode};
24 ctx: BatchContext,
32 ctx: BatchContext::new(), in new()
37 pub fn context(&self) -> &BatchContext { in context() argument
Dmod.rs19 use crate::call::{BatchContext, Call, MessageReader};
154 pub fn batch_ctx(&self) -> Option<&BatchContext> { in batch_ctx() argument
/external/rust/crates/grpcio/src/call/
Dmod.rs189 pub struct BatchContext { struct
193 impl BatchContext { argument
194 pub fn new() -> BatchContext { in new()
195 BatchContext { in new()
243 impl Drop for BatchContext { implementation
Dserver.rs23 BatchContext, Call, MessageReader, MethodType, RpcStatusCode, SinkBase, StreamingBase,
215 batch: BatchContext,
223 batch: BatchContext::new(), in new()
227 pub fn batch_ctx(&self) -> &BatchContext { in batch_ctx() argument
231 pub fn batch_ctx_mut(&mut self) -> &mut BatchContext { in batch_ctx_mut() argument