#include <mock_gt.hpp>
|
| MockGreaterThan () |
|
| ~MockGreaterThan () override |
|
| MOCK_METHOD (bool, gt,(const FF &a, const FF &b),(override)) |
|
| MOCK_METHOD (bool, gt,(const uint128_t &a, const uint128_t &b),(override)) |
|
| MOCK_METHOD (bool, gt,(const MemoryValue &a, const MemoryValue &b),(override)) |
|
virtual | ~GreaterThanInterface ()=default |
|
virtual bool | gt (const FF &a, const FF &b)=0 |
|
virtual bool | gt (const uint128_t &a, const uint128_t &b)=0 |
|
virtual bool | gt (const MemoryValue &a, const MemoryValue &b)=0 |
|
Definition at line 11 of file mock_gt.hpp.
◆ MockGreaterThan()
bb::avm2::simulation::MockGreaterThan::MockGreaterThan |
( |
| ) |
|
|
default |
◆ ~MockGreaterThan()
bb::avm2::simulation::MockGreaterThan::~MockGreaterThan |
( |
| ) |
|
|
overridedefault |
◆ MOCK_METHOD() [1/3]
bb::avm2::simulation::MockGreaterThan::MOCK_METHOD |
( |
bool |
, |
|
|
gt |
, |
|
|
(const FF &a, const FF &b) |
, |
|
|
(override) |
|
|
) |
| |
◆ MOCK_METHOD() [2/3]
◆ MOCK_METHOD() [3/3]
bb::avm2::simulation::MockGreaterThan::MOCK_METHOD |
( |
bool |
, |
|
|
gt |
, |
|
|
(const uint128_t &a, const uint128_t &b) |
, |
|
|
(override) |
|
|
) |
| |
The documentation for this class was generated from the following files: