Home
last modified time | relevance | path

Searched defs:RequestCallContext (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio/src/
Dserver.rs472 pub struct RequestCallContext { struct
478 impl RequestCallContext { argument
494 unsafe impl Send for RequestCallContext {} implementation
497 pub fn request_call(ctx: RequestCallContext, cq: &CompletionQueue) { in request_call()
/external/rust/crates/grpcio/src/call/
Dserver.rs95 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()