HomeSort by relevance Sort by last modified time
    Searched refs:match_id (Results 1 - 7 of 7) sorted by null

  /external/regex-re2/re2/
regexp.h 333 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } function in class:re2::Regexp
395 static Regexp* HaveMatch(int match_id, ParseFlags flags);
prog.h 106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } function in class:re2::Prog::Inst
regexp.cc 165 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) {
167 re->match_id_ = match_id;
354 return a->match_id() == b->match_id();
tostring.cc 284 t_->append("(?HaveMatch:%d)", re->match_id());
prog.cc 83 return StringPrintf("match! %d", match_id());
compile.cc 419 Frag Compiler::Match(int32 match_id) {
423 inst_[id].InitMatch(match_id);
732 Frag f = Match(re->match_id());
    [all...]
dfa.cc     [all...]

Completed in 71 milliseconds