Home
last modified time | relevance | path

Searched defs:request_call (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dserver.pyx.pxi43 def request_call( member in Server
/external/grpc-grpc/test/core/fling/
Dserver.cc79 static void request_call(void) { in request_call() function
/external/rust/crates/grpcio/src/call/
Dserver.rs76 request_call: Option<RequestCallContext>, field
214 request_call: Option<RequestCallContext>, field
/external/grpc-grpc/test/core/end2end/fixtures/
Dproxy.cc413 static void request_call(grpc_end2end_proxy* proxy) { in request_call() function
/external/rust/crates/grpcio/src/
Dserver.rs497 pub fn request_call(ctx: RequestCallContext, cq: &CompletionQueue) { in request_call() function