Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dinterarrival.h39 class RandomDistInterface {
41 RandomDistInterface() {} in RandomDistInterface() function
42 virtual ~RandomDistInterface() = 0;
47 inline RandomDistInterface::~RandomDistInterface() {} in ~RandomDistInterface()
57 class ExpDist final : public RandomDistInterface {
77 void init(const RandomDistInterface& r, int threads, int entries = 1000000) {
H A Dqps_interarrival_test.cc29 using grpc::testing::RandomDistInterface;
31 static void RunTest(RandomDistInterface&& r, int threads, in RunTest()
H A Dclient.h367 std::unique_ptr<RandomDistInterface> random_dist; in SetupLoadTest()