Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
data_copy.test.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::avm2
 
namespace  bb::avm2::simulation
 

Variable Documentation

◆ calldata

std::vector<FF> calldata = { 1, 2, 3, 4, 5, 6, 7, 8 }
protected

Definition at line 60 of file data_copy.test.cpp.

◆ cd_offset

uint32_t cd_offset = 0
protected

Definition at line 63 of file data_copy.test.cpp.

◆ child_context_id

uint32_t child_context_id = 2
protected

Definition at line 173 of file data_copy.test.cpp.

◆ child_rd_addr

uint32_t child_rd_addr = 200
protected

Definition at line 172 of file data_copy.test.cpp.

◆ child_rd_size

uint32_t child_rd_size = static_cast<uint32_t>(returndata.size())
protected

Definition at line 171 of file data_copy.test.cpp.

◆ context

StrictMock<MockContext> context
protected

Definition at line 39 of file data_copy.test.cpp.

◆ data_copy

DataCopy data_copy = DataCopy(execution_id_manager, gt, event_emitter)
protected

Definition at line 41 of file data_copy.test.cpp.

◆ dst_addr

uint32_t dst_addr = 0
protected

Definition at line 43 of file data_copy.test.cpp.

◆ event_emitter

EventEmitter<DataCopyEvent> event_emitter
protected

Definition at line 40 of file data_copy.test.cpp.

◆ execution_id_manager

StrictMock<MockExecutionIdManager> execution_id_manager
protected

Definition at line 37 of file data_copy.test.cpp.

◆ gt

FakeGreaterThan gt
protected

Definition at line 38 of file data_copy.test.cpp.

◆ mem

MemoryStore mem
protected

Definition at line 36 of file data_copy.test.cpp.

◆ parent_cd_addr

uint32_t parent_cd_addr = 100
protected

Definition at line 61 of file data_copy.test.cpp.

◆ parent_cd_size

uint32_t parent_cd_size = static_cast<uint32_t>(calldata.size())
protected

Definition at line 62 of file data_copy.test.cpp.

◆ returndata

std::vector<FF> returndata = { 9, 10, 11, 12 }
protected

Definition at line 170 of file data_copy.test.cpp.