Home
last modified time | relevance | path

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

/external/regex-re2/re2/testing/
Dexhaustive_tester.h24 class ExhaustiveTester : public RegexpGenerator {
26 ExhaustiveTester(int maxatoms, in ExhaustiveTester() function
66 DISALLOW_EVIL_CONSTRUCTORS(ExhaustiveTester);
Dexhaustive_tester.cc77 void ExhaustiveTester::HandleRegexp(const string& const_regexp) { in HandleRegexp()
159 ExhaustiveTester t(maxatoms, maxops, alphabet, ops, in ExhaustiveTest()
Drandom_test.cc34 ExhaustiveTester t(maxatoms, maxops, alphabet, ops, in RandomTest()