Searched refs:grpc_call_ref (Results 1 – 15 of 15) sorted by relevance
87 g_core_codegen_interface->grpc_call_ref(call); in CallbackWithStatusTag()168 g_core_codegen_interface->grpc_call_ref(call); in Set()
47 ::grpc::g_core_codegen_interface->grpc_call_ref(param.call->call()); in RunHandler()266 ::grpc::g_core_codegen_interface->grpc_call_ref(param.call->call()); in RunHandler()455 ::grpc::g_core_codegen_interface->grpc_call_ref(param.call->call()); in RunHandler()683 ::grpc::g_core_codegen_interface->grpc_call_ref(param.call->call()); in RunHandler()
114 virtual void grpc_call_ref(grpc_call* call) = 0;
73 void grpc_call_ref(grpc_call* call) override;
707 ::grpc::g_core_codegen_interface->grpc_call_ref(call.call()); in Create()866 ::grpc::g_core_codegen_interface->grpc_call_ref(call.call()); in Create()1093 ::grpc::g_core_codegen_interface->grpc_call_ref(call.call()); in Create()1203 ::grpc::g_core_codegen_interface->grpc_call_ref(call.call()); in Create()
698 ::grpc::g_core_codegen_interface->grpc_call_ref(call.call()); in Create()857 ::grpc::g_core_codegen_interface->grpc_call_ref(call.call()); in Create()1082 ::grpc::g_core_codegen_interface->grpc_call_ref(call.call()); in Create()1191 ::grpc::g_core_codegen_interface->grpc_call_ref(call.call()); in Create()
891 g_core_codegen_interface->grpc_call_ref(call->call()); in FillOps()
121 void CoreCodegen::grpc_call_ref(grpc_call* call) { ::grpc_call_ref(call); } in grpc_call_ref() function in grpc::CoreCodegen
54 grpc_call_ref
67 "grpc_call_ref";
346 GRPCAPI void grpc_call_ref(grpc_call* call);
278 grpc_call_ref(call->call()); in BeginCompletionOp()
123 printf("%lx", (unsigned long) grpc_call_ref); in main()
199 #define grpc_call_ref grpc_call_ref_import macro
575 void grpc_call_ref(grpc_call* c) { c->ext_ref.Ref(); } in grpc_call_ref() function