Searched refs:zcbor_undefined_put (Results 1 – 4 of 4) sorted by relevance
| /zcbor-latest/tests/unit/test2_cpp/src/ |
| D | main.cpp | 56 zcbor_undefined_put(state_e, NULL); in main()
|
| /zcbor-latest/include/ |
| D | zcbor_encode.h | 70 bool zcbor_undefined_put(zcbor_state_t *state, const void *unused); /* 'undefined' CBOR simple valu…
|
| /zcbor-latest/src/ |
| D | zcbor_encode.c | 473 bool zcbor_undefined_put(zcbor_state_t *state, const void *unused) function
|
| /zcbor-latest/tests/unit/test1_unit_tests/src/ |
| D | main.c | 263 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()
|