Searched refs:GenerateRandomPostfix (Results 1 – 2 of 2) sorted by relevance
/external/regex-re2/re2/testing/ |
D | regexp_generator.cc | 71 GenerateRandomPostfix(&postfix, 0, 0, 0); in GenerateRandom() 137 bool RegexpGenerator::GenerateRandomPostfix(vector<string> *post, int nstk, in GenerateRandomPostfix() function in re2::RegexpGenerator 158 bool ret = GenerateRandomPostfix(post, nstk - nargs + 1, in GenerateRandomPostfix() 169 bool ret = GenerateRandomPostfix(post, nstk + 1, ops, atoms + 1); in GenerateRandomPostfix()
|
D | regexp_generator.h | 49 bool GenerateRandomPostfix(vector<string>* post, int nstk, int ops, int lits);
|