Go to the source code of this file.
◆ calldata
| std::vector<MemoryValue> calldata |
|
protected |
Initial value:= { MemoryValue::from<FF>(1), MemoryValue::from<FF>(2), MemoryValue::from<FF>(3),
MemoryValue::from<FF>(4), MemoryValue::from<FF>(5), MemoryValue::from<FF>(6),
MemoryValue::from<FF>(7), MemoryValue::from<FF>(8) }
Definition at line 62 of file data_copy.test.cpp.
◆ cd_offset
◆ child_context_id
| uint32_t child_context_id = 2 |
|
protected |
◆ child_rd_addr
| uint32_t child_rd_addr = 200 |
|
protected |
◆ child_rd_size
| uint32_t child_rd_size = static_cast<uint32_t>(returndata.size()) |
|
protected |
◆ context
| StrictMock<MockContext> context |
|
protected |
◆ data_copy
◆ dst_addr
◆ event_emitter
| EventEmitter<DataCopyEvent> event_emitter |
|
protected |
◆ execution_id_manager
| StrictMock<MockExecutionIdManager> execution_id_manager |
|
protected |
◆ gt
◆ mem
◆ parent_cd_addr
| uint32_t parent_cd_addr = 100 |
|
protected |
◆ parent_cd_size
| uint32_t parent_cd_size = static_cast<uint32_t>(calldata.size()) |
|
protected |
◆ returndata
| std::vector<MemoryValue> returndata |
|
protected |
Initial value:= {
MemoryValue::from<FF>(9), MemoryValue::from<FF>(10), MemoryValue::from<FF>(11), MemoryValue::from<FF>(12)
}
Definition at line 181 of file data_copy.test.cpp.