Home
last modified time | relevance | path

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

/zcbor-3.5.0-3.4.0/tests/unit/test2_cpp/src/
Dmain.cpp40 zcbor_int32_encode(state_e, &five); in main()
/zcbor-3.5.0-3.4.0/include/
Dzcbor_encode.h47 bool zcbor_int32_encode(zcbor_state_t *state, const int32_t *input);
/zcbor-3.5.0-3.4.0/src/
Dzcbor_encode.c194 bool zcbor_int32_encode(zcbor_state_t *state, const int32_t *input) function
/zcbor-3.5.0-3.4.0/tests/unit/test1_unit_tests/src/
Dmain.c243 zassert_false(zcbor_int32_encode(state_e, &(int32_t){5}), NULL); in ZTEST()
283 zassert_true(zcbor_int32_encode(state_e, &(int32_t){5}), NULL); in ZTEST()