Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
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) {
Dqps_interarrival_test.cc29 using grpc::testing::RandomDistInterface;
31 static void RunTest(RandomDistInterface&& r, int threads, in RunTest()
Dclient.h261 std::unique_ptr<RandomDistInterface> random_dist; in SetupLoadTest()