Lines Matching refs:GetU32
176 << "char32\t" << static_cast<char>(buf.GetU32(offset + 1)) << std::endl; in DumpOpCode()
195 << "goto\t" << buf.GetU32(offset + 1) + offset + GetSize() << std::endl; in DumpOpCode()
210 << "split_next\t" << buf.GetU32(offset + 1) + offset + GetSize() << std::endl; in DumpOpCode()
225 << "split_first\t" << buf.GetU32(offset + 1) + offset + GetSize() << std::endl; in DumpOpCode()
241 << "loop\t" << buf.GetU32(offset + 1) + offset + GetSize() << "\t" in DumpOpCode()
242 …<< buf.GetU32(offset + RegExpOpCode::OP_SIZE_FIVE) << "\t" << buf.GetU32(offset + RegExpOpCode::OP… in DumpOpCode()
259 << "greedy_loop\t" << buf.GetU32(offset + 1) + offset + GetSize() << "\t" in DumpOpCode()
260 …<< buf.GetU32(offset + RegExpOpCode::OP_SIZE_FIVE) << "\t" << buf.GetU32(offset + RegExpOpCode::OP… in DumpOpCode()
316 << "check_char\t" << buf.GetU32(offset + 1) + offset + GetSize() << std::endl; in DumpOpCode()
447 << "match_ahead\t" << buf.GetU32(offset + 1) + offset + GetSize() << std::endl; in DumpOpCode()
484 …out << buf.GetU32(offset + RegExpOpCode::OP_SIZE_THREE + (i * RegExpOpCode::OP_SIZE_EIGHT)) << "\t" in DumpOpCode()
485 << buf.GetU32(offset + RegExpOpCode::OP_SIZE_THREE + in DumpOpCode()
516 << "negative_match_ahead\t" << buf.GetU32(offset + 1) + offset + GetSize() << std::endl; in DumpOpCode()