OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenerateRandomPostfix
(Results
1 - 2
of
2
) sorted by null
/external/regex-re2/re2/testing/
regexp_generator.h
49
bool
GenerateRandomPostfix
(vector<string>* post, int nstk, int ops, int lits);
regexp_generator.cc
71
GenerateRandomPostfix
(&postfix, 0, 0, 0);
137
bool RegexpGenerator::
GenerateRandomPostfix
(vector<string> *post, int nstk,
158
bool ret =
GenerateRandomPostfix
(post, nstk - nargs + 1,
169
bool ret =
GenerateRandomPostfix
(post, nstk + 1, ops, atoms + 1);
Completed in 461 milliseconds