Home
last modified time | relevance | path

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

12

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcallback_common.h70 g_core_codegen_interface->grpc_call_ref(call); in CallbackWithStatusTag()
127 g_core_codegen_interface->grpc_call_ref(call); in CallbackWithSuccessTag()
Dcore_codegen.h70 void grpc_call_ref(grpc_call* call) override;
Dcore_codegen_interface.h107 virtual void grpc_call_ref(grpc_call* call) = 0;
Dcall.h634 g_core_codegen_interface->grpc_call_ref(call); in FillOps()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-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()
263 ::grpc::g_core_codegen_interface->grpc_call_ref(param.call->call()); in RunHandler()
449 ::grpc::g_core_codegen_interface->grpc_call_ref(param.call->call()); in RunHandler()
670 ::grpc::g_core_codegen_interface->grpc_call_ref(param.call->call()); in RunHandler()
Dcore_codegen.h73 void grpc_call_ref(grpc_call* call) override;
Dcore_codegen_interface.h114 virtual void grpc_call_ref(grpc_call* call) = 0;
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()
/external/rust/crates/grpcio-sys/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()
263 ::grpc::g_core_codegen_interface->grpc_call_ref(param.call->call()); in RunHandler()
449 ::grpc::g_core_codegen_interface->grpc_call_ref(param.call->call()); in RunHandler()
670 ::grpc::g_core_codegen_interface->grpc_call_ref(param.call->call()); in RunHandler()
Dcore_codegen.h73 void grpc_call_ref(grpc_call* call) override;
Dcore_codegen_interface.h114 virtual void grpc_call_ref(grpc_call* call) = 0;
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()
Dcall_op_set.h891 g_core_codegen_interface->grpc_call_ref(call->call()); in FillOps()
/external/grpc-grpc/src/cpp/common/
Dcore_codegen.cc110 void CoreCodegen::grpc_call_ref(grpc_call* call) { ::grpc_call_ref(call); } in grpc_call_ref() function in grpc::CoreCodegen
/external/rust/crates/grpcio-sys/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
/external/grpc-grpc/
Dgrpc.def53 grpc_call_ref
/external/rust/crates/grpcio-sys/grpc/
Dgrpc.def53 grpc_call_ref
/external/rust/crates/grpcio/src/task/
Dexecutor.rs61 grpc_sys::grpc_call_ref(self.call.call); in clone()
/external/grpc-grpc/include/grpc/
Dgrpc.h342 GRPCAPI void grpc_call_ref(grpc_call* call);
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dgrpc.h346 GRPCAPI void grpc_call_ref(grpc_call* call);
/external/rust/crates/grpcio-sys/grpc/include/grpc/
Dgrpc.h346 GRPCAPI void grpc_call_ref(grpc_call* call);
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_context.cc278 grpc_call_ref(call->call()); in BeginCompletionOp()
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c115 printf("%lx", (unsigned long) grpc_call_ref); in main()

12