Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dserver.rs299 pub struct RequestCallContext { struct
305 impl RequestCallContext { implementation
322 unsafe impl Send for RequestCallContext {} implementation
325 pub fn request_call(ctx: RequestCallContext, cq: &CompletionQueue) { in request_call()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dserver.rs93 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()