|
| static QCborContainerPrivate * | assignContainer (QCborContainerPrivate *&d, QCborContainerPrivate *x) |
| static QCborValue::Type | convertToExtendedType (QCborContainerPrivate *d) |
| static int | typeOrder (QCborValue::Type e1, QCborValue::Type e2) |
| void | qt_to_latin1_unchecked (uchar *dst, const char16_t *uc, qsizetype len) |
| static auto | nextUtf32Character (const char16_t *&ptr, const char16_t *end) noexcept |
| static qsizetype | stringLengthInUtf8 (const char16_t *ptr, const char16_t *end) noexcept |
| static int | compareStringsInUtf8 (QStringView lhs, QStringView rhs, Comparison mode) noexcept |
| static int | compareStringsInUtf8 (QUtf8StringView lhs, QStringView rhs, Comparison mode) noexcept |
| static int | compareStringsInUtf8 (QStringView lhs, QUtf8StringView rhs, Comparison mode) noexcept |
| static int | compareContainer (const QCborContainerPrivate *c1, const QCborContainerPrivate *c2, Comparison mode) noexcept |
| static int | compareElementNoData (const Element &e1, const Element &e2) noexcept |
| static int | compareElementRecursive (const QCborContainerPrivate *c1, const Element &e1, const QCborContainerPrivate *c2, const Element &e2, Comparison mode) noexcept |
| bool | comparesEqual (const QCborValue &lhs, const QCborValue &rhs) |
| bool | comparesEqual (const QCborArray &lhs, const QCborArray &rhs) |
| bool | comparesEqual (const QCborMap &lhs, const QCborMap &rhs) |
| static bool | shouldArrayRemainArray (qint64 key, QCborValue::Type t, QCborContainerPrivate *container) |
| static void | convertArrayToMap (QCborContainerPrivate *&array) |
| static QCborContainerPrivate * | maybeGrow (QCborContainerPrivate *container, qsizetype index) |
| size_t | qHash (const QCborValue &value, size_t seed) |
| Q_CORE_EXPORT const char * | qt_cbor_simpletype_id (QCborSimpleType st) |
| Q_CORE_EXPORT const char * | qt_cbor_tag_id (QCborTag tag) |
| static QDebug | debugContents (QDebug &dbg, const QCborValue &v) |
| QDebug | operator<< (QDebug dbg, const QCborValue &v) |
| QDebug | operator<< (QDebug dbg, QCborSimpleType st) |
| QDebug | operator<< (QDebug dbg, QCborTag tag) |
| QDebug | operator<< (QDebug dbg, QCborKnownTags tag) |