@stryke/capnp 0.12.20 → 0.12.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-CUP3M7JH.cjs → chunk-LFP6TIPQ.cjs} +2 -119
- package/dist/{chunk-MO4AXOIN.js → chunk-ZIENMW4V.js} +1 -118
- package/dist/compile.d.cts +1 -0
- package/dist/compile.d.ts +1 -0
- package/dist/index.cjs +2 -6
- package/dist/index.d.cts +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.js +1 -5
- package/dist/rpc.cjs +134 -5
- package/dist/rpc.d.cts +13 -2
- package/dist/rpc.d.ts +13 -2
- package/dist/rpc.js +135 -6
- package/dts/index.d.cts +0 -57
- package/dts/index.d.ts +0 -57
- package/package.json +4 -4
- package/schemas/{chunk-RKF2BUL7.cjs → chunk-OP6MHN5D.cjs} +0 -3
- package/schemas/{chunk-H4DSZQJU.js → chunk-SKMHAD7G.js} +0 -3
- package/schemas/persistent.cjs +20 -20
- package/schemas/persistent.js +1 -1
- package/schemas/rpc-twoparty.cjs +32 -32
- package/schemas/rpc-twoparty.js +1 -1
- package/schemas/rpc.cjs +495 -495
- package/schemas/rpc.js +1 -1
- package/schemas/schema.cjs +675 -675
- package/schemas/schema.js +1 -1
package/schemas/schema.cjs
CHANGED
|
@@ -4,40 +4,40 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkOP6MHN5Dcjs = require('./chunk-OP6MHN5D.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunkUSNT2KNTcjs = require('./chunk-USNT2KNT.cjs');
|
|
11
11
|
|
|
12
12
|
// schemas/schema.ts
|
|
13
13
|
var _capnpFileId = BigInt("0xa93fc509624c72d9");
|
|
14
|
-
var Node_Parameter = (_class = class extends
|
|
14
|
+
var Node_Parameter = (_class = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
15
15
|
static {
|
|
16
16
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_Parameter");
|
|
17
17
|
}
|
|
18
18
|
static __initStatic() {this._capnp = {
|
|
19
19
|
displayName: "Parameter",
|
|
20
20
|
id: "b9521bccf10fa3b1",
|
|
21
|
-
size: new (0,
|
|
21
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(0, 1)
|
|
22
22
|
}}
|
|
23
23
|
get name() {
|
|
24
|
-
return
|
|
24
|
+
return _chunkOP6MHN5Dcjs.utils.getText(0, this);
|
|
25
25
|
}
|
|
26
26
|
set name(value) {
|
|
27
|
-
|
|
27
|
+
_chunkOP6MHN5Dcjs.utils.setText(0, value, this);
|
|
28
28
|
}
|
|
29
29
|
toString() {
|
|
30
30
|
return "Node_Parameter_" + super.toString();
|
|
31
31
|
}
|
|
32
32
|
}, _class.__initStatic(), _class);
|
|
33
|
-
var Node_NestedNode = (_class2 = class extends
|
|
33
|
+
var Node_NestedNode = (_class2 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
34
34
|
static {
|
|
35
35
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_NestedNode");
|
|
36
36
|
}
|
|
37
37
|
static __initStatic2() {this._capnp = {
|
|
38
38
|
displayName: "NestedNode",
|
|
39
39
|
id: "debf55bbfa0fc242",
|
|
40
|
-
size: new (0,
|
|
40
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(8, 1)
|
|
41
41
|
}}
|
|
42
42
|
/**
|
|
43
43
|
* Unqualified symbol name. Unlike Node.displayName, this *can* be used programmatically.
|
|
@@ -46,10 +46,10 @@ var Node_NestedNode = (_class2 = class extends _chunkRKF2BUL7cjs.Struct {
|
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
get name() {
|
|
49
|
-
return
|
|
49
|
+
return _chunkOP6MHN5Dcjs.utils.getText(0, this);
|
|
50
50
|
}
|
|
51
51
|
set name(value) {
|
|
52
|
-
|
|
52
|
+
_chunkOP6MHN5Dcjs.utils.setText(0, value, this);
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
55
|
* ID of the nested node. Typically, the target node's scopeId points back to this node, but
|
|
@@ -57,39 +57,39 @@ var Node_NestedNode = (_class2 = class extends _chunkRKF2BUL7cjs.Struct {
|
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
get id() {
|
|
60
|
-
return
|
|
60
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(0, this);
|
|
61
61
|
}
|
|
62
62
|
set id(value) {
|
|
63
|
-
|
|
63
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(0, value, this);
|
|
64
64
|
}
|
|
65
65
|
toString() {
|
|
66
66
|
return "Node_NestedNode_" + super.toString();
|
|
67
67
|
}
|
|
68
68
|
}, _class2.__initStatic2(), _class2);
|
|
69
|
-
var Node_SourceInfo_Member = (_class3 = class extends
|
|
69
|
+
var Node_SourceInfo_Member = (_class3 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
70
70
|
static {
|
|
71
71
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_SourceInfo_Member");
|
|
72
72
|
}
|
|
73
73
|
static __initStatic3() {this._capnp = {
|
|
74
74
|
displayName: "Member",
|
|
75
75
|
id: "c2ba9038898e1fa2",
|
|
76
|
-
size: new (0,
|
|
76
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(0, 1)
|
|
77
77
|
}}
|
|
78
78
|
/**
|
|
79
79
|
* Doc comment on the member.
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
get docComment() {
|
|
83
|
-
return
|
|
83
|
+
return _chunkOP6MHN5Dcjs.utils.getText(0, this);
|
|
84
84
|
}
|
|
85
85
|
set docComment(value) {
|
|
86
|
-
|
|
86
|
+
_chunkOP6MHN5Dcjs.utils.setText(0, value, this);
|
|
87
87
|
}
|
|
88
88
|
toString() {
|
|
89
89
|
return "Node_SourceInfo_Member_" + super.toString();
|
|
90
90
|
}
|
|
91
91
|
}, _class3.__initStatic3(), _class3);
|
|
92
|
-
var Node_SourceInfo = (_class4 = class _Node_SourceInfo extends
|
|
92
|
+
var Node_SourceInfo = (_class4 = class _Node_SourceInfo extends _chunkOP6MHN5Dcjs.Struct {
|
|
93
93
|
static {
|
|
94
94
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_SourceInfo");
|
|
95
95
|
}
|
|
@@ -97,7 +97,7 @@ var Node_SourceInfo = (_class4 = class _Node_SourceInfo extends _chunkRKF2BUL7cj
|
|
|
97
97
|
static __initStatic5() {this._capnp = {
|
|
98
98
|
displayName: "SourceInfo",
|
|
99
99
|
id: "f38e1de3041357ae",
|
|
100
|
-
size: new (0,
|
|
100
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(8, 2)
|
|
101
101
|
}}
|
|
102
102
|
|
|
103
103
|
/**
|
|
@@ -105,26 +105,26 @@ var Node_SourceInfo = (_class4 = class _Node_SourceInfo extends _chunkRKF2BUL7cj
|
|
|
105
105
|
*
|
|
106
106
|
*/
|
|
107
107
|
get id() {
|
|
108
|
-
return
|
|
108
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(0, this);
|
|
109
109
|
}
|
|
110
110
|
set id(value) {
|
|
111
|
-
|
|
111
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(0, value, this);
|
|
112
112
|
}
|
|
113
113
|
/**
|
|
114
114
|
* The top-level doc comment for the Node.
|
|
115
115
|
*
|
|
116
116
|
*/
|
|
117
117
|
get docComment() {
|
|
118
|
-
return
|
|
118
|
+
return _chunkOP6MHN5Dcjs.utils.getText(0, this);
|
|
119
119
|
}
|
|
120
120
|
set docComment(value) {
|
|
121
|
-
|
|
121
|
+
_chunkOP6MHN5Dcjs.utils.setText(0, value, this);
|
|
122
122
|
}
|
|
123
123
|
_adoptMembers(value) {
|
|
124
|
-
|
|
124
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
125
125
|
}
|
|
126
126
|
_disownMembers() {
|
|
127
|
-
return
|
|
127
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.members);
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
130
|
* Information about each member -- i.e. fields (for structs), enumerants (for enums), or
|
|
@@ -135,29 +135,29 @@ var Node_SourceInfo = (_class4 = class _Node_SourceInfo extends _chunkRKF2BUL7cj
|
|
|
135
135
|
*
|
|
136
136
|
*/
|
|
137
137
|
get members() {
|
|
138
|
-
return
|
|
138
|
+
return _chunkOP6MHN5Dcjs.utils.getList(1, _Node_SourceInfo._Members, this);
|
|
139
139
|
}
|
|
140
140
|
_hasMembers() {
|
|
141
|
-
return !
|
|
141
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
142
142
|
}
|
|
143
143
|
_initMembers(length) {
|
|
144
|
-
return
|
|
144
|
+
return _chunkOP6MHN5Dcjs.utils.initList(1, _Node_SourceInfo._Members, length, this);
|
|
145
145
|
}
|
|
146
146
|
set members(value) {
|
|
147
|
-
|
|
147
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
148
148
|
}
|
|
149
149
|
toString() {
|
|
150
150
|
return "Node_SourceInfo_" + super.toString();
|
|
151
151
|
}
|
|
152
152
|
}, _class4.__initStatic4(), _class4.__initStatic5(), _class4);
|
|
153
|
-
var Node_Struct = (_class5 = class _Node_Struct extends
|
|
153
|
+
var Node_Struct = (_class5 = class _Node_Struct extends _chunkOP6MHN5Dcjs.Struct {
|
|
154
154
|
static {
|
|
155
155
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_Struct");
|
|
156
156
|
}
|
|
157
157
|
static __initStatic6() {this._capnp = {
|
|
158
158
|
displayName: "struct",
|
|
159
159
|
id: "9ea0b19b37fb4435",
|
|
160
|
-
size: new (0,
|
|
160
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(40, 6)
|
|
161
161
|
}}
|
|
162
162
|
|
|
163
163
|
/**
|
|
@@ -165,20 +165,20 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkRKF2BUL7cjs.Struct
|
|
|
165
165
|
*
|
|
166
166
|
*/
|
|
167
167
|
get dataWordCount() {
|
|
168
|
-
return
|
|
168
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(14, this);
|
|
169
169
|
}
|
|
170
170
|
set dataWordCount(value) {
|
|
171
|
-
|
|
171
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(14, value, this);
|
|
172
172
|
}
|
|
173
173
|
/**
|
|
174
174
|
* Size of the pointer section, in pointers (which are one word each).
|
|
175
175
|
*
|
|
176
176
|
*/
|
|
177
177
|
get pointerCount() {
|
|
178
|
-
return
|
|
178
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(24, this);
|
|
179
179
|
}
|
|
180
180
|
set pointerCount(value) {
|
|
181
|
-
|
|
181
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(24, value, this);
|
|
182
182
|
}
|
|
183
183
|
/**
|
|
184
184
|
* The preferred element size to use when encoding a list of this struct. If this is anything
|
|
@@ -187,10 +187,10 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkRKF2BUL7cjs.Struct
|
|
|
187
187
|
*
|
|
188
188
|
*/
|
|
189
189
|
get preferredListEncoding() {
|
|
190
|
-
return
|
|
190
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(26, this);
|
|
191
191
|
}
|
|
192
192
|
set preferredListEncoding(value) {
|
|
193
|
-
|
|
193
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(26, value, this);
|
|
194
194
|
}
|
|
195
195
|
/**
|
|
196
196
|
* If true, then this "struct" node is actually not an independent node, but merely represents
|
|
@@ -206,10 +206,10 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkRKF2BUL7cjs.Struct
|
|
|
206
206
|
*
|
|
207
207
|
*/
|
|
208
208
|
get isGroup() {
|
|
209
|
-
return
|
|
209
|
+
return _chunkOP6MHN5Dcjs.utils.getBit(224, this);
|
|
210
210
|
}
|
|
211
211
|
set isGroup(value) {
|
|
212
|
-
|
|
212
|
+
_chunkOP6MHN5Dcjs.utils.setBit(224, value, this);
|
|
213
213
|
}
|
|
214
214
|
/**
|
|
215
215
|
* Number of fields in this struct which are members of an anonymous union, and thus may
|
|
@@ -225,10 +225,10 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkRKF2BUL7cjs.Struct
|
|
|
225
225
|
*
|
|
226
226
|
*/
|
|
227
227
|
get discriminantCount() {
|
|
228
|
-
return
|
|
228
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(30, this);
|
|
229
229
|
}
|
|
230
230
|
set discriminantCount(value) {
|
|
231
|
-
|
|
231
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(30, value, this);
|
|
232
232
|
}
|
|
233
233
|
/**
|
|
234
234
|
* If `discriminantCount` is non-zero, this is the offset of the union discriminant, in
|
|
@@ -236,16 +236,16 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkRKF2BUL7cjs.Struct
|
|
|
236
236
|
*
|
|
237
237
|
*/
|
|
238
238
|
get discriminantOffset() {
|
|
239
|
-
return
|
|
239
|
+
return _chunkOP6MHN5Dcjs.utils.getUint32(32, this);
|
|
240
240
|
}
|
|
241
241
|
set discriminantOffset(value) {
|
|
242
|
-
|
|
242
|
+
_chunkOP6MHN5Dcjs.utils.setUint32(32, value, this);
|
|
243
243
|
}
|
|
244
244
|
_adoptFields(value) {
|
|
245
|
-
|
|
245
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
246
246
|
}
|
|
247
247
|
_disownFields() {
|
|
248
|
-
return
|
|
248
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.fields);
|
|
249
249
|
}
|
|
250
250
|
/**
|
|
251
251
|
* Fields defined within this scope (either the struct's top-level fields, or the fields of
|
|
@@ -260,263 +260,263 @@ var Node_Struct = (_class5 = class _Node_Struct extends _chunkRKF2BUL7cjs.Struct
|
|
|
260
260
|
*
|
|
261
261
|
*/
|
|
262
262
|
get fields() {
|
|
263
|
-
return
|
|
263
|
+
return _chunkOP6MHN5Dcjs.utils.getList(3, _Node_Struct._Fields, this);
|
|
264
264
|
}
|
|
265
265
|
_hasFields() {
|
|
266
|
-
return !
|
|
266
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
267
267
|
}
|
|
268
268
|
_initFields(length) {
|
|
269
|
-
return
|
|
269
|
+
return _chunkOP6MHN5Dcjs.utils.initList(3, _Node_Struct._Fields, length, this);
|
|
270
270
|
}
|
|
271
271
|
set fields(value) {
|
|
272
|
-
|
|
272
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
273
273
|
}
|
|
274
274
|
toString() {
|
|
275
275
|
return "Node_Struct_" + super.toString();
|
|
276
276
|
}
|
|
277
277
|
}, _class5.__initStatic6(), _class5);
|
|
278
|
-
var Node_Enum = (_class6 = class _Node_Enum extends
|
|
278
|
+
var Node_Enum = (_class6 = class _Node_Enum extends _chunkOP6MHN5Dcjs.Struct {
|
|
279
279
|
static {
|
|
280
280
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_Enum");
|
|
281
281
|
}
|
|
282
282
|
static __initStatic7() {this._capnp = {
|
|
283
283
|
displayName: "enum",
|
|
284
284
|
id: "b54ab3364333f598",
|
|
285
|
-
size: new (0,
|
|
285
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(40, 6)
|
|
286
286
|
}}
|
|
287
287
|
|
|
288
288
|
_adoptEnumerants(value) {
|
|
289
|
-
|
|
289
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
290
290
|
}
|
|
291
291
|
_disownEnumerants() {
|
|
292
|
-
return
|
|
292
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.enumerants);
|
|
293
293
|
}
|
|
294
294
|
/**
|
|
295
295
|
* Enumerants ordered by numeric value (ordinal).
|
|
296
296
|
*
|
|
297
297
|
*/
|
|
298
298
|
get enumerants() {
|
|
299
|
-
return
|
|
299
|
+
return _chunkOP6MHN5Dcjs.utils.getList(3, _Node_Enum._Enumerants, this);
|
|
300
300
|
}
|
|
301
301
|
_hasEnumerants() {
|
|
302
|
-
return !
|
|
302
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
303
303
|
}
|
|
304
304
|
_initEnumerants(length) {
|
|
305
|
-
return
|
|
305
|
+
return _chunkOP6MHN5Dcjs.utils.initList(3, _Node_Enum._Enumerants, length, this);
|
|
306
306
|
}
|
|
307
307
|
set enumerants(value) {
|
|
308
|
-
|
|
308
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
309
309
|
}
|
|
310
310
|
toString() {
|
|
311
311
|
return "Node_Enum_" + super.toString();
|
|
312
312
|
}
|
|
313
313
|
}, _class6.__initStatic7(), _class6);
|
|
314
|
-
var Node_Interface = (_class7 = class _Node_Interface extends
|
|
314
|
+
var Node_Interface = (_class7 = class _Node_Interface extends _chunkOP6MHN5Dcjs.Struct {
|
|
315
315
|
static {
|
|
316
316
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_Interface");
|
|
317
317
|
}
|
|
318
318
|
static __initStatic8() {this._capnp = {
|
|
319
319
|
displayName: "interface",
|
|
320
320
|
id: "e82753cff0c2218f",
|
|
321
|
-
size: new (0,
|
|
321
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(40, 6)
|
|
322
322
|
}}
|
|
323
323
|
|
|
324
324
|
|
|
325
325
|
_adoptMethods(value) {
|
|
326
|
-
|
|
326
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
327
327
|
}
|
|
328
328
|
_disownMethods() {
|
|
329
|
-
return
|
|
329
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.methods);
|
|
330
330
|
}
|
|
331
331
|
/**
|
|
332
332
|
* Methods ordered by ordinal.
|
|
333
333
|
*
|
|
334
334
|
*/
|
|
335
335
|
get methods() {
|
|
336
|
-
return
|
|
336
|
+
return _chunkOP6MHN5Dcjs.utils.getList(3, _Node_Interface._Methods, this);
|
|
337
337
|
}
|
|
338
338
|
_hasMethods() {
|
|
339
|
-
return !
|
|
339
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
340
340
|
}
|
|
341
341
|
_initMethods(length) {
|
|
342
|
-
return
|
|
342
|
+
return _chunkOP6MHN5Dcjs.utils.initList(3, _Node_Interface._Methods, length, this);
|
|
343
343
|
}
|
|
344
344
|
set methods(value) {
|
|
345
|
-
|
|
345
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
346
346
|
}
|
|
347
347
|
_adoptSuperclasses(value) {
|
|
348
|
-
|
|
348
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(4, this));
|
|
349
349
|
}
|
|
350
350
|
_disownSuperclasses() {
|
|
351
|
-
return
|
|
351
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.superclasses);
|
|
352
352
|
}
|
|
353
353
|
/**
|
|
354
354
|
* Superclasses of this interface.
|
|
355
355
|
*
|
|
356
356
|
*/
|
|
357
357
|
get superclasses() {
|
|
358
|
-
return
|
|
358
|
+
return _chunkOP6MHN5Dcjs.utils.getList(4, _Node_Interface._Superclasses, this);
|
|
359
359
|
}
|
|
360
360
|
_hasSuperclasses() {
|
|
361
|
-
return !
|
|
361
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(4, this));
|
|
362
362
|
}
|
|
363
363
|
_initSuperclasses(length) {
|
|
364
|
-
return
|
|
364
|
+
return _chunkOP6MHN5Dcjs.utils.initList(4, _Node_Interface._Superclasses, length, this);
|
|
365
365
|
}
|
|
366
366
|
set superclasses(value) {
|
|
367
|
-
|
|
367
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(4, this));
|
|
368
368
|
}
|
|
369
369
|
toString() {
|
|
370
370
|
return "Node_Interface_" + super.toString();
|
|
371
371
|
}
|
|
372
372
|
}, _class7.__initStatic8(), _class7);
|
|
373
|
-
var Node_Const = (_class8 = class extends
|
|
373
|
+
var Node_Const = (_class8 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
374
374
|
static {
|
|
375
375
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_Const");
|
|
376
376
|
}
|
|
377
377
|
static __initStatic9() {this._capnp = {
|
|
378
378
|
displayName: "const",
|
|
379
379
|
id: "b18aa5ac7a0d9420",
|
|
380
|
-
size: new (0,
|
|
380
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(40, 6)
|
|
381
381
|
}}
|
|
382
382
|
_adoptType(value) {
|
|
383
|
-
|
|
383
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
384
384
|
}
|
|
385
385
|
_disownType() {
|
|
386
|
-
return
|
|
386
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.type);
|
|
387
387
|
}
|
|
388
388
|
get type() {
|
|
389
|
-
return
|
|
389
|
+
return _chunkOP6MHN5Dcjs.utils.getStruct(3, Type, this);
|
|
390
390
|
}
|
|
391
391
|
_hasType() {
|
|
392
|
-
return !
|
|
392
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
393
393
|
}
|
|
394
394
|
_initType() {
|
|
395
|
-
return
|
|
395
|
+
return _chunkOP6MHN5Dcjs.utils.initStructAt(3, Type, this);
|
|
396
396
|
}
|
|
397
397
|
set type(value) {
|
|
398
|
-
|
|
398
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
399
399
|
}
|
|
400
400
|
_adoptValue(value) {
|
|
401
|
-
|
|
401
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(4, this));
|
|
402
402
|
}
|
|
403
403
|
_disownValue() {
|
|
404
|
-
return
|
|
404
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.value);
|
|
405
405
|
}
|
|
406
406
|
get value() {
|
|
407
|
-
return
|
|
407
|
+
return _chunkOP6MHN5Dcjs.utils.getStruct(4, Value, this);
|
|
408
408
|
}
|
|
409
409
|
_hasValue() {
|
|
410
|
-
return !
|
|
410
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(4, this));
|
|
411
411
|
}
|
|
412
412
|
_initValue() {
|
|
413
|
-
return
|
|
413
|
+
return _chunkOP6MHN5Dcjs.utils.initStructAt(4, Value, this);
|
|
414
414
|
}
|
|
415
415
|
set value(value) {
|
|
416
|
-
|
|
416
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(4, this));
|
|
417
417
|
}
|
|
418
418
|
toString() {
|
|
419
419
|
return "Node_Const_" + super.toString();
|
|
420
420
|
}
|
|
421
421
|
}, _class8.__initStatic9(), _class8);
|
|
422
|
-
var Node_Annotation = (_class9 = class extends
|
|
422
|
+
var Node_Annotation = (_class9 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
423
423
|
static {
|
|
424
424
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node_Annotation");
|
|
425
425
|
}
|
|
426
426
|
static __initStatic10() {this._capnp = {
|
|
427
427
|
displayName: "annotation",
|
|
428
428
|
id: "ec1619d4400a0290",
|
|
429
|
-
size: new (0,
|
|
429
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(40, 6)
|
|
430
430
|
}}
|
|
431
431
|
_adoptType(value) {
|
|
432
|
-
|
|
432
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
433
433
|
}
|
|
434
434
|
_disownType() {
|
|
435
|
-
return
|
|
435
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.type);
|
|
436
436
|
}
|
|
437
437
|
get type() {
|
|
438
|
-
return
|
|
438
|
+
return _chunkOP6MHN5Dcjs.utils.getStruct(3, Type, this);
|
|
439
439
|
}
|
|
440
440
|
_hasType() {
|
|
441
|
-
return !
|
|
441
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
442
442
|
}
|
|
443
443
|
_initType() {
|
|
444
|
-
return
|
|
444
|
+
return _chunkOP6MHN5Dcjs.utils.initStructAt(3, Type, this);
|
|
445
445
|
}
|
|
446
446
|
set type(value) {
|
|
447
|
-
|
|
447
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
448
448
|
}
|
|
449
449
|
get targetsFile() {
|
|
450
|
-
return
|
|
450
|
+
return _chunkOP6MHN5Dcjs.utils.getBit(112, this);
|
|
451
451
|
}
|
|
452
452
|
set targetsFile(value) {
|
|
453
|
-
|
|
453
|
+
_chunkOP6MHN5Dcjs.utils.setBit(112, value, this);
|
|
454
454
|
}
|
|
455
455
|
get targetsConst() {
|
|
456
|
-
return
|
|
456
|
+
return _chunkOP6MHN5Dcjs.utils.getBit(113, this);
|
|
457
457
|
}
|
|
458
458
|
set targetsConst(value) {
|
|
459
|
-
|
|
459
|
+
_chunkOP6MHN5Dcjs.utils.setBit(113, value, this);
|
|
460
460
|
}
|
|
461
461
|
get targetsEnum() {
|
|
462
|
-
return
|
|
462
|
+
return _chunkOP6MHN5Dcjs.utils.getBit(114, this);
|
|
463
463
|
}
|
|
464
464
|
set targetsEnum(value) {
|
|
465
|
-
|
|
465
|
+
_chunkOP6MHN5Dcjs.utils.setBit(114, value, this);
|
|
466
466
|
}
|
|
467
467
|
get targetsEnumerant() {
|
|
468
|
-
return
|
|
468
|
+
return _chunkOP6MHN5Dcjs.utils.getBit(115, this);
|
|
469
469
|
}
|
|
470
470
|
set targetsEnumerant(value) {
|
|
471
|
-
|
|
471
|
+
_chunkOP6MHN5Dcjs.utils.setBit(115, value, this);
|
|
472
472
|
}
|
|
473
473
|
get targetsStruct() {
|
|
474
|
-
return
|
|
474
|
+
return _chunkOP6MHN5Dcjs.utils.getBit(116, this);
|
|
475
475
|
}
|
|
476
476
|
set targetsStruct(value) {
|
|
477
|
-
|
|
477
|
+
_chunkOP6MHN5Dcjs.utils.setBit(116, value, this);
|
|
478
478
|
}
|
|
479
479
|
get targetsField() {
|
|
480
|
-
return
|
|
480
|
+
return _chunkOP6MHN5Dcjs.utils.getBit(117, this);
|
|
481
481
|
}
|
|
482
482
|
set targetsField(value) {
|
|
483
|
-
|
|
483
|
+
_chunkOP6MHN5Dcjs.utils.setBit(117, value, this);
|
|
484
484
|
}
|
|
485
485
|
get targetsUnion() {
|
|
486
|
-
return
|
|
486
|
+
return _chunkOP6MHN5Dcjs.utils.getBit(118, this);
|
|
487
487
|
}
|
|
488
488
|
set targetsUnion(value) {
|
|
489
|
-
|
|
489
|
+
_chunkOP6MHN5Dcjs.utils.setBit(118, value, this);
|
|
490
490
|
}
|
|
491
491
|
get targetsGroup() {
|
|
492
|
-
return
|
|
492
|
+
return _chunkOP6MHN5Dcjs.utils.getBit(119, this);
|
|
493
493
|
}
|
|
494
494
|
set targetsGroup(value) {
|
|
495
|
-
|
|
495
|
+
_chunkOP6MHN5Dcjs.utils.setBit(119, value, this);
|
|
496
496
|
}
|
|
497
497
|
get targetsInterface() {
|
|
498
|
-
return
|
|
498
|
+
return _chunkOP6MHN5Dcjs.utils.getBit(120, this);
|
|
499
499
|
}
|
|
500
500
|
set targetsInterface(value) {
|
|
501
|
-
|
|
501
|
+
_chunkOP6MHN5Dcjs.utils.setBit(120, value, this);
|
|
502
502
|
}
|
|
503
503
|
get targetsMethod() {
|
|
504
|
-
return
|
|
504
|
+
return _chunkOP6MHN5Dcjs.utils.getBit(121, this);
|
|
505
505
|
}
|
|
506
506
|
set targetsMethod(value) {
|
|
507
|
-
|
|
507
|
+
_chunkOP6MHN5Dcjs.utils.setBit(121, value, this);
|
|
508
508
|
}
|
|
509
509
|
get targetsParam() {
|
|
510
|
-
return
|
|
510
|
+
return _chunkOP6MHN5Dcjs.utils.getBit(122, this);
|
|
511
511
|
}
|
|
512
512
|
set targetsParam(value) {
|
|
513
|
-
|
|
513
|
+
_chunkOP6MHN5Dcjs.utils.setBit(122, value, this);
|
|
514
514
|
}
|
|
515
515
|
get targetsAnnotation() {
|
|
516
|
-
return
|
|
516
|
+
return _chunkOP6MHN5Dcjs.utils.getBit(123, this);
|
|
517
517
|
}
|
|
518
518
|
set targetsAnnotation(value) {
|
|
519
|
-
|
|
519
|
+
_chunkOP6MHN5Dcjs.utils.setBit(123, value, this);
|
|
520
520
|
}
|
|
521
521
|
toString() {
|
|
522
522
|
return "Node_Annotation_" + super.toString();
|
|
@@ -558,7 +558,7 @@ var Node_Which = {
|
|
|
558
558
|
*/
|
|
559
559
|
ANNOTATION: 5
|
|
560
560
|
};
|
|
561
|
-
var Node = (_class10 = class _Node extends
|
|
561
|
+
var Node = (_class10 = class _Node extends _chunkOP6MHN5Dcjs.Struct {
|
|
562
562
|
static {
|
|
563
563
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Node");
|
|
564
564
|
}
|
|
@@ -574,16 +574,16 @@ var Node = (_class10 = class _Node extends _chunkRKF2BUL7cjs.Struct {
|
|
|
574
574
|
static __initStatic20() {this._capnp = {
|
|
575
575
|
displayName: "Node",
|
|
576
576
|
id: "e682ab4cf923a417",
|
|
577
|
-
size: new (0,
|
|
577
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(40, 6)
|
|
578
578
|
}}
|
|
579
579
|
|
|
580
580
|
|
|
581
581
|
|
|
582
582
|
get id() {
|
|
583
|
-
return
|
|
583
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(0, this);
|
|
584
584
|
}
|
|
585
585
|
set id(value) {
|
|
586
|
-
|
|
586
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(0, value, this);
|
|
587
587
|
}
|
|
588
588
|
/**
|
|
589
589
|
* Name to present to humans to identify this Node. You should not attempt to parse this. Its
|
|
@@ -593,10 +593,10 @@ var Node = (_class10 = class _Node extends _chunkRKF2BUL7cjs.Struct {
|
|
|
593
593
|
*
|
|
594
594
|
*/
|
|
595
595
|
get displayName() {
|
|
596
|
-
return
|
|
596
|
+
return _chunkOP6MHN5Dcjs.utils.getText(0, this);
|
|
597
597
|
}
|
|
598
598
|
set displayName(value) {
|
|
599
|
-
|
|
599
|
+
_chunkOP6MHN5Dcjs.utils.setText(0, value, this);
|
|
600
600
|
}
|
|
601
601
|
/**
|
|
602
602
|
* If you want a shorter version of `displayName` (just naming this node, without its surrounding
|
|
@@ -604,10 +604,10 @@ var Node = (_class10 = class _Node extends _chunkRKF2BUL7cjs.Struct {
|
|
|
604
604
|
*
|
|
605
605
|
*/
|
|
606
606
|
get displayNamePrefixLength() {
|
|
607
|
-
return
|
|
607
|
+
return _chunkOP6MHN5Dcjs.utils.getUint32(8, this);
|
|
608
608
|
}
|
|
609
609
|
set displayNamePrefixLength(value) {
|
|
610
|
-
|
|
610
|
+
_chunkOP6MHN5Dcjs.utils.setUint32(8, value, this);
|
|
611
611
|
}
|
|
612
612
|
/**
|
|
613
613
|
* ID of the lexical parent node. Typically, the scope node will have a NestedNode pointing back
|
|
@@ -618,32 +618,32 @@ var Node = (_class10 = class _Node extends _chunkRKF2BUL7cjs.Struct {
|
|
|
618
618
|
*
|
|
619
619
|
*/
|
|
620
620
|
get scopeId() {
|
|
621
|
-
return
|
|
621
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(16, this);
|
|
622
622
|
}
|
|
623
623
|
set scopeId(value) {
|
|
624
|
-
|
|
624
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(16, value, this);
|
|
625
625
|
}
|
|
626
626
|
_adoptParameters(value) {
|
|
627
|
-
|
|
627
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(5, this));
|
|
628
628
|
}
|
|
629
629
|
_disownParameters() {
|
|
630
|
-
return
|
|
630
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.parameters);
|
|
631
631
|
}
|
|
632
632
|
/**
|
|
633
633
|
* If this node is parameterized (generic), the list of parameters. Empty for non-generic types.
|
|
634
634
|
*
|
|
635
635
|
*/
|
|
636
636
|
get parameters() {
|
|
637
|
-
return
|
|
637
|
+
return _chunkOP6MHN5Dcjs.utils.getList(5, _Node._Parameters, this);
|
|
638
638
|
}
|
|
639
639
|
_hasParameters() {
|
|
640
|
-
return !
|
|
640
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(5, this));
|
|
641
641
|
}
|
|
642
642
|
_initParameters(length) {
|
|
643
|
-
return
|
|
643
|
+
return _chunkOP6MHN5Dcjs.utils.initList(5, _Node._Parameters, length, this);
|
|
644
644
|
}
|
|
645
645
|
set parameters(value) {
|
|
646
|
-
|
|
646
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(5, this));
|
|
647
647
|
}
|
|
648
648
|
/**
|
|
649
649
|
* True if this node is generic, meaning that it or one of its parent scopes has a non-empty
|
|
@@ -651,146 +651,146 @@ var Node = (_class10 = class _Node extends _chunkRKF2BUL7cjs.Struct {
|
|
|
651
651
|
*
|
|
652
652
|
*/
|
|
653
653
|
get isGeneric() {
|
|
654
|
-
return
|
|
654
|
+
return _chunkOP6MHN5Dcjs.utils.getBit(288, this);
|
|
655
655
|
}
|
|
656
656
|
set isGeneric(value) {
|
|
657
|
-
|
|
657
|
+
_chunkOP6MHN5Dcjs.utils.setBit(288, value, this);
|
|
658
658
|
}
|
|
659
659
|
_adoptNestedNodes(value) {
|
|
660
|
-
|
|
660
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
661
661
|
}
|
|
662
662
|
_disownNestedNodes() {
|
|
663
|
-
return
|
|
663
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.nestedNodes);
|
|
664
664
|
}
|
|
665
665
|
/**
|
|
666
666
|
* List of nodes nested within this node, along with the names under which they were declared.
|
|
667
667
|
*
|
|
668
668
|
*/
|
|
669
669
|
get nestedNodes() {
|
|
670
|
-
return
|
|
670
|
+
return _chunkOP6MHN5Dcjs.utils.getList(1, _Node._NestedNodes, this);
|
|
671
671
|
}
|
|
672
672
|
_hasNestedNodes() {
|
|
673
|
-
return !
|
|
673
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
674
674
|
}
|
|
675
675
|
_initNestedNodes(length) {
|
|
676
|
-
return
|
|
676
|
+
return _chunkOP6MHN5Dcjs.utils.initList(1, _Node._NestedNodes, length, this);
|
|
677
677
|
}
|
|
678
678
|
set nestedNodes(value) {
|
|
679
|
-
|
|
679
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
680
680
|
}
|
|
681
681
|
_adoptAnnotations(value) {
|
|
682
|
-
|
|
682
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(2, this));
|
|
683
683
|
}
|
|
684
684
|
_disownAnnotations() {
|
|
685
|
-
return
|
|
685
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.annotations);
|
|
686
686
|
}
|
|
687
687
|
/**
|
|
688
688
|
* Annotations applied to this node.
|
|
689
689
|
*
|
|
690
690
|
*/
|
|
691
691
|
get annotations() {
|
|
692
|
-
return
|
|
692
|
+
return _chunkOP6MHN5Dcjs.utils.getList(2, _Node._Annotations, this);
|
|
693
693
|
}
|
|
694
694
|
_hasAnnotations() {
|
|
695
|
-
return !
|
|
695
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(2, this));
|
|
696
696
|
}
|
|
697
697
|
_initAnnotations(length) {
|
|
698
|
-
return
|
|
698
|
+
return _chunkOP6MHN5Dcjs.utils.initList(2, _Node._Annotations, length, this);
|
|
699
699
|
}
|
|
700
700
|
set annotations(value) {
|
|
701
|
-
|
|
701
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(2, this));
|
|
702
702
|
}
|
|
703
703
|
get _isFile() {
|
|
704
|
-
return
|
|
704
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(12, this) === 0;
|
|
705
705
|
}
|
|
706
706
|
set file(_) {
|
|
707
|
-
|
|
707
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(12, 0, this);
|
|
708
708
|
}
|
|
709
709
|
get struct() {
|
|
710
|
-
|
|
711
|
-
return
|
|
710
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("struct", _chunkOP6MHN5Dcjs.utils.getUint16(12, this), 1, this);
|
|
711
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Node_Struct, this);
|
|
712
712
|
}
|
|
713
713
|
_initStruct() {
|
|
714
|
-
|
|
715
|
-
return
|
|
714
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(12, 1, this);
|
|
715
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Node_Struct, this);
|
|
716
716
|
}
|
|
717
717
|
get _isStruct() {
|
|
718
|
-
return
|
|
718
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(12, this) === 1;
|
|
719
719
|
}
|
|
720
720
|
set struct(_) {
|
|
721
|
-
|
|
721
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(12, 1, this);
|
|
722
722
|
}
|
|
723
723
|
get enum() {
|
|
724
|
-
|
|
725
|
-
return
|
|
724
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("enum", _chunkOP6MHN5Dcjs.utils.getUint16(12, this), 2, this);
|
|
725
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Node_Enum, this);
|
|
726
726
|
}
|
|
727
727
|
_initEnum() {
|
|
728
|
-
|
|
729
|
-
return
|
|
728
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(12, 2, this);
|
|
729
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Node_Enum, this);
|
|
730
730
|
}
|
|
731
731
|
get _isEnum() {
|
|
732
|
-
return
|
|
732
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(12, this) === 2;
|
|
733
733
|
}
|
|
734
734
|
set enum(_) {
|
|
735
|
-
|
|
735
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(12, 2, this);
|
|
736
736
|
}
|
|
737
737
|
get interface() {
|
|
738
|
-
|
|
739
|
-
return
|
|
738
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("interface", _chunkOP6MHN5Dcjs.utils.getUint16(12, this), 3, this);
|
|
739
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Node_Interface, this);
|
|
740
740
|
}
|
|
741
741
|
_initInterface() {
|
|
742
|
-
|
|
743
|
-
return
|
|
742
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(12, 3, this);
|
|
743
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Node_Interface, this);
|
|
744
744
|
}
|
|
745
745
|
get _isInterface() {
|
|
746
|
-
return
|
|
746
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(12, this) === 3;
|
|
747
747
|
}
|
|
748
748
|
set interface(_) {
|
|
749
|
-
|
|
749
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(12, 3, this);
|
|
750
750
|
}
|
|
751
751
|
get const() {
|
|
752
|
-
|
|
753
|
-
return
|
|
752
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("const", _chunkOP6MHN5Dcjs.utils.getUint16(12, this), 4, this);
|
|
753
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Node_Const, this);
|
|
754
754
|
}
|
|
755
755
|
_initConst() {
|
|
756
|
-
|
|
757
|
-
return
|
|
756
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(12, 4, this);
|
|
757
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Node_Const, this);
|
|
758
758
|
}
|
|
759
759
|
get _isConst() {
|
|
760
|
-
return
|
|
760
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(12, this) === 4;
|
|
761
761
|
}
|
|
762
762
|
set const(_) {
|
|
763
|
-
|
|
763
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(12, 4, this);
|
|
764
764
|
}
|
|
765
765
|
get annotation() {
|
|
766
|
-
|
|
767
|
-
return
|
|
766
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("annotation", _chunkOP6MHN5Dcjs.utils.getUint16(12, this), 5, this);
|
|
767
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Node_Annotation, this);
|
|
768
768
|
}
|
|
769
769
|
_initAnnotation() {
|
|
770
|
-
|
|
771
|
-
return
|
|
770
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(12, 5, this);
|
|
771
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Node_Annotation, this);
|
|
772
772
|
}
|
|
773
773
|
get _isAnnotation() {
|
|
774
|
-
return
|
|
774
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(12, this) === 5;
|
|
775
775
|
}
|
|
776
776
|
set annotation(_) {
|
|
777
|
-
|
|
777
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(12, 5, this);
|
|
778
778
|
}
|
|
779
779
|
toString() {
|
|
780
780
|
return "Node_" + super.toString();
|
|
781
781
|
}
|
|
782
782
|
which() {
|
|
783
|
-
return
|
|
783
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(12, this);
|
|
784
784
|
}
|
|
785
785
|
}, _class10.__initStatic11(), _class10.__initStatic12(), _class10.__initStatic13(), _class10.__initStatic14(), _class10.__initStatic15(), _class10.__initStatic16(), _class10.__initStatic17(), _class10.__initStatic18(), _class10.__initStatic19(), _class10.__initStatic20(), _class10);
|
|
786
|
-
var Field_Slot = (_class11 = class extends
|
|
786
|
+
var Field_Slot = (_class11 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
787
787
|
static {
|
|
788
788
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Field_Slot");
|
|
789
789
|
}
|
|
790
790
|
static __initStatic21() {this._capnp = {
|
|
791
791
|
displayName: "slot",
|
|
792
792
|
id: "c42305476bb4746f",
|
|
793
|
-
size: new (0,
|
|
793
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(24, 4)
|
|
794
794
|
}}
|
|
795
795
|
/**
|
|
796
796
|
* Offset, in units of the field's size, from the beginning of the section in which the field
|
|
@@ -799,46 +799,46 @@ var Field_Slot = (_class11 = class extends _chunkRKF2BUL7cjs.Struct {
|
|
|
799
799
|
*
|
|
800
800
|
*/
|
|
801
801
|
get offset() {
|
|
802
|
-
return
|
|
802
|
+
return _chunkOP6MHN5Dcjs.utils.getUint32(4, this);
|
|
803
803
|
}
|
|
804
804
|
set offset(value) {
|
|
805
|
-
|
|
805
|
+
_chunkOP6MHN5Dcjs.utils.setUint32(4, value, this);
|
|
806
806
|
}
|
|
807
807
|
_adoptType(value) {
|
|
808
|
-
|
|
808
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(2, this));
|
|
809
809
|
}
|
|
810
810
|
_disownType() {
|
|
811
|
-
return
|
|
811
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.type);
|
|
812
812
|
}
|
|
813
813
|
get type() {
|
|
814
|
-
return
|
|
814
|
+
return _chunkOP6MHN5Dcjs.utils.getStruct(2, Type, this);
|
|
815
815
|
}
|
|
816
816
|
_hasType() {
|
|
817
|
-
return !
|
|
817
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(2, this));
|
|
818
818
|
}
|
|
819
819
|
_initType() {
|
|
820
|
-
return
|
|
820
|
+
return _chunkOP6MHN5Dcjs.utils.initStructAt(2, Type, this);
|
|
821
821
|
}
|
|
822
822
|
set type(value) {
|
|
823
|
-
|
|
823
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(2, this));
|
|
824
824
|
}
|
|
825
825
|
_adoptDefaultValue(value) {
|
|
826
|
-
|
|
826
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
827
827
|
}
|
|
828
828
|
_disownDefaultValue() {
|
|
829
|
-
return
|
|
829
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.defaultValue);
|
|
830
830
|
}
|
|
831
831
|
get defaultValue() {
|
|
832
|
-
return
|
|
832
|
+
return _chunkOP6MHN5Dcjs.utils.getStruct(3, Value, this);
|
|
833
833
|
}
|
|
834
834
|
_hasDefaultValue() {
|
|
835
|
-
return !
|
|
835
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
836
836
|
}
|
|
837
837
|
_initDefaultValue() {
|
|
838
|
-
return
|
|
838
|
+
return _chunkOP6MHN5Dcjs.utils.initStructAt(3, Value, this);
|
|
839
839
|
}
|
|
840
840
|
set defaultValue(value) {
|
|
841
|
-
|
|
841
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
842
842
|
}
|
|
843
843
|
/**
|
|
844
844
|
* Whether the default value was specified explicitly. Non-explicit default values are always
|
|
@@ -848,33 +848,33 @@ var Field_Slot = (_class11 = class extends _chunkRKF2BUL7cjs.Struct {
|
|
|
848
848
|
*
|
|
849
849
|
*/
|
|
850
850
|
get hadExplicitDefault() {
|
|
851
|
-
return
|
|
851
|
+
return _chunkOP6MHN5Dcjs.utils.getBit(128, this);
|
|
852
852
|
}
|
|
853
853
|
set hadExplicitDefault(value) {
|
|
854
|
-
|
|
854
|
+
_chunkOP6MHN5Dcjs.utils.setBit(128, value, this);
|
|
855
855
|
}
|
|
856
856
|
toString() {
|
|
857
857
|
return "Field_Slot_" + super.toString();
|
|
858
858
|
}
|
|
859
859
|
}, _class11.__initStatic21(), _class11);
|
|
860
|
-
var Field_Group = (_class12 = class extends
|
|
860
|
+
var Field_Group = (_class12 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
861
861
|
static {
|
|
862
862
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Field_Group");
|
|
863
863
|
}
|
|
864
864
|
static __initStatic22() {this._capnp = {
|
|
865
865
|
displayName: "group",
|
|
866
866
|
id: "cafccddb68db1d11",
|
|
867
|
-
size: new (0,
|
|
867
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(24, 4)
|
|
868
868
|
}}
|
|
869
869
|
/**
|
|
870
870
|
* The ID of the group's node.
|
|
871
871
|
*
|
|
872
872
|
*/
|
|
873
873
|
get typeId() {
|
|
874
|
-
return
|
|
874
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(16, this);
|
|
875
875
|
}
|
|
876
876
|
set typeId(value) {
|
|
877
|
-
|
|
877
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(16, value, this);
|
|
878
878
|
}
|
|
879
879
|
toString() {
|
|
880
880
|
return "Field_Group_" + super.toString();
|
|
@@ -891,7 +891,7 @@ var Field_Ordinal_Which = {
|
|
|
891
891
|
*/
|
|
892
892
|
EXPLICIT: 1
|
|
893
893
|
};
|
|
894
|
-
var Field_Ordinal = (_class13 = class extends
|
|
894
|
+
var Field_Ordinal = (_class13 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
895
895
|
static {
|
|
896
896
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Field_Ordinal");
|
|
897
897
|
}
|
|
@@ -900,13 +900,13 @@ var Field_Ordinal = (_class13 = class extends _chunkRKF2BUL7cjs.Struct {
|
|
|
900
900
|
static __initStatic25() {this._capnp = {
|
|
901
901
|
displayName: "ordinal",
|
|
902
902
|
id: "bb90d5c287870be6",
|
|
903
|
-
size: new (0,
|
|
903
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(24, 4)
|
|
904
904
|
}}
|
|
905
905
|
get _isImplicit() {
|
|
906
|
-
return
|
|
906
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(10, this) === 0;
|
|
907
907
|
}
|
|
908
908
|
set implicit(_) {
|
|
909
|
-
|
|
909
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(10, 0, this);
|
|
910
910
|
}
|
|
911
911
|
/**
|
|
912
912
|
* The original ordinal number given to the field. You probably should NOT use this; if you need
|
|
@@ -916,21 +916,21 @@ var Field_Ordinal = (_class13 = class extends _chunkRKF2BUL7cjs.Struct {
|
|
|
916
916
|
*
|
|
917
917
|
*/
|
|
918
918
|
get explicit() {
|
|
919
|
-
|
|
920
|
-
return
|
|
919
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("explicit", _chunkOP6MHN5Dcjs.utils.getUint16(10, this), 1, this);
|
|
920
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(12, this);
|
|
921
921
|
}
|
|
922
922
|
get _isExplicit() {
|
|
923
|
-
return
|
|
923
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(10, this) === 1;
|
|
924
924
|
}
|
|
925
925
|
set explicit(value) {
|
|
926
|
-
|
|
927
|
-
|
|
926
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(10, 1, this);
|
|
927
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(12, value, this);
|
|
928
928
|
}
|
|
929
929
|
toString() {
|
|
930
930
|
return "Field_Ordinal_" + super.toString();
|
|
931
931
|
}
|
|
932
932
|
which() {
|
|
933
|
-
return
|
|
933
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(10, this);
|
|
934
934
|
}
|
|
935
935
|
}, _class13.__initStatic23(), _class13.__initStatic24(), _class13.__initStatic25(), _class13);
|
|
936
936
|
var Field_Which = {
|
|
@@ -946,7 +946,7 @@ var Field_Which = {
|
|
|
946
946
|
*/
|
|
947
947
|
GROUP: 1
|
|
948
948
|
};
|
|
949
|
-
var Field = (_class14 = class _Field extends
|
|
949
|
+
var Field = (_class14 = class _Field extends _chunkOP6MHN5Dcjs.Struct {
|
|
950
950
|
static {
|
|
951
951
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Field");
|
|
952
952
|
}
|
|
@@ -956,15 +956,15 @@ var Field = (_class14 = class _Field extends _chunkRKF2BUL7cjs.Struct {
|
|
|
956
956
|
static __initStatic29() {this._capnp = {
|
|
957
957
|
displayName: "Field",
|
|
958
958
|
id: "9aad50a41f4af45f",
|
|
959
|
-
size: new (0,
|
|
960
|
-
defaultDiscriminantValue:
|
|
959
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(24, 4),
|
|
960
|
+
defaultDiscriminantValue: _chunkOP6MHN5Dcjs.getUint16Mask.call(void 0, 65535)
|
|
961
961
|
}}
|
|
962
962
|
|
|
963
963
|
get name() {
|
|
964
|
-
return
|
|
964
|
+
return _chunkOP6MHN5Dcjs.utils.getText(0, this);
|
|
965
965
|
}
|
|
966
966
|
set name(value) {
|
|
967
|
-
|
|
967
|
+
_chunkOP6MHN5Dcjs.utils.setText(0, value, this);
|
|
968
968
|
}
|
|
969
969
|
/**
|
|
970
970
|
* Indicates where this member appeared in the code, relative to other members.
|
|
@@ -976,28 +976,28 @@ var Field = (_class14 = class _Field extends _chunkRKF2BUL7cjs.Struct {
|
|
|
976
976
|
*
|
|
977
977
|
*/
|
|
978
978
|
get codeOrder() {
|
|
979
|
-
return
|
|
979
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this);
|
|
980
980
|
}
|
|
981
981
|
set codeOrder(value) {
|
|
982
|
-
|
|
982
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, value, this);
|
|
983
983
|
}
|
|
984
984
|
_adoptAnnotations(value) {
|
|
985
|
-
|
|
985
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
986
986
|
}
|
|
987
987
|
_disownAnnotations() {
|
|
988
|
-
return
|
|
988
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.annotations);
|
|
989
989
|
}
|
|
990
990
|
get annotations() {
|
|
991
|
-
return
|
|
991
|
+
return _chunkOP6MHN5Dcjs.utils.getList(1, _Field._Annotations, this);
|
|
992
992
|
}
|
|
993
993
|
_hasAnnotations() {
|
|
994
|
-
return !
|
|
994
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
995
995
|
}
|
|
996
996
|
_initAnnotations(length) {
|
|
997
|
-
return
|
|
997
|
+
return _chunkOP6MHN5Dcjs.utils.initList(1, _Field._Annotations, length, this);
|
|
998
998
|
}
|
|
999
999
|
set annotations(value) {
|
|
1000
|
-
|
|
1000
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
1001
1001
|
}
|
|
1002
1002
|
/**
|
|
1003
1003
|
* If the field is in a union, this is the value which the union's discriminant should take when
|
|
@@ -1005,75 +1005,75 @@ var Field = (_class14 = class _Field extends _chunkRKF2BUL7cjs.Struct {
|
|
|
1005
1005
|
*
|
|
1006
1006
|
*/
|
|
1007
1007
|
get discriminantValue() {
|
|
1008
|
-
return
|
|
1008
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(2, this, _Field._capnp.defaultDiscriminantValue);
|
|
1009
1009
|
}
|
|
1010
1010
|
set discriminantValue(value) {
|
|
1011
|
-
|
|
1011
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(2, value, this, _Field._capnp.defaultDiscriminantValue);
|
|
1012
1012
|
}
|
|
1013
1013
|
/**
|
|
1014
1014
|
* A regular, non-group, non-fixed-list field.
|
|
1015
1015
|
*
|
|
1016
1016
|
*/
|
|
1017
1017
|
get slot() {
|
|
1018
|
-
|
|
1019
|
-
return
|
|
1018
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("slot", _chunkOP6MHN5Dcjs.utils.getUint16(8, this), 0, this);
|
|
1019
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Field_Slot, this);
|
|
1020
1020
|
}
|
|
1021
1021
|
_initSlot() {
|
|
1022
|
-
|
|
1023
|
-
return
|
|
1022
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(8, 0, this);
|
|
1023
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Field_Slot, this);
|
|
1024
1024
|
}
|
|
1025
1025
|
get _isSlot() {
|
|
1026
|
-
return
|
|
1026
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(8, this) === 0;
|
|
1027
1027
|
}
|
|
1028
1028
|
set slot(_) {
|
|
1029
|
-
|
|
1029
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(8, 0, this);
|
|
1030
1030
|
}
|
|
1031
1031
|
/**
|
|
1032
1032
|
* A group.
|
|
1033
1033
|
*
|
|
1034
1034
|
*/
|
|
1035
1035
|
get group() {
|
|
1036
|
-
|
|
1037
|
-
return
|
|
1036
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("group", _chunkOP6MHN5Dcjs.utils.getUint16(8, this), 1, this);
|
|
1037
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Field_Group, this);
|
|
1038
1038
|
}
|
|
1039
1039
|
_initGroup() {
|
|
1040
|
-
|
|
1041
|
-
return
|
|
1040
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(8, 1, this);
|
|
1041
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Field_Group, this);
|
|
1042
1042
|
}
|
|
1043
1043
|
get _isGroup() {
|
|
1044
|
-
return
|
|
1044
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(8, this) === 1;
|
|
1045
1045
|
}
|
|
1046
1046
|
set group(_) {
|
|
1047
|
-
|
|
1047
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(8, 1, this);
|
|
1048
1048
|
}
|
|
1049
1049
|
get ordinal() {
|
|
1050
|
-
return
|
|
1050
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Field_Ordinal, this);
|
|
1051
1051
|
}
|
|
1052
1052
|
_initOrdinal() {
|
|
1053
|
-
return
|
|
1053
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Field_Ordinal, this);
|
|
1054
1054
|
}
|
|
1055
1055
|
toString() {
|
|
1056
1056
|
return "Field_" + super.toString();
|
|
1057
1057
|
}
|
|
1058
1058
|
which() {
|
|
1059
|
-
return
|
|
1059
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(8, this);
|
|
1060
1060
|
}
|
|
1061
1061
|
}, _class14.__initStatic26(), _class14.__initStatic27(), _class14.__initStatic28(), _class14.__initStatic29(), _class14);
|
|
1062
|
-
var Enumerant = (_class15 = class _Enumerant extends
|
|
1062
|
+
var Enumerant = (_class15 = class _Enumerant extends _chunkOP6MHN5Dcjs.Struct {
|
|
1063
1063
|
static {
|
|
1064
1064
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Enumerant");
|
|
1065
1065
|
}
|
|
1066
1066
|
static __initStatic30() {this._capnp = {
|
|
1067
1067
|
displayName: "Enumerant",
|
|
1068
1068
|
id: "978a7cebdc549a4d",
|
|
1069
|
-
size: new (0,
|
|
1069
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(8, 2)
|
|
1070
1070
|
}}
|
|
1071
1071
|
|
|
1072
1072
|
get name() {
|
|
1073
|
-
return
|
|
1073
|
+
return _chunkOP6MHN5Dcjs.utils.getText(0, this);
|
|
1074
1074
|
}
|
|
1075
1075
|
set name(value) {
|
|
1076
|
-
|
|
1076
|
+
_chunkOP6MHN5Dcjs.utils.setText(0, value, this);
|
|
1077
1077
|
}
|
|
1078
1078
|
/**
|
|
1079
1079
|
* Specifies order in which the enumerants were declared in the code.
|
|
@@ -1081,86 +1081,86 @@ var Enumerant = (_class15 = class _Enumerant extends _chunkRKF2BUL7cjs.Struct {
|
|
|
1081
1081
|
*
|
|
1082
1082
|
*/
|
|
1083
1083
|
get codeOrder() {
|
|
1084
|
-
return
|
|
1084
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this);
|
|
1085
1085
|
}
|
|
1086
1086
|
set codeOrder(value) {
|
|
1087
|
-
|
|
1087
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, value, this);
|
|
1088
1088
|
}
|
|
1089
1089
|
_adoptAnnotations(value) {
|
|
1090
|
-
|
|
1090
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
1091
1091
|
}
|
|
1092
1092
|
_disownAnnotations() {
|
|
1093
|
-
return
|
|
1093
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.annotations);
|
|
1094
1094
|
}
|
|
1095
1095
|
get annotations() {
|
|
1096
|
-
return
|
|
1096
|
+
return _chunkOP6MHN5Dcjs.utils.getList(1, _Enumerant._Annotations, this);
|
|
1097
1097
|
}
|
|
1098
1098
|
_hasAnnotations() {
|
|
1099
|
-
return !
|
|
1099
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
1100
1100
|
}
|
|
1101
1101
|
_initAnnotations(length) {
|
|
1102
|
-
return
|
|
1102
|
+
return _chunkOP6MHN5Dcjs.utils.initList(1, _Enumerant._Annotations, length, this);
|
|
1103
1103
|
}
|
|
1104
1104
|
set annotations(value) {
|
|
1105
|
-
|
|
1105
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
1106
1106
|
}
|
|
1107
1107
|
toString() {
|
|
1108
1108
|
return "Enumerant_" + super.toString();
|
|
1109
1109
|
}
|
|
1110
1110
|
}, _class15.__initStatic30(), _class15);
|
|
1111
|
-
var Superclass = (_class16 = class extends
|
|
1111
|
+
var Superclass = (_class16 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
1112
1112
|
static {
|
|
1113
1113
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Superclass");
|
|
1114
1114
|
}
|
|
1115
1115
|
static __initStatic31() {this._capnp = {
|
|
1116
1116
|
displayName: "Superclass",
|
|
1117
1117
|
id: "a9962a9ed0a4d7f8",
|
|
1118
|
-
size: new (0,
|
|
1118
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(8, 1)
|
|
1119
1119
|
}}
|
|
1120
1120
|
get id() {
|
|
1121
|
-
return
|
|
1121
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(0, this);
|
|
1122
1122
|
}
|
|
1123
1123
|
set id(value) {
|
|
1124
|
-
|
|
1124
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(0, value, this);
|
|
1125
1125
|
}
|
|
1126
1126
|
_adoptBrand(value) {
|
|
1127
|
-
|
|
1127
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1128
1128
|
}
|
|
1129
1129
|
_disownBrand() {
|
|
1130
|
-
return
|
|
1130
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.brand);
|
|
1131
1131
|
}
|
|
1132
1132
|
get brand() {
|
|
1133
|
-
return
|
|
1133
|
+
return _chunkOP6MHN5Dcjs.utils.getStruct(0, Brand, this);
|
|
1134
1134
|
}
|
|
1135
1135
|
_hasBrand() {
|
|
1136
|
-
return !
|
|
1136
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1137
1137
|
}
|
|
1138
1138
|
_initBrand() {
|
|
1139
|
-
return
|
|
1139
|
+
return _chunkOP6MHN5Dcjs.utils.initStructAt(0, Brand, this);
|
|
1140
1140
|
}
|
|
1141
1141
|
set brand(value) {
|
|
1142
|
-
|
|
1142
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1143
1143
|
}
|
|
1144
1144
|
toString() {
|
|
1145
1145
|
return "Superclass_" + super.toString();
|
|
1146
1146
|
}
|
|
1147
1147
|
}, _class16.__initStatic31(), _class16);
|
|
1148
|
-
var Method = (_class17 = class _Method extends
|
|
1148
|
+
var Method = (_class17 = class _Method extends _chunkOP6MHN5Dcjs.Struct {
|
|
1149
1149
|
static {
|
|
1150
1150
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Method");
|
|
1151
1151
|
}
|
|
1152
1152
|
static __initStatic32() {this._capnp = {
|
|
1153
1153
|
displayName: "Method",
|
|
1154
1154
|
id: "9500cce23b334d80",
|
|
1155
|
-
size: new (0,
|
|
1155
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(24, 5)
|
|
1156
1156
|
}}
|
|
1157
1157
|
|
|
1158
1158
|
|
|
1159
1159
|
get name() {
|
|
1160
|
-
return
|
|
1160
|
+
return _chunkOP6MHN5Dcjs.utils.getText(0, this);
|
|
1161
1161
|
}
|
|
1162
1162
|
set name(value) {
|
|
1163
|
-
|
|
1163
|
+
_chunkOP6MHN5Dcjs.utils.setText(0, value, this);
|
|
1164
1164
|
}
|
|
1165
1165
|
/**
|
|
1166
1166
|
* Specifies order in which the methods were declared in the code.
|
|
@@ -1168,16 +1168,16 @@ var Method = (_class17 = class _Method extends _chunkRKF2BUL7cjs.Struct {
|
|
|
1168
1168
|
*
|
|
1169
1169
|
*/
|
|
1170
1170
|
get codeOrder() {
|
|
1171
|
-
return
|
|
1171
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this);
|
|
1172
1172
|
}
|
|
1173
1173
|
set codeOrder(value) {
|
|
1174
|
-
|
|
1174
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, value, this);
|
|
1175
1175
|
}
|
|
1176
1176
|
_adoptImplicitParameters(value) {
|
|
1177
|
-
|
|
1177
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(4, this));
|
|
1178
1178
|
}
|
|
1179
1179
|
_disownImplicitParameters() {
|
|
1180
|
-
return
|
|
1180
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.implicitParameters);
|
|
1181
1181
|
}
|
|
1182
1182
|
/**
|
|
1183
1183
|
* The parameters listed in [] (typically, type / generic parameters), whose bindings are intended
|
|
@@ -1185,16 +1185,16 @@ var Method = (_class17 = class _Method extends _chunkRKF2BUL7cjs.Struct {
|
|
|
1185
1185
|
*
|
|
1186
1186
|
*/
|
|
1187
1187
|
get implicitParameters() {
|
|
1188
|
-
return
|
|
1188
|
+
return _chunkOP6MHN5Dcjs.utils.getList(4, _Method._ImplicitParameters, this);
|
|
1189
1189
|
}
|
|
1190
1190
|
_hasImplicitParameters() {
|
|
1191
|
-
return !
|
|
1191
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(4, this));
|
|
1192
1192
|
}
|
|
1193
1193
|
_initImplicitParameters(length) {
|
|
1194
|
-
return
|
|
1194
|
+
return _chunkOP6MHN5Dcjs.utils.initList(4, _Method._ImplicitParameters, length, this);
|
|
1195
1195
|
}
|
|
1196
1196
|
set implicitParameters(value) {
|
|
1197
|
-
|
|
1197
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(4, this));
|
|
1198
1198
|
}
|
|
1199
1199
|
/**
|
|
1200
1200
|
* ID of the parameter struct type. If a named parameter list was specified in the method
|
|
@@ -1207,224 +1207,224 @@ var Method = (_class17 = class _Method extends _chunkRKF2BUL7cjs.Struct {
|
|
|
1207
1207
|
*
|
|
1208
1208
|
*/
|
|
1209
1209
|
get paramStructType() {
|
|
1210
|
-
return
|
|
1210
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(8, this);
|
|
1211
1211
|
}
|
|
1212
1212
|
set paramStructType(value) {
|
|
1213
|
-
|
|
1213
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(8, value, this);
|
|
1214
1214
|
}
|
|
1215
1215
|
_adoptParamBrand(value) {
|
|
1216
|
-
|
|
1216
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(2, this));
|
|
1217
1217
|
}
|
|
1218
1218
|
_disownParamBrand() {
|
|
1219
|
-
return
|
|
1219
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.paramBrand);
|
|
1220
1220
|
}
|
|
1221
1221
|
/**
|
|
1222
1222
|
* Brand of param struct type.
|
|
1223
1223
|
*
|
|
1224
1224
|
*/
|
|
1225
1225
|
get paramBrand() {
|
|
1226
|
-
return
|
|
1226
|
+
return _chunkOP6MHN5Dcjs.utils.getStruct(2, Brand, this);
|
|
1227
1227
|
}
|
|
1228
1228
|
_hasParamBrand() {
|
|
1229
|
-
return !
|
|
1229
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(2, this));
|
|
1230
1230
|
}
|
|
1231
1231
|
_initParamBrand() {
|
|
1232
|
-
return
|
|
1232
|
+
return _chunkOP6MHN5Dcjs.utils.initStructAt(2, Brand, this);
|
|
1233
1233
|
}
|
|
1234
1234
|
set paramBrand(value) {
|
|
1235
|
-
|
|
1235
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(2, this));
|
|
1236
1236
|
}
|
|
1237
1237
|
/**
|
|
1238
1238
|
* ID of the return struct type; similar to `paramStructType`.
|
|
1239
1239
|
*
|
|
1240
1240
|
*/
|
|
1241
1241
|
get resultStructType() {
|
|
1242
|
-
return
|
|
1242
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(16, this);
|
|
1243
1243
|
}
|
|
1244
1244
|
set resultStructType(value) {
|
|
1245
|
-
|
|
1245
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(16, value, this);
|
|
1246
1246
|
}
|
|
1247
1247
|
_adoptResultBrand(value) {
|
|
1248
|
-
|
|
1248
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
1249
1249
|
}
|
|
1250
1250
|
_disownResultBrand() {
|
|
1251
|
-
return
|
|
1251
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.resultBrand);
|
|
1252
1252
|
}
|
|
1253
1253
|
/**
|
|
1254
1254
|
* Brand of result struct type.
|
|
1255
1255
|
*
|
|
1256
1256
|
*/
|
|
1257
1257
|
get resultBrand() {
|
|
1258
|
-
return
|
|
1258
|
+
return _chunkOP6MHN5Dcjs.utils.getStruct(3, Brand, this);
|
|
1259
1259
|
}
|
|
1260
1260
|
_hasResultBrand() {
|
|
1261
|
-
return !
|
|
1261
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
1262
1262
|
}
|
|
1263
1263
|
_initResultBrand() {
|
|
1264
|
-
return
|
|
1264
|
+
return _chunkOP6MHN5Dcjs.utils.initStructAt(3, Brand, this);
|
|
1265
1265
|
}
|
|
1266
1266
|
set resultBrand(value) {
|
|
1267
|
-
|
|
1267
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
1268
1268
|
}
|
|
1269
1269
|
_adoptAnnotations(value) {
|
|
1270
|
-
|
|
1270
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
1271
1271
|
}
|
|
1272
1272
|
_disownAnnotations() {
|
|
1273
|
-
return
|
|
1273
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.annotations);
|
|
1274
1274
|
}
|
|
1275
1275
|
get annotations() {
|
|
1276
|
-
return
|
|
1276
|
+
return _chunkOP6MHN5Dcjs.utils.getList(1, _Method._Annotations, this);
|
|
1277
1277
|
}
|
|
1278
1278
|
_hasAnnotations() {
|
|
1279
|
-
return !
|
|
1279
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
1280
1280
|
}
|
|
1281
1281
|
_initAnnotations(length) {
|
|
1282
|
-
return
|
|
1282
|
+
return _chunkOP6MHN5Dcjs.utils.initList(1, _Method._Annotations, length, this);
|
|
1283
1283
|
}
|
|
1284
1284
|
set annotations(value) {
|
|
1285
|
-
|
|
1285
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
1286
1286
|
}
|
|
1287
1287
|
toString() {
|
|
1288
1288
|
return "Method_" + super.toString();
|
|
1289
1289
|
}
|
|
1290
1290
|
}, _class17.__initStatic32(), _class17);
|
|
1291
|
-
var Type_List = (_class18 = class extends
|
|
1291
|
+
var Type_List = (_class18 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
1292
1292
|
static {
|
|
1293
1293
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type_List");
|
|
1294
1294
|
}
|
|
1295
1295
|
static __initStatic33() {this._capnp = {
|
|
1296
1296
|
displayName: "list",
|
|
1297
1297
|
id: "87e739250a60ea97",
|
|
1298
|
-
size: new (0,
|
|
1298
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(24, 1)
|
|
1299
1299
|
}}
|
|
1300
1300
|
_adoptElementType(value) {
|
|
1301
|
-
|
|
1301
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1302
1302
|
}
|
|
1303
1303
|
_disownElementType() {
|
|
1304
|
-
return
|
|
1304
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.elementType);
|
|
1305
1305
|
}
|
|
1306
1306
|
get elementType() {
|
|
1307
|
-
return
|
|
1307
|
+
return _chunkOP6MHN5Dcjs.utils.getStruct(0, Type, this);
|
|
1308
1308
|
}
|
|
1309
1309
|
_hasElementType() {
|
|
1310
|
-
return !
|
|
1310
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1311
1311
|
}
|
|
1312
1312
|
_initElementType() {
|
|
1313
|
-
return
|
|
1313
|
+
return _chunkOP6MHN5Dcjs.utils.initStructAt(0, Type, this);
|
|
1314
1314
|
}
|
|
1315
1315
|
set elementType(value) {
|
|
1316
|
-
|
|
1316
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1317
1317
|
}
|
|
1318
1318
|
toString() {
|
|
1319
1319
|
return "Type_List_" + super.toString();
|
|
1320
1320
|
}
|
|
1321
1321
|
}, _class18.__initStatic33(), _class18);
|
|
1322
|
-
var Type_Enum = (_class19 = class extends
|
|
1322
|
+
var Type_Enum = (_class19 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
1323
1323
|
static {
|
|
1324
1324
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type_Enum");
|
|
1325
1325
|
}
|
|
1326
1326
|
static __initStatic34() {this._capnp = {
|
|
1327
1327
|
displayName: "enum",
|
|
1328
1328
|
id: "9e0e78711a7f87a9",
|
|
1329
|
-
size: new (0,
|
|
1329
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(24, 1)
|
|
1330
1330
|
}}
|
|
1331
1331
|
get typeId() {
|
|
1332
|
-
return
|
|
1332
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(8, this);
|
|
1333
1333
|
}
|
|
1334
1334
|
set typeId(value) {
|
|
1335
|
-
|
|
1335
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(8, value, this);
|
|
1336
1336
|
}
|
|
1337
1337
|
_adoptBrand(value) {
|
|
1338
|
-
|
|
1338
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1339
1339
|
}
|
|
1340
1340
|
_disownBrand() {
|
|
1341
|
-
return
|
|
1341
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.brand);
|
|
1342
1342
|
}
|
|
1343
1343
|
get brand() {
|
|
1344
|
-
return
|
|
1344
|
+
return _chunkOP6MHN5Dcjs.utils.getStruct(0, Brand, this);
|
|
1345
1345
|
}
|
|
1346
1346
|
_hasBrand() {
|
|
1347
|
-
return !
|
|
1347
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1348
1348
|
}
|
|
1349
1349
|
_initBrand() {
|
|
1350
|
-
return
|
|
1350
|
+
return _chunkOP6MHN5Dcjs.utils.initStructAt(0, Brand, this);
|
|
1351
1351
|
}
|
|
1352
1352
|
set brand(value) {
|
|
1353
|
-
|
|
1353
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1354
1354
|
}
|
|
1355
1355
|
toString() {
|
|
1356
1356
|
return "Type_Enum_" + super.toString();
|
|
1357
1357
|
}
|
|
1358
1358
|
}, _class19.__initStatic34(), _class19);
|
|
1359
|
-
var Type_Struct = (_class20 = class extends
|
|
1359
|
+
var Type_Struct = (_class20 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
1360
1360
|
static {
|
|
1361
1361
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type_Struct");
|
|
1362
1362
|
}
|
|
1363
1363
|
static __initStatic35() {this._capnp = {
|
|
1364
1364
|
displayName: "struct",
|
|
1365
1365
|
id: "ac3a6f60ef4cc6d3",
|
|
1366
|
-
size: new (0,
|
|
1366
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(24, 1)
|
|
1367
1367
|
}}
|
|
1368
1368
|
get typeId() {
|
|
1369
|
-
return
|
|
1369
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(8, this);
|
|
1370
1370
|
}
|
|
1371
1371
|
set typeId(value) {
|
|
1372
|
-
|
|
1372
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(8, value, this);
|
|
1373
1373
|
}
|
|
1374
1374
|
_adoptBrand(value) {
|
|
1375
|
-
|
|
1375
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1376
1376
|
}
|
|
1377
1377
|
_disownBrand() {
|
|
1378
|
-
return
|
|
1378
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.brand);
|
|
1379
1379
|
}
|
|
1380
1380
|
get brand() {
|
|
1381
|
-
return
|
|
1381
|
+
return _chunkOP6MHN5Dcjs.utils.getStruct(0, Brand, this);
|
|
1382
1382
|
}
|
|
1383
1383
|
_hasBrand() {
|
|
1384
|
-
return !
|
|
1384
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1385
1385
|
}
|
|
1386
1386
|
_initBrand() {
|
|
1387
|
-
return
|
|
1387
|
+
return _chunkOP6MHN5Dcjs.utils.initStructAt(0, Brand, this);
|
|
1388
1388
|
}
|
|
1389
1389
|
set brand(value) {
|
|
1390
|
-
|
|
1390
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1391
1391
|
}
|
|
1392
1392
|
toString() {
|
|
1393
1393
|
return "Type_Struct_" + super.toString();
|
|
1394
1394
|
}
|
|
1395
1395
|
}, _class20.__initStatic35(), _class20);
|
|
1396
|
-
var Type_Interface = (_class21 = class extends
|
|
1396
|
+
var Type_Interface = (_class21 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
1397
1397
|
static {
|
|
1398
1398
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type_Interface");
|
|
1399
1399
|
}
|
|
1400
1400
|
static __initStatic36() {this._capnp = {
|
|
1401
1401
|
displayName: "interface",
|
|
1402
1402
|
id: "ed8bca69f7fb0cbf",
|
|
1403
|
-
size: new (0,
|
|
1403
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(24, 1)
|
|
1404
1404
|
}}
|
|
1405
1405
|
get typeId() {
|
|
1406
|
-
return
|
|
1406
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(8, this);
|
|
1407
1407
|
}
|
|
1408
1408
|
set typeId(value) {
|
|
1409
|
-
|
|
1409
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(8, value, this);
|
|
1410
1410
|
}
|
|
1411
1411
|
_adoptBrand(value) {
|
|
1412
|
-
|
|
1412
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1413
1413
|
}
|
|
1414
1414
|
_disownBrand() {
|
|
1415
|
-
return
|
|
1415
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.brand);
|
|
1416
1416
|
}
|
|
1417
1417
|
get brand() {
|
|
1418
|
-
return
|
|
1418
|
+
return _chunkOP6MHN5Dcjs.utils.getStruct(0, Brand, this);
|
|
1419
1419
|
}
|
|
1420
1420
|
_hasBrand() {
|
|
1421
|
-
return !
|
|
1421
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1422
1422
|
}
|
|
1423
1423
|
_initBrand() {
|
|
1424
|
-
return
|
|
1424
|
+
return _chunkOP6MHN5Dcjs.utils.initStructAt(0, Brand, this);
|
|
1425
1425
|
}
|
|
1426
1426
|
set brand(value) {
|
|
1427
|
-
|
|
1427
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1428
1428
|
}
|
|
1429
1429
|
toString() {
|
|
1430
1430
|
return "Type_Interface_" + super.toString();
|
|
@@ -1452,7 +1452,7 @@ var Type_AnyPointer_Unconstrained_Which = {
|
|
|
1452
1452
|
*/
|
|
1453
1453
|
CAPABILITY: 3
|
|
1454
1454
|
};
|
|
1455
|
-
var Type_AnyPointer_Unconstrained = (_class22 = class extends
|
|
1455
|
+
var Type_AnyPointer_Unconstrained = (_class22 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
1456
1456
|
static {
|
|
1457
1457
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type_AnyPointer_Unconstrained");
|
|
1458
1458
|
}
|
|
@@ -1463,47 +1463,47 @@ var Type_AnyPointer_Unconstrained = (_class22 = class extends _chunkRKF2BUL7cjs.
|
|
|
1463
1463
|
static __initStatic41() {this._capnp = {
|
|
1464
1464
|
displayName: "unconstrained",
|
|
1465
1465
|
id: "8e3b5f79fe593656",
|
|
1466
|
-
size: new (0,
|
|
1466
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(24, 1)
|
|
1467
1467
|
}}
|
|
1468
1468
|
get _isAnyKind() {
|
|
1469
|
-
return
|
|
1469
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(10, this) === 0;
|
|
1470
1470
|
}
|
|
1471
1471
|
set anyKind(_) {
|
|
1472
|
-
|
|
1472
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(10, 0, this);
|
|
1473
1473
|
}
|
|
1474
1474
|
get _isStruct() {
|
|
1475
|
-
return
|
|
1475
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(10, this) === 1;
|
|
1476
1476
|
}
|
|
1477
1477
|
set struct(_) {
|
|
1478
|
-
|
|
1478
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(10, 1, this);
|
|
1479
1479
|
}
|
|
1480
1480
|
get _isList() {
|
|
1481
|
-
return
|
|
1481
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(10, this) === 2;
|
|
1482
1482
|
}
|
|
1483
1483
|
set list(_) {
|
|
1484
|
-
|
|
1484
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(10, 2, this);
|
|
1485
1485
|
}
|
|
1486
1486
|
get _isCapability() {
|
|
1487
|
-
return
|
|
1487
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(10, this) === 3;
|
|
1488
1488
|
}
|
|
1489
1489
|
set capability(_) {
|
|
1490
|
-
|
|
1490
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(10, 3, this);
|
|
1491
1491
|
}
|
|
1492
1492
|
toString() {
|
|
1493
1493
|
return "Type_AnyPointer_Unconstrained_" + super.toString();
|
|
1494
1494
|
}
|
|
1495
1495
|
which() {
|
|
1496
|
-
return
|
|
1496
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(10, this);
|
|
1497
1497
|
}
|
|
1498
1498
|
}, _class22.__initStatic37(), _class22.__initStatic38(), _class22.__initStatic39(), _class22.__initStatic40(), _class22.__initStatic41(), _class22);
|
|
1499
|
-
var Type_AnyPointer_Parameter = (_class23 = class extends
|
|
1499
|
+
var Type_AnyPointer_Parameter = (_class23 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
1500
1500
|
static {
|
|
1501
1501
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type_AnyPointer_Parameter");
|
|
1502
1502
|
}
|
|
1503
1503
|
static __initStatic42() {this._capnp = {
|
|
1504
1504
|
displayName: "parameter",
|
|
1505
1505
|
id: "9dd1f724f4614a85",
|
|
1506
|
-
size: new (0,
|
|
1506
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(24, 1)
|
|
1507
1507
|
}}
|
|
1508
1508
|
/**
|
|
1509
1509
|
* ID of the generic type whose parameter we're referencing. This should be a parent of the
|
|
@@ -1511,39 +1511,39 @@ var Type_AnyPointer_Parameter = (_class23 = class extends _chunkRKF2BUL7cjs.Stru
|
|
|
1511
1511
|
*
|
|
1512
1512
|
*/
|
|
1513
1513
|
get scopeId() {
|
|
1514
|
-
return
|
|
1514
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(16, this);
|
|
1515
1515
|
}
|
|
1516
1516
|
set scopeId(value) {
|
|
1517
|
-
|
|
1517
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(16, value, this);
|
|
1518
1518
|
}
|
|
1519
1519
|
/**
|
|
1520
1520
|
* Index of the parameter within the generic type's parameter list.
|
|
1521
1521
|
*
|
|
1522
1522
|
*/
|
|
1523
1523
|
get parameterIndex() {
|
|
1524
|
-
return
|
|
1524
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(10, this);
|
|
1525
1525
|
}
|
|
1526
1526
|
set parameterIndex(value) {
|
|
1527
|
-
|
|
1527
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(10, value, this);
|
|
1528
1528
|
}
|
|
1529
1529
|
toString() {
|
|
1530
1530
|
return "Type_AnyPointer_Parameter_" + super.toString();
|
|
1531
1531
|
}
|
|
1532
1532
|
}, _class23.__initStatic42(), _class23);
|
|
1533
|
-
var Type_AnyPointer_ImplicitMethodParameter = (_class24 = class extends
|
|
1533
|
+
var Type_AnyPointer_ImplicitMethodParameter = (_class24 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
1534
1534
|
static {
|
|
1535
1535
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type_AnyPointer_ImplicitMethodParameter");
|
|
1536
1536
|
}
|
|
1537
1537
|
static __initStatic43() {this._capnp = {
|
|
1538
1538
|
displayName: "implicitMethodParameter",
|
|
1539
1539
|
id: "baefc9120c56e274",
|
|
1540
|
-
size: new (0,
|
|
1540
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(24, 1)
|
|
1541
1541
|
}}
|
|
1542
1542
|
get parameterIndex() {
|
|
1543
|
-
return
|
|
1543
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(10, this);
|
|
1544
1544
|
}
|
|
1545
1545
|
set parameterIndex(value) {
|
|
1546
|
-
|
|
1546
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(10, value, this);
|
|
1547
1547
|
}
|
|
1548
1548
|
toString() {
|
|
1549
1549
|
return "Type_AnyPointer_ImplicitMethodParameter_" + super.toString();
|
|
@@ -1571,7 +1571,7 @@ var Type_AnyPointer_Which = {
|
|
|
1571
1571
|
*/
|
|
1572
1572
|
IMPLICIT_METHOD_PARAMETER: 2
|
|
1573
1573
|
};
|
|
1574
|
-
var Type_AnyPointer = (_class25 = class extends
|
|
1574
|
+
var Type_AnyPointer = (_class25 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
1575
1575
|
static {
|
|
1576
1576
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type_AnyPointer");
|
|
1577
1577
|
}
|
|
@@ -1581,7 +1581,7 @@ var Type_AnyPointer = (_class25 = class extends _chunkRKF2BUL7cjs.Struct {
|
|
|
1581
1581
|
static __initStatic47() {this._capnp = {
|
|
1582
1582
|
displayName: "anyPointer",
|
|
1583
1583
|
id: "c2573fe8a23e49f1",
|
|
1584
|
-
size: new (0,
|
|
1584
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(24, 1)
|
|
1585
1585
|
}}
|
|
1586
1586
|
/**
|
|
1587
1587
|
* A regular AnyPointer.
|
|
@@ -1592,36 +1592,36 @@ var Type_AnyPointer = (_class25 = class extends _chunkRKF2BUL7cjs.Struct {
|
|
|
1592
1592
|
*
|
|
1593
1593
|
*/
|
|
1594
1594
|
get unconstrained() {
|
|
1595
|
-
|
|
1596
|
-
return
|
|
1595
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("unconstrained", _chunkOP6MHN5Dcjs.utils.getUint16(8, this), 0, this);
|
|
1596
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Type_AnyPointer_Unconstrained, this);
|
|
1597
1597
|
}
|
|
1598
1598
|
_initUnconstrained() {
|
|
1599
|
-
|
|
1600
|
-
return
|
|
1599
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(8, 0, this);
|
|
1600
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Type_AnyPointer_Unconstrained, this);
|
|
1601
1601
|
}
|
|
1602
1602
|
get _isUnconstrained() {
|
|
1603
|
-
return
|
|
1603
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(8, this) === 0;
|
|
1604
1604
|
}
|
|
1605
1605
|
set unconstrained(_) {
|
|
1606
|
-
|
|
1606
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(8, 0, this);
|
|
1607
1607
|
}
|
|
1608
1608
|
/**
|
|
1609
1609
|
* This is actually a reference to a type parameter defined within this scope.
|
|
1610
1610
|
*
|
|
1611
1611
|
*/
|
|
1612
1612
|
get parameter() {
|
|
1613
|
-
|
|
1614
|
-
return
|
|
1613
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("parameter", _chunkOP6MHN5Dcjs.utils.getUint16(8, this), 1, this);
|
|
1614
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Type_AnyPointer_Parameter, this);
|
|
1615
1615
|
}
|
|
1616
1616
|
_initParameter() {
|
|
1617
|
-
|
|
1618
|
-
return
|
|
1617
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(8, 1, this);
|
|
1618
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Type_AnyPointer_Parameter, this);
|
|
1619
1619
|
}
|
|
1620
1620
|
get _isParameter() {
|
|
1621
|
-
return
|
|
1621
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(8, this) === 1;
|
|
1622
1622
|
}
|
|
1623
1623
|
set parameter(_) {
|
|
1624
|
-
|
|
1624
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(8, 1, this);
|
|
1625
1625
|
}
|
|
1626
1626
|
/**
|
|
1627
1627
|
* This is actually a reference to an implicit (generic) parameter of a method. The only
|
|
@@ -1629,24 +1629,24 @@ var Type_AnyPointer = (_class25 = class extends _chunkRKF2BUL7cjs.Struct {
|
|
|
1629
1629
|
*
|
|
1630
1630
|
*/
|
|
1631
1631
|
get implicitMethodParameter() {
|
|
1632
|
-
|
|
1633
|
-
return
|
|
1632
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("implicitMethodParameter", _chunkOP6MHN5Dcjs.utils.getUint16(8, this), 2, this);
|
|
1633
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Type_AnyPointer_ImplicitMethodParameter, this);
|
|
1634
1634
|
}
|
|
1635
1635
|
_initImplicitMethodParameter() {
|
|
1636
|
-
|
|
1637
|
-
return
|
|
1636
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(8, 2, this);
|
|
1637
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Type_AnyPointer_ImplicitMethodParameter, this);
|
|
1638
1638
|
}
|
|
1639
1639
|
get _isImplicitMethodParameter() {
|
|
1640
|
-
return
|
|
1640
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(8, this) === 2;
|
|
1641
1641
|
}
|
|
1642
1642
|
set implicitMethodParameter(_) {
|
|
1643
|
-
|
|
1643
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(8, 2, this);
|
|
1644
1644
|
}
|
|
1645
1645
|
toString() {
|
|
1646
1646
|
return "Type_AnyPointer_" + super.toString();
|
|
1647
1647
|
}
|
|
1648
1648
|
which() {
|
|
1649
|
-
return
|
|
1649
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(8, this);
|
|
1650
1650
|
}
|
|
1651
1651
|
}, _class25.__initStatic44(), _class25.__initStatic45(), _class25.__initStatic46(), _class25.__initStatic47(), _class25);
|
|
1652
1652
|
var Type_Which = {
|
|
@@ -1670,7 +1670,7 @@ var Type_Which = {
|
|
|
1670
1670
|
INTERFACE: 17,
|
|
1671
1671
|
ANY_POINTER: 18
|
|
1672
1672
|
};
|
|
1673
|
-
var Type = (_class26 = class extends
|
|
1673
|
+
var Type = (_class26 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
1674
1674
|
static {
|
|
1675
1675
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Type");
|
|
1676
1676
|
}
|
|
@@ -1696,167 +1696,167 @@ var Type = (_class26 = class extends _chunkRKF2BUL7cjs.Struct {
|
|
|
1696
1696
|
static __initStatic67() {this._capnp = {
|
|
1697
1697
|
displayName: "Type",
|
|
1698
1698
|
id: "d07378ede1f9cc60",
|
|
1699
|
-
size: new (0,
|
|
1699
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(24, 1)
|
|
1700
1700
|
}}
|
|
1701
1701
|
get _isVoid() {
|
|
1702
|
-
return
|
|
1702
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 0;
|
|
1703
1703
|
}
|
|
1704
1704
|
set void(_) {
|
|
1705
|
-
|
|
1705
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 0, this);
|
|
1706
1706
|
}
|
|
1707
1707
|
get _isBool() {
|
|
1708
|
-
return
|
|
1708
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 1;
|
|
1709
1709
|
}
|
|
1710
1710
|
set bool(_) {
|
|
1711
|
-
|
|
1711
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 1, this);
|
|
1712
1712
|
}
|
|
1713
1713
|
get _isInt8() {
|
|
1714
|
-
return
|
|
1714
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 2;
|
|
1715
1715
|
}
|
|
1716
1716
|
set int8(_) {
|
|
1717
|
-
|
|
1717
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 2, this);
|
|
1718
1718
|
}
|
|
1719
1719
|
get _isInt16() {
|
|
1720
|
-
return
|
|
1720
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 3;
|
|
1721
1721
|
}
|
|
1722
1722
|
set int16(_) {
|
|
1723
|
-
|
|
1723
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 3, this);
|
|
1724
1724
|
}
|
|
1725
1725
|
get _isInt32() {
|
|
1726
|
-
return
|
|
1726
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 4;
|
|
1727
1727
|
}
|
|
1728
1728
|
set int32(_) {
|
|
1729
|
-
|
|
1729
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 4, this);
|
|
1730
1730
|
}
|
|
1731
1731
|
get _isInt64() {
|
|
1732
|
-
return
|
|
1732
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 5;
|
|
1733
1733
|
}
|
|
1734
1734
|
set int64(_) {
|
|
1735
|
-
|
|
1735
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 5, this);
|
|
1736
1736
|
}
|
|
1737
1737
|
get _isUint8() {
|
|
1738
|
-
return
|
|
1738
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 6;
|
|
1739
1739
|
}
|
|
1740
1740
|
set uint8(_) {
|
|
1741
|
-
|
|
1741
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 6, this);
|
|
1742
1742
|
}
|
|
1743
1743
|
get _isUint16() {
|
|
1744
|
-
return
|
|
1744
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 7;
|
|
1745
1745
|
}
|
|
1746
1746
|
set uint16(_) {
|
|
1747
|
-
|
|
1747
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 7, this);
|
|
1748
1748
|
}
|
|
1749
1749
|
get _isUint32() {
|
|
1750
|
-
return
|
|
1750
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 8;
|
|
1751
1751
|
}
|
|
1752
1752
|
set uint32(_) {
|
|
1753
|
-
|
|
1753
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 8, this);
|
|
1754
1754
|
}
|
|
1755
1755
|
get _isUint64() {
|
|
1756
|
-
return
|
|
1756
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 9;
|
|
1757
1757
|
}
|
|
1758
1758
|
set uint64(_) {
|
|
1759
|
-
|
|
1759
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 9, this);
|
|
1760
1760
|
}
|
|
1761
1761
|
get _isFloat32() {
|
|
1762
|
-
return
|
|
1762
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 10;
|
|
1763
1763
|
}
|
|
1764
1764
|
set float32(_) {
|
|
1765
|
-
|
|
1765
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 10, this);
|
|
1766
1766
|
}
|
|
1767
1767
|
get _isFloat64() {
|
|
1768
|
-
return
|
|
1768
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 11;
|
|
1769
1769
|
}
|
|
1770
1770
|
set float64(_) {
|
|
1771
|
-
|
|
1771
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 11, this);
|
|
1772
1772
|
}
|
|
1773
1773
|
get _isText() {
|
|
1774
|
-
return
|
|
1774
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 12;
|
|
1775
1775
|
}
|
|
1776
1776
|
set text(_) {
|
|
1777
|
-
|
|
1777
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 12, this);
|
|
1778
1778
|
}
|
|
1779
1779
|
get _isData() {
|
|
1780
|
-
return
|
|
1780
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 13;
|
|
1781
1781
|
}
|
|
1782
1782
|
set data(_) {
|
|
1783
|
-
|
|
1783
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 13, this);
|
|
1784
1784
|
}
|
|
1785
1785
|
get list() {
|
|
1786
|
-
|
|
1787
|
-
return
|
|
1786
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("list", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 14, this);
|
|
1787
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Type_List, this);
|
|
1788
1788
|
}
|
|
1789
1789
|
_initList() {
|
|
1790
|
-
|
|
1791
|
-
return
|
|
1790
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 14, this);
|
|
1791
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Type_List, this);
|
|
1792
1792
|
}
|
|
1793
1793
|
get _isList() {
|
|
1794
|
-
return
|
|
1794
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 14;
|
|
1795
1795
|
}
|
|
1796
1796
|
set list(_) {
|
|
1797
|
-
|
|
1797
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 14, this);
|
|
1798
1798
|
}
|
|
1799
1799
|
get enum() {
|
|
1800
|
-
|
|
1801
|
-
return
|
|
1800
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("enum", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 15, this);
|
|
1801
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Type_Enum, this);
|
|
1802
1802
|
}
|
|
1803
1803
|
_initEnum() {
|
|
1804
|
-
|
|
1805
|
-
return
|
|
1804
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 15, this);
|
|
1805
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Type_Enum, this);
|
|
1806
1806
|
}
|
|
1807
1807
|
get _isEnum() {
|
|
1808
|
-
return
|
|
1808
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 15;
|
|
1809
1809
|
}
|
|
1810
1810
|
set enum(_) {
|
|
1811
|
-
|
|
1811
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 15, this);
|
|
1812
1812
|
}
|
|
1813
1813
|
get struct() {
|
|
1814
|
-
|
|
1815
|
-
return
|
|
1814
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("struct", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 16, this);
|
|
1815
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Type_Struct, this);
|
|
1816
1816
|
}
|
|
1817
1817
|
_initStruct() {
|
|
1818
|
-
|
|
1819
|
-
return
|
|
1818
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 16, this);
|
|
1819
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Type_Struct, this);
|
|
1820
1820
|
}
|
|
1821
1821
|
get _isStruct() {
|
|
1822
|
-
return
|
|
1822
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 16;
|
|
1823
1823
|
}
|
|
1824
1824
|
set struct(_) {
|
|
1825
|
-
|
|
1825
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 16, this);
|
|
1826
1826
|
}
|
|
1827
1827
|
get interface() {
|
|
1828
|
-
|
|
1829
|
-
return
|
|
1828
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("interface", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 17, this);
|
|
1829
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Type_Interface, this);
|
|
1830
1830
|
}
|
|
1831
1831
|
_initInterface() {
|
|
1832
|
-
|
|
1833
|
-
return
|
|
1832
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 17, this);
|
|
1833
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Type_Interface, this);
|
|
1834
1834
|
}
|
|
1835
1835
|
get _isInterface() {
|
|
1836
|
-
return
|
|
1836
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 17;
|
|
1837
1837
|
}
|
|
1838
1838
|
set interface(_) {
|
|
1839
|
-
|
|
1839
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 17, this);
|
|
1840
1840
|
}
|
|
1841
1841
|
get anyPointer() {
|
|
1842
|
-
|
|
1843
|
-
return
|
|
1842
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("anyPointer", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 18, this);
|
|
1843
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Type_AnyPointer, this);
|
|
1844
1844
|
}
|
|
1845
1845
|
_initAnyPointer() {
|
|
1846
|
-
|
|
1847
|
-
return
|
|
1846
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 18, this);
|
|
1847
|
+
return _chunkOP6MHN5Dcjs.utils.getAs(Type_AnyPointer, this);
|
|
1848
1848
|
}
|
|
1849
1849
|
get _isAnyPointer() {
|
|
1850
|
-
return
|
|
1850
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 18;
|
|
1851
1851
|
}
|
|
1852
1852
|
set anyPointer(_) {
|
|
1853
|
-
|
|
1853
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 18, this);
|
|
1854
1854
|
}
|
|
1855
1855
|
toString() {
|
|
1856
1856
|
return "Type_" + super.toString();
|
|
1857
1857
|
}
|
|
1858
1858
|
which() {
|
|
1859
|
-
return
|
|
1859
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this);
|
|
1860
1860
|
}
|
|
1861
1861
|
}, _class26.__initStatic48(), _class26.__initStatic49(), _class26.__initStatic50(), _class26.__initStatic51(), _class26.__initStatic52(), _class26.__initStatic53(), _class26.__initStatic54(), _class26.__initStatic55(), _class26.__initStatic56(), _class26.__initStatic57(), _class26.__initStatic58(), _class26.__initStatic59(), _class26.__initStatic60(), _class26.__initStatic61(), _class26.__initStatic62(), _class26.__initStatic63(), _class26.__initStatic64(), _class26.__initStatic65(), _class26.__initStatic66(), _class26.__initStatic67(), _class26);
|
|
1862
1862
|
var Brand_Scope_Which = {
|
|
@@ -1871,7 +1871,7 @@ var Brand_Scope_Which = {
|
|
|
1871
1871
|
*/
|
|
1872
1872
|
INHERIT: 1
|
|
1873
1873
|
};
|
|
1874
|
-
var Brand_Scope = (_class27 = class _Brand_Scope extends
|
|
1874
|
+
var Brand_Scope = (_class27 = class _Brand_Scope extends _chunkOP6MHN5Dcjs.Struct {
|
|
1875
1875
|
static {
|
|
1876
1876
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Brand_Scope");
|
|
1877
1877
|
}
|
|
@@ -1880,7 +1880,7 @@ var Brand_Scope = (_class27 = class _Brand_Scope extends _chunkRKF2BUL7cjs.Struc
|
|
|
1880
1880
|
static __initStatic70() {this._capnp = {
|
|
1881
1881
|
displayName: "Scope",
|
|
1882
1882
|
id: "abd73485a9636bc9",
|
|
1883
|
-
size: new (0,
|
|
1883
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(16, 1)
|
|
1884
1884
|
}}
|
|
1885
1885
|
|
|
1886
1886
|
/**
|
|
@@ -1888,58 +1888,58 @@ var Brand_Scope = (_class27 = class _Brand_Scope extends _chunkRKF2BUL7cjs.Struc
|
|
|
1888
1888
|
*
|
|
1889
1889
|
*/
|
|
1890
1890
|
get scopeId() {
|
|
1891
|
-
return
|
|
1891
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(0, this);
|
|
1892
1892
|
}
|
|
1893
1893
|
set scopeId(value) {
|
|
1894
|
-
|
|
1894
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(0, value, this);
|
|
1895
1895
|
}
|
|
1896
1896
|
_adoptBind(value) {
|
|
1897
|
-
|
|
1898
|
-
|
|
1897
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(8, 0, this);
|
|
1898
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1899
1899
|
}
|
|
1900
1900
|
_disownBind() {
|
|
1901
|
-
return
|
|
1901
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.bind);
|
|
1902
1902
|
}
|
|
1903
1903
|
/**
|
|
1904
1904
|
* List of parameter bindings.
|
|
1905
1905
|
*
|
|
1906
1906
|
*/
|
|
1907
1907
|
get bind() {
|
|
1908
|
-
|
|
1909
|
-
return
|
|
1908
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("bind", _chunkOP6MHN5Dcjs.utils.getUint16(8, this), 0, this);
|
|
1909
|
+
return _chunkOP6MHN5Dcjs.utils.getList(0, _Brand_Scope._Bind, this);
|
|
1910
1910
|
}
|
|
1911
1911
|
_hasBind() {
|
|
1912
|
-
return !
|
|
1912
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1913
1913
|
}
|
|
1914
1914
|
_initBind(length) {
|
|
1915
|
-
|
|
1916
|
-
return
|
|
1915
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(8, 0, this);
|
|
1916
|
+
return _chunkOP6MHN5Dcjs.utils.initList(0, _Brand_Scope._Bind, length, this);
|
|
1917
1917
|
}
|
|
1918
1918
|
get _isBind() {
|
|
1919
|
-
return
|
|
1919
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(8, this) === 0;
|
|
1920
1920
|
}
|
|
1921
1921
|
set bind(value) {
|
|
1922
|
-
|
|
1923
|
-
|
|
1922
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(8, 0, this);
|
|
1923
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1924
1924
|
}
|
|
1925
1925
|
get _isInherit() {
|
|
1926
|
-
return
|
|
1926
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(8, this) === 1;
|
|
1927
1927
|
}
|
|
1928
1928
|
set inherit(_) {
|
|
1929
|
-
|
|
1929
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(8, 1, this);
|
|
1930
1930
|
}
|
|
1931
1931
|
toString() {
|
|
1932
1932
|
return "Brand_Scope_" + super.toString();
|
|
1933
1933
|
}
|
|
1934
1934
|
which() {
|
|
1935
|
-
return
|
|
1935
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(8, this);
|
|
1936
1936
|
}
|
|
1937
1937
|
}, _class27.__initStatic68(), _class27.__initStatic69(), _class27.__initStatic70(), _class27);
|
|
1938
1938
|
var Brand_Binding_Which = {
|
|
1939
1939
|
UNBOUND: 0,
|
|
1940
1940
|
TYPE: 1
|
|
1941
1941
|
};
|
|
1942
|
-
var Brand_Binding = (_class28 = class extends
|
|
1942
|
+
var Brand_Binding = (_class28 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
1943
1943
|
static {
|
|
1944
1944
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Brand_Binding");
|
|
1945
1945
|
}
|
|
@@ -1948,47 +1948,47 @@ var Brand_Binding = (_class28 = class extends _chunkRKF2BUL7cjs.Struct {
|
|
|
1948
1948
|
static __initStatic73() {this._capnp = {
|
|
1949
1949
|
displayName: "Binding",
|
|
1950
1950
|
id: "c863cd16969ee7fc",
|
|
1951
|
-
size: new (0,
|
|
1951
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(8, 1)
|
|
1952
1952
|
}}
|
|
1953
1953
|
get _isUnbound() {
|
|
1954
|
-
return
|
|
1954
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 0;
|
|
1955
1955
|
}
|
|
1956
1956
|
set unbound(_) {
|
|
1957
|
-
|
|
1957
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 0, this);
|
|
1958
1958
|
}
|
|
1959
1959
|
_adoptType(value) {
|
|
1960
|
-
|
|
1961
|
-
|
|
1960
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 1, this);
|
|
1961
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1962
1962
|
}
|
|
1963
1963
|
_disownType() {
|
|
1964
|
-
return
|
|
1964
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.type);
|
|
1965
1965
|
}
|
|
1966
1966
|
get type() {
|
|
1967
|
-
|
|
1968
|
-
return
|
|
1967
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("type", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 1, this);
|
|
1968
|
+
return _chunkOP6MHN5Dcjs.utils.getStruct(0, Type, this);
|
|
1969
1969
|
}
|
|
1970
1970
|
_hasType() {
|
|
1971
|
-
return !
|
|
1971
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1972
1972
|
}
|
|
1973
1973
|
_initType() {
|
|
1974
|
-
|
|
1975
|
-
return
|
|
1974
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 1, this);
|
|
1975
|
+
return _chunkOP6MHN5Dcjs.utils.initStructAt(0, Type, this);
|
|
1976
1976
|
}
|
|
1977
1977
|
get _isType() {
|
|
1978
|
-
return
|
|
1978
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 1;
|
|
1979
1979
|
}
|
|
1980
1980
|
set type(value) {
|
|
1981
|
-
|
|
1982
|
-
|
|
1981
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 1, this);
|
|
1982
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
1983
1983
|
}
|
|
1984
1984
|
toString() {
|
|
1985
1985
|
return "Brand_Binding_" + super.toString();
|
|
1986
1986
|
}
|
|
1987
1987
|
which() {
|
|
1988
|
-
return
|
|
1988
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this);
|
|
1989
1989
|
}
|
|
1990
1990
|
}, _class28.__initStatic71(), _class28.__initStatic72(), _class28.__initStatic73(), _class28);
|
|
1991
|
-
var Brand = (_class29 = class _Brand extends
|
|
1991
|
+
var Brand = (_class29 = class _Brand extends _chunkOP6MHN5Dcjs.Struct {
|
|
1992
1992
|
static {
|
|
1993
1993
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Brand");
|
|
1994
1994
|
}
|
|
@@ -1997,14 +1997,14 @@ var Brand = (_class29 = class _Brand extends _chunkRKF2BUL7cjs.Struct {
|
|
|
1997
1997
|
static __initStatic76() {this._capnp = {
|
|
1998
1998
|
displayName: "Brand",
|
|
1999
1999
|
id: "903455f06065422b",
|
|
2000
|
-
size: new (0,
|
|
2000
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(0, 1)
|
|
2001
2001
|
}}
|
|
2002
2002
|
|
|
2003
2003
|
_adoptScopes(value) {
|
|
2004
|
-
|
|
2004
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2005
2005
|
}
|
|
2006
2006
|
_disownScopes() {
|
|
2007
|
-
return
|
|
2007
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.scopes);
|
|
2008
2008
|
}
|
|
2009
2009
|
/**
|
|
2010
2010
|
* For each of the target type and each of its parent scopes, a parameterization may be included
|
|
@@ -2013,16 +2013,16 @@ var Brand = (_class29 = class _Brand extends _chunkRKF2BUL7cjs.Struct {
|
|
|
2013
2013
|
*
|
|
2014
2014
|
*/
|
|
2015
2015
|
get scopes() {
|
|
2016
|
-
return
|
|
2016
|
+
return _chunkOP6MHN5Dcjs.utils.getList(0, _Brand._Scopes, this);
|
|
2017
2017
|
}
|
|
2018
2018
|
_hasScopes() {
|
|
2019
|
-
return !
|
|
2019
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2020
2020
|
}
|
|
2021
2021
|
_initScopes(length) {
|
|
2022
|
-
return
|
|
2022
|
+
return _chunkOP6MHN5Dcjs.utils.initList(0, _Brand._Scopes, length, this);
|
|
2023
2023
|
}
|
|
2024
2024
|
set scopes(value) {
|
|
2025
|
-
|
|
2025
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2026
2026
|
}
|
|
2027
2027
|
toString() {
|
|
2028
2028
|
return "Brand_" + super.toString();
|
|
@@ -2054,7 +2054,7 @@ var Value_Which = {
|
|
|
2054
2054
|
INTERFACE: 17,
|
|
2055
2055
|
ANY_POINTER: 18
|
|
2056
2056
|
};
|
|
2057
|
-
var Value = (_class30 = class extends
|
|
2057
|
+
var Value = (_class30 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
2058
2058
|
static {
|
|
2059
2059
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Value");
|
|
2060
2060
|
}
|
|
@@ -2080,282 +2080,282 @@ var Value = (_class30 = class extends _chunkRKF2BUL7cjs.Struct {
|
|
|
2080
2080
|
static __initStatic96() {this._capnp = {
|
|
2081
2081
|
displayName: "Value",
|
|
2082
2082
|
id: "ce23dcd2d7b00c9b",
|
|
2083
|
-
size: new (0,
|
|
2083
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(16, 1)
|
|
2084
2084
|
}}
|
|
2085
2085
|
get _isVoid() {
|
|
2086
|
-
return
|
|
2086
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 0;
|
|
2087
2087
|
}
|
|
2088
2088
|
set void(_) {
|
|
2089
|
-
|
|
2089
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 0, this);
|
|
2090
2090
|
}
|
|
2091
2091
|
get bool() {
|
|
2092
|
-
|
|
2093
|
-
return
|
|
2092
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("bool", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 1, this);
|
|
2093
|
+
return _chunkOP6MHN5Dcjs.utils.getBit(16, this);
|
|
2094
2094
|
}
|
|
2095
2095
|
get _isBool() {
|
|
2096
|
-
return
|
|
2096
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 1;
|
|
2097
2097
|
}
|
|
2098
2098
|
set bool(value) {
|
|
2099
|
-
|
|
2100
|
-
|
|
2099
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 1, this);
|
|
2100
|
+
_chunkOP6MHN5Dcjs.utils.setBit(16, value, this);
|
|
2101
2101
|
}
|
|
2102
2102
|
get int8() {
|
|
2103
|
-
|
|
2104
|
-
return
|
|
2103
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("int8", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 2, this);
|
|
2104
|
+
return _chunkOP6MHN5Dcjs.utils.getInt8(2, this);
|
|
2105
2105
|
}
|
|
2106
2106
|
get _isInt8() {
|
|
2107
|
-
return
|
|
2107
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 2;
|
|
2108
2108
|
}
|
|
2109
2109
|
set int8(value) {
|
|
2110
|
-
|
|
2111
|
-
|
|
2110
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 2, this);
|
|
2111
|
+
_chunkOP6MHN5Dcjs.utils.setInt8(2, value, this);
|
|
2112
2112
|
}
|
|
2113
2113
|
get int16() {
|
|
2114
|
-
|
|
2115
|
-
return
|
|
2114
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("int16", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 3, this);
|
|
2115
|
+
return _chunkOP6MHN5Dcjs.utils.getInt16(2, this);
|
|
2116
2116
|
}
|
|
2117
2117
|
get _isInt16() {
|
|
2118
|
-
return
|
|
2118
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 3;
|
|
2119
2119
|
}
|
|
2120
2120
|
set int16(value) {
|
|
2121
|
-
|
|
2122
|
-
|
|
2121
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 3, this);
|
|
2122
|
+
_chunkOP6MHN5Dcjs.utils.setInt16(2, value, this);
|
|
2123
2123
|
}
|
|
2124
2124
|
get int32() {
|
|
2125
|
-
|
|
2126
|
-
return
|
|
2125
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("int32", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 4, this);
|
|
2126
|
+
return _chunkOP6MHN5Dcjs.utils.getInt32(4, this);
|
|
2127
2127
|
}
|
|
2128
2128
|
get _isInt32() {
|
|
2129
|
-
return
|
|
2129
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 4;
|
|
2130
2130
|
}
|
|
2131
2131
|
set int32(value) {
|
|
2132
|
-
|
|
2133
|
-
|
|
2132
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 4, this);
|
|
2133
|
+
_chunkOP6MHN5Dcjs.utils.setInt32(4, value, this);
|
|
2134
2134
|
}
|
|
2135
2135
|
get int64() {
|
|
2136
|
-
|
|
2137
|
-
return
|
|
2136
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("int64", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 5, this);
|
|
2137
|
+
return _chunkOP6MHN5Dcjs.utils.getInt64(8, this);
|
|
2138
2138
|
}
|
|
2139
2139
|
get _isInt64() {
|
|
2140
|
-
return
|
|
2140
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 5;
|
|
2141
2141
|
}
|
|
2142
2142
|
set int64(value) {
|
|
2143
|
-
|
|
2144
|
-
|
|
2143
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 5, this);
|
|
2144
|
+
_chunkOP6MHN5Dcjs.utils.setInt64(8, value, this);
|
|
2145
2145
|
}
|
|
2146
2146
|
get uint8() {
|
|
2147
|
-
|
|
2148
|
-
return
|
|
2147
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("uint8", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 6, this);
|
|
2148
|
+
return _chunkOP6MHN5Dcjs.utils.getUint8(2, this);
|
|
2149
2149
|
}
|
|
2150
2150
|
get _isUint8() {
|
|
2151
|
-
return
|
|
2151
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 6;
|
|
2152
2152
|
}
|
|
2153
2153
|
set uint8(value) {
|
|
2154
|
-
|
|
2155
|
-
|
|
2154
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 6, this);
|
|
2155
|
+
_chunkOP6MHN5Dcjs.utils.setUint8(2, value, this);
|
|
2156
2156
|
}
|
|
2157
2157
|
get uint16() {
|
|
2158
|
-
|
|
2159
|
-
return
|
|
2158
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("uint16", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 7, this);
|
|
2159
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(2, this);
|
|
2160
2160
|
}
|
|
2161
2161
|
get _isUint16() {
|
|
2162
|
-
return
|
|
2162
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 7;
|
|
2163
2163
|
}
|
|
2164
2164
|
set uint16(value) {
|
|
2165
|
-
|
|
2166
|
-
|
|
2165
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 7, this);
|
|
2166
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(2, value, this);
|
|
2167
2167
|
}
|
|
2168
2168
|
get uint32() {
|
|
2169
|
-
|
|
2170
|
-
return
|
|
2169
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("uint32", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 8, this);
|
|
2170
|
+
return _chunkOP6MHN5Dcjs.utils.getUint32(4, this);
|
|
2171
2171
|
}
|
|
2172
2172
|
get _isUint32() {
|
|
2173
|
-
return
|
|
2173
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 8;
|
|
2174
2174
|
}
|
|
2175
2175
|
set uint32(value) {
|
|
2176
|
-
|
|
2177
|
-
|
|
2176
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 8, this);
|
|
2177
|
+
_chunkOP6MHN5Dcjs.utils.setUint32(4, value, this);
|
|
2178
2178
|
}
|
|
2179
2179
|
get uint64() {
|
|
2180
|
-
|
|
2181
|
-
return
|
|
2180
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("uint64", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 9, this);
|
|
2181
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(8, this);
|
|
2182
2182
|
}
|
|
2183
2183
|
get _isUint64() {
|
|
2184
|
-
return
|
|
2184
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 9;
|
|
2185
2185
|
}
|
|
2186
2186
|
set uint64(value) {
|
|
2187
|
-
|
|
2188
|
-
|
|
2187
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 9, this);
|
|
2188
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(8, value, this);
|
|
2189
2189
|
}
|
|
2190
2190
|
get float32() {
|
|
2191
|
-
|
|
2192
|
-
return
|
|
2191
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("float32", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 10, this);
|
|
2192
|
+
return _chunkOP6MHN5Dcjs.utils.getFloat32(4, this);
|
|
2193
2193
|
}
|
|
2194
2194
|
get _isFloat32() {
|
|
2195
|
-
return
|
|
2195
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 10;
|
|
2196
2196
|
}
|
|
2197
2197
|
set float32(value) {
|
|
2198
|
-
|
|
2199
|
-
|
|
2198
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 10, this);
|
|
2199
|
+
_chunkOP6MHN5Dcjs.utils.setFloat32(4, value, this);
|
|
2200
2200
|
}
|
|
2201
2201
|
get float64() {
|
|
2202
|
-
|
|
2203
|
-
return
|
|
2202
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("float64", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 11, this);
|
|
2203
|
+
return _chunkOP6MHN5Dcjs.utils.getFloat64(8, this);
|
|
2204
2204
|
}
|
|
2205
2205
|
get _isFloat64() {
|
|
2206
|
-
return
|
|
2206
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 11;
|
|
2207
2207
|
}
|
|
2208
2208
|
set float64(value) {
|
|
2209
|
-
|
|
2210
|
-
|
|
2209
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 11, this);
|
|
2210
|
+
_chunkOP6MHN5Dcjs.utils.setFloat64(8, value, this);
|
|
2211
2211
|
}
|
|
2212
2212
|
get text() {
|
|
2213
|
-
|
|
2214
|
-
return
|
|
2213
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("text", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 12, this);
|
|
2214
|
+
return _chunkOP6MHN5Dcjs.utils.getText(0, this);
|
|
2215
2215
|
}
|
|
2216
2216
|
get _isText() {
|
|
2217
|
-
return
|
|
2217
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 12;
|
|
2218
2218
|
}
|
|
2219
2219
|
set text(value) {
|
|
2220
|
-
|
|
2221
|
-
|
|
2220
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 12, this);
|
|
2221
|
+
_chunkOP6MHN5Dcjs.utils.setText(0, value, this);
|
|
2222
2222
|
}
|
|
2223
2223
|
_adoptData(value) {
|
|
2224
|
-
|
|
2225
|
-
|
|
2224
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 13, this);
|
|
2225
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2226
2226
|
}
|
|
2227
2227
|
_disownData() {
|
|
2228
|
-
return
|
|
2228
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.data);
|
|
2229
2229
|
}
|
|
2230
2230
|
get data() {
|
|
2231
|
-
|
|
2232
|
-
return
|
|
2231
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("data", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 13, this);
|
|
2232
|
+
return _chunkOP6MHN5Dcjs.utils.getData(0, this);
|
|
2233
2233
|
}
|
|
2234
2234
|
_hasData() {
|
|
2235
|
-
return !
|
|
2235
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2236
2236
|
}
|
|
2237
2237
|
_initData(length) {
|
|
2238
|
-
|
|
2239
|
-
return
|
|
2238
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 13, this);
|
|
2239
|
+
return _chunkOP6MHN5Dcjs.utils.initData(0, length, this);
|
|
2240
2240
|
}
|
|
2241
2241
|
get _isData() {
|
|
2242
|
-
return
|
|
2242
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 13;
|
|
2243
2243
|
}
|
|
2244
2244
|
set data(value) {
|
|
2245
|
-
|
|
2246
|
-
|
|
2245
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 13, this);
|
|
2246
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2247
2247
|
}
|
|
2248
2248
|
_adoptList(value) {
|
|
2249
|
-
|
|
2250
|
-
|
|
2249
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 14, this);
|
|
2250
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2251
2251
|
}
|
|
2252
2252
|
_disownList() {
|
|
2253
|
-
return
|
|
2253
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.list);
|
|
2254
2254
|
}
|
|
2255
2255
|
get list() {
|
|
2256
|
-
|
|
2257
|
-
return
|
|
2256
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("list", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 14, this);
|
|
2257
|
+
return _chunkOP6MHN5Dcjs.utils.getPointer(0, this);
|
|
2258
2258
|
}
|
|
2259
2259
|
_hasList() {
|
|
2260
|
-
return !
|
|
2260
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2261
2261
|
}
|
|
2262
2262
|
get _isList() {
|
|
2263
|
-
return
|
|
2263
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 14;
|
|
2264
2264
|
}
|
|
2265
2265
|
set list(value) {
|
|
2266
|
-
|
|
2267
|
-
|
|
2266
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 14, this);
|
|
2267
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2268
2268
|
}
|
|
2269
2269
|
get enum() {
|
|
2270
|
-
|
|
2271
|
-
return
|
|
2270
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("enum", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 15, this);
|
|
2271
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(2, this);
|
|
2272
2272
|
}
|
|
2273
2273
|
get _isEnum() {
|
|
2274
|
-
return
|
|
2274
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 15;
|
|
2275
2275
|
}
|
|
2276
2276
|
set enum(value) {
|
|
2277
|
-
|
|
2278
|
-
|
|
2277
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 15, this);
|
|
2278
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(2, value, this);
|
|
2279
2279
|
}
|
|
2280
2280
|
_adoptStruct(value) {
|
|
2281
|
-
|
|
2282
|
-
|
|
2281
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 16, this);
|
|
2282
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2283
2283
|
}
|
|
2284
2284
|
_disownStruct() {
|
|
2285
|
-
return
|
|
2285
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.struct);
|
|
2286
2286
|
}
|
|
2287
2287
|
get struct() {
|
|
2288
|
-
|
|
2289
|
-
return
|
|
2288
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("struct", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 16, this);
|
|
2289
|
+
return _chunkOP6MHN5Dcjs.utils.getPointer(0, this);
|
|
2290
2290
|
}
|
|
2291
2291
|
_hasStruct() {
|
|
2292
|
-
return !
|
|
2292
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2293
2293
|
}
|
|
2294
2294
|
get _isStruct() {
|
|
2295
|
-
return
|
|
2295
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 16;
|
|
2296
2296
|
}
|
|
2297
2297
|
set struct(value) {
|
|
2298
|
-
|
|
2299
|
-
|
|
2298
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 16, this);
|
|
2299
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2300
2300
|
}
|
|
2301
2301
|
get _isInterface() {
|
|
2302
|
-
return
|
|
2302
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 17;
|
|
2303
2303
|
}
|
|
2304
2304
|
set interface(_) {
|
|
2305
|
-
|
|
2305
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 17, this);
|
|
2306
2306
|
}
|
|
2307
2307
|
_adoptAnyPointer(value) {
|
|
2308
|
-
|
|
2309
|
-
|
|
2308
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 18, this);
|
|
2309
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2310
2310
|
}
|
|
2311
2311
|
_disownAnyPointer() {
|
|
2312
|
-
return
|
|
2312
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.anyPointer);
|
|
2313
2313
|
}
|
|
2314
2314
|
get anyPointer() {
|
|
2315
|
-
|
|
2316
|
-
return
|
|
2315
|
+
_chunkOP6MHN5Dcjs.utils.testWhich("anyPointer", _chunkOP6MHN5Dcjs.utils.getUint16(0, this), 18, this);
|
|
2316
|
+
return _chunkOP6MHN5Dcjs.utils.getPointer(0, this);
|
|
2317
2317
|
}
|
|
2318
2318
|
_hasAnyPointer() {
|
|
2319
|
-
return !
|
|
2319
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2320
2320
|
}
|
|
2321
2321
|
get _isAnyPointer() {
|
|
2322
|
-
return
|
|
2322
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this) === 18;
|
|
2323
2323
|
}
|
|
2324
2324
|
set anyPointer(value) {
|
|
2325
|
-
|
|
2326
|
-
|
|
2325
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, 18, this);
|
|
2326
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2327
2327
|
}
|
|
2328
2328
|
toString() {
|
|
2329
2329
|
return "Value_" + super.toString();
|
|
2330
2330
|
}
|
|
2331
2331
|
which() {
|
|
2332
|
-
return
|
|
2332
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this);
|
|
2333
2333
|
}
|
|
2334
2334
|
}, _class30.__initStatic77(), _class30.__initStatic78(), _class30.__initStatic79(), _class30.__initStatic80(), _class30.__initStatic81(), _class30.__initStatic82(), _class30.__initStatic83(), _class30.__initStatic84(), _class30.__initStatic85(), _class30.__initStatic86(), _class30.__initStatic87(), _class30.__initStatic88(), _class30.__initStatic89(), _class30.__initStatic90(), _class30.__initStatic91(), _class30.__initStatic92(), _class30.__initStatic93(), _class30.__initStatic94(), _class30.__initStatic95(), _class30.__initStatic96(), _class30);
|
|
2335
|
-
var Annotation = (_class31 = class extends
|
|
2335
|
+
var Annotation = (_class31 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
2336
2336
|
static {
|
|
2337
2337
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "Annotation");
|
|
2338
2338
|
}
|
|
2339
2339
|
static __initStatic97() {this._capnp = {
|
|
2340
2340
|
displayName: "Annotation",
|
|
2341
2341
|
id: "f1c8950dab257542",
|
|
2342
|
-
size: new (0,
|
|
2342
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(8, 2)
|
|
2343
2343
|
}}
|
|
2344
2344
|
/**
|
|
2345
2345
|
* ID of the annotation node.
|
|
2346
2346
|
*
|
|
2347
2347
|
*/
|
|
2348
2348
|
get id() {
|
|
2349
|
-
return
|
|
2349
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(0, this);
|
|
2350
2350
|
}
|
|
2351
2351
|
set id(value) {
|
|
2352
|
-
|
|
2352
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(0, value, this);
|
|
2353
2353
|
}
|
|
2354
2354
|
_adoptBrand(value) {
|
|
2355
|
-
|
|
2355
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
2356
2356
|
}
|
|
2357
2357
|
_disownBrand() {
|
|
2358
|
-
return
|
|
2358
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.brand);
|
|
2359
2359
|
}
|
|
2360
2360
|
/**
|
|
2361
2361
|
* Brand of the annotation.
|
|
@@ -2364,34 +2364,34 @@ var Annotation = (_class31 = class extends _chunkRKF2BUL7cjs.Struct {
|
|
|
2364
2364
|
*
|
|
2365
2365
|
*/
|
|
2366
2366
|
get brand() {
|
|
2367
|
-
return
|
|
2367
|
+
return _chunkOP6MHN5Dcjs.utils.getStruct(1, Brand, this);
|
|
2368
2368
|
}
|
|
2369
2369
|
_hasBrand() {
|
|
2370
|
-
return !
|
|
2370
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
2371
2371
|
}
|
|
2372
2372
|
_initBrand() {
|
|
2373
|
-
return
|
|
2373
|
+
return _chunkOP6MHN5Dcjs.utils.initStructAt(1, Brand, this);
|
|
2374
2374
|
}
|
|
2375
2375
|
set brand(value) {
|
|
2376
|
-
|
|
2376
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
2377
2377
|
}
|
|
2378
2378
|
_adoptValue(value) {
|
|
2379
|
-
|
|
2379
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2380
2380
|
}
|
|
2381
2381
|
_disownValue() {
|
|
2382
|
-
return
|
|
2382
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.value);
|
|
2383
2383
|
}
|
|
2384
2384
|
get value() {
|
|
2385
|
-
return
|
|
2385
|
+
return _chunkOP6MHN5Dcjs.utils.getStruct(0, Value, this);
|
|
2386
2386
|
}
|
|
2387
2387
|
_hasValue() {
|
|
2388
|
-
return !
|
|
2388
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2389
2389
|
}
|
|
2390
2390
|
_initValue() {
|
|
2391
|
-
return
|
|
2391
|
+
return _chunkOP6MHN5Dcjs.utils.initStructAt(0, Value, this);
|
|
2392
2392
|
}
|
|
2393
2393
|
set value(value) {
|
|
2394
|
-
|
|
2394
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2395
2395
|
}
|
|
2396
2396
|
toString() {
|
|
2397
2397
|
return "Annotation_" + super.toString();
|
|
@@ -2411,55 +2411,55 @@ var ElementSize = {
|
|
|
2411
2411
|
POINTER: 6,
|
|
2412
2412
|
INLINE_COMPOSITE: 7
|
|
2413
2413
|
};
|
|
2414
|
-
var CapnpVersion = (_class32 = class extends
|
|
2414
|
+
var CapnpVersion = (_class32 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
2415
2415
|
static {
|
|
2416
2416
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "CapnpVersion");
|
|
2417
2417
|
}
|
|
2418
2418
|
static __initStatic98() {this._capnp = {
|
|
2419
2419
|
displayName: "CapnpVersion",
|
|
2420
2420
|
id: "d85d305b7d839963",
|
|
2421
|
-
size: new (0,
|
|
2421
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(8, 0)
|
|
2422
2422
|
}}
|
|
2423
2423
|
get major() {
|
|
2424
|
-
return
|
|
2424
|
+
return _chunkOP6MHN5Dcjs.utils.getUint16(0, this);
|
|
2425
2425
|
}
|
|
2426
2426
|
set major(value) {
|
|
2427
|
-
|
|
2427
|
+
_chunkOP6MHN5Dcjs.utils.setUint16(0, value, this);
|
|
2428
2428
|
}
|
|
2429
2429
|
get minor() {
|
|
2430
|
-
return
|
|
2430
|
+
return _chunkOP6MHN5Dcjs.utils.getUint8(2, this);
|
|
2431
2431
|
}
|
|
2432
2432
|
set minor(value) {
|
|
2433
|
-
|
|
2433
|
+
_chunkOP6MHN5Dcjs.utils.setUint8(2, value, this);
|
|
2434
2434
|
}
|
|
2435
2435
|
get micro() {
|
|
2436
|
-
return
|
|
2436
|
+
return _chunkOP6MHN5Dcjs.utils.getUint8(3, this);
|
|
2437
2437
|
}
|
|
2438
2438
|
set micro(value) {
|
|
2439
|
-
|
|
2439
|
+
_chunkOP6MHN5Dcjs.utils.setUint8(3, value, this);
|
|
2440
2440
|
}
|
|
2441
2441
|
toString() {
|
|
2442
2442
|
return "CapnpVersion_" + super.toString();
|
|
2443
2443
|
}
|
|
2444
2444
|
}, _class32.__initStatic98(), _class32);
|
|
2445
|
-
var CodeGeneratorRequest_RequestedFile_Import = (_class33 = class extends
|
|
2445
|
+
var CodeGeneratorRequest_RequestedFile_Import = (_class33 = class extends _chunkOP6MHN5Dcjs.Struct {
|
|
2446
2446
|
static {
|
|
2447
2447
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "CodeGeneratorRequest_RequestedFile_Import");
|
|
2448
2448
|
}
|
|
2449
2449
|
static __initStatic99() {this._capnp = {
|
|
2450
2450
|
displayName: "Import",
|
|
2451
2451
|
id: "ae504193122357e5",
|
|
2452
|
-
size: new (0,
|
|
2452
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(8, 1)
|
|
2453
2453
|
}}
|
|
2454
2454
|
/**
|
|
2455
2455
|
* ID of the imported file.
|
|
2456
2456
|
*
|
|
2457
2457
|
*/
|
|
2458
2458
|
get id() {
|
|
2459
|
-
return
|
|
2459
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(0, this);
|
|
2460
2460
|
}
|
|
2461
2461
|
set id(value) {
|
|
2462
|
-
|
|
2462
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(0, value, this);
|
|
2463
2463
|
}
|
|
2464
2464
|
/**
|
|
2465
2465
|
* Name which *this* file used to refer to the foreign file. This may be a relative name.
|
|
@@ -2471,16 +2471,16 @@ var CodeGeneratorRequest_RequestedFile_Import = (_class33 = class extends _chunk
|
|
|
2471
2471
|
*
|
|
2472
2472
|
*/
|
|
2473
2473
|
get name() {
|
|
2474
|
-
return
|
|
2474
|
+
return _chunkOP6MHN5Dcjs.utils.getText(0, this);
|
|
2475
2475
|
}
|
|
2476
2476
|
set name(value) {
|
|
2477
|
-
|
|
2477
|
+
_chunkOP6MHN5Dcjs.utils.setText(0, value, this);
|
|
2478
2478
|
}
|
|
2479
2479
|
toString() {
|
|
2480
2480
|
return "CodeGeneratorRequest_RequestedFile_Import_" + super.toString();
|
|
2481
2481
|
}
|
|
2482
2482
|
}, _class33.__initStatic99(), _class33);
|
|
2483
|
-
var CodeGeneratorRequest_RequestedFile = (_class34 = class _CodeGeneratorRequest_RequestedFile extends
|
|
2483
|
+
var CodeGeneratorRequest_RequestedFile = (_class34 = class _CodeGeneratorRequest_RequestedFile extends _chunkOP6MHN5Dcjs.Struct {
|
|
2484
2484
|
static {
|
|
2485
2485
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "CodeGeneratorRequest_RequestedFile");
|
|
2486
2486
|
}
|
|
@@ -2488,7 +2488,7 @@ var CodeGeneratorRequest_RequestedFile = (_class34 = class _CodeGeneratorRequest
|
|
|
2488
2488
|
static __initStatic101() {this._capnp = {
|
|
2489
2489
|
displayName: "RequestedFile",
|
|
2490
2490
|
id: "cfea0eb02e810062",
|
|
2491
|
-
size: new (0,
|
|
2491
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(8, 2)
|
|
2492
2492
|
}}
|
|
2493
2493
|
|
|
2494
2494
|
/**
|
|
@@ -2496,10 +2496,10 @@ var CodeGeneratorRequest_RequestedFile = (_class34 = class _CodeGeneratorRequest
|
|
|
2496
2496
|
*
|
|
2497
2497
|
*/
|
|
2498
2498
|
get id() {
|
|
2499
|
-
return
|
|
2499
|
+
return _chunkOP6MHN5Dcjs.utils.getUint64(0, this);
|
|
2500
2500
|
}
|
|
2501
2501
|
set id(value) {
|
|
2502
|
-
|
|
2502
|
+
_chunkOP6MHN5Dcjs.utils.setUint64(0, value, this);
|
|
2503
2503
|
}
|
|
2504
2504
|
/**
|
|
2505
2505
|
* Name of the file as it appeared on the command-line (minus the src-prefix). You may use
|
|
@@ -2507,38 +2507,38 @@ var CodeGeneratorRequest_RequestedFile = (_class34 = class _CodeGeneratorRequest
|
|
|
2507
2507
|
*
|
|
2508
2508
|
*/
|
|
2509
2509
|
get filename() {
|
|
2510
|
-
return
|
|
2510
|
+
return _chunkOP6MHN5Dcjs.utils.getText(0, this);
|
|
2511
2511
|
}
|
|
2512
2512
|
set filename(value) {
|
|
2513
|
-
|
|
2513
|
+
_chunkOP6MHN5Dcjs.utils.setText(0, value, this);
|
|
2514
2514
|
}
|
|
2515
2515
|
_adoptImports(value) {
|
|
2516
|
-
|
|
2516
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
2517
2517
|
}
|
|
2518
2518
|
_disownImports() {
|
|
2519
|
-
return
|
|
2519
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.imports);
|
|
2520
2520
|
}
|
|
2521
2521
|
/**
|
|
2522
2522
|
* List of all imported paths seen in this file.
|
|
2523
2523
|
*
|
|
2524
2524
|
*/
|
|
2525
2525
|
get imports() {
|
|
2526
|
-
return
|
|
2526
|
+
return _chunkOP6MHN5Dcjs.utils.getList(1, _CodeGeneratorRequest_RequestedFile._Imports, this);
|
|
2527
2527
|
}
|
|
2528
2528
|
_hasImports() {
|
|
2529
|
-
return !
|
|
2529
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
2530
2530
|
}
|
|
2531
2531
|
_initImports(length) {
|
|
2532
|
-
return
|
|
2532
|
+
return _chunkOP6MHN5Dcjs.utils.initList(1, _CodeGeneratorRequest_RequestedFile._Imports, length, this);
|
|
2533
2533
|
}
|
|
2534
2534
|
set imports(value) {
|
|
2535
|
-
|
|
2535
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
2536
2536
|
}
|
|
2537
2537
|
toString() {
|
|
2538
2538
|
return "CodeGeneratorRequest_RequestedFile_" + super.toString();
|
|
2539
2539
|
}
|
|
2540
2540
|
}, _class34.__initStatic100(), _class34.__initStatic101(), _class34);
|
|
2541
|
-
var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends
|
|
2541
|
+
var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends _chunkOP6MHN5Dcjs.Struct {
|
|
2542
2542
|
static {
|
|
2543
2543
|
_chunkUSNT2KNTcjs.__name.call(void 0, this, "CodeGeneratorRequest");
|
|
2544
2544
|
}
|
|
@@ -2546,16 +2546,16 @@ var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends _chun
|
|
|
2546
2546
|
static __initStatic103() {this._capnp = {
|
|
2547
2547
|
displayName: "CodeGeneratorRequest",
|
|
2548
2548
|
id: "bfc546f6210ad7ce",
|
|
2549
|
-
size: new (0,
|
|
2549
|
+
size: new (0, _chunkOP6MHN5Dcjs.ObjectSize)(0, 4)
|
|
2550
2550
|
}}
|
|
2551
2551
|
|
|
2552
2552
|
|
|
2553
2553
|
|
|
2554
2554
|
_adoptCapnpVersion(value) {
|
|
2555
|
-
|
|
2555
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(2, this));
|
|
2556
2556
|
}
|
|
2557
2557
|
_disownCapnpVersion() {
|
|
2558
|
-
return
|
|
2558
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.capnpVersion);
|
|
2559
2559
|
}
|
|
2560
2560
|
/**
|
|
2561
2561
|
* Version of the `capnp` executable. Generally, code generators should ignore this, but the code
|
|
@@ -2567,22 +2567,22 @@ var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends _chun
|
|
|
2567
2567
|
*
|
|
2568
2568
|
*/
|
|
2569
2569
|
get capnpVersion() {
|
|
2570
|
-
return
|
|
2570
|
+
return _chunkOP6MHN5Dcjs.utils.getStruct(2, CapnpVersion, this);
|
|
2571
2571
|
}
|
|
2572
2572
|
_hasCapnpVersion() {
|
|
2573
|
-
return !
|
|
2573
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(2, this));
|
|
2574
2574
|
}
|
|
2575
2575
|
_initCapnpVersion() {
|
|
2576
|
-
return
|
|
2576
|
+
return _chunkOP6MHN5Dcjs.utils.initStructAt(2, CapnpVersion, this);
|
|
2577
2577
|
}
|
|
2578
2578
|
set capnpVersion(value) {
|
|
2579
|
-
|
|
2579
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(2, this));
|
|
2580
2580
|
}
|
|
2581
2581
|
_adoptNodes(value) {
|
|
2582
|
-
|
|
2582
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2583
2583
|
}
|
|
2584
2584
|
_disownNodes() {
|
|
2585
|
-
return
|
|
2585
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.nodes);
|
|
2586
2586
|
}
|
|
2587
2587
|
/**
|
|
2588
2588
|
* All nodes parsed by the compiler, including for the files on the command line and their
|
|
@@ -2590,22 +2590,22 @@ var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends _chun
|
|
|
2590
2590
|
*
|
|
2591
2591
|
*/
|
|
2592
2592
|
get nodes() {
|
|
2593
|
-
return
|
|
2593
|
+
return _chunkOP6MHN5Dcjs.utils.getList(0, _CodeGeneratorRequest._Nodes, this);
|
|
2594
2594
|
}
|
|
2595
2595
|
_hasNodes() {
|
|
2596
|
-
return !
|
|
2596
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2597
2597
|
}
|
|
2598
2598
|
_initNodes(length) {
|
|
2599
|
-
return
|
|
2599
|
+
return _chunkOP6MHN5Dcjs.utils.initList(0, _CodeGeneratorRequest._Nodes, length, this);
|
|
2600
2600
|
}
|
|
2601
2601
|
set nodes(value) {
|
|
2602
|
-
|
|
2602
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(0, this));
|
|
2603
2603
|
}
|
|
2604
2604
|
_adoptSourceInfo(value) {
|
|
2605
|
-
|
|
2605
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
2606
2606
|
}
|
|
2607
2607
|
_disownSourceInfo() {
|
|
2608
|
-
return
|
|
2608
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.sourceInfo);
|
|
2609
2609
|
}
|
|
2610
2610
|
/**
|
|
2611
2611
|
* Information about the original source code for each node, where available. This array may be
|
|
@@ -2613,61 +2613,61 @@ var CodeGeneratorRequest = (_class35 = class _CodeGeneratorRequest extends _chun
|
|
|
2613
2613
|
*
|
|
2614
2614
|
*/
|
|
2615
2615
|
get sourceInfo() {
|
|
2616
|
-
return
|
|
2616
|
+
return _chunkOP6MHN5Dcjs.utils.getList(3, _CodeGeneratorRequest._SourceInfo, this);
|
|
2617
2617
|
}
|
|
2618
2618
|
_hasSourceInfo() {
|
|
2619
|
-
return !
|
|
2619
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
2620
2620
|
}
|
|
2621
2621
|
_initSourceInfo(length) {
|
|
2622
|
-
return
|
|
2622
|
+
return _chunkOP6MHN5Dcjs.utils.initList(3, _CodeGeneratorRequest._SourceInfo, length, this);
|
|
2623
2623
|
}
|
|
2624
2624
|
set sourceInfo(value) {
|
|
2625
|
-
|
|
2625
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(3, this));
|
|
2626
2626
|
}
|
|
2627
2627
|
_adoptRequestedFiles(value) {
|
|
2628
|
-
|
|
2628
|
+
_chunkOP6MHN5Dcjs.utils.adopt(value, _chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
2629
2629
|
}
|
|
2630
2630
|
_disownRequestedFiles() {
|
|
2631
|
-
return
|
|
2631
|
+
return _chunkOP6MHN5Dcjs.utils.disown(this.requestedFiles);
|
|
2632
2632
|
}
|
|
2633
2633
|
/**
|
|
2634
2634
|
* Files which were listed on the command line.
|
|
2635
2635
|
*
|
|
2636
2636
|
*/
|
|
2637
2637
|
get requestedFiles() {
|
|
2638
|
-
return
|
|
2638
|
+
return _chunkOP6MHN5Dcjs.utils.getList(1, _CodeGeneratorRequest._RequestedFiles, this);
|
|
2639
2639
|
}
|
|
2640
2640
|
_hasRequestedFiles() {
|
|
2641
|
-
return !
|
|
2641
|
+
return !_chunkOP6MHN5Dcjs.utils.isNull(_chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
2642
2642
|
}
|
|
2643
2643
|
_initRequestedFiles(length) {
|
|
2644
|
-
return
|
|
2644
|
+
return _chunkOP6MHN5Dcjs.utils.initList(1, _CodeGeneratorRequest._RequestedFiles, length, this);
|
|
2645
2645
|
}
|
|
2646
2646
|
set requestedFiles(value) {
|
|
2647
|
-
|
|
2647
|
+
_chunkOP6MHN5Dcjs.utils.copyFrom(value, _chunkOP6MHN5Dcjs.utils.getPointer(1, this));
|
|
2648
2648
|
}
|
|
2649
2649
|
toString() {
|
|
2650
2650
|
return "CodeGeneratorRequest_" + super.toString();
|
|
2651
2651
|
}
|
|
2652
2652
|
}, _class35.__initStatic102(), _class35.__initStatic103(), _class35);
|
|
2653
|
-
Node_SourceInfo._Members =
|
|
2654
|
-
Node_Struct._Fields =
|
|
2655
|
-
Node_Enum._Enumerants =
|
|
2656
|
-
Node_Interface._Methods =
|
|
2657
|
-
Node_Interface._Superclasses =
|
|
2658
|
-
Node._Parameters =
|
|
2659
|
-
Node._NestedNodes =
|
|
2660
|
-
Node._Annotations =
|
|
2661
|
-
Field._Annotations =
|
|
2662
|
-
Enumerant._Annotations =
|
|
2663
|
-
Method._ImplicitParameters =
|
|
2664
|
-
Method._Annotations =
|
|
2665
|
-
Brand_Scope._Bind =
|
|
2666
|
-
Brand._Scopes =
|
|
2667
|
-
CodeGeneratorRequest_RequestedFile._Imports =
|
|
2668
|
-
CodeGeneratorRequest._Nodes =
|
|
2669
|
-
CodeGeneratorRequest._SourceInfo =
|
|
2670
|
-
CodeGeneratorRequest._RequestedFiles =
|
|
2653
|
+
Node_SourceInfo._Members = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, Node_SourceInfo_Member);
|
|
2654
|
+
Node_Struct._Fields = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, Field);
|
|
2655
|
+
Node_Enum._Enumerants = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, Enumerant);
|
|
2656
|
+
Node_Interface._Methods = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, Method);
|
|
2657
|
+
Node_Interface._Superclasses = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, Superclass);
|
|
2658
|
+
Node._Parameters = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, Node_Parameter);
|
|
2659
|
+
Node._NestedNodes = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, Node_NestedNode);
|
|
2660
|
+
Node._Annotations = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, Annotation);
|
|
2661
|
+
Field._Annotations = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, Annotation);
|
|
2662
|
+
Enumerant._Annotations = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, Annotation);
|
|
2663
|
+
Method._ImplicitParameters = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, Node_Parameter);
|
|
2664
|
+
Method._Annotations = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, Annotation);
|
|
2665
|
+
Brand_Scope._Bind = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, Brand_Binding);
|
|
2666
|
+
Brand._Scopes = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, Brand_Scope);
|
|
2667
|
+
CodeGeneratorRequest_RequestedFile._Imports = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, CodeGeneratorRequest_RequestedFile_Import);
|
|
2668
|
+
CodeGeneratorRequest._Nodes = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, Node);
|
|
2669
|
+
CodeGeneratorRequest._SourceInfo = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, Node_SourceInfo);
|
|
2670
|
+
CodeGeneratorRequest._RequestedFiles = _chunkOP6MHN5Dcjs.CompositeList.call(void 0, CodeGeneratorRequest_RequestedFile);
|
|
2671
2671
|
|
|
2672
2672
|
|
|
2673
2673
|
|