Searched refs:match_id (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dregexp.h334 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } function in class:re2::Regexp
396 static Regexp* HaveMatch(int match_id, ParseFlags flags);
H A Dprog.h106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } function in class:re2::Prog::Inst
H A Dregexp.cc176 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { argument
178 re->match_id_ = match_id;
365 return a->match_id() == b->match_id();
H A Dtostring.cc284 t_->append("(?HaveMatch:%d)", re->match_id());
H A Dprog.cc83 return StringPrintf("match! %d", match_id());
H A Dcompile.cc421 Frag Compiler::Match(int32 match_id) { argument
425 inst_[id].InitMatch(match_id);
734 Frag f = Match(re->match_id());
H A Ddfa.cc1518 v->push_back(ip->match_id());
/external/regex-re2/re2/
H A Dregexp.h334 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } function in class:re2::Regexp
396 static Regexp* HaveMatch(int match_id, ParseFlags flags);
H A Dprog.h106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } function in class:re2::Prog::Inst
H A Dregexp.cc176 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { argument
178 re->match_id_ = match_id;
365 return a->match_id() == b->match_id();
H A Dtostring.cc284 t_->append("(?HaveMatch:%d)", re->match_id());
H A Dprog.cc83 return StringPrintf("match! %d", match_id());
H A Dcompile.cc420 Frag Compiler::Match(int32 match_id) { argument
424 inst_[id].InitMatch(match_id);
733 Frag f = Match(re->match_id());
H A Ddfa.cc1516 v->push_back(ip->match_id());

Completed in 143 milliseconds