Searched refs:zcbor_int64_pexpect (Results 1 – 3 of 3) sorted by relevance
117 bool zcbor_int64_pexpect(zcbor_state_t *state, int64_t *expected); /* pint/nint */
347 bool zcbor_int64_pexpect(zcbor_state_t *state, int64_t *expected) in zcbor_int64_pexpect() function
1128 zassert_true(zcbor_int64_pexpect(state_d, &(int64_t){2}), NULL); in ZTEST()