Searched refs:zcbor_pop_error (Results 1 – 3 of 3) sorted by relevance
361 static inline int zcbor_pop_error(zcbor_state_t *state) in zcbor_pop_error() function
311 int err = zcbor_pop_error(state); in zcbor_entry_function()
278 zassert_equal(ZCBOR_ERR_NO_PAYLOAD, zcbor_pop_error(state_e), NULL); in ZTEST()356 zassert_equal(ZCBOR_ERR_WRONG_VALUE, zcbor_pop_error(state_d), NULL); in ZTEST()680 zassert_equal(ZCBOR_ERR_HIGH_ELEM_COUNT, zcbor_pop_error(state_e1), NULL); in ZTEST()1386 …#define CHECK_ERROR1(state) zassert_equal(ZCBOR_ERR_INVALID_VALUE_ENCODING, zcbor_pop_error(state)… in ZTEST()1420 …#define CHECK_ERROR1(state) zassert_equal(ZCBOR_ERR_NO_PAYLOAD, zcbor_pop_error(state), "err: %s\n… in ZTEST()