Searched refs:zcbor_int32_put (Results 1 – 4 of 4) sorted by relevance
| /zcbor-latest/tests/unit/test2_cpp/src/ |
| D | main.cpp | 35 zcbor_int32_put(state_e, 1); in main() 63 zcbor_multi_encode(1, (zcbor_encoder_t *)zcbor_int32_put, state_e, (void*)14, 0); in main() 64 …bool ret = zcbor_multi_encode_minmax(1, 1, &one, (zcbor_encoder_t *)zcbor_int32_put, state_e, (voi… in main()
|
| /zcbor-latest/tests/unit/test1_unit_tests/src/ |
| D | main.c | 30 zassert_true(zcbor_int32_put(state_e, 5), NULL); in ZTEST() 49 zassert_true(zcbor_int32_put(state_e, -505), NULL); in ZTEST() 117 zassert_true(zcbor_int32_put(&state_e, -7), NULL); in ZTEST() 242 zassert_false(zcbor_int32_put(state_e, 1), NULL); in ZTEST() 270 …zassert_false(zcbor_multi_encode(1, (zcbor_encoder_t *)zcbor_int32_put, state_e, (void*)14, 0), NU… in ZTEST() 271 …zassert_false(zcbor_multi_encode_minmax(1, 1, &(size_t){1}, (zcbor_encoder_t *)zcbor_int32_put, st… in ZTEST() 282 zassert_true(zcbor_int32_put(state_e, 1), NULL); in ZTEST() 310 …zassert_true(zcbor_multi_encode(1, (zcbor_encoder_t *)zcbor_int32_put, state_e, (void*)14, 0), NUL… in ZTEST() 311 …zassert_true(zcbor_multi_encode_minmax(1, 1, &(size_t){1}, (zcbor_encoder_t *)zcbor_int32_put, sta… in ZTEST() 723 zassert_true(zcbor_int32_put(state_e, INT8_MIN - 1), NULL); in ZTEST() [all …]
|
| /zcbor-latest/include/ |
| D | zcbor_encode.h | 62 bool zcbor_int32_put(zcbor_state_t *state, int32_t input); /* pint/nint */
|
| /zcbor-latest/src/ |
| D | zcbor_encode.c | 174 bool zcbor_int32_put(zcbor_state_t *state, int32_t input) function
|