OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegexpGenerator
(Results
1 - 8
of
8
) sorted by null
/external/regex-re2/re2/testing/
exhaustive2_test.cc
18
RegexpGenerator
::EgrepOps(),
28
ExhaustiveTest(1, 1, escaped,
RegexpGenerator
::EgrepOps(),
37
RegexpGenerator
::EgrepOps(),
65
//
RegexpGenerator
::EgrepOps(),
regexp_generator.h
26
// Callers are expected to subclass
RegexpGenerator
and provide HandleRegexp.
28
class
RegexpGenerator
{
30
RegexpGenerator
(int maxatoms, int maxops, const vector<string>& atoms,
32
virtual ~
RegexpGenerator
() {}
56
DISALLOW_EVIL_CONSTRUCTORS(
RegexpGenerator
);
59
// Helpers for preparing arguments to
RegexpGenerator
constructor.
random_test.cc
45
RandomTest(5, 5, Explode("abc."),
RegexpGenerator
::EgrepOps(),
52
RandomTest(10, 10, Explode("abc."),
RegexpGenerator
::EgrepOps(),
60
RandomTest(5, 5, Split(" ", "a (b) ."),
RegexpGenerator
::EgrepOps(),
68
RandomTest(10, 10, Split(" ", "a (b) ."),
RegexpGenerator
::EgrepOps(),
exhaustive3_test.cc
16
ExhaustiveTest(2, 1, atoms,
RegexpGenerator
::EgrepOps(),
24
ExhaustiveTest(2, 1, atoms,
RegexpGenerator
::EgrepOps(),
exhaustive_tester.h
24
class ExhaustiveTester : public
RegexpGenerator
{
34
:
RegexpGenerator
(maxatoms, maxops, alphabet, ops),
45
// Needed for
RegexpGenerator
interface.
regexp_generator.cc
33
const vector<string>&
RegexpGenerator
::EgrepOps() {
46
RegexpGenerator
::
RegexpGenerator
(int maxatoms, int maxops,
59
void
RegexpGenerator
::Generate() {
65
void
RegexpGenerator
::GenerateRandom(int32 seed, int n) {
101
void
RegexpGenerator
::GeneratePostfix(vector<string>* post, int nstk,
137
bool
RegexpGenerator
::GenerateRandomPostfix(vector<string> *post, int nstk,
180
void
RegexpGenerator
::RunPostfix(const vector<string>& post) {
possible_match_test.cc
165
class PossibleMatchTester : public
RegexpGenerator
{
173
:
RegexpGenerator
(maxatoms, maxops, alphabet, ops),
180
// Needed for
RegexpGenerator
interface.
233
RegexpGenerator
::EgrepOps(),
exhaustive_tester.cc
180
RegexpGenerator
::EgrepOps(),
Completed in 153 milliseconds