![]() |
Qt 6.x
The Qt SDK
|
#include <qv4string_p.h>
Inheritance diagram for QV4::Heap::ComplexString:
Collaboration diagram for QV4::Heap::ComplexString:Public Attributes | ||
| String * | left | |
| String * | right | |
| union { | ||
| int largestSubLength | ||
| int from | ||
| }; | ||
| int | len | |
Public Attributes inherited from QV4::Heap::StringOrSymbol | ||
| struct { | ||
| unsigned char data [sizeof(QStringPrivate)] | ||
| } | textStorage | |
| PropertyKey | identifier | |
| uint | subtype | |
| uint | stringHash | |
Public Attributes inherited from QV4::Heap::Base | ||
| Pointer< InternalClass *, 0 > | internalClass | |
Additional Inherited Members | |
Public Types inherited from QV4::Heap::StringOrSymbol | |
| enum | StringType { StringType_Symbol , StringType_Regular , StringType_ArrayIndex , StringType_Unknown , StringType_AddedString , StringType_SubString , StringType_Complex = StringType_AddedString } |
Static Public Member Functions inherited from QV4::Heap::String | |
| static void | markObjects (Heap::Base *that, MarkStack *markStack) |
Static Public Member Functions inherited from QV4::Heap::StringOrSymbol | |
| static void | markObjects (Heap::Base *that, MarkStack *markStack) |
Static Public Member Functions inherited from QV4::Heap::Base | |
| static void | markObjects (Base *, MarkStack *) |
Definition at line 118 of file qv4string_p.h.
Definition at line 62 of file qv4string.cpp.
References QV4::Heap::StringOrSymbol::init(), QV4::Heap::String::length(), qMax(), and QV4::Heap::StringOrSymbol::StringType_AddedString.
Here is the call graph for this function:| void Heap::ComplexString::init | ( | Heap::String * | ref, |
| int | from, | ||
| int | len | ||
| ) |
Definition at line 84 of file qv4string.cpp.
References QV4::Heap::StringOrSymbol::init(), Q_ASSERT, and QV4::Heap::StringOrSymbol::StringType_SubString.
Here is the call graph for this function:| union { ... } QV4::Heap::ComplexString |
| int QV4::Heap::ComplexString::from |
Definition at line 125 of file qv4string_p.h.
Referenced by QV4::Heap::String::startsWithUpper().
|
mutable |
Definition at line 124 of file qv4string_p.h.
|
mutable |
Definition at line 121 of file qv4string_p.h.
Referenced by QV4::Heap::String::markObjects(), QV4::Heap::String::simplifyString(), and QV4::Heap::String::startsWithUpper().
| int QV4::Heap::ComplexString::len |
Definition at line 127 of file qv4string_p.h.
Referenced by QV4::Heap::String::startsWithUpper().
|
mutable |
Definition at line 122 of file qv4string_p.h.
Referenced by QV4::Heap::String::markObjects(), and QV4::Heap::String::simplifyString().