![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4string_p.h>
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 119 of file qv4string_p.h.
Definition at line 63 of file qv4string.cpp.
void Heap::ComplexString::init | ( | Heap::String * | ref, |
int | from, | ||
int | len ) |
Definition at line 85 of file qv4string.cpp.
union { ... } QV4::Heap::ComplexString |
int QV4::Heap::ComplexString::from |
Definition at line 126 of file qv4string_p.h.
|
mutable |
Definition at line 125 of file qv4string_p.h.
|
mutable |
Definition at line 122 of file qv4string_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Left().
int QV4::Heap::ComplexString::len |
Definition at line 128 of file qv4string_p.h.
|
mutable |
Definition at line 123 of file qv4string_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Right().