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
QV4::CompiledData::String Struct Reference

#include <qv4compileddata_p.h>

+ Collaboration diagram for QV4::CompiledData::String:

Static Public Member Functions

static int calculateSize (const QString &str)
 

Public Attributes

qint32_le size
 

Detailed Description

Definition at line 249 of file qv4compileddata_p.h.

Member Function Documentation

◆ calculateSize()

static int QV4::CompiledData::String::calculateSize ( const QString & str)
inlinestatic

Definition at line 253 of file qv4compileddata_p.h.

References QString::size(), and str.

Referenced by QmlIR::QmlUnitGenerator::generate(), QV4::Compiler::StringTableGenerator::registerString(), and QV4::Compiler::StringTableGenerator::serialize().

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

Member Data Documentation

◆ size

qint32_le QV4::CompiledData::String::size

Definition at line 251 of file qv4compileddata_p.h.


The documentation for this struct was generated from the following file: