Home
last modified time | relevance | path

Searched refs:CborErrorTooFewItems (Results 1 – 3 of 3) sorted by relevance

/tinycbor-2.7.6/src/
Dcborerrorstrings.c140 case CborErrorTooFewItems: in cbor_error_string()
/tinycbor-2.7.6/tests/encoder/
Dtst_encoder.cpp665 QCOMPARE(cbor_encoder_close_container_checked(&encoder, &container), CborErrorTooFewItems); in tooShortArrays()
679 QCOMPARE(cbor_encoder_close_container_checked(&encoder, &container), CborErrorTooFewItems); in tooShortMaps()
/tinycbor-2.7.6/include/tinycbor/
Dcbor.h144 CborErrorTooFewItems, enumerator