Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <mock_bytecode_manager.hpp>
Public Member Functions | |
MockBytecodeManager () | |
~MockBytecodeManager () override | |
MOCK_METHOD (Instruction, read_instruction,(uint32_t pc),(override)) | |
MOCK_METHOD (BytecodeId, get_bytecode_id,(),(override)) | |
MOCK_METHOD (std::optional< BytecodeId >, try_get_bytecode_id,(),(override)) | |
![]() | |
virtual | ~BytecodeManagerInterface ()=default |
virtual Instruction | read_instruction (uint32_t pc)=0 |
virtual BytecodeId | get_bytecode_id ()=0 |
virtual std::optional< BytecodeId > | try_get_bytecode_id ()=0 |
Definition at line 14 of file mock_bytecode_manager.hpp.
|
default |
|
overridedefault |
bb::avm2::simulation::MockBytecodeManager::MOCK_METHOD | ( | BytecodeId | , |
get_bytecode_id | , | ||
() | , | ||
(override) | |||
) |
bb::avm2::simulation::MockBytecodeManager::MOCK_METHOD | ( | Instruction | , |
read_instruction | , | ||
(uint32_t pc) | , | ||
(override) | |||
) |
bb::avm2::simulation::MockBytecodeManager::MOCK_METHOD | ( | std::optional< BytecodeId > | , |
try_get_bytecode_id | , | ||
() | , | ||
(override) | |||
) |