Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qformdatabuilder.cpp File Reference

(9503e2c92c2d3b8f5bb9c86274d2430eb0a57880)

#include "qformdatabuilder.h"
#include <QtCore/private/qstringconverter_p.h>
#include <vector>
+ Include dependency graph for qformdatabuilder.cpp:

Go to the source code of this file.

Classes

class  QFormDataBuilderPrivate
 

Functions

static void escapeNameAndAppend (QByteArray &dst, QByteArrayView src)
 
static void escapeNameAndAppend (QByteArray &dst, QStringView src)
 
static void convertInto_impl (QByteArray &dst, QUtf8StringView in)
 
static void convertInto_impl (QByteArray &dst, QLatin1StringView in)
 
static void convertInto_impl (QByteArray &dst, QStringView in)
 
static void convertInto (QByteArray &dst, QAnyStringView in)
 

Function Documentation

◆ convertInto()

static void convertInto ( QByteArray & dst,
QAnyStringView in )
static

Definition at line 108 of file qformdatabuilder.cpp.

References convertInto_impl().

Referenced by QFormDataPartBuilder::setBodyDevice().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ convertInto_impl() [1/3]

static void convertInto_impl ( QByteArray & dst,
QLatin1StringView in )
static

Definition at line 96 of file qformdatabuilder.cpp.

◆ convertInto_impl() [2/3]

static void convertInto_impl ( QByteArray & dst,
QStringView in )
static

Definition at line 102 of file qformdatabuilder.cpp.

References QLatin1::convertFromUnicode(), and void.

+ Here is the call graph for this function:

◆ convertInto_impl() [3/3]

static void convertInto_impl ( QByteArray & dst,
QUtf8StringView in )
static

Definition at line 90 of file qformdatabuilder.cpp.

Referenced by convertInto().

+ Here is the caller graph for this function:

◆ escapeNameAndAppend() [1/2]

static void escapeNameAndAppend ( QByteArray & dst,
QByteArrayView src )
static

Definition at line 33 of file qformdatabuilder.cpp.

◆ escapeNameAndAppend() [2/2]

static void escapeNameAndAppend ( QByteArray & dst,
QStringView src )
static

Definition at line 42 of file qformdatabuilder.cpp.

References QUtf8::convertFromUnicode(), and i.

+ Here is the call graph for this function: