Searched defs:c_call (Results 1 – 6 of 6) sorted by relevance
108 grpc_call* c_call = nullptr; in CreateCallInternal() local
278 grpc_call* c_call() { return call_; } in c_call() function
404 grpc_call* c_call() { return call_; } in c_call() function
411 grpc_call* c_call() { return call_; } in c_call() function
286 grpc_call* c_call() { return call_.call; } in c_call() function
86 cdef tuple _operate(grpc_call *c_call, object operations, object user_tag):