Home
last modified time | relevance | path

Searched refs:zcbor_bool_put (Results 1 – 4 of 4) sorted by relevance

/zcbor-latest/tests/unit/test2_cpp/src/
Dmain.cpp49 zcbor_bool_put(state_e, true); in main()
/zcbor-latest/include/
Dzcbor_encode.h68 bool zcbor_bool_put(zcbor_state_t *state, bool input); /* boolean CBOR simple value */
/zcbor-latest/src/
Dzcbor_encode.c482 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/
Dmain.c256 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()