Home | History | Annotate | Download | only in re2

Lines Matching refs:endmatch

1892   bool endmatch = false;
1894 endmatch = true;
1896 endmatch = true;
1904 if (match0 == NULL && !endmatch) {
1918 if (endmatch && ep != (reversed_ ? text.begin() : text.end()))