Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dprog.h106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } in match_id()
153 int32 match_id_; // opcode == kInstMatch member
Dregexp.h334 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id()
567 int match_id_; // HaveMatch member
Dprog.cc46 match_id_ = id; in InitMatch()
Dregexp.cc178 re->match_id_ = match_id; in HaveMatch()
/external/chromium_org/third_party/re2/re2/
Dprog.h106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } in match_id()
153 int32 match_id_; // opcode == kInstMatch member
Dregexp.h334 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id()
567 int match_id_; // HaveMatch member
Dprog.cc46 match_id_ = id; in InitMatch()
Dregexp.cc178 re->match_id_ = match_id; in HaveMatch()