Searched defs:GeneratePostfix (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/testing/
H A Dregexp_generator.cc19 // GeneratePostfix generates all possible command sequences.
61 GeneratePostfix(&postfix, 0, 0, 0);
99 // The initial call should be GeneratePostfix([empty vector], 0, 0, 0).
101 void RegexpGenerator::GeneratePostfix(vector<string>* post, int nstk, function in class:re2::RegexpGenerator
116 GeneratePostfix(post, nstk + 1, ops, atoms + 1);
128 GeneratePostfix(post, nstk - nargs + 1, ops + 1, atoms);
/external/regex-re2/re2/testing/
H A Dregexp_generator.cc19 // GeneratePostfix generates all possible command sequences.
61 GeneratePostfix(&postfix, 0, 0, 0);
99 // The initial call should be GeneratePostfix([empty vector], 0, 0, 0).
101 void RegexpGenerator::GeneratePostfix(vector<string>* post, int nstk, function in class:re2::RegexpGenerator
116 GeneratePostfix(post, nstk + 1, ops, atoms + 1);
128 GeneratePostfix(post, nstk - nargs + 1, ops + 1, atoms);

Completed in 1494 milliseconds