Home
last modified time | relevance | path

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

/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_interface.h107 virtual void grpc_call_ref(grpc_call* call) = 0;
Dcore_codegen.h70 void grpc_call_ref(grpc_call* call) override;
Dcall.h634 g_core_codegen_interface->grpc_call_ref(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/grpc-grpc/
Dgrpc.def53 grpc_call_ref
/external/grpc-grpc/include/grpc/
Dgrpc.h342 GRPCAPI void grpc_call_ref(grpc_call* call);
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c115 printf("%lx", (unsigned long) grpc_call_ref); in main()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h199 #define grpc_call_ref grpc_call_ref_import macro
/external/grpc-grpc/src/core/lib/surface/
Dcall.cc536 void grpc_call_ref(grpc_call* c) { gpr_ref(&c->ext_ref); } in grpc_call_ref() function