Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
mock_addressing.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <gmock/gmock.h>
4
5#include <cstddef>
6#include <memory>
7#include <span>
8#include <vector>
9
14
15namespace bb::avm2::simulation {
16
18 public:
19 // https://google.github.io/googletest/gmock_cook_book.html#making-the-compilation-faster
21 ~MockAddressing() override;
22
24};
25
26} // namespace bb::avm2::simulation
virtual std::vector< Operand > resolve(const Instruction &instruction, MemoryInterface &memory)=0
MOCK_METHOD(std::vector< Operand >, resolve,(const Instruction &, MemoryInterface &memory),(override))
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13