Home
last modified time | relevance | path

Searched refs:handle_unary_req (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio/src/task/
Dcallback.rs31 Err(ctx) => ctx.handle_unary_req(rc, cq), in resolve()
/external/rust/crates/grpcio/src/call/
Dserver.rs119 pub fn handle_unary_req(self, rc: RequestCallContext, _: &CompletionQueue) { in handle_unary_req() method