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

/external/regex-re2/re2/
H A Dbitstate.cc54 bool endmatch_; // whether match must end at text.end() member in class:re2::BitState
75 endmatch_(false),
256 if (endmatch_ && p != text_.end())
307 endmatch_ = prog_->anchor_end();
H A Dnfa.cc113 bool endmatch_; // whether match must end at text.end() member in class:re2::NFA
115 const char* etext_; // end of text being matched (for endmatch_)
133 endmatch_ = false;
340 if (endmatch_ && p != etext_)
426 endmatch_ = true;

Completed in 1984 milliseconds