Searched refs:zcbor_bool_put (Results 1 – 4 of 4) sorted by relevance
| /zcbor-latest/tests/unit/test2_cpp/src/ |
| D | main.cpp | 49 zcbor_bool_put(state_e, true); in main()
|
| /zcbor-latest/include/ |
| D | zcbor_encode.h | 68 bool zcbor_bool_put(zcbor_state_t *state, bool input); /* boolean CBOR simple value */
|
| /zcbor-latest/src/ |
| D | zcbor_encode.c | 482 return zcbor_bool_put(state, *input); 486 bool zcbor_bool_put(zcbor_state_t *state, bool input) function
|
| /zcbor-latest/tests/unit/test1_unit_tests/src/ |
| D | main.c | 256 zassert_false(zcbor_bool_put(state_e, true), NULL); in ZTEST() 296 zassert_true(zcbor_bool_put(state_e, true), NULL); in ZTEST() 583 zassert_true(zcbor_bool_put(state_e, true), NULL); // 1 B in ZTEST() 1079 zassert_true(zcbor_bool_put(state_e, true), NULL); in ZTEST() 1118 zassert_true(zcbor_bool_put(state_e, true), NULL); in ZTEST() 1197 zassert_true(zcbor_bool_put(state_e, true), NULL); in ZTEST() 1205 zassert_true(zcbor_bool_put(state_e, false), NULL); in ZTEST()
|