Searched refs:GeneratePostfix (Results 1 – 2 of 2) sorted by relevance
/external/regex-re2/re2/testing/ |
D | regexp_generator.cc | 61 GeneratePostfix(&postfix, 0, 0, 0); in Generate() 101 void RegexpGenerator::GeneratePostfix(vector<string>* post, int nstk, in GeneratePostfix() function in re2::RegexpGenerator 116 GeneratePostfix(post, nstk + 1, ops, atoms + 1); in GeneratePostfix() 128 GeneratePostfix(post, nstk - nargs + 1, ops + 1, atoms); in GeneratePostfix()
|
D | regexp_generator.h | 48 void GeneratePostfix(vector<string>* post, int nstk, int ops, int lits);
|