Searched refs:zcbor_bool_decode (Results 1 – 4 of 4) sorted by relevance
87 zcbor_bool_decode(state_d, &false_); in main()
76 bool zcbor_bool_decode(zcbor_state_t *state, bool *result); /* boolean CBOR simple value */
337 zassert_false(zcbor_bool_decode(state_d, &(bool){false}), NULL); in ZTEST()374 zassert_true(zcbor_bool_decode(state_d, &(bool){false}), NULL); in ZTEST()
1163 bool zcbor_bool_decode(zcbor_state_t *state, bool *result) in zcbor_bool_decode() function