Home
last modified time | relevance | path

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

/zcbor-latest/tests/unit/test2_cpp/src/
Dmain.cpp56 zcbor_undefined_put(state_e, NULL); in main()
/zcbor-latest/include/
Dzcbor_encode.h70 bool zcbor_undefined_put(zcbor_state_t *state, const void *unused); /* 'undefined' CBOR simple valu…
/zcbor-latest/src/
Dzcbor_encode.c473 bool zcbor_undefined_put(zcbor_state_t *state, const void *unused) function
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c263 zassert_false(zcbor_undefined_put(state_e, NULL), NULL); in ZTEST()
303 zassert_true(zcbor_undefined_put(state_e, NULL), NULL); in ZTEST()
1095 zassert_true(zcbor_undefined_put(state_e, NULL), NULL); in ZTEST()
1206 zassert_true(zcbor_undefined_put(state_e, NULL), NULL); in ZTEST()