Add test cases for latest fix
This commit is contained in:
parent
7eb183de85
commit
7ff42a49fc
@ -737,8 +737,12 @@ protected:
|
|||||||
|
|
||||||
// Member variables
|
// Member variables
|
||||||
|
|
||||||
|
stub::function<bool(uint32_t)> is_symbol_partially_decoded;
|
||||||
|
|
||||||
std::function<void(const std::vector<uint8_t>&)> m_write_symbol_callback;
|
std::function<void(const std::vector<uint8_t>&)> m_write_symbol_callback;
|
||||||
|
|
||||||
|
stub::function<const uint8_t*(uint32_t)> coefficient_vector_data;
|
||||||
|
|
||||||
stub::function<uint32_t, const storage::const_storage> copy_into_symbol;
|
stub::function<uint32_t, const storage::const_storage> copy_into_symbol;
|
||||||
|
|
||||||
stub::function<
|
stub::function<
|
||||||
|
@ -721,12 +721,16 @@ public:
|
|||||||
|
|
||||||
// Member variables
|
// Member variables
|
||||||
|
|
||||||
|
stub::function<bool( uint32_t )> is_symbol_partially_decoded;
|
||||||
|
|
||||||
std::function<void(const std::vector<uint8_t>&)> m_write_symbol_callback;
|
std::function<void(const std::vector<uint8_t>&)> m_write_symbol_callback;
|
||||||
|
|
||||||
|
stub::function<const uint8_t*(uint32_t )> coefficient_vector_data;
|
||||||
|
|
||||||
stub::function<uint32_t, const storage::const_storage> copy_into_symbol;
|
stub::function<uint32_t, const storage::const_storage> copy_into_symbol;
|
||||||
|
|
||||||
stub::function<
|
stub::function<
|
||||||
void(uint8_t**, const uint8_t**, uint8_t**, uint32_t, uint32_t)
|
void(uint8_t** , const uint8_t**, uint8_t**, uint32_t, uint32_t)
|
||||||
> m_vector_dot_product;
|
> m_vector_dot_product;
|
||||||
|
|
||||||
stub::function<
|
stub::function<
|
||||||
|
Loading…
x
Reference in New Issue
Block a user