Home
last modified time | relevance | path

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

/external/cn-cbor/test/
Dexpected.out275 CN_CBOR_ERR_WRONG_NESTING_IN_INDEF_STRING at 2
Dcbor_test.c60 …ASSERT_STR(cn_cbor_error_str[CN_CBOR_ERR_WRONG_NESTING_IN_INDEF_STRING], "CN_CBOR_ERR_WRONG_NESTIN… in CTEST()
222 {"7f4100", CN_CBOR_ERR_WRONG_NESTING_IN_INDEF_STRING}, in CTEST()
/external/cn-cbor/include/cn-cbor/
Dcn-cbor.h137 CN_CBOR_ERR_WRONG_NESTING_IN_INDEF_STRING, enumerator
/external/cn-cbor/src/
Dcn-cbor.c230 CN_CBOR_FAIL(CN_CBOR_ERR_WRONG_NESTING_IN_INDEF_STRING); in decode_item()