(b5b00e77906af0ebc848d9244fab816bd1c9afcc)
#include <stdio.h>
#include <string.h>
#include <QtCore/qglobal.h>
#include <QtCore/qlibraryinfo.h>
#include <QtTest/private/qtestlog_p.h>
#include <QtTest/private/qxmltestlogger_p.h>
#include <QtTest/private/qtestresult_p.h>
#include <QtTest/private/qbenchmark_p.h>
#include <QtTest/private/qbenchmarkmetric_p.h>
#include <QtTest/qtestcase.h>
Go to the source code of this file.
◆ MAP_ENTITY
#define MAP_ENTITY |
( |
| chr, |
|
|
| ent ) |
Value: case chr: \
if (dest +
sizeof(ent) <
end) { \
strcpy(dest, ent); \
dest += sizeof(ent) - 1; \
} else { \
*dest = '\0'; \
return dest +
sizeof(ent) -
begin; \
} \
break;
QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator begin(const QRegularExpressionMatchIterator &iterator)
◆ StringFormatFunction
◆ allocateStringFn()