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

/external/regex-re2/re2/
H A Dprog.h55 kInstEmptyWidth, // empty-width special (^ $ ...); bit(s) set in empty_ enumerator in enum:re2::InstOp
107 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; } local
162 EmptyOp empty_; // opcode == kInstEmptyWidth

Completed in 84 milliseconds