Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::MockCallStackMetadataCollector Member List

This is the complete list of members for bb::avm2::simulation::MockCallStackMetadataCollector, including all inherited members.

dump_call_stack_metadata()=0bb::avm2::simulation::CallStackMetadataCollectorInterfacepure virtual
MOCK_METHOD(void, set_phase,(CoarseTransactionPhase phase),(override))bb::avm2::simulation::MockCallStackMetadataCollector
MOCK_METHOD(void, notify_enter_call,(const AztecAddress &contract_address, uint32_t caller_pc, const CalldataProvider &calldata_provider, bool is_static_call, const Gas &gas_limit),(override))bb::avm2::simulation::MockCallStackMetadataCollector
MOCK_METHOD(void, notify_exit_call,(bool success, uint32_t pc, const std::optional< std::string > &halting_message, const ReturnDataProvider &return_data_provider, const InternalCallStackProvider &internal_call_stack_provider),(override))bb::avm2::simulation::MockCallStackMetadataCollector
MOCK_METHOD(void, notify_tx_revert,(const std::string &revert_message),(override))bb::avm2::simulation::MockCallStackMetadataCollector
MOCK_METHOD(std::vector< CallStackMetadata >, dump_call_stack_metadata,(),(override))bb::avm2::simulation::MockCallStackMetadataCollector
MockCallStackMetadataCollector()bb::avm2::simulation::MockCallStackMetadataCollector
notify_enter_call(const AztecAddress &contract_address, uint32_t caller_pc, const CalldataProvider &calldata_provider, bool is_static_call, const Gas &gas_limit)=0bb::avm2::simulation::CallStackMetadataCollectorInterfacepure virtual
notify_exit_call(bool success, uint32_t pc, const std::optional< std::string > &halting_message, const ReturnDataProvider &return_data_provider, const InternalCallStackProvider &internal_call_stack_provider)=0bb::avm2::simulation::CallStackMetadataCollectorInterfacepure virtual
notify_tx_revert(const std::string &revert_message)=0bb::avm2::simulation::CallStackMetadataCollectorInterfacepure virtual
set_phase(CoarseTransactionPhase phase)=0bb::avm2::simulation::CallStackMetadataCollectorInterfacepure virtual
~CallStackMetadataCollectorInterface()=defaultbb::avm2::simulation::CallStackMetadataCollectorInterfacevirtual
~MockCallStackMetadataCollector() overridebb::avm2::simulation::MockCallStackMetadataCollector