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