Home
last modified time | relevance | path

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

/zcbor-3.6.0/tests/unit/test2_cpp/src/
Dmain.cpp77 zcbor_int32_decode(state_d, &five); in main()
/zcbor-3.6.0/include/
Dzcbor_decode.h66 bool zcbor_int32_decode(zcbor_state_t *state, int32_t *result); /* pint/nint */
/zcbor-3.6.0/tests/unit/test1_unit_tests/src/
Dmain.c35 zassert_false(zcbor_int32_decode(state_d, &int32), NULL); in ZTEST()
44 zassert_false(zcbor_int32_decode(state_d, &int32), NULL); in ZTEST()
325 zassert_false(zcbor_int32_decode(state_d, &(int32_t){5}), NULL); in ZTEST()
362 zassert_true(zcbor_int32_decode(state_d, &(int32_t){5}), NULL); in ZTEST()
1288 zassert_true(zcbor_int32_decode(state_d, &int_result1), NULL); in ZTEST()
/zcbor-3.6.0/src/
Dzcbor_decode.c202 bool zcbor_int32_decode(zcbor_state_t *state, int32_t *result) function