MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / Generate

Method Generate

extern/re2/re2/testing/regexp_generator.cc:67–70  ·  view source on GitHub ↗

Generates all possible regular expressions (within the parameters), calling HandleRegexp for each one.

Source from the content-addressed store, hash-verified

65// Generates all possible regular expressions (within the parameters),
66// calling HandleRegexp for each one.
67void RegexpGenerator::Generate() {
68 std::vector<std::string> postfix;
69 GeneratePostfix(&postfix, 0, 0, 0);
70}
71
72// Generates random regular expressions, calling HandleRegexp for each one.
73void RegexpGenerator::GenerateRandom(int32_t seed, int n) {

Callers 2

TESTFunction · 0.80
ExhaustiveTestFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
ExhaustiveTestFunction · 0.64