|
void | HandleRegexp (const std::string ®exp) |
|
void | HandleRegexp (const std::string ®exp) |
|
| PossibleMatchTester (int maxatoms, int maxops, const std::vector< std::string > &alphabet, const std::vector< std::string > &ops, int maxstrlen, const std::vector< std::string > &stralphabet) |
|
| PossibleMatchTester (int maxatoms, int maxops, const std::vector< std::string > &alphabet, const std::vector< std::string > &ops, int maxstrlen, const std::vector< std::string > &stralphabet) |
|
int | regexps () |
|
int | regexps () |
|
int | tests () |
|
int | tests () |
|
void | Generate () |
|
void | Generate () |
|
void | GenerateRandom (int32_t seed, int n) |
|
void | GenerateRandom (int32_t seed, int n) |
|
| RegexpGenerator (int maxatoms, int maxops, const std::vector< std::string > &atoms, const std::vector< std::string > &ops) |
|
| RegexpGenerator (int maxatoms, int maxops, const std::vector< std::string > &atoms, const std::vector< std::string > &ops) |
|
virtual | ~RegexpGenerator () |
|
virtual | ~RegexpGenerator () |
|
◆ PossibleMatchTester() [1/4]
re2::PossibleMatchTester::PossibleMatchTester |
( |
int |
maxatoms, |
|
|
int |
maxops, |
|
|
const std::vector< std::string > & |
alphabet, |
|
|
const std::vector< std::string > & |
ops, |
|
|
int |
maxstrlen, |
|
|
const std::vector< std::string > & |
stralphabet |
|
) |
| |
|
inline |
◆ PossibleMatchTester() [2/4]
◆ PossibleMatchTester() [3/4]
re2::PossibleMatchTester::PossibleMatchTester |
( |
int |
maxatoms, |
|
|
int |
maxops, |
|
|
const std::vector< std::string > & |
alphabet, |
|
|
const std::vector< std::string > & |
ops, |
|
|
int |
maxstrlen, |
|
|
const std::vector< std::string > & |
stralphabet |
|
) |
| |
|
inline |
◆ PossibleMatchTester() [4/4]
◆ HandleRegexp() [1/2]
void re2::PossibleMatchTester::HandleRegexp |
( |
const std::string & |
regexp | ) |
|
|
virtual |
◆ HandleRegexp() [2/2]
void re2::PossibleMatchTester::HandleRegexp |
( |
const std::string & |
regexp | ) |
|
|
virtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ regexps() [1/2]
int re2::PossibleMatchTester::regexps |
( |
| ) |
|
|
inline |
◆ regexps() [2/2]
int re2::PossibleMatchTester::regexps |
( |
| ) |
|
|
inline |
◆ tests() [1/2]
int re2::PossibleMatchTester::tests |
( |
| ) |
|
|
inline |
◆ tests() [2/2]
int re2::PossibleMatchTester::tests |
( |
| ) |
|
|
inline |
◆ regexps_
int re2::PossibleMatchTester::regexps_ |
|
private |
◆ strgen_
◆ tests_
int re2::PossibleMatchTester::tests_ |
|
private |
The documentation for this class was generated from the following file: