34#ifndef __QCBOR__qcbort_decode_tests__
35#define __QCBOR__qcbort_decode_tests__
59int IntegerValuesParseTest(
void);
69int SimpleArrayTest(
void);
77int ParseDeepArrayTest(
void);
84int ParseTooDeepArrayTest(
void);
91int UnsupportedCBORDecodeTest(
void);
99int ShortBufferParseTest(
void);
106int ShortBufferParseTest2(
void);
113int ParseMapTest(
void);
117int FloatValuesTest1(
void);
121int SimpleValuesTest1(
void);
127int ParseMapAsArrayTest(
void);
131int ParseSimpleTest(
void);
138int FailureTests(
void);
149int ComprehensiveInputTest(
void);
159int BigComprehensiveInputTest(
void);
165int DateParseTest(
void);
171int OptTagParseTest(
void);
177int BignumParseTest(
void);
180int StringDecoderModeFailTest(
void);
186int NestedMapTest(
void);
192int NestedMapTestIndefLen(
void);
199int IndefiniteLengthArrayMapTest(
void);
206int IndefiniteLengthStringTest(
void);
213int IndefiniteLengthNestTest(
void);
221int AllocAllStringsTest(
void);
227int MemPoolTest(
void);
Q C B O R E n c o d e / D e c o d e.