Searched refs:zcbor_uint64_pexpect (Results 1 – 3 of 3) sorted by relevance
119 bool zcbor_uint64_pexpect(zcbor_state_t *state, uint64_t *expected); /* pint */
400 bool zcbor_uint64_pexpect(zcbor_state_t *state, uint64_t *expected) in zcbor_uint64_pexpect() function
1130 zassert_true(zcbor_uint64_pexpect(state_d, &(uint64_t){4}), NULL); in ZTEST()