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

/external/chromium_org/third_party/re2/re2/
H A Dprog.h52 kInstAltMatch, // Alt: out_ is [00-FF] and back, out1_ is match; or vice versa. enumerator in enum:re2::InstOp
101 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; }
109 DCHECK_EQ(opcode(), kInstAltMatch); local
/external/regex-re2/re2/
H A Dprog.h52 kInstAltMatch, // Alt: out_ is [00-FF] and back, out1_ is match; or vice versa. enumerator in enum:re2::InstOp
101 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; }
109 DCHECK_EQ(opcode(), kInstAltMatch); local

Completed in 1462 milliseconds