Searched refs:ExhaustiveTester (Results 1 – 3 of 3) sorted by relevance
41 class ExhaustiveTester : public RegexpGenerator {43 ExhaustiveTester(int maxatoms, in ExhaustiveTester() function84 ExhaustiveTester(const ExhaustiveTester&) = delete;85 ExhaustiveTester& operator=(const ExhaustiveTester&) = delete;
78 void ExhaustiveTester::HandleRegexp(const std::string& const_regexp) { in HandleRegexp()162 ExhaustiveTester t(maxatoms, maxops, alphabet, ops, in ExhaustiveTest()
39 ExhaustiveTester t(maxatoms, maxops, alphabet, ops, in RandomTest()