Searched refs:zcbor_nil_put (Results 1 – 5 of 5) sorted by relevance
| /zcbor-latest/tests/unit/test2_cpp/src/ |
| D | main.cpp | 55 zcbor_nil_put(state_e, NULL); in main()
|
| /zcbor-latest/include/ |
| D | zcbor_encode.h | 69 bool zcbor_nil_put(zcbor_state_t *state, const void *unused); /* 'nil' CBOR simple value */
|
| /zcbor-latest/tests/unit/test1_unit_tests/src/ |
| D | main.c | 262 zassert_false(zcbor_nil_put(state_e, NULL), NULL); in ZTEST() 302 zassert_true(zcbor_nil_put(state_e, NULL), NULL); in ZTEST() 584 zassert_true(zcbor_nil_put(state_e, NULL), NULL); // 1 B in ZTEST() 1064 zassert_true(zcbor_nil_put(state_e, NULL), NULL); in ZTEST() 1216 zassert_true(zcbor_nil_put(state_e, NULL), NULL); in ZTEST() 1218 zassert_true(zcbor_nil_put(state_e, NULL), NULL); in ZTEST() 1220 zassert_true(zcbor_nil_put(state_e, NULL), NULL); in ZTEST() 1222 zassert_true(zcbor_nil_put(state_e, NULL), NULL); in ZTEST() 1224 zassert_true(zcbor_nil_put(state_e, NULL), NULL); in ZTEST()
|
| /zcbor-latest/src/ |
| D | zcbor_encode.c | 466 bool zcbor_nil_put(zcbor_state_t *state, const void *unused) function
|
| /zcbor-latest/ |
| D | RELEASE_NOTES.md | 400 * Remove `zcbor_any_encode()` since it was just an alias for `zcbor_nil_put()`.
|