Home
last modified time | relevance | path

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

/zcbor-3.7.0/tests/unit/test2_cpp/src/
Dmain.cpp41 zcbor_int64_encode(state_e, &six); in main()
/zcbor-3.7.0/include/
Dzcbor_encode.h78 bool zcbor_int64_encode(zcbor_state_t *state, const int64_t *input); /* pint/nint */
/zcbor-3.7.0/src/
Dzcbor_encode.c157 bool zcbor_int64_encode(zcbor_state_t *state, const int64_t *input) function
/zcbor-3.7.0/tests/unit/test1_unit_tests/src/
Dmain.c39 zassert_true(zcbor_int64_encode(state_e, &int64), NULL); in ZTEST()
246 zassert_false(zcbor_int64_encode(state_e, &(int64_t){6}), NULL); in ZTEST()
286 zassert_true(zcbor_int64_encode(state_e, &(int64_t){6}), NULL); in ZTEST()