Home
last modified time | relevance | path

Searched defs:c_call (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/cpp/client/
Dchannel_cc.cc108 grpc_call* c_call = nullptr; in CreateCallInternal() local
/third_party/grpc/include/grpcpp/impl/codegen/
Dserver_context_impl.h278 grpc_call* c_call() { return call_; } in c_call() function
Dclient_context_impl.h404 grpc_call* c_call() { return call_; } in c_call() function
Dclient_context.h411 grpc_call* c_call() { return call_; } in c_call() function
Dserver_context.h286 grpc_call* c_call() { return call_.call; } in c_call() function
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannel.pyx.pxi86 cdef tuple _operate(grpc_call *c_call, object operations, object user_tag):