Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/microbenchmarks/
Dhelpers.h39 grpc_resource_quota* rq() { return rq_; } in rq()
47 rq_ = grpc_resource_quota_create("bm"); in Library()
53 grpc_resource_quota* rq_; variable
/external/grpc-grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc64 rq_ = grpc_resource_quota_create("bm"); in InitializeStuff()
69 grpc_resource_quota* rq() { return rq_; } in rq()
73 grpc_resource_quota* rq_; member in grpc::testing::InitializeStuff