Searched refs:ExhaustiveTester (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/re2/re2/testing/
H A Dexhaustive_tester.h24 class ExhaustiveTester : public RegexpGenerator { class in namespace:re2
26 ExhaustiveTester(int maxatoms, function in class:re2::ExhaustiveTester
66 DISALLOW_EVIL_CONSTRUCTORS(ExhaustiveTester);
H A Drandom_test.cc34 ExhaustiveTester t(maxatoms, maxops, alphabet, ops,
H A Dexhaustive_tester.cc43 LOG(FATAL) << "ExhaustiveTester escape: too long";
77 void ExhaustiveTester::HandleRegexp(const string& const_regexp) {
159 ExhaustiveTester t(maxatoms, maxops, alphabet, ops,
/external/regex-re2/re2/testing/
H A Dexhaustive_tester.h24 class ExhaustiveTester : public RegexpGenerator { class in namespace:re2
26 ExhaustiveTester(int maxatoms, function in class:re2::ExhaustiveTester
66 DISALLOW_EVIL_CONSTRUCTORS(ExhaustiveTester);
H A Drandom_test.cc34 ExhaustiveTester t(maxatoms, maxops, alphabet, ops,
H A Dexhaustive_tester.cc43 LOG(FATAL) << "ExhaustiveTester escape: too long";
77 void ExhaustiveTester::HandleRegexp(const string& const_regexp) {
159 ExhaustiveTester t(maxatoms, maxops, alphabet, ops,

Completed in 102 milliseconds