Home
last modified time | relevance | path

Searched refs:grpc_call_ref (Results 1 – 15 of 15) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Dcallback_common.h87 g_core_codegen_interface->grpc_call_ref(call); in CallbackWithStatusTag()
168 g_core_codegen_interface->grpc_call_ref(call); in Set()
Dserver_callback_handlers.h47 ::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()
Dcore_codegen_interface.h114 virtual void grpc_call_ref(grpc_call* call) = 0;
Dcore_codegen.h73 void grpc_call_ref(grpc_call* call) override;
Dclient_callback.h707 ::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()
Dclient_callback_impl.h698 ::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()
Dcall_op_set.h891 g_core_codegen_interface->grpc_call_ref(call->call()); in FillOps()
/third_party/grpc/src/cpp/common/
Dcore_codegen.cc121 void CoreCodegen::grpc_call_ref(grpc_call* call) { ::grpc_call_ref(call); } in grpc_call_ref() function in grpc::CoreCodegen
/third_party/grpc/
Dgrpc.def54 grpc_call_ref
Dlibgrpc.map67 "grpc_call_ref";
/third_party/grpc/include/grpc/
Dgrpc.h346 GRPCAPI void grpc_call_ref(grpc_call* call);
/third_party/grpc/src/cpp/server/
Dserver_context.cc278 grpc_call_ref(call->call()); in BeginCompletionOp()
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c123 printf("%lx", (unsigned long) grpc_call_ref); in main()
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h199 #define grpc_call_ref grpc_call_ref_import macro
/third_party/grpc/src/core/lib/surface/
Dcall.cc575 void grpc_call_ref(grpc_call* c) { c->ext_ref.Ref(); } in grpc_call_ref() function