Lines Matching refs:encoding
26 encoding/decoding to/from JSON, pretty printing, diagnostic
27 notation... Only encoding from native C representations and decoding
85 many fewer lines of code. They also tend to parallel the encoding
119 encoding mechanics than QCBOR's. QCBOR's API is at a somewhat higher
123 RFC 8949. The main part missing is sorting of maps when encoding.
128 larger. QCBOR encoding is actually smaller, but QCBOR decoding is
134 QCBOR tracks encoding and decoding errors internally so the caller
144 simpler, similar to the encoding code and easier to read. TinyCBOR
305 instead. Thus, even with this define, half-precision encoding and
403 encoding of tagged types and encoding of bstr wrapping.
449 QCBOR_DISABLE_ENCODE_USAGE_GUARDS affects encoding only. It doesn't
450 disable any encoding features, just some error checking. Disable it
451 when you are confident that an encoding implementation is complete and
454 Indefinite lengths are a feature of CBOR that makes encoding simpler
456 know the length of a string, map or array when they start encoding
457 it. Their main use is when encoding has to be done on a very
535 * Jan Jongboom for indefinite length encoding