Searched refs:zcbor_int32_decode (Results 1 – 4 of 4) sorted by relevance
/zcbor-3.6.0/tests/unit/test2_cpp/src/ |
D | main.cpp | 77 zcbor_int32_decode(state_d, &five); in main()
|
/zcbor-3.6.0/include/ |
D | zcbor_decode.h | 66 bool zcbor_int32_decode(zcbor_state_t *state, int32_t *result); /* pint/nint */
|
/zcbor-3.6.0/tests/unit/test1_unit_tests/src/ |
D | main.c | 35 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/ |
D | zcbor_decode.c | 202 bool zcbor_int32_decode(zcbor_state_t *state, int32_t *result) function
|