OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeneratePostfix
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/re2/re2/testing/
regexp_generator.h
48
void
GeneratePostfix
(vector<string>* post, int nstk, int ops, int lits);
regexp_generator.cc
19
//
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,
116
GeneratePostfix
(post, nstk + 1, ops, atoms + 1);
128
GeneratePostfix
(post, nstk - nargs + 1, ops + 1, atoms);
/external/regex-re2/re2/testing/
regexp_generator.h
48
void
GeneratePostfix
(vector<string>* post, int nstk, int ops, int lits);
regexp_generator.cc
19
//
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,
116
GeneratePostfix
(post, nstk + 1, ops, atoms + 1);
128
GeneratePostfix
(post, nstk - nargs + 1, ops + 1, atoms);
Completed in 542 milliseconds