Searched defs:RequestCallContext (Results 1 – 2 of 2) sorted by relevance
299 pub struct RequestCallContext { struct305 impl RequestCallContext { implementation322 unsafe impl Send for RequestCallContext {} implementation325 pub fn request_call(ctx: RequestCallContext, cq: &CompletionQueue) { in request_call()
93 rc: &mut RequestCallContext, in handle_stream_req()117 pub fn handle_unary_req(self, rc: RequestCallContext, _: &CompletionQueue) { in handle_unary_req()134 pub fn take_request_call_context(&mut self) -> Option<RequestCallContext> { in take_request_call_context()238 pub fn take_request_call_context(&mut self) -> Option<RequestCallContext> { in take_request_call_context()244 rc: &mut RequestCallContext, in handle()