8#include <gmock/gmock.h>
virtual BytecodeId get_bytecode_id()=0
virtual Instruction read_instruction(uint32_t pc)=0
virtual std::optional< BytecodeId > try_get_bytecode_id()=0
MOCK_METHOD(BytecodeId, get_bytecode_id,(),(override))
MOCK_METHOD(std::optional< BytecodeId >, try_get_bytecode_id,(),(override))
MOCK_METHOD(Instruction, read_instruction,(uint32_t pc),(override))
~MockBytecodeManager() override
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept