Searched refs:Char32OpCode (Results 1 – 3 of 3) sorted by relevance
432 class Char32OpCode : public RegExpOpCode {434 Char32OpCode() : RegExpOpCode(OP_CHAR32, RegExpOpCode::OP_SIZE_FIVE) {} in Char32OpCode() function436 ~Char32OpCode() override = default;437 NO_COPY_SEMANTIC(Char32OpCode);438 NO_MOVE_SEMANTIC(Char32OpCode);
58 static Char32OpCode g_char32Opcode = Char32OpCode(); // NOLINTNEXTLINE(fuchsia-statically-const…166 uint32_t Char32OpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()173 uint32_t Char32OpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
301 Char32OpCode charOp; in ParseAlternative()424 Char32OpCode charOp; in ParseAlternative()