Home
last modified time | relevance | path

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/
Dmain.cpp81 zcbor_uint64_decode(state_d, &eight); in main()
/zcbor-3.5.0-3.4.0/include/
Dzcbor_decode.h41 bool zcbor_uint64_decode(zcbor_state_t *state, uint64_t *result);
/zcbor-3.5.0-3.4.0/src/
Dzcbor_decode.c293 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/
Dmain.c90 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()