Home
last modified time | relevance | path

Searched defs:grpc_call_unref (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/cpp/common/
Dcore_codegen.cc122 void CoreCodegen::grpc_call_unref(grpc_call* call) { ::grpc_call_unref(call); } in grpc_call_unref() function in grpc::CoreCodegen
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h202 #define grpc_call_unref grpc_call_unref_import macro
/third_party/grpc/src/core/lib/surface/
Dcall.cc577 void grpc_call_unref(grpc_call* c) { in grpc_call_unref() function