Barretenberg
The ZK-SNARK library at the core of Aztec
|
This is the complete list of members for BoolFuzzBase< Builder >::ExecutionHandler, including all inherited members.
assert_equal(ExecutionHandler &other) const | BoolFuzzBase< Builder >::ExecutionHandler | inline |
b | BoolFuzzBase< Builder >::ExecutionHandler | |
execute_AND(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | BoolFuzzBase< Builder >::ExecutionHandler | inlinestatic |
execute_ASSERT_EQUAL(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | BoolFuzzBase< Builder >::ExecutionHandler | inlinestatic |
execute_CONSTANT(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | BoolFuzzBase< Builder >::ExecutionHandler | inlinestatic |
execute_NOT(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | BoolFuzzBase< Builder >::ExecutionHandler | inlinestatic |
execute_OR(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | BoolFuzzBase< Builder >::ExecutionHandler | inlinestatic |
execute_RANDOMSEED(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | BoolFuzzBase< Builder >::ExecutionHandler | inlinestatic |
execute_SELECT_IF_EQ(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | BoolFuzzBase< Builder >::ExecutionHandler | inlinestatic |
execute_SET(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | BoolFuzzBase< Builder >::ExecutionHandler | inlinestatic |
execute_WITNESS(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | BoolFuzzBase< Builder >::ExecutionHandler | inlinestatic |
execute_XOR(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | BoolFuzzBase< Builder >::ExecutionHandler | inlinestatic |
ExecutionHandler()=default | BoolFuzzBase< Builder >::ExecutionHandler | |
ExecutionHandler(bool r, bool_t b) | BoolFuzzBase< Builder >::ExecutionHandler | inline |
ExecutionHandler(bool_t b) | BoolFuzzBase< Builder >::ExecutionHandler | inline |
not_() const | BoolFuzzBase< Builder >::ExecutionHandler | inline |
operator&(const ExecutionHandler &other) const | BoolFuzzBase< Builder >::ExecutionHandler | inline |
operator^(const ExecutionHandler &other) const | BoolFuzzBase< Builder >::ExecutionHandler | inline |
operator|(const ExecutionHandler &other) const | BoolFuzzBase< Builder >::ExecutionHandler | inline |
reference_value | BoolFuzzBase< Builder >::ExecutionHandler | |
select_if_eq(ExecutionHandler &other1, ExecutionHandler &other2) | BoolFuzzBase< Builder >::ExecutionHandler | inline |
set(Builder *builder) | BoolFuzzBase< Builder >::ExecutionHandler | inline |