Home
last modified time | relevance | path

Searched refs:maxatoms (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dexhaustive_tester.cc147 void ExhaustiveTest(int maxatoms, int maxops, in ExhaustiveTest() argument
155 if (maxatoms > 1) in ExhaustiveTest()
156 maxatoms--; in ExhaustiveTest()
162 ExhaustiveTester t(maxatoms, maxops, alphabet, ops, in ExhaustiveTest()
175 void EgrepTest(int maxatoms, int maxops, const std::string& alphabet, in EgrepTest() argument
181 ExhaustiveTest(maxatoms, maxops, in EgrepTest()
Dexhaustive_tester.h43 ExhaustiveTester(int maxatoms, in ExhaustiveTester() argument
51 : RegexpGenerator(maxatoms, maxops, alphabet, ops), in ExhaustiveTester()
89 void ExhaustiveTest(int maxatoms, int maxops,
99 void EgrepTest(int maxatoms, int maxops, const std::string& alphabet,
Drandom_test.cc25 static void RandomTest(int maxatoms, int maxops, in RandomTest() argument
34 maxatoms--; in RandomTest()
39 ExhaustiveTester t(maxatoms, maxops, alphabet, ops, in RandomTest()
Dpossible_match_test.cc173 PossibleMatchTester(int maxatoms, in PossibleMatchTester() argument
179 : RegexpGenerator(maxatoms, maxops, alphabet, ops), in PossibleMatchTester()
Dregexp_generator.h32 RegexpGenerator(int maxatoms, int maxops,
Dregexp_generator.cc54 RegexpGenerator::RegexpGenerator(int maxatoms, int maxops, in RegexpGenerator() argument
57 : maxatoms_(maxatoms), maxops_(maxops), atoms_(atoms), ops_(ops) { in RegexpGenerator()