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

  /external/regex-re2/re2/
prog.h 106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; }
153 int32 match_id_; // opcode == kInstMatch member in union:re2::Prog::Inst::__anon13445
regexp.h 153 // with match ID match_id_ (used by RE2::Set).
333 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; }
566 int match_id_; // HaveMatch member in union:re2::Regexp::__anon13448
prog.cc 46 match_id_ = id;
regexp.cc 167 re->match_id_ = match_id;

Completed in 29 milliseconds