Searched refs:BatchContext (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/grpcio/src/task/ |
D | callback.rs | 4 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
|
D | promise.rs | 7 use crate::call::{BatchContext, MessageReader, RpcStatusCode}; 24 ctx: BatchContext, 32 ctx: BatchContext::new(), in new() 37 pub fn context(&self) -> &BatchContext { in context() argument
|
D | mod.rs | 19 use crate::call::{BatchContext, Call, MessageReader}; 154 pub fn batch_ctx(&self) -> Option<&BatchContext> { in batch_ctx() argument
|
/external/rust/crates/grpcio/src/call/ |
D | mod.rs | 189 pub struct BatchContext { struct 193 impl BatchContext { implementation 194 pub fn new() -> BatchContext { in new() 195 BatchContext { in new() 243 impl Drop for BatchContext { implementation
|
D | server.rs | 23 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
|