Searched refs:zcbor_uint64_decode (Results 1 – 4 of 4) sorted by relevance
/zcbor-3.5.0-3.4.0/tests/unit/test2_cpp/src/ |
D | main.cpp | 81 zcbor_uint64_decode(state_d, &eight); in main()
|
/zcbor-3.5.0-3.4.0/include/ |
D | zcbor_decode.h | 41 bool zcbor_uint64_decode(zcbor_state_t *state, uint64_t *result);
|
/zcbor-3.5.0-3.4.0/src/ |
D | zcbor_decode.c | 293 bool zcbor_uint64_decode(zcbor_state_t *state, uint64_t *result) function 317 if (!zcbor_uint64_decode(state, &value)) {
|
/zcbor-3.5.0-3.4.0/tests/unit/test1_unit_tests/src/ |
D | main.c | 90 zassert_true(zcbor_uint64_decode(&state_d, &uint64), NULL); in ZTEST() 327 zassert_false(zcbor_uint64_decode(state_d, &(uint64_t){8}), NULL); in ZTEST() 367 zassert_true(zcbor_uint64_decode(state_d, &(uint64_t){8}), NULL); in ZTEST()
|