Searched defs:kInstMatch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dprog.h56 kInstMatch, // found a match! enumerator in enum:re2::InstOp
106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } local
153 int32 match_id_; // opcode == kInstMatch
/external/regex-re2/re2/
H A Dprog.h56 kInstMatch, // found a match! enumerator in enum:re2::InstOp
106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } local
153 int32 match_id_; // opcode == kInstMatch

Completed in 2881 milliseconds