Searched refs:CharOpCode (Results 1 – 3 of 3) sorted by relevance
116 class CharOpCode : public RegExpOpCode {118 CharOpCode() : RegExpOpCode(OP_CHAR, RegExpOpCode::OP_SIZE_THREE) {} in CharOpCode() function120 ~CharOpCode() override = default;121 NO_COPY_SEMANTIC(CharOpCode);122 NO_MOVE_SEMANTIC(CharOpCode);
25 static CharOpCode g_charOpcode = CharOpCode(); // NOLINTNEXTLINE(fuchsia-statically…151 uint32_t CharOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()159 uint32_t CharOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
308 CharOpCode charOp; in ParseAlternative()438 CharOpCode charOp; in ParseAlternative()