OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunPostfix
(Results
1 - 2
of
2
) sorted by null
/external/regex-re2/re2/testing/
regexp_generator.h
47
void
RunPostfix
(const vector<string>& post);
regexp_generator.cc
20
// Then
RunPostfix
turns each sequence into a regular expression
89
// Each sequence is handed off to
RunPostfix
to generate a regular expression.
104
RunPostfix
(*post);
142
RunPostfix
(*post);
180
void RegexpGenerator::
RunPostfix
(const vector<string>& post) {
Completed in 219 milliseconds