Searched refs:RandomDistInterface (Results 1 – 3 of 3) sorted by relevance
39 class RandomDistInterface {41 RandomDistInterface() {} in RandomDistInterface() function42 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) {
29 using grpc::testing::RandomDistInterface;31 static void RunTest(RandomDistInterface&& r, int threads, in RunTest()
261 std::unique_ptr<RandomDistInterface> random_dist; in SetupLoadTest()