Home | Sort by relevance Sort by last modified time |
/external/chromium_org/third_party/re2/re2/ | |
prog.h | 106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } function in class:re2::Prog::Inst |
regexp.h | 334 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } function in class:re2::Regexp 396 static Regexp* HaveMatch(int match_id, ParseFlags flags); |