Home
last modified time | relevance | path

Searched refs:grpc_cq_internal_ref (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/core/lib/surface/
Dcompletion_queue.h54 void grpc_cq_internal_ref(grpc_completion_queue* cq, const char* reason,
59 grpc_cq_internal_ref(cq, reason, __FILE__, __LINE__)
63 void grpc_cq_internal_ref(grpc_completion_queue* cq);
65 #define GRPC_CQ_INTERNAL_REF(cq, reason) grpc_cq_internal_ref(cq)
Dcompletion_queue.cc596 void grpc_cq_internal_ref(grpc_completion_queue* cq, const char* reason, function
600 void grpc_cq_internal_ref(grpc_completion_queue* cq) {
/third_party/grpc/
Dlibgrpc.map163 "grpc_cq_internal_ref(grpc_completion_queue*)";