OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rq_
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/test/cpp/microbenchmarks/
helpers.h
39
grpc_resource_quota* rq() { return
rq_
; }
47
rq_
= grpc_resource_quota_create("bm");
53
grpc_resource_quota*
rq_
;
member in class:Library
/external/grpc-grpc/test/cpp/performance/
writes_per_rpc_test.cc
64
rq_
= grpc_resource_quota_create("bm");
69
grpc_resource_quota* rq() { return
rq_
; }
73
grpc_resource_quota*
rq_
;
member in class:grpc::testing::InitializeStuff
Completed in 372 milliseconds