Searched defs:c_call (Results 1 – 12 of 12) sorted by relevance
500 grpc_call* c_call() const { return call_; } in c_call() function545 grpc_call* c_call() { return impl_->call.c_call(); } in c_call() function
114 grpc_call* c_call = nullptr; in CreateCallInternal() local
406 grpc_call* c_call() { return call_; } in c_call() function
289 grpc_call* c_call() { return call_.call; } in c_call() function
124 cdef tuple _operate(grpc_call *c_call, object operations, object user_tag):
1687 auto c_call = c_builder.AddInstruction( in TEST_F() local
2698 grpc_call* CallContext::c_call() { return call_->c_ptr(); } in c_call() function in grpc_core::CallContext