Searched defs:match_id (Results 1 - 4 of 4) sorted by relevance

/external/regex-re2/re2/
H A Dprog.h106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } function in class:re2::Prog::Inst
H A Dregexp.cc165 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { argument
167 re->match_id_ = match_id;
354 return a->match_id() == b->match_id();
H A Dcompile.cc419 Frag Compiler::Match(int32 match_id) { argument
423 inst_[id].InitMatch(match_id);
732 Frag f = Match(re->match_id());
H A Dregexp.h333 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } function in class:re2::Regexp
395 static Regexp* HaveMatch(int match_id, ParseFlags flags);

Completed in 154 milliseconds