Searched refs:HandleRegexp (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/re2/re2/testing/
H A Dregexp_generator.h24 // For each such expression re, calls HandleRegexp(re).
26 // Callers are expected to subclass RegexpGenerator and provide HandleRegexp.
34 // Generates all the regular expressions, calling HandleRegexp(re) for each.
37 // Generates n random regular expressions, calling HandleRegexp(re) for each.
41 virtual void HandleRegexp(const string& regexp) = 0;
H A Dexhaustive_tester.h46 void HandleRegexp(const string& regexp);
59 int regexps_; // Number of HandleRegexp calls
H A Dregexp_generator.cc21 // and passes the regexp to HandleRegexp.
58 // calling HandleRegexp for each one.
64 // Generates random regular expressions, calling HandleRegexp for each one.
178 // passed to HandleRegexp. The results of operators like %s|%s are wrapped
222 HandleRegexp(regexps.top());
223 HandleRegexp("^(?:" + regexps.top() + ")$");
224 HandleRegexp("^(?:" + regexps.top() + ")");
225 HandleRegexp("(?:" + regexps.top() + ")$");
H A Dpossible_match_test.cc181 void HandleRegexp(const string& regexp);
186 int regexps_; // Number of HandleRegexp calls
194 void PossibleMatchTester::HandleRegexp(const string& regexp) { function in class:re2::PossibleMatchTester
H A Dexhaustive_tester.cc77 void ExhaustiveTester::HandleRegexp(const string& const_regexp) { function in class:re2::ExhaustiveTester
/external/regex-re2/re2/testing/
H A Dregexp_generator.h24 // For each such expression re, calls HandleRegexp(re).
26 // Callers are expected to subclass RegexpGenerator and provide HandleRegexp.
34 // Generates all the regular expressions, calling HandleRegexp(re) for each.
37 // Generates n random regular expressions, calling HandleRegexp(re) for each.
41 virtual void HandleRegexp(const string& regexp) = 0;
H A Dexhaustive_tester.h46 void HandleRegexp(const string& regexp);
59 int regexps_; // Number of HandleRegexp calls
H A Dregexp_generator.cc21 // and passes the regexp to HandleRegexp.
58 // calling HandleRegexp for each one.
64 // Generates random regular expressions, calling HandleRegexp for each one.
178 // passed to HandleRegexp. The results of operators like %s|%s are wrapped
222 HandleRegexp(regexps.top());
223 HandleRegexp("^(?:" + regexps.top() + ")$");
224 HandleRegexp("^(?:" + regexps.top() + ")");
225 HandleRegexp("(?:" + regexps.top() + ")$");
H A Dpossible_match_test.cc181 void HandleRegexp(const string& regexp);
186 int regexps_; // Number of HandleRegexp calls
194 void PossibleMatchTester::HandleRegexp(const string& regexp) { function in class:re2::PossibleMatchTester
H A Dexhaustive_tester.cc77 void ExhaustiveTester::HandleRegexp(const string& const_regexp) { function in class:re2::ExhaustiveTester

Completed in 103 milliseconds