Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dresource_quota.cc739 static int rq_cmp(void* a, void* b) { return GPR_ICMP(a, b); } in rq_cmp() function
742 static const grpc_arg_pointer_vtable vtable = {rq_copy, rq_destroy, rq_cmp}; in grpc_resource_quota_arg_vtable()