Home
last modified time | relevance | path

Searched refs:zcbor_pop_error (Results 1 – 3 of 3) sorted by relevance

/zcbor-latest/include/
Dzcbor_common.h361 static inline int zcbor_pop_error(zcbor_state_t *state) in zcbor_pop_error() function
/zcbor-latest/src/
Dzcbor_common.c311 int err = zcbor_pop_error(state); in zcbor_entry_function()
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c278 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()