Searched refs:match_id_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dprog.h106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; }
153 int32 match_id_; // opcode == kInstMatch member in union:re2::Prog::Inst::__anon13461
H A Dregexp.h153 // with match ID match_id_ (used by RE2::Set).
334 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; }
567 int match_id_; // HaveMatch member in union:re2::Regexp::__anon13464
H A Dprog.cc46 match_id_ = id;
H A Dregexp.cc178 re->match_id_ = match_id;
/external/regex-re2/re2/
H A Dprog.h106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; }
153 int32 match_id_; // opcode == kInstMatch member in union:re2::Prog::Inst::__anon25170
H A Dregexp.h153 // with match ID match_id_ (used by RE2::Set).
334 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; }
567 int match_id_; // HaveMatch member in union:re2::Regexp::__anon25173
H A Dprog.cc46 match_id_ = id;
H A Dregexp.cc178 re->match_id_ = match_id;

Completed in 87 milliseconds