Searched refs:UnaryRequest (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio/src/task/ |
D | callback.rs | 36 pub struct UnaryRequest { struct 40 impl UnaryRequest { impl 41 pub fn new(ctx: RequestContext, rc: RequestCallContext) -> UnaryRequest { in new() argument 43 UnaryRequest { ctx } in new()
|
D | mod.rs | 15 use self::callback::{Abort, Request as RequestCallback, UnaryRequest as UnaryRequestCallback}; 114 UnaryRequest(UnaryRequestCallback), enumerator 150 CallTag::UnaryRequest(cb) in unary_request() 157 CallTag::UnaryRequest(ref cb) => Some(cb.batch_ctx()), in batch_ctx() 167 CallTag::UnaryRequest(ref cb) => Some(cb.request_ctx()), in request_ctx() 177 CallTag::UnaryRequest(cb) => cb.resolve(cq, success), in resolve() 190 CallTag::UnaryRequest(_) => write!(f, "CallTag::UnaryRequest(..)"), in fmt()
|