#include <mock_to_radix.hpp>
|
| | MockToRadix () |
| |
| | ~MockToRadix () override |
| |
| | MOCK_METHOD ((std::pair< std::vector< uint8_t >, bool >), to_le_radix,(const FF &value, uint32_t num_limbs, uint32_t radix),(override)) |
| |
| | MOCK_METHOD ((std::pair< std::vector< bool >, bool >), to_le_bits,(const FF &value, uint32_t num_limbs),(override)) |
| |
| | MOCK_METHOD (void, to_be_radix,(MemoryInterface &memory, const FF &value, uint32_t radix, uint32_t num_limbs, bool is_output_bits, MemoryAddress dst_addr),(override)) |
| |
| virtual | ~ToRadixInterface ()=default |
| |
| virtual std::pair< std::vector< uint8_t >, bool > | to_le_radix (const FF &value, uint32_t num_limbs, uint32_t radix)=0 |
| |
| virtual std::pair< std::vector< bool >, bool > | to_le_bits (const FF &value, uint32_t num_limbs)=0 |
| |
| virtual void | to_be_radix (MemoryInterface &memory, const FF &value, uint32_t radix, uint32_t num_limbs, bool is_output_bits, MemoryAddress dst_addr)=0 |
| |
Definition at line 9 of file mock_to_radix.hpp.
◆ MockToRadix()
| bb::avm2::simulation::MockToRadix::MockToRadix |
( |
| ) |
|
|
default |
◆ ~MockToRadix()
| bb::avm2::simulation::MockToRadix::~MockToRadix |
( |
| ) |
|
|
overridedefault |
◆ MOCK_METHOD() [1/3]
| bb::avm2::simulation::MockToRadix::MOCK_METHOD |
( |
(std::pair< std::vector< bool >, bool >) |
, |
|
|
to_le_bits |
, |
|
|
(const FF &value, uint32_t num_limbs) |
, |
|
|
(override) |
|
|
) |
| |
◆ MOCK_METHOD() [2/3]
| bb::avm2::simulation::MockToRadix::MOCK_METHOD |
( |
(std::pair< std::vector< uint8_t >, bool >) |
, |
|
|
to_le_radix |
, |
|
|
(const FF &value, uint32_t num_limbs, uint32_t radix) |
, |
|
|
(override) |
|
|
) |
| |
◆ MOCK_METHOD() [3/3]
The documentation for this class was generated from the following files: