Searched refs:Range32OpCode (Results 1 – 3 of 3) sorted by relevance
368 friend class Range32OpCode; variable442 class Range32OpCode : public RegExpOpCode {444 Range32OpCode() : RegExpOpCode(OP_RANGE32, RegExpOpCode::OP_SIZE_ONE) {} in Range32OpCode() function445 ~Range32OpCode() override = default;446 NO_COPY_SEMANTIC(Range32OpCode);447 NO_MOVE_SEMANTIC(Range32OpCode);
364 Range32OpCode rangeOp; in ParseAlternative()907 Range32OpCode rangeOp; in ParseAtomEscape()922 Range32OpCode rangeOp; in ParseAtomEscape()938 Range32OpCode rangeOp; in ParseAtomEscape()
59 static Range32OpCode g_range32Opcode = Range32OpCode(); // NOLINTNEXTLINE(fuchsia-statically-const…478 uint32_t Range32OpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()493 uint32_t Range32OpCode::InsertOpCode(DynChunk *buf, const RangeSet &rangeSet) const in InsertOpCode()