Searched defs:RequestCallContext (Results 1 – 2 of 2) sorted by relevance
472 pub struct RequestCallContext { struct478 impl RequestCallContext { argument494 unsafe impl Send for RequestCallContext {} implementation497 pub fn request_call(ctx: RequestCallContext, cq: &CompletionQueue) { in request_call()
95 rc: &mut RequestCallContext, in handle_stream_req()119 pub fn handle_unary_req(self, rc: RequestCallContext, _: &CompletionQueue) { in handle_unary_req()136 pub fn take_request_call_context(&mut self) -> Option<RequestCallContext> { in take_request_call_context()239 pub fn take_request_call_context(&mut self) -> Option<RequestCallContext> { in take_request_call_context()245 rc: &mut RequestCallContext, in handle()