OpenCoverage

qqmlfile.moc

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/.moc/qqmlfile.moc
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3#pragma GCC diagnostic push-
4-
5-
6#pragma GCC diagnostic ignored "-Wdeprecated-declarations"-
7-
8struct qt_meta_stringdata_QQmlFileNetworkReply_t {-
9 QByteArrayData data[6];-
10 char stringdata0[88];-
11};-
12-
13-
14-
15-
16-
17static const qt_meta_stringdata_QQmlFileNetworkReply_t qt_meta_stringdata_QQmlFileNetworkReply = {-
18 {-
19{ { { -1 } }, 20, 0, 0, qptrdiff(-
20__builtin_offsetof (-
21qt_meta_stringdata_QQmlFileNetworkReply_t-
22, -
23stringdata0-
24) -
25+ 0 - 0 * sizeof(QByteArrayData)) },-
26{ { { -1 } }, 8, 0, 0, qptrdiff(-
27__builtin_offsetof (-
28qt_meta_stringdata_QQmlFileNetworkReply_t-
29, -
30stringdata0-
31) -
32+ 21 - 1 * sizeof(QByteArrayData)) },-
33{ { { -1 } }, 0, 0, 0, qptrdiff(-
34__builtin_offsetof (-
35qt_meta_stringdata_QQmlFileNetworkReply_t-
36, -
37stringdata0-
38) -
39+ 30 - 2 * sizeof(QByteArrayData)) },-
40{ { { -1 } }, 16, 0, 0, qptrdiff(-
41__builtin_offsetof (-
42qt_meta_stringdata_QQmlFileNetworkReply_t-
43, -
44stringdata0-
45) -
46+ 31 - 3 * sizeof(QByteArrayData)) },-
47{ { { -1 } }, 15, 0, 0, qptrdiff(-
48__builtin_offsetof (-
49qt_meta_stringdata_QQmlFileNetworkReply_t-
50, -
51stringdata0-
52) -
53+ 48 - 4 * sizeof(QByteArrayData)) },-
54{ { { -1 } }, 23, 0, 0, qptrdiff(-
55__builtin_offsetof (-
56qt_meta_stringdata_QQmlFileNetworkReply_t-
57, -
58stringdata0-
59) -
60+ 64 - 5 * sizeof(QByteArrayData)) }-
61-
62 },-
63 "QQmlFileNetworkReply\0finished\0\0"-
64 "downloadProgress\0networkFinished\0"-
65 "networkDownloadProgress"-
66};-
67-
68-
69static const uint qt_meta_data_QQmlFileNetworkReply[] = {-
70-
71-
72 7,-
73 0,-
74 0, 0,-
75 4, 14,-
76 0, 0,-
77 0, 0,-
78 0, 0,-
79 0,-
80 2,-
81-
82-
83 1, 0, 34, 2, 0x06 ,-
84 3, 2, 35, 2, 0x06 ,-
85-
86-
87 4, 0, 40, 2, 0x0a ,-
88 5, 2, 41, 2, 0x0a ,-
89-
90-
91 QMetaType::Void,-
92 QMetaType::Void, QMetaType::LongLong, QMetaType::LongLong, 2, 2,-
93-
94-
95 QMetaType::Void,-
96 QMetaType::Void, QMetaType::LongLong, QMetaType::LongLong, 2, 2,-
97-
98 0-
99};-
100-
101void QQmlFileNetworkReply::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)-
102{-
103 if (_c == QMetaObject::InvokeMetaMethod) {-
104 QQmlFileNetworkReply *_t = static_cast<QQmlFileNetworkReply *>(_o);-
105 (void)_t;-
106 switch (_id) {-
107 case 0: _t->finished(); break;-
108 case 1: _t->downloadProgress((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;-
109 case 2: _t->networkFinished(); break;-
110 case 3: _t->networkDownloadProgress((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;-
111 default: ;-
112 }-
113 } else if (_c == QMetaObject::IndexOfMethod) {-
114 int *result = reinterpret_cast<int *>(_a[0]);-
115 {-
116 using _t = void (QQmlFileNetworkReply::*)();-
117 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQmlFileNetworkReply::finished)) {-
118 *result = 0;-
119 return;-
120 }-
121 }-
122 {-
123 using _t = void (QQmlFileNetworkReply::*)(qint64 , qint64 );-
124 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQmlFileNetworkReply::downloadProgress)) {-
125 *result = 1;-
126 return;-
127 }-
128 }-
129 }-
130}-
131-
132 const QMetaObject QQmlFileNetworkReply::staticMetaObject = {-
133 { &QObject::staticMetaObject, qt_meta_stringdata_QQmlFileNetworkReply.data,-
134 qt_meta_data_QQmlFileNetworkReply, qt_static_metacall, nullptr, nullptr}-
135};-
136-
137-
138const QMetaObject *QQmlFileNetworkReply::metaObject() const-
139{-
140 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;-
141}-
142-
143void *QQmlFileNetworkReply::qt_metacast(const char *_clname)-
144{-
145 if (!_clname) return nullptr;-
146 if (!strcmp(_clname, qt_meta_stringdata_QQmlFileNetworkReply.stringdata0))-
147 return static_cast<void*>(this);-
148 return QObject::qt_metacast(_clname);-
149}-
150-
151int QQmlFileNetworkReply::qt_metacall(QMetaObject::Call _c, int _id, void **_a)-
152{-
153 _id = QObject::qt_metacall(_c, _id, _a);-
154 if (_id < 0)-
155 return _id;-
156 if (_c == QMetaObject::InvokeMetaMethod) {-
157 if (_id < 4)-
158 qt_static_metacall(this, _c, _id, _a);-
159 _id -= 4;-
160 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {-
161 if (_id < 4)-
162 *reinterpret_cast<int*>(_a[0]) = -1;-
163 _id -= 4;-
164 }-
165 return _id;-
166}-
167-
168-
169void QQmlFileNetworkReply::finished()-
170{-
171 QMetaObject::activate(this, &staticMetaObject, 0, nullptr);-
172}
never executed: end of block
0
173-
174-
175void QQmlFileNetworkReply::downloadProgress(qint64 _t1, qint64 _t2)-
176{-
177 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };-
178 QMetaObject::activate(this, &staticMetaObject, 1, _a);-
179}
never executed: end of block
0
180-
181#pragma GCC diagnostic pop-
182-
183-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0