Home
last modified time | relevance | path

Searched refs:zcbor_int32_decode (Results 1 – 4 of 4) sorted by relevance

/zcbor-latest/tests/unit/test2_cpp/src/
Dmain.cpp77 zcbor_int32_decode(state_d, &five); in main()
/zcbor-latest/include/
Dzcbor_decode.h66 bool zcbor_int32_decode(zcbor_state_t *state, int32_t *result); /* pint/nint */
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c37 zassert_false(zcbor_int32_decode(state_d, &int32), NULL); in ZTEST()
46 zassert_false(zcbor_int32_decode(state_d, &int32), NULL); in ZTEST()
327 zassert_false(zcbor_int32_decode(state_d, &(int32_t){5}), NULL); in ZTEST()
364 zassert_true(zcbor_int32_decode(state_d, &(int32_t){5}), NULL); in ZTEST()
1308 zassert_true(zcbor_int32_decode(state_d, &int_result1), NULL); in ZTEST()
/zcbor-latest/src/
Dzcbor_decode.c242 bool zcbor_int32_decode(zcbor_state_t *state, int32_t *result) in zcbor_int32_decode() function