Searched refs:zcbor_int32_encode (Results 1 – 4 of 4) sorted by relevance
40 zcbor_int32_encode(state_e, &five); in main()
47 bool zcbor_int32_encode(zcbor_state_t *state, const int32_t *input);
194 bool zcbor_int32_encode(zcbor_state_t *state, const int32_t *input) function
243 zassert_false(zcbor_int32_encode(state_e, &(int32_t){5}), NULL); in ZTEST()283 zassert_true(zcbor_int32_encode(state_e, &(int32_t){5}), NULL); in ZTEST()