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

  /external/regex-re2/re2/
prog.h 106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } function in class:re2::Prog::Inst
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);

Completed in 250 milliseconds