Home
last modified time | relevance | path

Searched refs:zcbor_int64_pexpect (Results 1 – 3 of 3) sorted by relevance

/zcbor-latest/include/
Dzcbor_decode.h117 bool zcbor_int64_pexpect(zcbor_state_t *state, int64_t *expected); /* pint/nint */
/zcbor-latest/src/
Dzcbor_decode.c347 bool zcbor_int64_pexpect(zcbor_state_t *state, int64_t *expected) in zcbor_int64_pexpect() function
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c1128 zassert_true(zcbor_int64_pexpect(state_d, &(int64_t){2}), NULL); in ZTEST()