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::constraining
 

Variable Documentation

◆ context

StrictMock<MockContext> context
protected

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

◆ copy_data

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

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

◆ data

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

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

◆ dst_addr

uint32_t dst_addr = 0
protected

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

◆ event_emitter

EventEmitter<DataCopyEvent> event_emitter
protected

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

◆ execution_id_manager

ExecutionIdManager execution_id_manager = ExecutionIdManager(0)
protected

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

◆ gt

GreaterThan gt = GreaterThan(mock_field_gt, range_check, gt_event_emitter)
protected

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

◆ gt_event_emitter

EventEmitter<GreaterThanEvent> gt_event_emitter
protected

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

◆ mem

MemoryStore mem
protected

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

◆ mock_field_gt

StrictMock<MockFieldGreaterThan> mock_field_gt
protected

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

◆ range_check

RangeCheck range_check = RangeCheck(range_check_event_emitter)
protected

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

◆ range_check_event_emitter

EventEmitter<RangeCheckEvent> range_check_event_emitter
protected

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

◆ trace

TestTraceContainer trace
protected

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