Home
last modified time | relevance | path

Searched defs:match_id (Results 1 – 4 of 4) sorted by relevance

/third_party/re2/re2/
Dprog.h91 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } in match_id() function
Dregexp.h342 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id() function
Dregexp.cc187 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { in HaveMatch()
Dcompile.cc417 Frag Compiler::Match(int32_t match_id) { in Match()