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
qv4identifierhashdata_p.h
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3#ifndef QV4IDENTIFIERHASHDATA_H
4#define QV4IDENTIFIERHASHDATA_H
5
6//
7// W A R N I N G
8// -------------
9//
10// This file is not part of the Qt API. It exists purely as an
11// implementation detail. This header file may change from version to
12// version without notice, or even be removed.
13//
14// We mean it.
15//
16
17#include <private/qv4global_p.h>
18#include <private/qv4propertykey_p.h>
19#include <private/qv4identifiertable_p.h>
20#include <QtCore/qatomic.h>
21
23
24namespace QV4 {
25
30
81
82} // namespace QV4
83
85
86#endif // QV4IDENTIFIERHASHDATA_P_H
void storeRelaxed(T newValue) noexcept
Combined button and popup list for selecting options.
GLenum GLuint GLintptr GLsizeiptr size
[1]
GLuint GLuint end
GLenum GLenum GLsizei void * table
QT_BEGIN_NAMESPACE int qPrimeForNumBits(int numBits)
QSharedPointer< T > other(t)
[5]
void markObjects(MarkStack *markStack) const
IdentifierHashData(IdentifierHashData *other)
IdentifierHashData(IdentifierTable *table, int numBits)
IdentifierHashEntry * entries
void removeIdentifierHash(IdentifierHashData *h)
void addIdentifierHash(IdentifierHashData *h)
StringOrSymbol * asStringOrSymbol() const