Home
last modified time | relevance | path

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

/zcbor-latest/tests/unit/test2_cpp/src/
Dmain.cpp41 zcbor_int64_encode(state_e, &six); in main()
/zcbor-latest/include/
Dzcbor_encode.h77 bool zcbor_int64_encode(zcbor_state_t *state, const int64_t *input); /* pint/nint */
/zcbor-latest/src/
Dzcbor_encode.c156 bool zcbor_int64_encode(zcbor_state_t *state, const int64_t *input) function
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c41 zassert_true(zcbor_int64_encode(state_e, &int64), NULL); in ZTEST()
248 zassert_false(zcbor_int64_encode(state_e, &(int64_t){6}), NULL); in ZTEST()
288 zassert_true(zcbor_int64_encode(state_e, &(int64_t){6}), NULL); in ZTEST()