@powerlines/deepkit 0.1.0

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.
Files changed (65) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +294 -0
  3. package/bin/deepkit-install.cjs +154 -0
  4. package/dist/vendor/chunk-6PEHRAEP.js +30 -0
  5. package/dist/vendor/chunk-6PEHRAEP.js.map +1 -0
  6. package/dist/vendor/chunk-6RPJLSJ7.cjs +44 -0
  7. package/dist/vendor/chunk-6RPJLSJ7.cjs.map +1 -0
  8. package/dist/vendor/chunk-7MWDRXRC.cjs +3861 -0
  9. package/dist/vendor/chunk-7MWDRXRC.cjs.map +1 -0
  10. package/dist/vendor/chunk-AXYJRGEC.js +3706 -0
  11. package/dist/vendor/chunk-AXYJRGEC.js.map +1 -0
  12. package/dist/vendor/chunk-BMYCXG6Q.js +7066 -0
  13. package/dist/vendor/chunk-BMYCXG6Q.js.map +1 -0
  14. package/dist/vendor/chunk-IEOTB37Y.js +3515 -0
  15. package/dist/vendor/chunk-IEOTB37Y.js.map +1 -0
  16. package/dist/vendor/chunk-MFEKHQA3.cjs +3533 -0
  17. package/dist/vendor/chunk-MFEKHQA3.cjs.map +1 -0
  18. package/dist/vendor/chunk-ORGCWC7F.js +111 -0
  19. package/dist/vendor/chunk-ORGCWC7F.js.map +1 -0
  20. package/dist/vendor/chunk-RPJZ57R3.cjs +117 -0
  21. package/dist/vendor/chunk-RPJZ57R3.cjs.map +1 -0
  22. package/dist/vendor/chunk-YVTAKAMT.cjs +7080 -0
  23. package/dist/vendor/chunk-YVTAKAMT.cjs.map +1 -0
  24. package/dist/vendor/compiler.cjs +46 -0
  25. package/dist/vendor/compiler.cjs.map +1 -0
  26. package/dist/vendor/compiler.d.cts +3 -0
  27. package/dist/vendor/compiler.d.ts +3 -0
  28. package/dist/vendor/compiler.js +7 -0
  29. package/dist/vendor/compiler.js.map +1 -0
  30. package/dist/vendor/config.cjs +37 -0
  31. package/dist/vendor/config.cjs.map +1 -0
  32. package/dist/vendor/config.d.cts +1 -0
  33. package/dist/vendor/config.d.ts +1 -0
  34. package/dist/vendor/config.js +7 -0
  35. package/dist/vendor/config.js.map +1 -0
  36. package/dist/vendor/core.cjs +518 -0
  37. package/dist/vendor/core.cjs.map +1 -0
  38. package/dist/vendor/core.d.cts +3 -0
  39. package/dist/vendor/core.d.ts +3 -0
  40. package/dist/vendor/core.js +4 -0
  41. package/dist/vendor/core.js.map +1 -0
  42. package/dist/vendor/index.cjs +108 -0
  43. package/dist/vendor/index.cjs.map +1 -0
  44. package/dist/vendor/index.d.cts +1 -0
  45. package/dist/vendor/index.d.ts +1 -0
  46. package/dist/vendor/index.js +67 -0
  47. package/dist/vendor/index.js.map +1 -0
  48. package/dist/vendor/type-spec.cjs +18 -0
  49. package/dist/vendor/type-spec.cjs.map +1 -0
  50. package/dist/vendor/type-spec.d.cts +1 -0
  51. package/dist/vendor/type-spec.d.ts +1 -0
  52. package/dist/vendor/type-spec.js +4 -0
  53. package/dist/vendor/type-spec.js.map +1 -0
  54. package/dist/vendor/type.cjs +18887 -0
  55. package/dist/vendor/type.cjs.map +1 -0
  56. package/dist/vendor/type.d.cts +1 -0
  57. package/dist/vendor/type.d.ts +1 -0
  58. package/dist/vendor/type.js +18361 -0
  59. package/dist/vendor/type.js.map +1 -0
  60. package/package.json +142 -0
  61. package/schemas/reflection.capnp +406 -0
  62. package/schemas/reflection.cjs +4218 -0
  63. package/schemas/reflection.d.cts +1611 -0
  64. package/schemas/reflection.d.ts +1611 -0
  65. package/schemas/reflection.js +4153 -0
@@ -0,0 +1,4218 @@
1
+ 'use strict';
2
+
3
+ var $ = require('@stryke/capnp');
4
+
5
+ function _interopNamespace(e) {
6
+ if (e && e.__esModule) return e;
7
+ var n = Object.create(null);
8
+ if (e) {
9
+ Object.keys(e).forEach(function (k) {
10
+ if (k !== 'default') {
11
+ var d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: function () { return e[k]; }
15
+ });
16
+ }
17
+ });
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+
23
+ var $__namespace = /*#__PURE__*/_interopNamespace($);
24
+
25
+ var __defProp = Object.defineProperty;
26
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
27
+ var _capnpFileId = BigInt("0xae3c363dcecf2729");
28
+ var ReflectionKind = {
29
+ NEVER: 0,
30
+ ANY: 1,
31
+ UNKNOWN: 2,
32
+ VOID: 3,
33
+ OBJECT: 4,
34
+ STRING: 5,
35
+ NUMBER: 6,
36
+ BOOLEAN: 7,
37
+ SYMBOL: 8,
38
+ BIGINT: 9,
39
+ NULL: 10,
40
+ UNDEFINED: 11,
41
+ REGEXP: 12,
42
+ LITERAL: 13,
43
+ TEMPLATE_LITERAL: 14,
44
+ PROPERTY: 15,
45
+ METHOD: 16,
46
+ FUNCTION: 17,
47
+ PARAMETER: 18,
48
+ PROMISE: 19,
49
+ CLASS: 20,
50
+ TYPE_PARAMETER: 21,
51
+ ENUM: 22,
52
+ UNION: 23,
53
+ INTERSECTION: 24,
54
+ ARRAY: 25,
55
+ TUPLE: 26,
56
+ TUPLE_MEMBER: 27,
57
+ ENUM_MEMBER: 28,
58
+ REST: 29,
59
+ OBJECT_LITERAL: 30,
60
+ INDEX_SIGNATURE: 31,
61
+ PROPERTY_SIGNATURE: 32,
62
+ METHOD_SIGNATURE: 33,
63
+ INFER: 34,
64
+ CALL_SIGNATURE: 35
65
+ };
66
+ var ReflectionVisibility = {
67
+ PUBLIC: 0,
68
+ PROTECTED: 1,
69
+ PRIVATE: 2
70
+ };
71
+ var TagsReflection = class extends $__namespace.Struct {
72
+ static {
73
+ __name(this, "TagsReflection");
74
+ }
75
+ static _capnp = {
76
+ displayName: "TagsReflection",
77
+ id: "ab7e31d6b834bbf8",
78
+ size: new $__namespace.ObjectSize(8, 4)
79
+ };
80
+ _adoptAlias(value) {
81
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
82
+ }
83
+ _disownAlias() {
84
+ return $__namespace.utils.disown(this.alias);
85
+ }
86
+ get alias() {
87
+ return $__namespace.utils.getList(0, $__namespace.TextList, this);
88
+ }
89
+ _hasAlias() {
90
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
91
+ }
92
+ _initAlias(length) {
93
+ return $__namespace.utils.initList(0, $__namespace.TextList, length, this);
94
+ }
95
+ set alias(value) {
96
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
97
+ }
98
+ get title() {
99
+ return $__namespace.utils.getText(1, this);
100
+ }
101
+ set title(value) {
102
+ $__namespace.utils.setText(1, value, this);
103
+ }
104
+ get hidden() {
105
+ return $__namespace.utils.getBit(0, this);
106
+ }
107
+ set hidden(value) {
108
+ $__namespace.utils.setBit(0, value, this);
109
+ }
110
+ get readonly() {
111
+ return $__namespace.utils.getBit(1, this);
112
+ }
113
+ set readonly(value) {
114
+ $__namespace.utils.setBit(1, value, this);
115
+ }
116
+ get ignore() {
117
+ return $__namespace.utils.getBit(2, this);
118
+ }
119
+ set ignore(value) {
120
+ $__namespace.utils.setBit(2, value, this);
121
+ }
122
+ get internal() {
123
+ return $__namespace.utils.getBit(3, this);
124
+ }
125
+ set internal(value) {
126
+ $__namespace.utils.setBit(3, value, this);
127
+ }
128
+ _adoptPermission(value) {
129
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
130
+ }
131
+ _disownPermission() {
132
+ return $__namespace.utils.disown(this.permission);
133
+ }
134
+ get permission() {
135
+ return $__namespace.utils.getList(2, $__namespace.TextList, this);
136
+ }
137
+ _hasPermission() {
138
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
139
+ }
140
+ _initPermission(length) {
141
+ return $__namespace.utils.initList(2, $__namespace.TextList, length, this);
142
+ }
143
+ set permission(value) {
144
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
145
+ }
146
+ get domain() {
147
+ return $__namespace.utils.getText(3, this);
148
+ }
149
+ set domain(value) {
150
+ $__namespace.utils.setText(3, value, this);
151
+ }
152
+ toString() {
153
+ return "TagsReflection_" + super.toString();
154
+ }
155
+ };
156
+ var DefaultValueReflection_Value_Which = {
157
+ UNDEFINED: 0,
158
+ BOOLEAN: 1,
159
+ INTEGER: 2,
160
+ FLOAT: 3,
161
+ STRING: 4
162
+ };
163
+ var DefaultValueReflection_Value = class extends $__namespace.Struct {
164
+ static {
165
+ __name(this, "DefaultValueReflection_Value");
166
+ }
167
+ static UNDEFINED = DefaultValueReflection_Value_Which.UNDEFINED;
168
+ static BOOLEAN = DefaultValueReflection_Value_Which.BOOLEAN;
169
+ static INTEGER = DefaultValueReflection_Value_Which.INTEGER;
170
+ static FLOAT = DefaultValueReflection_Value_Which.FLOAT;
171
+ static STRING = DefaultValueReflection_Value_Which.STRING;
172
+ static _capnp = {
173
+ displayName: "value",
174
+ id: "8748135e0497fe81",
175
+ size: new $__namespace.ObjectSize(16, 1)
176
+ };
177
+ get _isUndefined() {
178
+ return $__namespace.utils.getUint16(0, this) === 0;
179
+ }
180
+ set undefined(_) {
181
+ $__namespace.utils.setUint16(0, 0, this);
182
+ }
183
+ get boolean() {
184
+ $__namespace.utils.testWhich("boolean", $__namespace.utils.getUint16(0, this), 1, this);
185
+ return $__namespace.utils.getBit(16, this);
186
+ }
187
+ get _isBoolean() {
188
+ return $__namespace.utils.getUint16(0, this) === 1;
189
+ }
190
+ set boolean(value) {
191
+ $__namespace.utils.setUint16(0, 1, this);
192
+ $__namespace.utils.setBit(16, value, this);
193
+ }
194
+ get integer() {
195
+ $__namespace.utils.testWhich("integer", $__namespace.utils.getUint16(0, this), 2, this);
196
+ return $__namespace.utils.getInt32(4, this);
197
+ }
198
+ get _isInteger() {
199
+ return $__namespace.utils.getUint16(0, this) === 2;
200
+ }
201
+ set integer(value) {
202
+ $__namespace.utils.setUint16(0, 2, this);
203
+ $__namespace.utils.setInt32(4, value, this);
204
+ }
205
+ get float() {
206
+ $__namespace.utils.testWhich("float", $__namespace.utils.getUint16(0, this), 3, this);
207
+ return $__namespace.utils.getFloat64(8, this);
208
+ }
209
+ get _isFloat() {
210
+ return $__namespace.utils.getUint16(0, this) === 3;
211
+ }
212
+ set float(value) {
213
+ $__namespace.utils.setUint16(0, 3, this);
214
+ $__namespace.utils.setFloat64(8, value, this);
215
+ }
216
+ get string() {
217
+ $__namespace.utils.testWhich("string", $__namespace.utils.getUint16(0, this), 4, this);
218
+ return $__namespace.utils.getText(0, this);
219
+ }
220
+ get _isString() {
221
+ return $__namespace.utils.getUint16(0, this) === 4;
222
+ }
223
+ set string(value) {
224
+ $__namespace.utils.setUint16(0, 4, this);
225
+ $__namespace.utils.setText(0, value, this);
226
+ }
227
+ toString() {
228
+ return "DefaultValueReflection_Value_" + super.toString();
229
+ }
230
+ which() {
231
+ return $__namespace.utils.getUint16(0, this);
232
+ }
233
+ };
234
+ var DefaultValueReflection = class extends $__namespace.Struct {
235
+ static {
236
+ __name(this, "DefaultValueReflection");
237
+ }
238
+ static _capnp = {
239
+ displayName: "DefaultValueReflection",
240
+ id: "96fe6f07954197c9",
241
+ size: new $__namespace.ObjectSize(16, 1)
242
+ };
243
+ get value() {
244
+ return $__namespace.utils.getAs(DefaultValueReflection_Value, this);
245
+ }
246
+ _initValue() {
247
+ return $__namespace.utils.getAs(DefaultValueReflection_Value, this);
248
+ }
249
+ toString() {
250
+ return "DefaultValueReflection_" + super.toString();
251
+ }
252
+ };
253
+ var SerializedTypeReference = class extends $__namespace.Struct {
254
+ static {
255
+ __name(this, "SerializedTypeReference");
256
+ }
257
+ static _capnp = {
258
+ displayName: "SerializedTypeReference",
259
+ id: "a83d8a28b5e80f3a",
260
+ size: new $__namespace.ObjectSize(8, 0)
261
+ };
262
+ get id() {
263
+ return $__namespace.utils.getUint32(0, this);
264
+ }
265
+ set id(value) {
266
+ $__namespace.utils.setUint32(0, value, this);
267
+ }
268
+ toString() {
269
+ return "SerializedTypeReference_" + super.toString();
270
+ }
271
+ };
272
+ var IndexAccessOrigin = class extends $__namespace.Struct {
273
+ static {
274
+ __name(this, "IndexAccessOrigin");
275
+ }
276
+ static _capnp = {
277
+ displayName: "IndexAccessOrigin",
278
+ id: "ca50b18186c87afe",
279
+ size: new $__namespace.ObjectSize(0, 2)
280
+ };
281
+ _adoptContainer(value) {
282
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
283
+ }
284
+ _disownContainer() {
285
+ return $__namespace.utils.disown(this.container);
286
+ }
287
+ get container() {
288
+ return $__namespace.utils.getStruct(0, SerializedTypeReference, this);
289
+ }
290
+ _hasContainer() {
291
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
292
+ }
293
+ _initContainer() {
294
+ return $__namespace.utils.initStructAt(0, SerializedTypeReference, this);
295
+ }
296
+ set container(value) {
297
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
298
+ }
299
+ _adoptIndex(value) {
300
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
301
+ }
302
+ _disownIndex() {
303
+ return $__namespace.utils.disown(this.index);
304
+ }
305
+ get index() {
306
+ return $__namespace.utils.getStruct(1, SerializedTypeReference, this);
307
+ }
308
+ _hasIndex() {
309
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
310
+ }
311
+ _initIndex() {
312
+ return $__namespace.utils.initStructAt(1, SerializedTypeReference, this);
313
+ }
314
+ set index(value) {
315
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
316
+ }
317
+ toString() {
318
+ return "IndexAccessOrigin_" + super.toString();
319
+ }
320
+ };
321
+ var EntityOptions_EntityIndexOptions = class extends $__namespace.Struct {
322
+ static {
323
+ __name(this, "EntityOptions_EntityIndexOptions");
324
+ }
325
+ static _capnp = {
326
+ displayName: "EntityIndexOptions",
327
+ id: "de584ad10b7c5004",
328
+ size: new $__namespace.ObjectSize(0, 2)
329
+ };
330
+ _adoptNames(value) {
331
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
332
+ }
333
+ _disownNames() {
334
+ return $__namespace.utils.disown(this.names);
335
+ }
336
+ get names() {
337
+ return $__namespace.utils.getList(0, $__namespace.TextList, this);
338
+ }
339
+ _hasNames() {
340
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
341
+ }
342
+ _initNames(length) {
343
+ return $__namespace.utils.initList(0, $__namespace.TextList, length, this);
344
+ }
345
+ set names(value) {
346
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
347
+ }
348
+ /**
349
+ * JSON stringified options
350
+ *
351
+ */
352
+ get options() {
353
+ return $__namespace.utils.getText(1, this);
354
+ }
355
+ set options(value) {
356
+ $__namespace.utils.setText(1, value, this);
357
+ }
358
+ toString() {
359
+ return "EntityOptions_EntityIndexOptions_" + super.toString();
360
+ }
361
+ };
362
+ var EntityOptions = class _EntityOptions extends $__namespace.Struct {
363
+ static {
364
+ __name(this, "EntityOptions");
365
+ }
366
+ static EntityIndexOptions = EntityOptions_EntityIndexOptions;
367
+ static _capnp = {
368
+ displayName: "EntityOptions",
369
+ id: "948d2d02cf676d60",
370
+ size: new $__namespace.ObjectSize(8, 5)
371
+ };
372
+ static _Indexes;
373
+ get name() {
374
+ return $__namespace.utils.getText(0, this);
375
+ }
376
+ set name(value) {
377
+ $__namespace.utils.setText(0, value, this);
378
+ }
379
+ get description() {
380
+ return $__namespace.utils.getText(1, this);
381
+ }
382
+ set description(value) {
383
+ $__namespace.utils.setText(1, value, this);
384
+ }
385
+ get collection() {
386
+ return $__namespace.utils.getText(2, this);
387
+ }
388
+ set collection(value) {
389
+ $__namespace.utils.setText(2, value, this);
390
+ }
391
+ get database() {
392
+ return $__namespace.utils.getText(3, this);
393
+ }
394
+ set database(value) {
395
+ $__namespace.utils.setText(3, value, this);
396
+ }
397
+ get singleTableInheritance() {
398
+ return $__namespace.utils.getBit(0, this);
399
+ }
400
+ set singleTableInheritance(value) {
401
+ $__namespace.utils.setBit(0, value, this);
402
+ }
403
+ _adoptIndexes(value) {
404
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
405
+ }
406
+ _disownIndexes() {
407
+ return $__namespace.utils.disown(this.indexes);
408
+ }
409
+ get indexes() {
410
+ return $__namespace.utils.getList(4, _EntityOptions._Indexes, this);
411
+ }
412
+ _hasIndexes() {
413
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
414
+ }
415
+ _initIndexes(length) {
416
+ return $__namespace.utils.initList(4, _EntityOptions._Indexes, length, this);
417
+ }
418
+ set indexes(value) {
419
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
420
+ }
421
+ toString() {
422
+ return "EntityOptions_" + super.toString();
423
+ }
424
+ };
425
+ var SerializedTypeObjectLiteral = class _SerializedTypeObjectLiteral extends $__namespace.Struct {
426
+ static {
427
+ __name(this, "SerializedTypeObjectLiteral");
428
+ }
429
+ static _capnp = {
430
+ displayName: "SerializedTypeObjectLiteral",
431
+ id: "8b56235ad9bcb2b1",
432
+ size: new $__namespace.ObjectSize(8, 6)
433
+ };
434
+ static _TypeArguments;
435
+ static _Decorators;
436
+ static _Types;
437
+ get typeName() {
438
+ return $__namespace.utils.getText(0, this);
439
+ }
440
+ set typeName(value) {
441
+ $__namespace.utils.setText(0, value, this);
442
+ }
443
+ _adoptTypeArguments(value) {
444
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
445
+ }
446
+ _disownTypeArguments() {
447
+ return $__namespace.utils.disown(this.typeArguments);
448
+ }
449
+ get typeArguments() {
450
+ return $__namespace.utils.getList(1, _SerializedTypeObjectLiteral._TypeArguments, this);
451
+ }
452
+ _hasTypeArguments() {
453
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
454
+ }
455
+ _initTypeArguments(length) {
456
+ return $__namespace.utils.initList(1, _SerializedTypeObjectLiteral._TypeArguments, length, this);
457
+ }
458
+ set typeArguments(value) {
459
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
460
+ }
461
+ _adoptIndexAccessOrigin(value) {
462
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
463
+ }
464
+ _disownIndexAccessOrigin() {
465
+ return $__namespace.utils.disown(this.indexAccessOrigin);
466
+ }
467
+ get indexAccessOrigin() {
468
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
469
+ }
470
+ _hasIndexAccessOrigin() {
471
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
472
+ }
473
+ _initIndexAccessOrigin() {
474
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
475
+ }
476
+ set indexAccessOrigin(value) {
477
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
478
+ }
479
+ _adoptDecorators(value) {
480
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
481
+ }
482
+ _disownDecorators() {
483
+ return $__namespace.utils.disown(this.decorators);
484
+ }
485
+ get decorators() {
486
+ return $__namespace.utils.getList(3, _SerializedTypeObjectLiteral._Decorators, this);
487
+ }
488
+ _hasDecorators() {
489
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
490
+ }
491
+ _initDecorators(length) {
492
+ return $__namespace.utils.initList(3, _SerializedTypeObjectLiteral._Decorators, length, this);
493
+ }
494
+ set decorators(value) {
495
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
496
+ }
497
+ get kind() {
498
+ return $__namespace.utils.getUint16(0, this);
499
+ }
500
+ set kind(value) {
501
+ $__namespace.utils.setUint16(0, value, this);
502
+ }
503
+ _adoptTypes(value) {
504
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
505
+ }
506
+ _disownTypes() {
507
+ return $__namespace.utils.disown(this.types);
508
+ }
509
+ get types() {
510
+ return $__namespace.utils.getList(4, _SerializedTypeObjectLiteral._Types, this);
511
+ }
512
+ _hasTypes() {
513
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
514
+ }
515
+ _initTypes(length) {
516
+ return $__namespace.utils.initList(4, _SerializedTypeObjectLiteral._Types, length, this);
517
+ }
518
+ set types(value) {
519
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
520
+ }
521
+ _adoptTags(value) {
522
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(5, this));
523
+ }
524
+ _disownTags() {
525
+ return $__namespace.utils.disown(this.tags);
526
+ }
527
+ get tags() {
528
+ return $__namespace.utils.getStruct(5, TagsReflection, this);
529
+ }
530
+ _hasTags() {
531
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(5, this));
532
+ }
533
+ _initTags() {
534
+ return $__namespace.utils.initStructAt(5, TagsReflection, this);
535
+ }
536
+ set tags(value) {
537
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(5, this));
538
+ }
539
+ toString() {
540
+ return "SerializedTypeObjectLiteral_" + super.toString();
541
+ }
542
+ };
543
+ var SerializedTypeClassType = class _SerializedTypeClassType extends $__namespace.Struct {
544
+ static {
545
+ __name(this, "SerializedTypeClassType");
546
+ }
547
+ static _capnp = {
548
+ displayName: "SerializedTypeClassType",
549
+ id: "9855392bf9c48b25",
550
+ size: new $__namespace.ObjectSize(8, 11)
551
+ };
552
+ static _TypeArguments;
553
+ static _Decorators;
554
+ static _ExtendsArguments;
555
+ static _Arguments;
556
+ static _Types;
557
+ get typeName() {
558
+ return $__namespace.utils.getText(0, this);
559
+ }
560
+ set typeName(value) {
561
+ $__namespace.utils.setText(0, value, this);
562
+ }
563
+ _adoptTypeArguments(value) {
564
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
565
+ }
566
+ _disownTypeArguments() {
567
+ return $__namespace.utils.disown(this.typeArguments);
568
+ }
569
+ get typeArguments() {
570
+ return $__namespace.utils.getList(1, _SerializedTypeClassType._TypeArguments, this);
571
+ }
572
+ _hasTypeArguments() {
573
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
574
+ }
575
+ _initTypeArguments(length) {
576
+ return $__namespace.utils.initList(1, _SerializedTypeClassType._TypeArguments, length, this);
577
+ }
578
+ set typeArguments(value) {
579
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
580
+ }
581
+ _adoptIndexAccessOrigin(value) {
582
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
583
+ }
584
+ _disownIndexAccessOrigin() {
585
+ return $__namespace.utils.disown(this.indexAccessOrigin);
586
+ }
587
+ get indexAccessOrigin() {
588
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
589
+ }
590
+ _hasIndexAccessOrigin() {
591
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
592
+ }
593
+ _initIndexAccessOrigin() {
594
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
595
+ }
596
+ set indexAccessOrigin(value) {
597
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
598
+ }
599
+ _adoptDecorators(value) {
600
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
601
+ }
602
+ _disownDecorators() {
603
+ return $__namespace.utils.disown(this.decorators);
604
+ }
605
+ get decorators() {
606
+ return $__namespace.utils.getList(3, _SerializedTypeClassType._Decorators, this);
607
+ }
608
+ _hasDecorators() {
609
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
610
+ }
611
+ _initDecorators(length) {
612
+ return $__namespace.utils.initList(3, _SerializedTypeClassType._Decorators, length, this);
613
+ }
614
+ set decorators(value) {
615
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
616
+ }
617
+ get kind() {
618
+ return $__namespace.utils.getUint16(0, this);
619
+ }
620
+ set kind(value) {
621
+ $__namespace.utils.setUint16(0, value, this);
622
+ }
623
+ get name() {
624
+ return $__namespace.utils.getText(4, this);
625
+ }
626
+ set name(value) {
627
+ $__namespace.utils.setText(4, value, this);
628
+ }
629
+ get globalObject() {
630
+ return $__namespace.utils.getBit(16, this);
631
+ }
632
+ set globalObject(value) {
633
+ $__namespace.utils.setBit(16, value, this);
634
+ }
635
+ get classType() {
636
+ return $__namespace.utils.getText(5, this);
637
+ }
638
+ set classType(value) {
639
+ $__namespace.utils.setText(5, value, this);
640
+ }
641
+ _adoptExtendsArguments(value) {
642
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(6, this));
643
+ }
644
+ _disownExtendsArguments() {
645
+ return $__namespace.utils.disown(this.extendsArguments);
646
+ }
647
+ get extendsArguments() {
648
+ return $__namespace.utils.getList(6, _SerializedTypeClassType._ExtendsArguments, this);
649
+ }
650
+ _hasExtendsArguments() {
651
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(6, this));
652
+ }
653
+ _initExtendsArguments(length) {
654
+ return $__namespace.utils.initList(6, _SerializedTypeClassType._ExtendsArguments, length, this);
655
+ }
656
+ set extendsArguments(value) {
657
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(6, this));
658
+ }
659
+ _adoptArguments(value) {
660
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(7, this));
661
+ }
662
+ _disownArguments() {
663
+ return $__namespace.utils.disown(this.arguments);
664
+ }
665
+ get arguments() {
666
+ return $__namespace.utils.getList(7, _SerializedTypeClassType._Arguments, this);
667
+ }
668
+ _hasArguments() {
669
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(7, this));
670
+ }
671
+ _initArguments(length) {
672
+ return $__namespace.utils.initList(7, _SerializedTypeClassType._Arguments, length, this);
673
+ }
674
+ set arguments(value) {
675
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(7, this));
676
+ }
677
+ _adoptSuperClass(value) {
678
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(8, this));
679
+ }
680
+ _disownSuperClass() {
681
+ return $__namespace.utils.disown(this.superClass);
682
+ }
683
+ get superClass() {
684
+ return $__namespace.utils.getStruct(8, SerializedTypeReference, this);
685
+ }
686
+ _hasSuperClass() {
687
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(8, this));
688
+ }
689
+ _initSuperClass() {
690
+ return $__namespace.utils.initStructAt(8, SerializedTypeReference, this);
691
+ }
692
+ set superClass(value) {
693
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(8, this));
694
+ }
695
+ _adoptTypes(value) {
696
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(9, this));
697
+ }
698
+ _disownTypes() {
699
+ return $__namespace.utils.disown(this.types);
700
+ }
701
+ get types() {
702
+ return $__namespace.utils.getList(9, _SerializedTypeClassType._Types, this);
703
+ }
704
+ _hasTypes() {
705
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(9, this));
706
+ }
707
+ _initTypes(length) {
708
+ return $__namespace.utils.initList(9, _SerializedTypeClassType._Types, length, this);
709
+ }
710
+ set types(value) {
711
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(9, this));
712
+ }
713
+ _adoptTags(value) {
714
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(10, this));
715
+ }
716
+ _disownTags() {
717
+ return $__namespace.utils.disown(this.tags);
718
+ }
719
+ get tags() {
720
+ return $__namespace.utils.getStruct(10, TagsReflection, this);
721
+ }
722
+ _hasTags() {
723
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(10, this));
724
+ }
725
+ _initTags() {
726
+ return $__namespace.utils.initStructAt(10, TagsReflection, this);
727
+ }
728
+ set tags(value) {
729
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(10, this));
730
+ }
731
+ toString() {
732
+ return "SerializedTypeClassType_" + super.toString();
733
+ }
734
+ };
735
+ var SerializedTypeParameter = class _SerializedTypeParameter extends $__namespace.Struct {
736
+ static {
737
+ __name(this, "SerializedTypeParameter");
738
+ }
739
+ static _capnp = {
740
+ displayName: "SerializedTypeParameter",
741
+ id: "fcbaa08bb97b8b1a",
742
+ size: new $__namespace.ObjectSize(8, 8)
743
+ };
744
+ static _TypeArguments;
745
+ static _Decorators;
746
+ get typeName() {
747
+ return $__namespace.utils.getText(0, this);
748
+ }
749
+ set typeName(value) {
750
+ $__namespace.utils.setText(0, value, this);
751
+ }
752
+ _adoptTypeArguments(value) {
753
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
754
+ }
755
+ _disownTypeArguments() {
756
+ return $__namespace.utils.disown(this.typeArguments);
757
+ }
758
+ get typeArguments() {
759
+ return $__namespace.utils.getList(1, _SerializedTypeParameter._TypeArguments, this);
760
+ }
761
+ _hasTypeArguments() {
762
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
763
+ }
764
+ _initTypeArguments(length) {
765
+ return $__namespace.utils.initList(1, _SerializedTypeParameter._TypeArguments, length, this);
766
+ }
767
+ set typeArguments(value) {
768
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
769
+ }
770
+ _adoptIndexAccessOrigin(value) {
771
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
772
+ }
773
+ _disownIndexAccessOrigin() {
774
+ return $__namespace.utils.disown(this.indexAccessOrigin);
775
+ }
776
+ get indexAccessOrigin() {
777
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
778
+ }
779
+ _hasIndexAccessOrigin() {
780
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
781
+ }
782
+ _initIndexAccessOrigin() {
783
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
784
+ }
785
+ set indexAccessOrigin(value) {
786
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
787
+ }
788
+ _adoptDecorators(value) {
789
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
790
+ }
791
+ _disownDecorators() {
792
+ return $__namespace.utils.disown(this.decorators);
793
+ }
794
+ get decorators() {
795
+ return $__namespace.utils.getList(3, _SerializedTypeParameter._Decorators, this);
796
+ }
797
+ _hasDecorators() {
798
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
799
+ }
800
+ _initDecorators(length) {
801
+ return $__namespace.utils.initList(3, _SerializedTypeParameter._Decorators, length, this);
802
+ }
803
+ set decorators(value) {
804
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
805
+ }
806
+ get kind() {
807
+ return $__namespace.utils.getUint16(0, this);
808
+ }
809
+ set kind(value) {
810
+ $__namespace.utils.setUint16(0, value, this);
811
+ }
812
+ get name() {
813
+ return $__namespace.utils.getText(4, this);
814
+ }
815
+ set name(value) {
816
+ $__namespace.utils.setText(4, value, this);
817
+ }
818
+ _adoptType(value) {
819
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(5, this));
820
+ }
821
+ _disownType() {
822
+ return $__namespace.utils.disown(this.type);
823
+ }
824
+ get type() {
825
+ return $__namespace.utils.getStruct(5, SerializedTypeReference, this);
826
+ }
827
+ _hasType() {
828
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(5, this));
829
+ }
830
+ _initType() {
831
+ return $__namespace.utils.initStructAt(5, SerializedTypeReference, this);
832
+ }
833
+ set type(value) {
834
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(5, this));
835
+ }
836
+ get visibility() {
837
+ return $__namespace.utils.getUint16(2, this);
838
+ }
839
+ set visibility(value) {
840
+ $__namespace.utils.setUint16(2, value, this);
841
+ }
842
+ get readonly() {
843
+ return $__namespace.utils.getBit(32, this);
844
+ }
845
+ set readonly(value) {
846
+ $__namespace.utils.setBit(32, value, this);
847
+ }
848
+ get optional() {
849
+ return $__namespace.utils.getBit(33, this);
850
+ }
851
+ set optional(value) {
852
+ $__namespace.utils.setBit(33, value, this);
853
+ }
854
+ _adoptDefault(value) {
855
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(6, this));
856
+ }
857
+ _disownDefault() {
858
+ return $__namespace.utils.disown(this.default);
859
+ }
860
+ get default() {
861
+ return $__namespace.utils.getStruct(6, DefaultValueReflection, this);
862
+ }
863
+ _hasDefault() {
864
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(6, this));
865
+ }
866
+ _initDefault() {
867
+ return $__namespace.utils.initStructAt(6, DefaultValueReflection, this);
868
+ }
869
+ set default(value) {
870
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(6, this));
871
+ }
872
+ _adoptTags(value) {
873
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(7, this));
874
+ }
875
+ _disownTags() {
876
+ return $__namespace.utils.disown(this.tags);
877
+ }
878
+ get tags() {
879
+ return $__namespace.utils.getStruct(7, TagsReflection, this);
880
+ }
881
+ _hasTags() {
882
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(7, this));
883
+ }
884
+ _initTags() {
885
+ return $__namespace.utils.initStructAt(7, TagsReflection, this);
886
+ }
887
+ set tags(value) {
888
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(7, this));
889
+ }
890
+ toString() {
891
+ return "SerializedTypeParameter_" + super.toString();
892
+ }
893
+ };
894
+ var SerializedTypeMethod = class _SerializedTypeMethod extends $__namespace.Struct {
895
+ static {
896
+ __name(this, "SerializedTypeMethod");
897
+ }
898
+ static _capnp = {
899
+ displayName: "SerializedTypeMethod",
900
+ id: "8b5eff6d9ec2fb06",
901
+ size: new $__namespace.ObjectSize(8, 8)
902
+ };
903
+ static _TypeArguments;
904
+ static _Decorators;
905
+ static _Parameters;
906
+ get typeName() {
907
+ return $__namespace.utils.getText(0, this);
908
+ }
909
+ set typeName(value) {
910
+ $__namespace.utils.setText(0, value, this);
911
+ }
912
+ _adoptTypeArguments(value) {
913
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
914
+ }
915
+ _disownTypeArguments() {
916
+ return $__namespace.utils.disown(this.typeArguments);
917
+ }
918
+ get typeArguments() {
919
+ return $__namespace.utils.getList(1, _SerializedTypeMethod._TypeArguments, this);
920
+ }
921
+ _hasTypeArguments() {
922
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
923
+ }
924
+ _initTypeArguments(length) {
925
+ return $__namespace.utils.initList(1, _SerializedTypeMethod._TypeArguments, length, this);
926
+ }
927
+ set typeArguments(value) {
928
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
929
+ }
930
+ _adoptIndexAccessOrigin(value) {
931
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
932
+ }
933
+ _disownIndexAccessOrigin() {
934
+ return $__namespace.utils.disown(this.indexAccessOrigin);
935
+ }
936
+ get indexAccessOrigin() {
937
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
938
+ }
939
+ _hasIndexAccessOrigin() {
940
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
941
+ }
942
+ _initIndexAccessOrigin() {
943
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
944
+ }
945
+ set indexAccessOrigin(value) {
946
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
947
+ }
948
+ _adoptDecorators(value) {
949
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
950
+ }
951
+ _disownDecorators() {
952
+ return $__namespace.utils.disown(this.decorators);
953
+ }
954
+ get decorators() {
955
+ return $__namespace.utils.getList(3, _SerializedTypeMethod._Decorators, this);
956
+ }
957
+ _hasDecorators() {
958
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
959
+ }
960
+ _initDecorators(length) {
961
+ return $__namespace.utils.initList(3, _SerializedTypeMethod._Decorators, length, this);
962
+ }
963
+ set decorators(value) {
964
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
965
+ }
966
+ get visibility() {
967
+ return $__namespace.utils.getUint16(0, this);
968
+ }
969
+ set visibility(value) {
970
+ $__namespace.utils.setUint16(0, value, this);
971
+ }
972
+ get abstract() {
973
+ return $__namespace.utils.getBit(16, this);
974
+ }
975
+ set abstract(value) {
976
+ $__namespace.utils.setBit(16, value, this);
977
+ }
978
+ get optional() {
979
+ return $__namespace.utils.getBit(17, this);
980
+ }
981
+ set optional(value) {
982
+ $__namespace.utils.setBit(17, value, this);
983
+ }
984
+ get readonly() {
985
+ return $__namespace.utils.getBit(18, this);
986
+ }
987
+ set readonly(value) {
988
+ $__namespace.utils.setBit(18, value, this);
989
+ }
990
+ _adoptTags(value) {
991
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
992
+ }
993
+ _disownTags() {
994
+ return $__namespace.utils.disown(this.tags);
995
+ }
996
+ get tags() {
997
+ return $__namespace.utils.getStruct(4, TagsReflection, this);
998
+ }
999
+ _hasTags() {
1000
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
1001
+ }
1002
+ _initTags() {
1003
+ return $__namespace.utils.initStructAt(4, TagsReflection, this);
1004
+ }
1005
+ set tags(value) {
1006
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
1007
+ }
1008
+ get kind() {
1009
+ return $__namespace.utils.getUint16(4, this);
1010
+ }
1011
+ set kind(value) {
1012
+ $__namespace.utils.setUint16(4, value, this);
1013
+ }
1014
+ get name() {
1015
+ return $__namespace.utils.getText(5, this);
1016
+ }
1017
+ set name(value) {
1018
+ $__namespace.utils.setText(5, value, this);
1019
+ }
1020
+ _adoptParameters(value) {
1021
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(6, this));
1022
+ }
1023
+ _disownParameters() {
1024
+ return $__namespace.utils.disown(this.parameters);
1025
+ }
1026
+ get parameters() {
1027
+ return $__namespace.utils.getList(6, _SerializedTypeMethod._Parameters, this);
1028
+ }
1029
+ _hasParameters() {
1030
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(6, this));
1031
+ }
1032
+ _initParameters(length) {
1033
+ return $__namespace.utils.initList(6, _SerializedTypeMethod._Parameters, length, this);
1034
+ }
1035
+ set parameters(value) {
1036
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(6, this));
1037
+ }
1038
+ _adoptReturn(value) {
1039
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(7, this));
1040
+ }
1041
+ _disownReturn() {
1042
+ return $__namespace.utils.disown(this.return);
1043
+ }
1044
+ get return() {
1045
+ return $__namespace.utils.getStruct(7, SerializedTypeReference, this);
1046
+ }
1047
+ _hasReturn() {
1048
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(7, this));
1049
+ }
1050
+ _initReturn() {
1051
+ return $__namespace.utils.initStructAt(7, SerializedTypeReference, this);
1052
+ }
1053
+ set return(value) {
1054
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(7, this));
1055
+ }
1056
+ toString() {
1057
+ return "SerializedTypeMethod_" + super.toString();
1058
+ }
1059
+ };
1060
+ var SerializedTypeProperty = class _SerializedTypeProperty extends $__namespace.Struct {
1061
+ static {
1062
+ __name(this, "SerializedTypeProperty");
1063
+ }
1064
+ static _capnp = {
1065
+ displayName: "SerializedTypeProperty",
1066
+ id: "91d9dbea2037f78b",
1067
+ size: new $__namespace.ObjectSize(8, 9)
1068
+ };
1069
+ static _TypeArguments;
1070
+ static _Decorators;
1071
+ get typeName() {
1072
+ return $__namespace.utils.getText(0, this);
1073
+ }
1074
+ set typeName(value) {
1075
+ $__namespace.utils.setText(0, value, this);
1076
+ }
1077
+ _adoptTypeArguments(value) {
1078
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
1079
+ }
1080
+ _disownTypeArguments() {
1081
+ return $__namespace.utils.disown(this.typeArguments);
1082
+ }
1083
+ get typeArguments() {
1084
+ return $__namespace.utils.getList(1, _SerializedTypeProperty._TypeArguments, this);
1085
+ }
1086
+ _hasTypeArguments() {
1087
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
1088
+ }
1089
+ _initTypeArguments(length) {
1090
+ return $__namespace.utils.initList(1, _SerializedTypeProperty._TypeArguments, length, this);
1091
+ }
1092
+ set typeArguments(value) {
1093
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
1094
+ }
1095
+ _adoptIndexAccessOrigin(value) {
1096
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
1097
+ }
1098
+ _disownIndexAccessOrigin() {
1099
+ return $__namespace.utils.disown(this.indexAccessOrigin);
1100
+ }
1101
+ get indexAccessOrigin() {
1102
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
1103
+ }
1104
+ _hasIndexAccessOrigin() {
1105
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
1106
+ }
1107
+ _initIndexAccessOrigin() {
1108
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
1109
+ }
1110
+ set indexAccessOrigin(value) {
1111
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
1112
+ }
1113
+ _adoptDecorators(value) {
1114
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
1115
+ }
1116
+ _disownDecorators() {
1117
+ return $__namespace.utils.disown(this.decorators);
1118
+ }
1119
+ get decorators() {
1120
+ return $__namespace.utils.getList(3, _SerializedTypeProperty._Decorators, this);
1121
+ }
1122
+ _hasDecorators() {
1123
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
1124
+ }
1125
+ _initDecorators(length) {
1126
+ return $__namespace.utils.initList(3, _SerializedTypeProperty._Decorators, length, this);
1127
+ }
1128
+ set decorators(value) {
1129
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
1130
+ }
1131
+ get visibility() {
1132
+ return $__namespace.utils.getUint16(0, this);
1133
+ }
1134
+ set visibility(value) {
1135
+ $__namespace.utils.setUint16(0, value, this);
1136
+ }
1137
+ get abstract() {
1138
+ return $__namespace.utils.getBit(16, this);
1139
+ }
1140
+ set abstract(value) {
1141
+ $__namespace.utils.setBit(16, value, this);
1142
+ }
1143
+ get optional() {
1144
+ return $__namespace.utils.getBit(17, this);
1145
+ }
1146
+ set optional(value) {
1147
+ $__namespace.utils.setBit(17, value, this);
1148
+ }
1149
+ get readonly() {
1150
+ return $__namespace.utils.getBit(18, this);
1151
+ }
1152
+ set readonly(value) {
1153
+ $__namespace.utils.setBit(18, value, this);
1154
+ }
1155
+ _adoptTags(value) {
1156
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
1157
+ }
1158
+ _disownTags() {
1159
+ return $__namespace.utils.disown(this.tags);
1160
+ }
1161
+ get tags() {
1162
+ return $__namespace.utils.getStruct(4, TagsReflection, this);
1163
+ }
1164
+ _hasTags() {
1165
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
1166
+ }
1167
+ _initTags() {
1168
+ return $__namespace.utils.initStructAt(4, TagsReflection, this);
1169
+ }
1170
+ set tags(value) {
1171
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
1172
+ }
1173
+ get kind() {
1174
+ return $__namespace.utils.getUint16(4, this);
1175
+ }
1176
+ set kind(value) {
1177
+ $__namespace.utils.setUint16(4, value, this);
1178
+ }
1179
+ get name() {
1180
+ return $__namespace.utils.getText(5, this);
1181
+ }
1182
+ set name(value) {
1183
+ $__namespace.utils.setText(5, value, this);
1184
+ }
1185
+ get description() {
1186
+ return $__namespace.utils.getText(6, this);
1187
+ }
1188
+ set description(value) {
1189
+ $__namespace.utils.setText(6, value, this);
1190
+ }
1191
+ _adoptType(value) {
1192
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(7, this));
1193
+ }
1194
+ _disownType() {
1195
+ return $__namespace.utils.disown(this.type);
1196
+ }
1197
+ get type() {
1198
+ return $__namespace.utils.getStruct(7, SerializedTypeReference, this);
1199
+ }
1200
+ _hasType() {
1201
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(7, this));
1202
+ }
1203
+ _initType() {
1204
+ return $__namespace.utils.initStructAt(7, SerializedTypeReference, this);
1205
+ }
1206
+ set type(value) {
1207
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(7, this));
1208
+ }
1209
+ _adoptDefault(value) {
1210
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(8, this));
1211
+ }
1212
+ _disownDefault() {
1213
+ return $__namespace.utils.disown(this.default);
1214
+ }
1215
+ get default() {
1216
+ return $__namespace.utils.getStruct(8, DefaultValueReflection, this);
1217
+ }
1218
+ _hasDefault() {
1219
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(8, this));
1220
+ }
1221
+ _initDefault() {
1222
+ return $__namespace.utils.initStructAt(8, DefaultValueReflection, this);
1223
+ }
1224
+ set default(value) {
1225
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(8, this));
1226
+ }
1227
+ toString() {
1228
+ return "SerializedTypeProperty_" + super.toString();
1229
+ }
1230
+ };
1231
+ var SerializedTypeFunction = class _SerializedTypeFunction extends $__namespace.Struct {
1232
+ static {
1233
+ __name(this, "SerializedTypeFunction");
1234
+ }
1235
+ static _capnp = {
1236
+ displayName: "SerializedTypeFunction",
1237
+ id: "9130bccd82dfcfd4",
1238
+ size: new $__namespace.ObjectSize(8, 8)
1239
+ };
1240
+ static _TypeArguments;
1241
+ static _Decorators;
1242
+ static _Parameters;
1243
+ get typeName() {
1244
+ return $__namespace.utils.getText(0, this);
1245
+ }
1246
+ set typeName(value) {
1247
+ $__namespace.utils.setText(0, value, this);
1248
+ }
1249
+ _adoptTypeArguments(value) {
1250
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
1251
+ }
1252
+ _disownTypeArguments() {
1253
+ return $__namespace.utils.disown(this.typeArguments);
1254
+ }
1255
+ get typeArguments() {
1256
+ return $__namespace.utils.getList(1, _SerializedTypeFunction._TypeArguments, this);
1257
+ }
1258
+ _hasTypeArguments() {
1259
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
1260
+ }
1261
+ _initTypeArguments(length) {
1262
+ return $__namespace.utils.initList(1, _SerializedTypeFunction._TypeArguments, length, this);
1263
+ }
1264
+ set typeArguments(value) {
1265
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
1266
+ }
1267
+ _adoptIndexAccessOrigin(value) {
1268
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
1269
+ }
1270
+ _disownIndexAccessOrigin() {
1271
+ return $__namespace.utils.disown(this.indexAccessOrigin);
1272
+ }
1273
+ get indexAccessOrigin() {
1274
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
1275
+ }
1276
+ _hasIndexAccessOrigin() {
1277
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
1278
+ }
1279
+ _initIndexAccessOrigin() {
1280
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
1281
+ }
1282
+ set indexAccessOrigin(value) {
1283
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
1284
+ }
1285
+ _adoptDecorators(value) {
1286
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
1287
+ }
1288
+ _disownDecorators() {
1289
+ return $__namespace.utils.disown(this.decorators);
1290
+ }
1291
+ get decorators() {
1292
+ return $__namespace.utils.getList(3, _SerializedTypeFunction._Decorators, this);
1293
+ }
1294
+ _hasDecorators() {
1295
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
1296
+ }
1297
+ _initDecorators(length) {
1298
+ return $__namespace.utils.initList(3, _SerializedTypeFunction._Decorators, length, this);
1299
+ }
1300
+ set decorators(value) {
1301
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
1302
+ }
1303
+ get visibility() {
1304
+ return $__namespace.utils.getUint16(0, this);
1305
+ }
1306
+ set visibility(value) {
1307
+ $__namespace.utils.setUint16(0, value, this);
1308
+ }
1309
+ get abstract() {
1310
+ return $__namespace.utils.getBit(16, this);
1311
+ }
1312
+ set abstract(value) {
1313
+ $__namespace.utils.setBit(16, value, this);
1314
+ }
1315
+ get optional() {
1316
+ return $__namespace.utils.getBit(17, this);
1317
+ }
1318
+ set optional(value) {
1319
+ $__namespace.utils.setBit(17, value, this);
1320
+ }
1321
+ get readonly() {
1322
+ return $__namespace.utils.getBit(18, this);
1323
+ }
1324
+ set readonly(value) {
1325
+ $__namespace.utils.setBit(18, value, this);
1326
+ }
1327
+ _adoptTags(value) {
1328
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
1329
+ }
1330
+ _disownTags() {
1331
+ return $__namespace.utils.disown(this.tags);
1332
+ }
1333
+ get tags() {
1334
+ return $__namespace.utils.getStruct(4, TagsReflection, this);
1335
+ }
1336
+ _hasTags() {
1337
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
1338
+ }
1339
+ _initTags() {
1340
+ return $__namespace.utils.initStructAt(4, TagsReflection, this);
1341
+ }
1342
+ set tags(value) {
1343
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
1344
+ }
1345
+ get kind() {
1346
+ return $__namespace.utils.getUint16(4, this);
1347
+ }
1348
+ set kind(value) {
1349
+ $__namespace.utils.setUint16(4, value, this);
1350
+ }
1351
+ get name() {
1352
+ return $__namespace.utils.getText(5, this);
1353
+ }
1354
+ set name(value) {
1355
+ $__namespace.utils.setText(5, value, this);
1356
+ }
1357
+ _adoptParameters(value) {
1358
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(6, this));
1359
+ }
1360
+ _disownParameters() {
1361
+ return $__namespace.utils.disown(this.parameters);
1362
+ }
1363
+ get parameters() {
1364
+ return $__namespace.utils.getList(6, _SerializedTypeFunction._Parameters, this);
1365
+ }
1366
+ _hasParameters() {
1367
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(6, this));
1368
+ }
1369
+ _initParameters(length) {
1370
+ return $__namespace.utils.initList(6, _SerializedTypeFunction._Parameters, length, this);
1371
+ }
1372
+ set parameters(value) {
1373
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(6, this));
1374
+ }
1375
+ _adoptReturn(value) {
1376
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(7, this));
1377
+ }
1378
+ _disownReturn() {
1379
+ return $__namespace.utils.disown(this.return);
1380
+ }
1381
+ get return() {
1382
+ return $__namespace.utils.getStruct(7, SerializedTypeReference, this);
1383
+ }
1384
+ _hasReturn() {
1385
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(7, this));
1386
+ }
1387
+ _initReturn() {
1388
+ return $__namespace.utils.initStructAt(7, SerializedTypeReference, this);
1389
+ }
1390
+ set return(value) {
1391
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(7, this));
1392
+ }
1393
+ toString() {
1394
+ return "SerializedTypeFunction_" + super.toString();
1395
+ }
1396
+ };
1397
+ var SerializedTypePromise = class _SerializedTypePromise extends $__namespace.Struct {
1398
+ static {
1399
+ __name(this, "SerializedTypePromise");
1400
+ }
1401
+ static _capnp = {
1402
+ displayName: "SerializedTypePromise",
1403
+ id: "e9b0cbe936a42398",
1404
+ size: new $__namespace.ObjectSize(8, 4)
1405
+ };
1406
+ static _TypeArguments;
1407
+ static _Decorators;
1408
+ get typeName() {
1409
+ return $__namespace.utils.getText(0, this);
1410
+ }
1411
+ set typeName(value) {
1412
+ $__namespace.utils.setText(0, value, this);
1413
+ }
1414
+ _adoptTypeArguments(value) {
1415
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
1416
+ }
1417
+ _disownTypeArguments() {
1418
+ return $__namespace.utils.disown(this.typeArguments);
1419
+ }
1420
+ get typeArguments() {
1421
+ return $__namespace.utils.getList(1, _SerializedTypePromise._TypeArguments, this);
1422
+ }
1423
+ _hasTypeArguments() {
1424
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
1425
+ }
1426
+ _initTypeArguments(length) {
1427
+ return $__namespace.utils.initList(1, _SerializedTypePromise._TypeArguments, length, this);
1428
+ }
1429
+ set typeArguments(value) {
1430
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
1431
+ }
1432
+ _adoptIndexAccessOrigin(value) {
1433
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
1434
+ }
1435
+ _disownIndexAccessOrigin() {
1436
+ return $__namespace.utils.disown(this.indexAccessOrigin);
1437
+ }
1438
+ get indexAccessOrigin() {
1439
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
1440
+ }
1441
+ _hasIndexAccessOrigin() {
1442
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
1443
+ }
1444
+ _initIndexAccessOrigin() {
1445
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
1446
+ }
1447
+ set indexAccessOrigin(value) {
1448
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
1449
+ }
1450
+ _adoptDecorators(value) {
1451
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
1452
+ }
1453
+ _disownDecorators() {
1454
+ return $__namespace.utils.disown(this.decorators);
1455
+ }
1456
+ get decorators() {
1457
+ return $__namespace.utils.getList(3, _SerializedTypePromise._Decorators, this);
1458
+ }
1459
+ _hasDecorators() {
1460
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
1461
+ }
1462
+ _initDecorators(length) {
1463
+ return $__namespace.utils.initList(3, _SerializedTypePromise._Decorators, length, this);
1464
+ }
1465
+ set decorators(value) {
1466
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
1467
+ }
1468
+ get visibility() {
1469
+ return $__namespace.utils.getUint16(0, this);
1470
+ }
1471
+ set visibility(value) {
1472
+ $__namespace.utils.setUint16(0, value, this);
1473
+ }
1474
+ get abstract() {
1475
+ return $__namespace.utils.getBit(16, this);
1476
+ }
1477
+ set abstract(value) {
1478
+ $__namespace.utils.setBit(16, value, this);
1479
+ }
1480
+ toString() {
1481
+ return "SerializedTypePromise_" + super.toString();
1482
+ }
1483
+ };
1484
+ var SerializedTypeEnumEntry = class extends $__namespace.Struct {
1485
+ static {
1486
+ __name(this, "SerializedTypeEnumEntry");
1487
+ }
1488
+ static _capnp = {
1489
+ displayName: "SerializedTypeEnumEntry",
1490
+ id: "d5bcb8b7c49ba556",
1491
+ size: new $__namespace.ObjectSize(0, 2)
1492
+ };
1493
+ get name() {
1494
+ return $__namespace.utils.getText(0, this);
1495
+ }
1496
+ set name(value) {
1497
+ $__namespace.utils.setText(0, value, this);
1498
+ }
1499
+ get value() {
1500
+ return $__namespace.utils.getText(1, this);
1501
+ }
1502
+ set value(value) {
1503
+ $__namespace.utils.setText(1, value, this);
1504
+ }
1505
+ toString() {
1506
+ return "SerializedTypeEnumEntry_" + super.toString();
1507
+ }
1508
+ };
1509
+ var SerializedTypeEnum = class _SerializedTypeEnum extends $__namespace.Struct {
1510
+ static {
1511
+ __name(this, "SerializedTypeEnum");
1512
+ }
1513
+ static _capnp = {
1514
+ displayName: "SerializedTypeEnum",
1515
+ id: "d7d36f0ae79e3841",
1516
+ size: new $__namespace.ObjectSize(8, 8)
1517
+ };
1518
+ static _TypeArguments;
1519
+ static _Decorators;
1520
+ static _EnumEntries;
1521
+ get typeName() {
1522
+ return $__namespace.utils.getText(0, this);
1523
+ }
1524
+ set typeName(value) {
1525
+ $__namespace.utils.setText(0, value, this);
1526
+ }
1527
+ _adoptTypeArguments(value) {
1528
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
1529
+ }
1530
+ _disownTypeArguments() {
1531
+ return $__namespace.utils.disown(this.typeArguments);
1532
+ }
1533
+ get typeArguments() {
1534
+ return $__namespace.utils.getList(1, _SerializedTypeEnum._TypeArguments, this);
1535
+ }
1536
+ _hasTypeArguments() {
1537
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
1538
+ }
1539
+ _initTypeArguments(length) {
1540
+ return $__namespace.utils.initList(1, _SerializedTypeEnum._TypeArguments, length, this);
1541
+ }
1542
+ set typeArguments(value) {
1543
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
1544
+ }
1545
+ _adoptIndexAccessOrigin(value) {
1546
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
1547
+ }
1548
+ _disownIndexAccessOrigin() {
1549
+ return $__namespace.utils.disown(this.indexAccessOrigin);
1550
+ }
1551
+ get indexAccessOrigin() {
1552
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
1553
+ }
1554
+ _hasIndexAccessOrigin() {
1555
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
1556
+ }
1557
+ _initIndexAccessOrigin() {
1558
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
1559
+ }
1560
+ set indexAccessOrigin(value) {
1561
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
1562
+ }
1563
+ _adoptDecorators(value) {
1564
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
1565
+ }
1566
+ _disownDecorators() {
1567
+ return $__namespace.utils.disown(this.decorators);
1568
+ }
1569
+ get decorators() {
1570
+ return $__namespace.utils.getList(3, _SerializedTypeEnum._Decorators, this);
1571
+ }
1572
+ _hasDecorators() {
1573
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
1574
+ }
1575
+ _initDecorators(length) {
1576
+ return $__namespace.utils.initList(3, _SerializedTypeEnum._Decorators, length, this);
1577
+ }
1578
+ set decorators(value) {
1579
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
1580
+ }
1581
+ get kind() {
1582
+ return $__namespace.utils.getUint16(0, this);
1583
+ }
1584
+ set kind(value) {
1585
+ $__namespace.utils.setUint16(0, value, this);
1586
+ }
1587
+ _adoptEnumEntries(value) {
1588
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
1589
+ }
1590
+ _disownEnumEntries() {
1591
+ return $__namespace.utils.disown(this.enumEntries);
1592
+ }
1593
+ get enumEntries() {
1594
+ return $__namespace.utils.getList(4, _SerializedTypeEnum._EnumEntries, this);
1595
+ }
1596
+ _hasEnumEntries() {
1597
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
1598
+ }
1599
+ _initEnumEntries(length) {
1600
+ return $__namespace.utils.initList(4, _SerializedTypeEnum._EnumEntries, length, this);
1601
+ }
1602
+ set enumEntries(value) {
1603
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
1604
+ }
1605
+ _adoptValues(value) {
1606
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(5, this));
1607
+ }
1608
+ _disownValues() {
1609
+ return $__namespace.utils.disown(this.values);
1610
+ }
1611
+ get values() {
1612
+ return $__namespace.utils.getList(5, $__namespace.TextList, this);
1613
+ }
1614
+ _hasValues() {
1615
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(5, this));
1616
+ }
1617
+ _initValues(length) {
1618
+ return $__namespace.utils.initList(5, $__namespace.TextList, length, this);
1619
+ }
1620
+ set values(value) {
1621
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(5, this));
1622
+ }
1623
+ _adoptIndexType(value) {
1624
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(6, this));
1625
+ }
1626
+ _disownIndexType() {
1627
+ return $__namespace.utils.disown(this.indexType);
1628
+ }
1629
+ get indexType() {
1630
+ return $__namespace.utils.getStruct(6, SerializedTypeReference, this);
1631
+ }
1632
+ _hasIndexType() {
1633
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(6, this));
1634
+ }
1635
+ _initIndexType() {
1636
+ return $__namespace.utils.initStructAt(6, SerializedTypeReference, this);
1637
+ }
1638
+ set indexType(value) {
1639
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(6, this));
1640
+ }
1641
+ _adoptTags(value) {
1642
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(7, this));
1643
+ }
1644
+ _disownTags() {
1645
+ return $__namespace.utils.disown(this.tags);
1646
+ }
1647
+ get tags() {
1648
+ return $__namespace.utils.getStruct(7, TagsReflection, this);
1649
+ }
1650
+ _hasTags() {
1651
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(7, this));
1652
+ }
1653
+ _initTags() {
1654
+ return $__namespace.utils.initStructAt(7, TagsReflection, this);
1655
+ }
1656
+ set tags(value) {
1657
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(7, this));
1658
+ }
1659
+ toString() {
1660
+ return "SerializedTypeEnum_" + super.toString();
1661
+ }
1662
+ };
1663
+ var SerializedTypeUnion = class _SerializedTypeUnion extends $__namespace.Struct {
1664
+ static {
1665
+ __name(this, "SerializedTypeUnion");
1666
+ }
1667
+ static _capnp = {
1668
+ displayName: "SerializedTypeUnion",
1669
+ id: "a9ae4c95e41ff4ab",
1670
+ size: new $__namespace.ObjectSize(8, 5)
1671
+ };
1672
+ static _TypeArguments;
1673
+ static _Decorators;
1674
+ static _Types;
1675
+ get typeName() {
1676
+ return $__namespace.utils.getText(0, this);
1677
+ }
1678
+ set typeName(value) {
1679
+ $__namespace.utils.setText(0, value, this);
1680
+ }
1681
+ _adoptTypeArguments(value) {
1682
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
1683
+ }
1684
+ _disownTypeArguments() {
1685
+ return $__namespace.utils.disown(this.typeArguments);
1686
+ }
1687
+ get typeArguments() {
1688
+ return $__namespace.utils.getList(1, _SerializedTypeUnion._TypeArguments, this);
1689
+ }
1690
+ _hasTypeArguments() {
1691
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
1692
+ }
1693
+ _initTypeArguments(length) {
1694
+ return $__namespace.utils.initList(1, _SerializedTypeUnion._TypeArguments, length, this);
1695
+ }
1696
+ set typeArguments(value) {
1697
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
1698
+ }
1699
+ _adoptIndexAccessOrigin(value) {
1700
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
1701
+ }
1702
+ _disownIndexAccessOrigin() {
1703
+ return $__namespace.utils.disown(this.indexAccessOrigin);
1704
+ }
1705
+ get indexAccessOrigin() {
1706
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
1707
+ }
1708
+ _hasIndexAccessOrigin() {
1709
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
1710
+ }
1711
+ _initIndexAccessOrigin() {
1712
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
1713
+ }
1714
+ set indexAccessOrigin(value) {
1715
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
1716
+ }
1717
+ _adoptDecorators(value) {
1718
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
1719
+ }
1720
+ _disownDecorators() {
1721
+ return $__namespace.utils.disown(this.decorators);
1722
+ }
1723
+ get decorators() {
1724
+ return $__namespace.utils.getList(3, _SerializedTypeUnion._Decorators, this);
1725
+ }
1726
+ _hasDecorators() {
1727
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
1728
+ }
1729
+ _initDecorators(length) {
1730
+ return $__namespace.utils.initList(3, _SerializedTypeUnion._Decorators, length, this);
1731
+ }
1732
+ set decorators(value) {
1733
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
1734
+ }
1735
+ get kind() {
1736
+ return $__namespace.utils.getUint16(0, this);
1737
+ }
1738
+ set kind(value) {
1739
+ $__namespace.utils.setUint16(0, value, this);
1740
+ }
1741
+ _adoptTypes(value) {
1742
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
1743
+ }
1744
+ _disownTypes() {
1745
+ return $__namespace.utils.disown(this.types);
1746
+ }
1747
+ get types() {
1748
+ return $__namespace.utils.getList(4, _SerializedTypeUnion._Types, this);
1749
+ }
1750
+ _hasTypes() {
1751
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
1752
+ }
1753
+ _initTypes(length) {
1754
+ return $__namespace.utils.initList(4, _SerializedTypeUnion._Types, length, this);
1755
+ }
1756
+ set types(value) {
1757
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
1758
+ }
1759
+ toString() {
1760
+ return "SerializedTypeUnion_" + super.toString();
1761
+ }
1762
+ };
1763
+ var SerializedTypeIntersection = class _SerializedTypeIntersection extends $__namespace.Struct {
1764
+ static {
1765
+ __name(this, "SerializedTypeIntersection");
1766
+ }
1767
+ static _capnp = {
1768
+ displayName: "SerializedTypeIntersection",
1769
+ id: "9ae42bd17511c09b",
1770
+ size: new $__namespace.ObjectSize(8, 5)
1771
+ };
1772
+ static _TypeArguments;
1773
+ static _Decorators;
1774
+ static _Types;
1775
+ get typeName() {
1776
+ return $__namespace.utils.getText(0, this);
1777
+ }
1778
+ set typeName(value) {
1779
+ $__namespace.utils.setText(0, value, this);
1780
+ }
1781
+ _adoptTypeArguments(value) {
1782
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
1783
+ }
1784
+ _disownTypeArguments() {
1785
+ return $__namespace.utils.disown(this.typeArguments);
1786
+ }
1787
+ get typeArguments() {
1788
+ return $__namespace.utils.getList(1, _SerializedTypeIntersection._TypeArguments, this);
1789
+ }
1790
+ _hasTypeArguments() {
1791
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
1792
+ }
1793
+ _initTypeArguments(length) {
1794
+ return $__namespace.utils.initList(1, _SerializedTypeIntersection._TypeArguments, length, this);
1795
+ }
1796
+ set typeArguments(value) {
1797
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
1798
+ }
1799
+ _adoptIndexAccessOrigin(value) {
1800
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
1801
+ }
1802
+ _disownIndexAccessOrigin() {
1803
+ return $__namespace.utils.disown(this.indexAccessOrigin);
1804
+ }
1805
+ get indexAccessOrigin() {
1806
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
1807
+ }
1808
+ _hasIndexAccessOrigin() {
1809
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
1810
+ }
1811
+ _initIndexAccessOrigin() {
1812
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
1813
+ }
1814
+ set indexAccessOrigin(value) {
1815
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
1816
+ }
1817
+ _adoptDecorators(value) {
1818
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
1819
+ }
1820
+ _disownDecorators() {
1821
+ return $__namespace.utils.disown(this.decorators);
1822
+ }
1823
+ get decorators() {
1824
+ return $__namespace.utils.getList(3, _SerializedTypeIntersection._Decorators, this);
1825
+ }
1826
+ _hasDecorators() {
1827
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
1828
+ }
1829
+ _initDecorators(length) {
1830
+ return $__namespace.utils.initList(3, _SerializedTypeIntersection._Decorators, length, this);
1831
+ }
1832
+ set decorators(value) {
1833
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
1834
+ }
1835
+ get kind() {
1836
+ return $__namespace.utils.getUint16(0, this);
1837
+ }
1838
+ set kind(value) {
1839
+ $__namespace.utils.setUint16(0, value, this);
1840
+ }
1841
+ _adoptTypes(value) {
1842
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
1843
+ }
1844
+ _disownTypes() {
1845
+ return $__namespace.utils.disown(this.types);
1846
+ }
1847
+ get types() {
1848
+ return $__namespace.utils.getList(4, _SerializedTypeIntersection._Types, this);
1849
+ }
1850
+ _hasTypes() {
1851
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
1852
+ }
1853
+ _initTypes(length) {
1854
+ return $__namespace.utils.initList(4, _SerializedTypeIntersection._Types, length, this);
1855
+ }
1856
+ set types(value) {
1857
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
1858
+ }
1859
+ toString() {
1860
+ return "SerializedTypeIntersection_" + super.toString();
1861
+ }
1862
+ };
1863
+ var SerializedTypeArray = class _SerializedTypeArray extends $__namespace.Struct {
1864
+ static {
1865
+ __name(this, "SerializedTypeArray");
1866
+ }
1867
+ static _capnp = {
1868
+ displayName: "SerializedTypeArray",
1869
+ id: "97d1d75240151501",
1870
+ size: new $__namespace.ObjectSize(8, 6)
1871
+ };
1872
+ static _TypeArguments;
1873
+ static _Decorators;
1874
+ get typeName() {
1875
+ return $__namespace.utils.getText(0, this);
1876
+ }
1877
+ set typeName(value) {
1878
+ $__namespace.utils.setText(0, value, this);
1879
+ }
1880
+ _adoptTypeArguments(value) {
1881
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
1882
+ }
1883
+ _disownTypeArguments() {
1884
+ return $__namespace.utils.disown(this.typeArguments);
1885
+ }
1886
+ get typeArguments() {
1887
+ return $__namespace.utils.getList(1, _SerializedTypeArray._TypeArguments, this);
1888
+ }
1889
+ _hasTypeArguments() {
1890
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
1891
+ }
1892
+ _initTypeArguments(length) {
1893
+ return $__namespace.utils.initList(1, _SerializedTypeArray._TypeArguments, length, this);
1894
+ }
1895
+ set typeArguments(value) {
1896
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
1897
+ }
1898
+ _adoptIndexAccessOrigin(value) {
1899
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
1900
+ }
1901
+ _disownIndexAccessOrigin() {
1902
+ return $__namespace.utils.disown(this.indexAccessOrigin);
1903
+ }
1904
+ get indexAccessOrigin() {
1905
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
1906
+ }
1907
+ _hasIndexAccessOrigin() {
1908
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
1909
+ }
1910
+ _initIndexAccessOrigin() {
1911
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
1912
+ }
1913
+ set indexAccessOrigin(value) {
1914
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
1915
+ }
1916
+ _adoptDecorators(value) {
1917
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
1918
+ }
1919
+ _disownDecorators() {
1920
+ return $__namespace.utils.disown(this.decorators);
1921
+ }
1922
+ get decorators() {
1923
+ return $__namespace.utils.getList(3, _SerializedTypeArray._Decorators, this);
1924
+ }
1925
+ _hasDecorators() {
1926
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
1927
+ }
1928
+ _initDecorators(length) {
1929
+ return $__namespace.utils.initList(3, _SerializedTypeArray._Decorators, length, this);
1930
+ }
1931
+ set decorators(value) {
1932
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
1933
+ }
1934
+ get kind() {
1935
+ return $__namespace.utils.getUint16(0, this);
1936
+ }
1937
+ set kind(value) {
1938
+ $__namespace.utils.setUint16(0, value, this);
1939
+ }
1940
+ _adoptType(value) {
1941
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
1942
+ }
1943
+ _disownType() {
1944
+ return $__namespace.utils.disown(this.type);
1945
+ }
1946
+ get type() {
1947
+ return $__namespace.utils.getStruct(4, SerializedTypeReference, this);
1948
+ }
1949
+ _hasType() {
1950
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
1951
+ }
1952
+ _initType() {
1953
+ return $__namespace.utils.initStructAt(4, SerializedTypeReference, this);
1954
+ }
1955
+ set type(value) {
1956
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
1957
+ }
1958
+ _adoptTags(value) {
1959
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(5, this));
1960
+ }
1961
+ _disownTags() {
1962
+ return $__namespace.utils.disown(this.tags);
1963
+ }
1964
+ get tags() {
1965
+ return $__namespace.utils.getStruct(5, TagsReflection, this);
1966
+ }
1967
+ _hasTags() {
1968
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(5, this));
1969
+ }
1970
+ _initTags() {
1971
+ return $__namespace.utils.initStructAt(5, TagsReflection, this);
1972
+ }
1973
+ set tags(value) {
1974
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(5, this));
1975
+ }
1976
+ toString() {
1977
+ return "SerializedTypeArray_" + super.toString();
1978
+ }
1979
+ };
1980
+ var SerializedTypeIndexSignature = class _SerializedTypeIndexSignature extends $__namespace.Struct {
1981
+ static {
1982
+ __name(this, "SerializedTypeIndexSignature");
1983
+ }
1984
+ static _capnp = {
1985
+ displayName: "SerializedTypeIndexSignature",
1986
+ id: "93e335e2756821d8",
1987
+ size: new $__namespace.ObjectSize(8, 6)
1988
+ };
1989
+ static _TypeArguments;
1990
+ static _Decorators;
1991
+ get typeName() {
1992
+ return $__namespace.utils.getText(0, this);
1993
+ }
1994
+ set typeName(value) {
1995
+ $__namespace.utils.setText(0, value, this);
1996
+ }
1997
+ _adoptTypeArguments(value) {
1998
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
1999
+ }
2000
+ _disownTypeArguments() {
2001
+ return $__namespace.utils.disown(this.typeArguments);
2002
+ }
2003
+ get typeArguments() {
2004
+ return $__namespace.utils.getList(1, _SerializedTypeIndexSignature._TypeArguments, this);
2005
+ }
2006
+ _hasTypeArguments() {
2007
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
2008
+ }
2009
+ _initTypeArguments(length) {
2010
+ return $__namespace.utils.initList(1, _SerializedTypeIndexSignature._TypeArguments, length, this);
2011
+ }
2012
+ set typeArguments(value) {
2013
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
2014
+ }
2015
+ _adoptIndexAccessOrigin(value) {
2016
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
2017
+ }
2018
+ _disownIndexAccessOrigin() {
2019
+ return $__namespace.utils.disown(this.indexAccessOrigin);
2020
+ }
2021
+ get indexAccessOrigin() {
2022
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
2023
+ }
2024
+ _hasIndexAccessOrigin() {
2025
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
2026
+ }
2027
+ _initIndexAccessOrigin() {
2028
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
2029
+ }
2030
+ set indexAccessOrigin(value) {
2031
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
2032
+ }
2033
+ _adoptDecorators(value) {
2034
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
2035
+ }
2036
+ _disownDecorators() {
2037
+ return $__namespace.utils.disown(this.decorators);
2038
+ }
2039
+ get decorators() {
2040
+ return $__namespace.utils.getList(3, _SerializedTypeIndexSignature._Decorators, this);
2041
+ }
2042
+ _hasDecorators() {
2043
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
2044
+ }
2045
+ _initDecorators(length) {
2046
+ return $__namespace.utils.initList(3, _SerializedTypeIndexSignature._Decorators, length, this);
2047
+ }
2048
+ set decorators(value) {
2049
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
2050
+ }
2051
+ get kind() {
2052
+ return $__namespace.utils.getUint16(0, this);
2053
+ }
2054
+ set kind(value) {
2055
+ $__namespace.utils.setUint16(0, value, this);
2056
+ }
2057
+ _adoptIndex(value) {
2058
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
2059
+ }
2060
+ _disownIndex() {
2061
+ return $__namespace.utils.disown(this.index);
2062
+ }
2063
+ get index() {
2064
+ return $__namespace.utils.getStruct(4, SerializedTypeReference, this);
2065
+ }
2066
+ _hasIndex() {
2067
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
2068
+ }
2069
+ _initIndex() {
2070
+ return $__namespace.utils.initStructAt(4, SerializedTypeReference, this);
2071
+ }
2072
+ set index(value) {
2073
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
2074
+ }
2075
+ _adoptType(value) {
2076
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(5, this));
2077
+ }
2078
+ _disownType() {
2079
+ return $__namespace.utils.disown(this.type);
2080
+ }
2081
+ get type() {
2082
+ return $__namespace.utils.getStruct(5, SerializedTypeReference, this);
2083
+ }
2084
+ _hasType() {
2085
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(5, this));
2086
+ }
2087
+ _initType() {
2088
+ return $__namespace.utils.initStructAt(5, SerializedTypeReference, this);
2089
+ }
2090
+ set type(value) {
2091
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(5, this));
2092
+ }
2093
+ toString() {
2094
+ return "SerializedTypeIndexSignature_" + super.toString();
2095
+ }
2096
+ };
2097
+ var SerializedTypePropertySignature = class _SerializedTypePropertySignature extends $__namespace.Struct {
2098
+ static {
2099
+ __name(this, "SerializedTypePropertySignature");
2100
+ }
2101
+ static _capnp = {
2102
+ displayName: "SerializedTypePropertySignature",
2103
+ id: "9bc1cebd2ca1569a",
2104
+ size: new $__namespace.ObjectSize(8, 9)
2105
+ };
2106
+ static _TypeArguments;
2107
+ static _Decorators;
2108
+ get typeName() {
2109
+ return $__namespace.utils.getText(0, this);
2110
+ }
2111
+ set typeName(value) {
2112
+ $__namespace.utils.setText(0, value, this);
2113
+ }
2114
+ _adoptTypeArguments(value) {
2115
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
2116
+ }
2117
+ _disownTypeArguments() {
2118
+ return $__namespace.utils.disown(this.typeArguments);
2119
+ }
2120
+ get typeArguments() {
2121
+ return $__namespace.utils.getList(1, _SerializedTypePropertySignature._TypeArguments, this);
2122
+ }
2123
+ _hasTypeArguments() {
2124
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
2125
+ }
2126
+ _initTypeArguments(length) {
2127
+ return $__namespace.utils.initList(1, _SerializedTypePropertySignature._TypeArguments, length, this);
2128
+ }
2129
+ set typeArguments(value) {
2130
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
2131
+ }
2132
+ _adoptIndexAccessOrigin(value) {
2133
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
2134
+ }
2135
+ _disownIndexAccessOrigin() {
2136
+ return $__namespace.utils.disown(this.indexAccessOrigin);
2137
+ }
2138
+ get indexAccessOrigin() {
2139
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
2140
+ }
2141
+ _hasIndexAccessOrigin() {
2142
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
2143
+ }
2144
+ _initIndexAccessOrigin() {
2145
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
2146
+ }
2147
+ set indexAccessOrigin(value) {
2148
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
2149
+ }
2150
+ _adoptDecorators(value) {
2151
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
2152
+ }
2153
+ _disownDecorators() {
2154
+ return $__namespace.utils.disown(this.decorators);
2155
+ }
2156
+ get decorators() {
2157
+ return $__namespace.utils.getList(3, _SerializedTypePropertySignature._Decorators, this);
2158
+ }
2159
+ _hasDecorators() {
2160
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
2161
+ }
2162
+ _initDecorators(length) {
2163
+ return $__namespace.utils.initList(3, _SerializedTypePropertySignature._Decorators, length, this);
2164
+ }
2165
+ set decorators(value) {
2166
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
2167
+ }
2168
+ get kind() {
2169
+ return $__namespace.utils.getUint16(0, this);
2170
+ }
2171
+ set kind(value) {
2172
+ $__namespace.utils.setUint16(0, value, this);
2173
+ }
2174
+ get name() {
2175
+ return $__namespace.utils.getText(4, this);
2176
+ }
2177
+ set name(value) {
2178
+ $__namespace.utils.setText(4, value, this);
2179
+ }
2180
+ get optional() {
2181
+ return $__namespace.utils.getBit(16, this);
2182
+ }
2183
+ set optional(value) {
2184
+ $__namespace.utils.setBit(16, value, this);
2185
+ }
2186
+ get readonly() {
2187
+ return $__namespace.utils.getBit(17, this);
2188
+ }
2189
+ set readonly(value) {
2190
+ $__namespace.utils.setBit(17, value, this);
2191
+ }
2192
+ get description() {
2193
+ return $__namespace.utils.getText(5, this);
2194
+ }
2195
+ set description(value) {
2196
+ $__namespace.utils.setText(5, value, this);
2197
+ }
2198
+ _adoptDefault(value) {
2199
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(6, this));
2200
+ }
2201
+ _disownDefault() {
2202
+ return $__namespace.utils.disown(this.default);
2203
+ }
2204
+ get default() {
2205
+ return $__namespace.utils.getStruct(6, DefaultValueReflection, this);
2206
+ }
2207
+ _hasDefault() {
2208
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(6, this));
2209
+ }
2210
+ _initDefault() {
2211
+ return $__namespace.utils.initStructAt(6, DefaultValueReflection, this);
2212
+ }
2213
+ set default(value) {
2214
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(6, this));
2215
+ }
2216
+ _adoptType(value) {
2217
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(7, this));
2218
+ }
2219
+ _disownType() {
2220
+ return $__namespace.utils.disown(this.type);
2221
+ }
2222
+ get type() {
2223
+ return $__namespace.utils.getStruct(7, SerializedTypeReference, this);
2224
+ }
2225
+ _hasType() {
2226
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(7, this));
2227
+ }
2228
+ _initType() {
2229
+ return $__namespace.utils.initStructAt(7, SerializedTypeReference, this);
2230
+ }
2231
+ set type(value) {
2232
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(7, this));
2233
+ }
2234
+ _adoptTags(value) {
2235
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(8, this));
2236
+ }
2237
+ _disownTags() {
2238
+ return $__namespace.utils.disown(this.tags);
2239
+ }
2240
+ get tags() {
2241
+ return $__namespace.utils.getStruct(8, TagsReflection, this);
2242
+ }
2243
+ _hasTags() {
2244
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(8, this));
2245
+ }
2246
+ _initTags() {
2247
+ return $__namespace.utils.initStructAt(8, TagsReflection, this);
2248
+ }
2249
+ set tags(value) {
2250
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(8, this));
2251
+ }
2252
+ toString() {
2253
+ return "SerializedTypePropertySignature_" + super.toString();
2254
+ }
2255
+ };
2256
+ var SerializedTypeMethodSignature = class _SerializedTypeMethodSignature extends $__namespace.Struct {
2257
+ static {
2258
+ __name(this, "SerializedTypeMethodSignature");
2259
+ }
2260
+ static _capnp = {
2261
+ displayName: "SerializedTypeMethodSignature",
2262
+ id: "e25a2cc39d5930c8",
2263
+ size: new $__namespace.ObjectSize(8, 8)
2264
+ };
2265
+ static _TypeArguments;
2266
+ static _Decorators;
2267
+ static _Parameters;
2268
+ get typeName() {
2269
+ return $__namespace.utils.getText(0, this);
2270
+ }
2271
+ set typeName(value) {
2272
+ $__namespace.utils.setText(0, value, this);
2273
+ }
2274
+ _adoptTypeArguments(value) {
2275
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
2276
+ }
2277
+ _disownTypeArguments() {
2278
+ return $__namespace.utils.disown(this.typeArguments);
2279
+ }
2280
+ get typeArguments() {
2281
+ return $__namespace.utils.getList(1, _SerializedTypeMethodSignature._TypeArguments, this);
2282
+ }
2283
+ _hasTypeArguments() {
2284
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
2285
+ }
2286
+ _initTypeArguments(length) {
2287
+ return $__namespace.utils.initList(1, _SerializedTypeMethodSignature._TypeArguments, length, this);
2288
+ }
2289
+ set typeArguments(value) {
2290
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
2291
+ }
2292
+ _adoptIndexAccessOrigin(value) {
2293
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
2294
+ }
2295
+ _disownIndexAccessOrigin() {
2296
+ return $__namespace.utils.disown(this.indexAccessOrigin);
2297
+ }
2298
+ get indexAccessOrigin() {
2299
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
2300
+ }
2301
+ _hasIndexAccessOrigin() {
2302
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
2303
+ }
2304
+ _initIndexAccessOrigin() {
2305
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
2306
+ }
2307
+ set indexAccessOrigin(value) {
2308
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
2309
+ }
2310
+ _adoptDecorators(value) {
2311
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
2312
+ }
2313
+ _disownDecorators() {
2314
+ return $__namespace.utils.disown(this.decorators);
2315
+ }
2316
+ get decorators() {
2317
+ return $__namespace.utils.getList(3, _SerializedTypeMethodSignature._Decorators, this);
2318
+ }
2319
+ _hasDecorators() {
2320
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
2321
+ }
2322
+ _initDecorators(length) {
2323
+ return $__namespace.utils.initList(3, _SerializedTypeMethodSignature._Decorators, length, this);
2324
+ }
2325
+ set decorators(value) {
2326
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
2327
+ }
2328
+ get kind() {
2329
+ return $__namespace.utils.getUint16(0, this);
2330
+ }
2331
+ set kind(value) {
2332
+ $__namespace.utils.setUint16(0, value, this);
2333
+ }
2334
+ get name() {
2335
+ return $__namespace.utils.getText(4, this);
2336
+ }
2337
+ set name(value) {
2338
+ $__namespace.utils.setText(4, value, this);
2339
+ }
2340
+ get optional() {
2341
+ return $__namespace.utils.getBit(16, this);
2342
+ }
2343
+ set optional(value) {
2344
+ $__namespace.utils.setBit(16, value, this);
2345
+ }
2346
+ _adoptParameters(value) {
2347
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(5, this));
2348
+ }
2349
+ _disownParameters() {
2350
+ return $__namespace.utils.disown(this.parameters);
2351
+ }
2352
+ get parameters() {
2353
+ return $__namespace.utils.getList(5, _SerializedTypeMethodSignature._Parameters, this);
2354
+ }
2355
+ _hasParameters() {
2356
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(5, this));
2357
+ }
2358
+ _initParameters(length) {
2359
+ return $__namespace.utils.initList(5, _SerializedTypeMethodSignature._Parameters, length, this);
2360
+ }
2361
+ set parameters(value) {
2362
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(5, this));
2363
+ }
2364
+ _adoptReturn(value) {
2365
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(6, this));
2366
+ }
2367
+ _disownReturn() {
2368
+ return $__namespace.utils.disown(this.return);
2369
+ }
2370
+ get return() {
2371
+ return $__namespace.utils.getStruct(6, SerializedTypeReference, this);
2372
+ }
2373
+ _hasReturn() {
2374
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(6, this));
2375
+ }
2376
+ _initReturn() {
2377
+ return $__namespace.utils.initStructAt(6, SerializedTypeReference, this);
2378
+ }
2379
+ set return(value) {
2380
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(6, this));
2381
+ }
2382
+ _adoptTags(value) {
2383
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(7, this));
2384
+ }
2385
+ _disownTags() {
2386
+ return $__namespace.utils.disown(this.tags);
2387
+ }
2388
+ get tags() {
2389
+ return $__namespace.utils.getStruct(7, TagsReflection, this);
2390
+ }
2391
+ _hasTags() {
2392
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(7, this));
2393
+ }
2394
+ _initTags() {
2395
+ return $__namespace.utils.initStructAt(7, TagsReflection, this);
2396
+ }
2397
+ set tags(value) {
2398
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(7, this));
2399
+ }
2400
+ toString() {
2401
+ return "SerializedTypeMethodSignature_" + super.toString();
2402
+ }
2403
+ };
2404
+ var SerializedTypeTypeParameter = class _SerializedTypeTypeParameter extends $__namespace.Struct {
2405
+ static {
2406
+ __name(this, "SerializedTypeTypeParameter");
2407
+ }
2408
+ static _capnp = {
2409
+ displayName: "SerializedTypeTypeParameter",
2410
+ id: "81210361a54d5d71",
2411
+ size: new $__namespace.ObjectSize(8, 5)
2412
+ };
2413
+ static _TypeArguments;
2414
+ static _Decorators;
2415
+ get typeName() {
2416
+ return $__namespace.utils.getText(0, this);
2417
+ }
2418
+ set typeName(value) {
2419
+ $__namespace.utils.setText(0, value, this);
2420
+ }
2421
+ _adoptTypeArguments(value) {
2422
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
2423
+ }
2424
+ _disownTypeArguments() {
2425
+ return $__namespace.utils.disown(this.typeArguments);
2426
+ }
2427
+ get typeArguments() {
2428
+ return $__namespace.utils.getList(1, _SerializedTypeTypeParameter._TypeArguments, this);
2429
+ }
2430
+ _hasTypeArguments() {
2431
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
2432
+ }
2433
+ _initTypeArguments(length) {
2434
+ return $__namespace.utils.initList(1, _SerializedTypeTypeParameter._TypeArguments, length, this);
2435
+ }
2436
+ set typeArguments(value) {
2437
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
2438
+ }
2439
+ _adoptIndexAccessOrigin(value) {
2440
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
2441
+ }
2442
+ _disownIndexAccessOrigin() {
2443
+ return $__namespace.utils.disown(this.indexAccessOrigin);
2444
+ }
2445
+ get indexAccessOrigin() {
2446
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
2447
+ }
2448
+ _hasIndexAccessOrigin() {
2449
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
2450
+ }
2451
+ _initIndexAccessOrigin() {
2452
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
2453
+ }
2454
+ set indexAccessOrigin(value) {
2455
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
2456
+ }
2457
+ _adoptDecorators(value) {
2458
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
2459
+ }
2460
+ _disownDecorators() {
2461
+ return $__namespace.utils.disown(this.decorators);
2462
+ }
2463
+ get decorators() {
2464
+ return $__namespace.utils.getList(3, _SerializedTypeTypeParameter._Decorators, this);
2465
+ }
2466
+ _hasDecorators() {
2467
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
2468
+ }
2469
+ _initDecorators(length) {
2470
+ return $__namespace.utils.initList(3, _SerializedTypeTypeParameter._Decorators, length, this);
2471
+ }
2472
+ set decorators(value) {
2473
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
2474
+ }
2475
+ get kind() {
2476
+ return $__namespace.utils.getUint16(0, this);
2477
+ }
2478
+ set kind(value) {
2479
+ $__namespace.utils.setUint16(0, value, this);
2480
+ }
2481
+ get name() {
2482
+ return $__namespace.utils.getText(4, this);
2483
+ }
2484
+ set name(value) {
2485
+ $__namespace.utils.setText(4, value, this);
2486
+ }
2487
+ toString() {
2488
+ return "SerializedTypeTypeParameter_" + super.toString();
2489
+ }
2490
+ };
2491
+ var SerializedTypeInfer = class _SerializedTypeInfer extends $__namespace.Struct {
2492
+ static {
2493
+ __name(this, "SerializedTypeInfer");
2494
+ }
2495
+ static _capnp = {
2496
+ displayName: "SerializedTypeInfer",
2497
+ id: "91c6dd1e13f2b14d",
2498
+ size: new $__namespace.ObjectSize(8, 4)
2499
+ };
2500
+ static _TypeArguments;
2501
+ static _Decorators;
2502
+ get typeName() {
2503
+ return $__namespace.utils.getText(0, this);
2504
+ }
2505
+ set typeName(value) {
2506
+ $__namespace.utils.setText(0, value, this);
2507
+ }
2508
+ _adoptTypeArguments(value) {
2509
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
2510
+ }
2511
+ _disownTypeArguments() {
2512
+ return $__namespace.utils.disown(this.typeArguments);
2513
+ }
2514
+ get typeArguments() {
2515
+ return $__namespace.utils.getList(1, _SerializedTypeInfer._TypeArguments, this);
2516
+ }
2517
+ _hasTypeArguments() {
2518
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
2519
+ }
2520
+ _initTypeArguments(length) {
2521
+ return $__namespace.utils.initList(1, _SerializedTypeInfer._TypeArguments, length, this);
2522
+ }
2523
+ set typeArguments(value) {
2524
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
2525
+ }
2526
+ _adoptIndexAccessOrigin(value) {
2527
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
2528
+ }
2529
+ _disownIndexAccessOrigin() {
2530
+ return $__namespace.utils.disown(this.indexAccessOrigin);
2531
+ }
2532
+ get indexAccessOrigin() {
2533
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
2534
+ }
2535
+ _hasIndexAccessOrigin() {
2536
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
2537
+ }
2538
+ _initIndexAccessOrigin() {
2539
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
2540
+ }
2541
+ set indexAccessOrigin(value) {
2542
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
2543
+ }
2544
+ _adoptDecorators(value) {
2545
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
2546
+ }
2547
+ _disownDecorators() {
2548
+ return $__namespace.utils.disown(this.decorators);
2549
+ }
2550
+ get decorators() {
2551
+ return $__namespace.utils.getList(3, _SerializedTypeInfer._Decorators, this);
2552
+ }
2553
+ _hasDecorators() {
2554
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
2555
+ }
2556
+ _initDecorators(length) {
2557
+ return $__namespace.utils.initList(3, _SerializedTypeInfer._Decorators, length, this);
2558
+ }
2559
+ set decorators(value) {
2560
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
2561
+ }
2562
+ get kind() {
2563
+ return $__namespace.utils.getUint16(0, this);
2564
+ }
2565
+ set kind(value) {
2566
+ $__namespace.utils.setUint16(0, value, this);
2567
+ }
2568
+ toString() {
2569
+ return "SerializedTypeInfer_" + super.toString();
2570
+ }
2571
+ };
2572
+ var SerializedTypeTupleMember = class _SerializedTypeTupleMember extends $__namespace.Struct {
2573
+ static {
2574
+ __name(this, "SerializedTypeTupleMember");
2575
+ }
2576
+ static _capnp = {
2577
+ displayName: "SerializedTypeTupleMember",
2578
+ id: "e21c2a18d0d56fdf",
2579
+ size: new $__namespace.ObjectSize(8, 6)
2580
+ };
2581
+ static _TypeArguments;
2582
+ static _Decorators;
2583
+ get typeName() {
2584
+ return $__namespace.utils.getText(0, this);
2585
+ }
2586
+ set typeName(value) {
2587
+ $__namespace.utils.setText(0, value, this);
2588
+ }
2589
+ _adoptTypeArguments(value) {
2590
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
2591
+ }
2592
+ _disownTypeArguments() {
2593
+ return $__namespace.utils.disown(this.typeArguments);
2594
+ }
2595
+ get typeArguments() {
2596
+ return $__namespace.utils.getList(1, _SerializedTypeTupleMember._TypeArguments, this);
2597
+ }
2598
+ _hasTypeArguments() {
2599
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
2600
+ }
2601
+ _initTypeArguments(length) {
2602
+ return $__namespace.utils.initList(1, _SerializedTypeTupleMember._TypeArguments, length, this);
2603
+ }
2604
+ set typeArguments(value) {
2605
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
2606
+ }
2607
+ _adoptIndexAccessOrigin(value) {
2608
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
2609
+ }
2610
+ _disownIndexAccessOrigin() {
2611
+ return $__namespace.utils.disown(this.indexAccessOrigin);
2612
+ }
2613
+ get indexAccessOrigin() {
2614
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
2615
+ }
2616
+ _hasIndexAccessOrigin() {
2617
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
2618
+ }
2619
+ _initIndexAccessOrigin() {
2620
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
2621
+ }
2622
+ set indexAccessOrigin(value) {
2623
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
2624
+ }
2625
+ _adoptDecorators(value) {
2626
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
2627
+ }
2628
+ _disownDecorators() {
2629
+ return $__namespace.utils.disown(this.decorators);
2630
+ }
2631
+ get decorators() {
2632
+ return $__namespace.utils.getList(3, _SerializedTypeTupleMember._Decorators, this);
2633
+ }
2634
+ _hasDecorators() {
2635
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
2636
+ }
2637
+ _initDecorators(length) {
2638
+ return $__namespace.utils.initList(3, _SerializedTypeTupleMember._Decorators, length, this);
2639
+ }
2640
+ set decorators(value) {
2641
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
2642
+ }
2643
+ get kind() {
2644
+ return $__namespace.utils.getUint16(0, this);
2645
+ }
2646
+ set kind(value) {
2647
+ $__namespace.utils.setUint16(0, value, this);
2648
+ }
2649
+ _adoptType(value) {
2650
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
2651
+ }
2652
+ _disownType() {
2653
+ return $__namespace.utils.disown(this.type);
2654
+ }
2655
+ get type() {
2656
+ return $__namespace.utils.getStruct(4, SerializedTypeReference, this);
2657
+ }
2658
+ _hasType() {
2659
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
2660
+ }
2661
+ _initType() {
2662
+ return $__namespace.utils.initStructAt(4, SerializedTypeReference, this);
2663
+ }
2664
+ set type(value) {
2665
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
2666
+ }
2667
+ get optional() {
2668
+ return $__namespace.utils.getBit(16, this);
2669
+ }
2670
+ set optional(value) {
2671
+ $__namespace.utils.setBit(16, value, this);
2672
+ }
2673
+ get name() {
2674
+ return $__namespace.utils.getText(5, this);
2675
+ }
2676
+ set name(value) {
2677
+ $__namespace.utils.setText(5, value, this);
2678
+ }
2679
+ toString() {
2680
+ return "SerializedTypeTupleMember_" + super.toString();
2681
+ }
2682
+ };
2683
+ var SerializedTypeTuple = class _SerializedTypeTuple extends $__namespace.Struct {
2684
+ static {
2685
+ __name(this, "SerializedTypeTuple");
2686
+ }
2687
+ static _capnp = {
2688
+ displayName: "SerializedTypeTuple",
2689
+ id: "eb7501eb1ee4fb6d",
2690
+ size: new $__namespace.ObjectSize(8, 5)
2691
+ };
2692
+ static _TypeArguments;
2693
+ static _Decorators;
2694
+ static _Types;
2695
+ get typeName() {
2696
+ return $__namespace.utils.getText(0, this);
2697
+ }
2698
+ set typeName(value) {
2699
+ $__namespace.utils.setText(0, value, this);
2700
+ }
2701
+ _adoptTypeArguments(value) {
2702
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
2703
+ }
2704
+ _disownTypeArguments() {
2705
+ return $__namespace.utils.disown(this.typeArguments);
2706
+ }
2707
+ get typeArguments() {
2708
+ return $__namespace.utils.getList(1, _SerializedTypeTuple._TypeArguments, this);
2709
+ }
2710
+ _hasTypeArguments() {
2711
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
2712
+ }
2713
+ _initTypeArguments(length) {
2714
+ return $__namespace.utils.initList(1, _SerializedTypeTuple._TypeArguments, length, this);
2715
+ }
2716
+ set typeArguments(value) {
2717
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
2718
+ }
2719
+ _adoptIndexAccessOrigin(value) {
2720
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
2721
+ }
2722
+ _disownIndexAccessOrigin() {
2723
+ return $__namespace.utils.disown(this.indexAccessOrigin);
2724
+ }
2725
+ get indexAccessOrigin() {
2726
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
2727
+ }
2728
+ _hasIndexAccessOrigin() {
2729
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
2730
+ }
2731
+ _initIndexAccessOrigin() {
2732
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
2733
+ }
2734
+ set indexAccessOrigin(value) {
2735
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
2736
+ }
2737
+ _adoptDecorators(value) {
2738
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
2739
+ }
2740
+ _disownDecorators() {
2741
+ return $__namespace.utils.disown(this.decorators);
2742
+ }
2743
+ get decorators() {
2744
+ return $__namespace.utils.getList(3, _SerializedTypeTuple._Decorators, this);
2745
+ }
2746
+ _hasDecorators() {
2747
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
2748
+ }
2749
+ _initDecorators(length) {
2750
+ return $__namespace.utils.initList(3, _SerializedTypeTuple._Decorators, length, this);
2751
+ }
2752
+ set decorators(value) {
2753
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
2754
+ }
2755
+ get kind() {
2756
+ return $__namespace.utils.getUint16(0, this);
2757
+ }
2758
+ set kind(value) {
2759
+ $__namespace.utils.setUint16(0, value, this);
2760
+ }
2761
+ _adoptTypes(value) {
2762
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
2763
+ }
2764
+ _disownTypes() {
2765
+ return $__namespace.utils.disown(this.types);
2766
+ }
2767
+ get types() {
2768
+ return $__namespace.utils.getList(4, _SerializedTypeTuple._Types, this);
2769
+ }
2770
+ _hasTypes() {
2771
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
2772
+ }
2773
+ _initTypes(length) {
2774
+ return $__namespace.utils.initList(4, _SerializedTypeTuple._Types, length, this);
2775
+ }
2776
+ set types(value) {
2777
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
2778
+ }
2779
+ toString() {
2780
+ return "SerializedTypeTuple_" + super.toString();
2781
+ }
2782
+ };
2783
+ var SerializedTypeRest = class _SerializedTypeRest extends $__namespace.Struct {
2784
+ static {
2785
+ __name(this, "SerializedTypeRest");
2786
+ }
2787
+ static _capnp = {
2788
+ displayName: "SerializedTypeRest",
2789
+ id: "f9e684a435cce5d1",
2790
+ size: new $__namespace.ObjectSize(8, 5)
2791
+ };
2792
+ static _TypeArguments;
2793
+ static _Decorators;
2794
+ get typeName() {
2795
+ return $__namespace.utils.getText(0, this);
2796
+ }
2797
+ set typeName(value) {
2798
+ $__namespace.utils.setText(0, value, this);
2799
+ }
2800
+ _adoptTypeArguments(value) {
2801
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
2802
+ }
2803
+ _disownTypeArguments() {
2804
+ return $__namespace.utils.disown(this.typeArguments);
2805
+ }
2806
+ get typeArguments() {
2807
+ return $__namespace.utils.getList(1, _SerializedTypeRest._TypeArguments, this);
2808
+ }
2809
+ _hasTypeArguments() {
2810
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
2811
+ }
2812
+ _initTypeArguments(length) {
2813
+ return $__namespace.utils.initList(1, _SerializedTypeRest._TypeArguments, length, this);
2814
+ }
2815
+ set typeArguments(value) {
2816
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
2817
+ }
2818
+ _adoptIndexAccessOrigin(value) {
2819
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
2820
+ }
2821
+ _disownIndexAccessOrigin() {
2822
+ return $__namespace.utils.disown(this.indexAccessOrigin);
2823
+ }
2824
+ get indexAccessOrigin() {
2825
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
2826
+ }
2827
+ _hasIndexAccessOrigin() {
2828
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
2829
+ }
2830
+ _initIndexAccessOrigin() {
2831
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
2832
+ }
2833
+ set indexAccessOrigin(value) {
2834
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
2835
+ }
2836
+ _adoptDecorators(value) {
2837
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
2838
+ }
2839
+ _disownDecorators() {
2840
+ return $__namespace.utils.disown(this.decorators);
2841
+ }
2842
+ get decorators() {
2843
+ return $__namespace.utils.getList(3, _SerializedTypeRest._Decorators, this);
2844
+ }
2845
+ _hasDecorators() {
2846
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
2847
+ }
2848
+ _initDecorators(length) {
2849
+ return $__namespace.utils.initList(3, _SerializedTypeRest._Decorators, length, this);
2850
+ }
2851
+ set decorators(value) {
2852
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
2853
+ }
2854
+ get kind() {
2855
+ return $__namespace.utils.getUint16(0, this);
2856
+ }
2857
+ set kind(value) {
2858
+ $__namespace.utils.setUint16(0, value, this);
2859
+ }
2860
+ _adoptType(value) {
2861
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
2862
+ }
2863
+ _disownType() {
2864
+ return $__namespace.utils.disown(this.type);
2865
+ }
2866
+ get type() {
2867
+ return $__namespace.utils.getStruct(4, SerializedTypeReference, this);
2868
+ }
2869
+ _hasType() {
2870
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
2871
+ }
2872
+ _initType() {
2873
+ return $__namespace.utils.initStructAt(4, SerializedTypeReference, this);
2874
+ }
2875
+ set type(value) {
2876
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
2877
+ }
2878
+ toString() {
2879
+ return "SerializedTypeRest_" + super.toString();
2880
+ }
2881
+ };
2882
+ var SimpleSerializedType = class _SimpleSerializedType extends $__namespace.Struct {
2883
+ static {
2884
+ __name(this, "SimpleSerializedType");
2885
+ }
2886
+ static _capnp = {
2887
+ displayName: "SimpleSerializedType",
2888
+ id: "80f983e4b811c3ca",
2889
+ size: new $__namespace.ObjectSize(8, 5)
2890
+ };
2891
+ static _TypeArguments;
2892
+ static _Decorators;
2893
+ get typeName() {
2894
+ return $__namespace.utils.getText(0, this);
2895
+ }
2896
+ set typeName(value) {
2897
+ $__namespace.utils.setText(0, value, this);
2898
+ }
2899
+ _adoptTypeArguments(value) {
2900
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
2901
+ }
2902
+ _disownTypeArguments() {
2903
+ return $__namespace.utils.disown(this.typeArguments);
2904
+ }
2905
+ get typeArguments() {
2906
+ return $__namespace.utils.getList(1, _SimpleSerializedType._TypeArguments, this);
2907
+ }
2908
+ _hasTypeArguments() {
2909
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
2910
+ }
2911
+ _initTypeArguments(length) {
2912
+ return $__namespace.utils.initList(1, _SimpleSerializedType._TypeArguments, length, this);
2913
+ }
2914
+ set typeArguments(value) {
2915
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
2916
+ }
2917
+ _adoptIndexAccessOrigin(value) {
2918
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
2919
+ }
2920
+ _disownIndexAccessOrigin() {
2921
+ return $__namespace.utils.disown(this.indexAccessOrigin);
2922
+ }
2923
+ get indexAccessOrigin() {
2924
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
2925
+ }
2926
+ _hasIndexAccessOrigin() {
2927
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
2928
+ }
2929
+ _initIndexAccessOrigin() {
2930
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
2931
+ }
2932
+ set indexAccessOrigin(value) {
2933
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
2934
+ }
2935
+ _adoptDecorators(value) {
2936
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
2937
+ }
2938
+ _disownDecorators() {
2939
+ return $__namespace.utils.disown(this.decorators);
2940
+ }
2941
+ get decorators() {
2942
+ return $__namespace.utils.getList(3, _SimpleSerializedType._Decorators, this);
2943
+ }
2944
+ _hasDecorators() {
2945
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
2946
+ }
2947
+ _initDecorators(length) {
2948
+ return $__namespace.utils.initList(3, _SimpleSerializedType._Decorators, length, this);
2949
+ }
2950
+ set decorators(value) {
2951
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
2952
+ }
2953
+ get kind() {
2954
+ return $__namespace.utils.getUint16(0, this);
2955
+ }
2956
+ set kind(value) {
2957
+ $__namespace.utils.setUint16(0, value, this);
2958
+ }
2959
+ _adoptOrigin(value) {
2960
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
2961
+ }
2962
+ _disownOrigin() {
2963
+ return $__namespace.utils.disown(this.origin);
2964
+ }
2965
+ get origin() {
2966
+ return $__namespace.utils.getStruct(4, SerializedTypeReference, this);
2967
+ }
2968
+ _hasOrigin() {
2969
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
2970
+ }
2971
+ _initOrigin() {
2972
+ return $__namespace.utils.initStructAt(4, SerializedTypeReference, this);
2973
+ }
2974
+ set origin(value) {
2975
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
2976
+ }
2977
+ toString() {
2978
+ return "SimpleSerializedType_" + super.toString();
2979
+ }
2980
+ };
2981
+ var SerializedTypeLiteralSymbol = class extends $__namespace.Struct {
2982
+ static {
2983
+ __name(this, "SerializedTypeLiteralSymbol");
2984
+ }
2985
+ static _capnp = {
2986
+ displayName: "SerializedTypeLiteralSymbol",
2987
+ id: "f3dd6a3c6054bd55",
2988
+ size: new $__namespace.ObjectSize(0, 2)
2989
+ };
2990
+ /**
2991
+ * "symbol"
2992
+ *
2993
+ */
2994
+ get type() {
2995
+ return $__namespace.utils.getText(0, this);
2996
+ }
2997
+ set type(value) {
2998
+ $__namespace.utils.setText(0, value, this);
2999
+ }
3000
+ get name() {
3001
+ return $__namespace.utils.getText(1, this);
3002
+ }
3003
+ set name(value) {
3004
+ $__namespace.utils.setText(1, value, this);
3005
+ }
3006
+ toString() {
3007
+ return "SerializedTypeLiteralSymbol_" + super.toString();
3008
+ }
3009
+ };
3010
+ var SerializedTypeLiteralBigInt = class extends $__namespace.Struct {
3011
+ static {
3012
+ __name(this, "SerializedTypeLiteralBigInt");
3013
+ }
3014
+ static _capnp = {
3015
+ displayName: "SerializedTypeLiteralBigInt",
3016
+ id: "821a872d8be30bb2",
3017
+ size: new $__namespace.ObjectSize(0, 2)
3018
+ };
3019
+ /**
3020
+ * "bigint"
3021
+ *
3022
+ */
3023
+ get type() {
3024
+ return $__namespace.utils.getText(0, this);
3025
+ }
3026
+ set type(value) {
3027
+ $__namespace.utils.setText(0, value, this);
3028
+ }
3029
+ get value() {
3030
+ return $__namespace.utils.getText(1, this);
3031
+ }
3032
+ set value(value) {
3033
+ $__namespace.utils.setText(1, value, this);
3034
+ }
3035
+ toString() {
3036
+ return "SerializedTypeLiteralBigInt_" + super.toString();
3037
+ }
3038
+ };
3039
+ var SerializedTypeLiteralRegex = class extends $__namespace.Struct {
3040
+ static {
3041
+ __name(this, "SerializedTypeLiteralRegex");
3042
+ }
3043
+ static _capnp = {
3044
+ displayName: "SerializedTypeLiteralRegex",
3045
+ id: "cc89f97b47927d99",
3046
+ size: new $__namespace.ObjectSize(0, 2)
3047
+ };
3048
+ /**
3049
+ * "regex"
3050
+ *
3051
+ */
3052
+ get type() {
3053
+ return $__namespace.utils.getText(0, this);
3054
+ }
3055
+ set type(value) {
3056
+ $__namespace.utils.setText(0, value, this);
3057
+ }
3058
+ get regex() {
3059
+ return $__namespace.utils.getText(1, this);
3060
+ }
3061
+ set regex(value) {
3062
+ $__namespace.utils.setText(1, value, this);
3063
+ }
3064
+ toString() {
3065
+ return "SerializedTypeLiteralRegex_" + super.toString();
3066
+ }
3067
+ };
3068
+ var SerializedTypeLiteral_Literal_Which = {
3069
+ SYMBOL: 0,
3070
+ STRING: 1,
3071
+ NUMBER: 2,
3072
+ BOOLEAN: 3,
3073
+ BIGINT: 4,
3074
+ REGEX: 5
3075
+ };
3076
+ var SerializedTypeLiteral_Literal = class extends $__namespace.Struct {
3077
+ static {
3078
+ __name(this, "SerializedTypeLiteral_Literal");
3079
+ }
3080
+ static SYMBOL = SerializedTypeLiteral_Literal_Which.SYMBOL;
3081
+ static STRING = SerializedTypeLiteral_Literal_Which.STRING;
3082
+ static NUMBER = SerializedTypeLiteral_Literal_Which.NUMBER;
3083
+ static BOOLEAN = SerializedTypeLiteral_Literal_Which.BOOLEAN;
3084
+ static BIGINT = SerializedTypeLiteral_Literal_Which.BIGINT;
3085
+ static REGEX = SerializedTypeLiteral_Literal_Which.REGEX;
3086
+ static _capnp = {
3087
+ displayName: "literal",
3088
+ id: "e4f0538973f3909f",
3089
+ size: new $__namespace.ObjectSize(16, 5)
3090
+ };
3091
+ _adoptSymbol(value) {
3092
+ $__namespace.utils.setUint16(2, 0, this);
3093
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
3094
+ }
3095
+ _disownSymbol() {
3096
+ return $__namespace.utils.disown(this.symbol);
3097
+ }
3098
+ get symbol() {
3099
+ $__namespace.utils.testWhich("symbol", $__namespace.utils.getUint16(2, this), 0, this);
3100
+ return $__namespace.utils.getStruct(4, SerializedTypeLiteralSymbol, this);
3101
+ }
3102
+ _hasSymbol() {
3103
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
3104
+ }
3105
+ _initSymbol() {
3106
+ $__namespace.utils.setUint16(2, 0, this);
3107
+ return $__namespace.utils.initStructAt(4, SerializedTypeLiteralSymbol, this);
3108
+ }
3109
+ get _isSymbol() {
3110
+ return $__namespace.utils.getUint16(2, this) === 0;
3111
+ }
3112
+ set symbol(value) {
3113
+ $__namespace.utils.setUint16(2, 0, this);
3114
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
3115
+ }
3116
+ get string() {
3117
+ $__namespace.utils.testWhich("string", $__namespace.utils.getUint16(2, this), 1, this);
3118
+ return $__namespace.utils.getText(4, this);
3119
+ }
3120
+ get _isString() {
3121
+ return $__namespace.utils.getUint16(2, this) === 1;
3122
+ }
3123
+ set string(value) {
3124
+ $__namespace.utils.setUint16(2, 1, this);
3125
+ $__namespace.utils.setText(4, value, this);
3126
+ }
3127
+ get number() {
3128
+ $__namespace.utils.testWhich("number", $__namespace.utils.getUint16(2, this), 2, this);
3129
+ return $__namespace.utils.getFloat64(8, this);
3130
+ }
3131
+ get _isNumber() {
3132
+ return $__namespace.utils.getUint16(2, this) === 2;
3133
+ }
3134
+ set number(value) {
3135
+ $__namespace.utils.setUint16(2, 2, this);
3136
+ $__namespace.utils.setFloat64(8, value, this);
3137
+ }
3138
+ get boolean() {
3139
+ $__namespace.utils.testWhich("boolean", $__namespace.utils.getUint16(2, this), 3, this);
3140
+ return $__namespace.utils.getBit(64, this);
3141
+ }
3142
+ get _isBoolean() {
3143
+ return $__namespace.utils.getUint16(2, this) === 3;
3144
+ }
3145
+ set boolean(value) {
3146
+ $__namespace.utils.setUint16(2, 3, this);
3147
+ $__namespace.utils.setBit(64, value, this);
3148
+ }
3149
+ _adoptBigint(value) {
3150
+ $__namespace.utils.setUint16(2, 4, this);
3151
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
3152
+ }
3153
+ _disownBigint() {
3154
+ return $__namespace.utils.disown(this.bigint);
3155
+ }
3156
+ get bigint() {
3157
+ $__namespace.utils.testWhich("bigint", $__namespace.utils.getUint16(2, this), 4, this);
3158
+ return $__namespace.utils.getStruct(4, SerializedTypeLiteralBigInt, this);
3159
+ }
3160
+ _hasBigint() {
3161
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
3162
+ }
3163
+ _initBigint() {
3164
+ $__namespace.utils.setUint16(2, 4, this);
3165
+ return $__namespace.utils.initStructAt(4, SerializedTypeLiteralBigInt, this);
3166
+ }
3167
+ get _isBigint() {
3168
+ return $__namespace.utils.getUint16(2, this) === 4;
3169
+ }
3170
+ set bigint(value) {
3171
+ $__namespace.utils.setUint16(2, 4, this);
3172
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
3173
+ }
3174
+ _adoptRegex(value) {
3175
+ $__namespace.utils.setUint16(2, 5, this);
3176
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
3177
+ }
3178
+ _disownRegex() {
3179
+ return $__namespace.utils.disown(this.regex);
3180
+ }
3181
+ get regex() {
3182
+ $__namespace.utils.testWhich("regex", $__namespace.utils.getUint16(2, this), 5, this);
3183
+ return $__namespace.utils.getStruct(4, SerializedTypeLiteralRegex, this);
3184
+ }
3185
+ _hasRegex() {
3186
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
3187
+ }
3188
+ _initRegex() {
3189
+ $__namespace.utils.setUint16(2, 5, this);
3190
+ return $__namespace.utils.initStructAt(4, SerializedTypeLiteralRegex, this);
3191
+ }
3192
+ get _isRegex() {
3193
+ return $__namespace.utils.getUint16(2, this) === 5;
3194
+ }
3195
+ set regex(value) {
3196
+ $__namespace.utils.setUint16(2, 5, this);
3197
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
3198
+ }
3199
+ toString() {
3200
+ return "SerializedTypeLiteral_Literal_" + super.toString();
3201
+ }
3202
+ which() {
3203
+ return $__namespace.utils.getUint16(2, this);
3204
+ }
3205
+ };
3206
+ var SerializedTypeLiteral = class _SerializedTypeLiteral extends $__namespace.Struct {
3207
+ static {
3208
+ __name(this, "SerializedTypeLiteral");
3209
+ }
3210
+ static _capnp = {
3211
+ displayName: "SerializedTypeLiteral",
3212
+ id: "b876ba24d27d88c8",
3213
+ size: new $__namespace.ObjectSize(16, 5)
3214
+ };
3215
+ static _TypeArguments;
3216
+ static _Decorators;
3217
+ get typeName() {
3218
+ return $__namespace.utils.getText(0, this);
3219
+ }
3220
+ set typeName(value) {
3221
+ $__namespace.utils.setText(0, value, this);
3222
+ }
3223
+ _adoptTypeArguments(value) {
3224
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
3225
+ }
3226
+ _disownTypeArguments() {
3227
+ return $__namespace.utils.disown(this.typeArguments);
3228
+ }
3229
+ get typeArguments() {
3230
+ return $__namespace.utils.getList(1, _SerializedTypeLiteral._TypeArguments, this);
3231
+ }
3232
+ _hasTypeArguments() {
3233
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
3234
+ }
3235
+ _initTypeArguments(length) {
3236
+ return $__namespace.utils.initList(1, _SerializedTypeLiteral._TypeArguments, length, this);
3237
+ }
3238
+ set typeArguments(value) {
3239
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
3240
+ }
3241
+ _adoptIndexAccessOrigin(value) {
3242
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
3243
+ }
3244
+ _disownIndexAccessOrigin() {
3245
+ return $__namespace.utils.disown(this.indexAccessOrigin);
3246
+ }
3247
+ get indexAccessOrigin() {
3248
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
3249
+ }
3250
+ _hasIndexAccessOrigin() {
3251
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
3252
+ }
3253
+ _initIndexAccessOrigin() {
3254
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
3255
+ }
3256
+ set indexAccessOrigin(value) {
3257
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
3258
+ }
3259
+ _adoptDecorators(value) {
3260
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
3261
+ }
3262
+ _disownDecorators() {
3263
+ return $__namespace.utils.disown(this.decorators);
3264
+ }
3265
+ get decorators() {
3266
+ return $__namespace.utils.getList(3, _SerializedTypeLiteral._Decorators, this);
3267
+ }
3268
+ _hasDecorators() {
3269
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
3270
+ }
3271
+ _initDecorators(length) {
3272
+ return $__namespace.utils.initList(3, _SerializedTypeLiteral._Decorators, length, this);
3273
+ }
3274
+ set decorators(value) {
3275
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
3276
+ }
3277
+ get kind() {
3278
+ return $__namespace.utils.getUint16(0, this);
3279
+ }
3280
+ set kind(value) {
3281
+ $__namespace.utils.setUint16(0, value, this);
3282
+ }
3283
+ get literal() {
3284
+ return $__namespace.utils.getAs(SerializedTypeLiteral_Literal, this);
3285
+ }
3286
+ _initLiteral() {
3287
+ return $__namespace.utils.getAs(SerializedTypeLiteral_Literal, this);
3288
+ }
3289
+ toString() {
3290
+ return "SerializedTypeLiteral_" + super.toString();
3291
+ }
3292
+ };
3293
+ var SerializedTypeTemplateLiteral = class _SerializedTypeTemplateLiteral extends $__namespace.Struct {
3294
+ static {
3295
+ __name(this, "SerializedTypeTemplateLiteral");
3296
+ }
3297
+ static _capnp = {
3298
+ displayName: "SerializedTypeTemplateLiteral",
3299
+ id: "8dd6c284d46cc265",
3300
+ size: new $__namespace.ObjectSize(8, 5)
3301
+ };
3302
+ static _TypeArguments;
3303
+ static _Decorators;
3304
+ static _Types;
3305
+ get typeName() {
3306
+ return $__namespace.utils.getText(0, this);
3307
+ }
3308
+ set typeName(value) {
3309
+ $__namespace.utils.setText(0, value, this);
3310
+ }
3311
+ _adoptTypeArguments(value) {
3312
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(1, this));
3313
+ }
3314
+ _disownTypeArguments() {
3315
+ return $__namespace.utils.disown(this.typeArguments);
3316
+ }
3317
+ get typeArguments() {
3318
+ return $__namespace.utils.getList(1, _SerializedTypeTemplateLiteral._TypeArguments, this);
3319
+ }
3320
+ _hasTypeArguments() {
3321
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(1, this));
3322
+ }
3323
+ _initTypeArguments(length) {
3324
+ return $__namespace.utils.initList(1, _SerializedTypeTemplateLiteral._TypeArguments, length, this);
3325
+ }
3326
+ set typeArguments(value) {
3327
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(1, this));
3328
+ }
3329
+ _adoptIndexAccessOrigin(value) {
3330
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(2, this));
3331
+ }
3332
+ _disownIndexAccessOrigin() {
3333
+ return $__namespace.utils.disown(this.indexAccessOrigin);
3334
+ }
3335
+ get indexAccessOrigin() {
3336
+ return $__namespace.utils.getStruct(2, IndexAccessOrigin, this);
3337
+ }
3338
+ _hasIndexAccessOrigin() {
3339
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(2, this));
3340
+ }
3341
+ _initIndexAccessOrigin() {
3342
+ return $__namespace.utils.initStructAt(2, IndexAccessOrigin, this);
3343
+ }
3344
+ set indexAccessOrigin(value) {
3345
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(2, this));
3346
+ }
3347
+ _adoptDecorators(value) {
3348
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(3, this));
3349
+ }
3350
+ _disownDecorators() {
3351
+ return $__namespace.utils.disown(this.decorators);
3352
+ }
3353
+ get decorators() {
3354
+ return $__namespace.utils.getList(3, _SerializedTypeTemplateLiteral._Decorators, this);
3355
+ }
3356
+ _hasDecorators() {
3357
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(3, this));
3358
+ }
3359
+ _initDecorators(length) {
3360
+ return $__namespace.utils.initList(3, _SerializedTypeTemplateLiteral._Decorators, length, this);
3361
+ }
3362
+ set decorators(value) {
3363
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(3, this));
3364
+ }
3365
+ get kind() {
3366
+ return $__namespace.utils.getUint16(0, this);
3367
+ }
3368
+ set kind(value) {
3369
+ $__namespace.utils.setUint16(0, value, this);
3370
+ }
3371
+ _adoptTypes(value) {
3372
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(4, this));
3373
+ }
3374
+ _disownTypes() {
3375
+ return $__namespace.utils.disown(this.types);
3376
+ }
3377
+ get types() {
3378
+ return $__namespace.utils.getList(4, _SerializedTypeTemplateLiteral._Types, this);
3379
+ }
3380
+ _hasTypes() {
3381
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(4, this));
3382
+ }
3383
+ _initTypes(length) {
3384
+ return $__namespace.utils.initList(4, _SerializedTypeTemplateLiteral._Types, length, this);
3385
+ }
3386
+ set types(value) {
3387
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(4, this));
3388
+ }
3389
+ toString() {
3390
+ return "SerializedTypeTemplateLiteral_" + super.toString();
3391
+ }
3392
+ };
3393
+ var SerializedTypeOther = class extends $__namespace.Struct {
3394
+ static {
3395
+ __name(this, "SerializedTypeOther");
3396
+ }
3397
+ static _capnp = {
3398
+ displayName: "SerializedTypeOther",
3399
+ id: "9e1048a692ff49ce",
3400
+ size: new $__namespace.ObjectSize(8, 1)
3401
+ };
3402
+ get typeName() {
3403
+ return $__namespace.utils.getText(0, this);
3404
+ }
3405
+ set typeName(value) {
3406
+ $__namespace.utils.setText(0, value, this);
3407
+ }
3408
+ get kind() {
3409
+ return $__namespace.utils.getUint16(0, this);
3410
+ }
3411
+ set kind(value) {
3412
+ $__namespace.utils.setUint16(0, value, this);
3413
+ }
3414
+ toString() {
3415
+ return "SerializedTypeOther_" + super.toString();
3416
+ }
3417
+ };
3418
+ var SerializedType_Type_Which = {
3419
+ SIMPLE: 0,
3420
+ LITERAL: 1,
3421
+ TEMPLATE_LITERAL: 2,
3422
+ PARAMETER: 3,
3423
+ FUNCTION: 4,
3424
+ METHOD: 5,
3425
+ PROPERTY: 6,
3426
+ PROMISE: 7,
3427
+ CLASS_TYPE: 8,
3428
+ ENUM: 9,
3429
+ UNION: 10,
3430
+ INTERSECTION: 11,
3431
+ ARRAY: 12,
3432
+ OBJECT_LITERAL: 13,
3433
+ INDEX_SIGNATURE: 14,
3434
+ PROPERTY_SIGNATURE: 15,
3435
+ METHOD_SIGNATURE: 16,
3436
+ TYPE_PARAMETER: 17,
3437
+ INFER: 18,
3438
+ TUPLE: 19,
3439
+ TUPLE_MEMBER: 20,
3440
+ REST: 21,
3441
+ /**
3442
+ * For any other type that is not explicitly defined
3443
+ *
3444
+ */
3445
+ OTHER: 22
3446
+ };
3447
+ var SerializedType_Type = class extends $__namespace.Struct {
3448
+ static {
3449
+ __name(this, "SerializedType_Type");
3450
+ }
3451
+ static SIMPLE = SerializedType_Type_Which.SIMPLE;
3452
+ static LITERAL = SerializedType_Type_Which.LITERAL;
3453
+ static TEMPLATE_LITERAL = SerializedType_Type_Which.TEMPLATE_LITERAL;
3454
+ static PARAMETER = SerializedType_Type_Which.PARAMETER;
3455
+ static FUNCTION = SerializedType_Type_Which.FUNCTION;
3456
+ static METHOD = SerializedType_Type_Which.METHOD;
3457
+ static PROPERTY = SerializedType_Type_Which.PROPERTY;
3458
+ static PROMISE = SerializedType_Type_Which.PROMISE;
3459
+ static CLASS_TYPE = SerializedType_Type_Which.CLASS_TYPE;
3460
+ static ENUM = SerializedType_Type_Which.ENUM;
3461
+ static UNION = SerializedType_Type_Which.UNION;
3462
+ static INTERSECTION = SerializedType_Type_Which.INTERSECTION;
3463
+ static ARRAY = SerializedType_Type_Which.ARRAY;
3464
+ static OBJECT_LITERAL = SerializedType_Type_Which.OBJECT_LITERAL;
3465
+ static INDEX_SIGNATURE = SerializedType_Type_Which.INDEX_SIGNATURE;
3466
+ static PROPERTY_SIGNATURE = SerializedType_Type_Which.PROPERTY_SIGNATURE;
3467
+ static METHOD_SIGNATURE = SerializedType_Type_Which.METHOD_SIGNATURE;
3468
+ static TYPE_PARAMETER = SerializedType_Type_Which.TYPE_PARAMETER;
3469
+ static INFER = SerializedType_Type_Which.INFER;
3470
+ static TUPLE = SerializedType_Type_Which.TUPLE;
3471
+ static TUPLE_MEMBER = SerializedType_Type_Which.TUPLE_MEMBER;
3472
+ static REST = SerializedType_Type_Which.REST;
3473
+ static OTHER = SerializedType_Type_Which.OTHER;
3474
+ static _capnp = {
3475
+ displayName: "type",
3476
+ id: "c677d7ed4a496eab",
3477
+ size: new $__namespace.ObjectSize(8, 1)
3478
+ };
3479
+ _adoptSimple(value) {
3480
+ $__namespace.utils.setUint16(0, 0, this);
3481
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3482
+ }
3483
+ _disownSimple() {
3484
+ return $__namespace.utils.disown(this.simple);
3485
+ }
3486
+ get simple() {
3487
+ $__namespace.utils.testWhich("simple", $__namespace.utils.getUint16(0, this), 0, this);
3488
+ return $__namespace.utils.getStruct(0, SimpleSerializedType, this);
3489
+ }
3490
+ _hasSimple() {
3491
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3492
+ }
3493
+ _initSimple() {
3494
+ $__namespace.utils.setUint16(0, 0, this);
3495
+ return $__namespace.utils.initStructAt(0, SimpleSerializedType, this);
3496
+ }
3497
+ get _isSimple() {
3498
+ return $__namespace.utils.getUint16(0, this) === 0;
3499
+ }
3500
+ set simple(value) {
3501
+ $__namespace.utils.setUint16(0, 0, this);
3502
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3503
+ }
3504
+ _adoptLiteral(value) {
3505
+ $__namespace.utils.setUint16(0, 1, this);
3506
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3507
+ }
3508
+ _disownLiteral() {
3509
+ return $__namespace.utils.disown(this.literal);
3510
+ }
3511
+ get literal() {
3512
+ $__namespace.utils.testWhich("literal", $__namespace.utils.getUint16(0, this), 1, this);
3513
+ return $__namespace.utils.getStruct(0, SerializedTypeLiteral, this);
3514
+ }
3515
+ _hasLiteral() {
3516
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3517
+ }
3518
+ _initLiteral() {
3519
+ $__namespace.utils.setUint16(0, 1, this);
3520
+ return $__namespace.utils.initStructAt(0, SerializedTypeLiteral, this);
3521
+ }
3522
+ get _isLiteral() {
3523
+ return $__namespace.utils.getUint16(0, this) === 1;
3524
+ }
3525
+ set literal(value) {
3526
+ $__namespace.utils.setUint16(0, 1, this);
3527
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3528
+ }
3529
+ _adoptTemplateLiteral(value) {
3530
+ $__namespace.utils.setUint16(0, 2, this);
3531
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3532
+ }
3533
+ _disownTemplateLiteral() {
3534
+ return $__namespace.utils.disown(this.templateLiteral);
3535
+ }
3536
+ get templateLiteral() {
3537
+ $__namespace.utils.testWhich("templateLiteral", $__namespace.utils.getUint16(0, this), 2, this);
3538
+ return $__namespace.utils.getStruct(0, SerializedTypeTemplateLiteral, this);
3539
+ }
3540
+ _hasTemplateLiteral() {
3541
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3542
+ }
3543
+ _initTemplateLiteral() {
3544
+ $__namespace.utils.setUint16(0, 2, this);
3545
+ return $__namespace.utils.initStructAt(0, SerializedTypeTemplateLiteral, this);
3546
+ }
3547
+ get _isTemplateLiteral() {
3548
+ return $__namespace.utils.getUint16(0, this) === 2;
3549
+ }
3550
+ set templateLiteral(value) {
3551
+ $__namespace.utils.setUint16(0, 2, this);
3552
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3553
+ }
3554
+ _adoptParameter(value) {
3555
+ $__namespace.utils.setUint16(0, 3, this);
3556
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3557
+ }
3558
+ _disownParameter() {
3559
+ return $__namespace.utils.disown(this.parameter);
3560
+ }
3561
+ get parameter() {
3562
+ $__namespace.utils.testWhich("parameter", $__namespace.utils.getUint16(0, this), 3, this);
3563
+ return $__namespace.utils.getStruct(0, SerializedTypeParameter, this);
3564
+ }
3565
+ _hasParameter() {
3566
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3567
+ }
3568
+ _initParameter() {
3569
+ $__namespace.utils.setUint16(0, 3, this);
3570
+ return $__namespace.utils.initStructAt(0, SerializedTypeParameter, this);
3571
+ }
3572
+ get _isParameter() {
3573
+ return $__namespace.utils.getUint16(0, this) === 3;
3574
+ }
3575
+ set parameter(value) {
3576
+ $__namespace.utils.setUint16(0, 3, this);
3577
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3578
+ }
3579
+ _adoptFunction(value) {
3580
+ $__namespace.utils.setUint16(0, 4, this);
3581
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3582
+ }
3583
+ _disownFunction() {
3584
+ return $__namespace.utils.disown(this.function);
3585
+ }
3586
+ get function() {
3587
+ $__namespace.utils.testWhich("function", $__namespace.utils.getUint16(0, this), 4, this);
3588
+ return $__namespace.utils.getStruct(0, SerializedTypeFunction, this);
3589
+ }
3590
+ _hasFunction() {
3591
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3592
+ }
3593
+ _initFunction() {
3594
+ $__namespace.utils.setUint16(0, 4, this);
3595
+ return $__namespace.utils.initStructAt(0, SerializedTypeFunction, this);
3596
+ }
3597
+ get _isFunction() {
3598
+ return $__namespace.utils.getUint16(0, this) === 4;
3599
+ }
3600
+ set function(value) {
3601
+ $__namespace.utils.setUint16(0, 4, this);
3602
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3603
+ }
3604
+ _adoptMethod(value) {
3605
+ $__namespace.utils.setUint16(0, 5, this);
3606
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3607
+ }
3608
+ _disownMethod() {
3609
+ return $__namespace.utils.disown(this.method);
3610
+ }
3611
+ get method() {
3612
+ $__namespace.utils.testWhich("method", $__namespace.utils.getUint16(0, this), 5, this);
3613
+ return $__namespace.utils.getStruct(0, SerializedTypeMethod, this);
3614
+ }
3615
+ _hasMethod() {
3616
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3617
+ }
3618
+ _initMethod() {
3619
+ $__namespace.utils.setUint16(0, 5, this);
3620
+ return $__namespace.utils.initStructAt(0, SerializedTypeMethod, this);
3621
+ }
3622
+ get _isMethod() {
3623
+ return $__namespace.utils.getUint16(0, this) === 5;
3624
+ }
3625
+ set method(value) {
3626
+ $__namespace.utils.setUint16(0, 5, this);
3627
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3628
+ }
3629
+ _adoptProperty(value) {
3630
+ $__namespace.utils.setUint16(0, 6, this);
3631
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3632
+ }
3633
+ _disownProperty() {
3634
+ return $__namespace.utils.disown(this.property);
3635
+ }
3636
+ get property() {
3637
+ $__namespace.utils.testWhich("property", $__namespace.utils.getUint16(0, this), 6, this);
3638
+ return $__namespace.utils.getStruct(0, SerializedTypeProperty, this);
3639
+ }
3640
+ _hasProperty() {
3641
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3642
+ }
3643
+ _initProperty() {
3644
+ $__namespace.utils.setUint16(0, 6, this);
3645
+ return $__namespace.utils.initStructAt(0, SerializedTypeProperty, this);
3646
+ }
3647
+ get _isProperty() {
3648
+ return $__namespace.utils.getUint16(0, this) === 6;
3649
+ }
3650
+ set property(value) {
3651
+ $__namespace.utils.setUint16(0, 6, this);
3652
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3653
+ }
3654
+ _adoptPromise(value) {
3655
+ $__namespace.utils.setUint16(0, 7, this);
3656
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3657
+ }
3658
+ _disownPromise() {
3659
+ return $__namespace.utils.disown(this.promise);
3660
+ }
3661
+ get promise() {
3662
+ $__namespace.utils.testWhich("promise", $__namespace.utils.getUint16(0, this), 7, this);
3663
+ return $__namespace.utils.getStruct(0, SerializedTypePromise, this);
3664
+ }
3665
+ _hasPromise() {
3666
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3667
+ }
3668
+ _initPromise() {
3669
+ $__namespace.utils.setUint16(0, 7, this);
3670
+ return $__namespace.utils.initStructAt(0, SerializedTypePromise, this);
3671
+ }
3672
+ get _isPromise() {
3673
+ return $__namespace.utils.getUint16(0, this) === 7;
3674
+ }
3675
+ set promise(value) {
3676
+ $__namespace.utils.setUint16(0, 7, this);
3677
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3678
+ }
3679
+ _adoptClassType(value) {
3680
+ $__namespace.utils.setUint16(0, 8, this);
3681
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3682
+ }
3683
+ _disownClassType() {
3684
+ return $__namespace.utils.disown(this.classType);
3685
+ }
3686
+ get classType() {
3687
+ $__namespace.utils.testWhich("classType", $__namespace.utils.getUint16(0, this), 8, this);
3688
+ return $__namespace.utils.getStruct(0, SerializedTypeClassType, this);
3689
+ }
3690
+ _hasClassType() {
3691
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3692
+ }
3693
+ _initClassType() {
3694
+ $__namespace.utils.setUint16(0, 8, this);
3695
+ return $__namespace.utils.initStructAt(0, SerializedTypeClassType, this);
3696
+ }
3697
+ get _isClassType() {
3698
+ return $__namespace.utils.getUint16(0, this) === 8;
3699
+ }
3700
+ set classType(value) {
3701
+ $__namespace.utils.setUint16(0, 8, this);
3702
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3703
+ }
3704
+ _adoptEnum(value) {
3705
+ $__namespace.utils.setUint16(0, 9, this);
3706
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3707
+ }
3708
+ _disownEnum() {
3709
+ return $__namespace.utils.disown(this.enum);
3710
+ }
3711
+ get enum() {
3712
+ $__namespace.utils.testWhich("enum", $__namespace.utils.getUint16(0, this), 9, this);
3713
+ return $__namespace.utils.getStruct(0, SerializedTypeEnum, this);
3714
+ }
3715
+ _hasEnum() {
3716
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3717
+ }
3718
+ _initEnum() {
3719
+ $__namespace.utils.setUint16(0, 9, this);
3720
+ return $__namespace.utils.initStructAt(0, SerializedTypeEnum, this);
3721
+ }
3722
+ get _isEnum() {
3723
+ return $__namespace.utils.getUint16(0, this) === 9;
3724
+ }
3725
+ set enum(value) {
3726
+ $__namespace.utils.setUint16(0, 9, this);
3727
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3728
+ }
3729
+ _adoptUnion(value) {
3730
+ $__namespace.utils.setUint16(0, 10, this);
3731
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3732
+ }
3733
+ _disownUnion() {
3734
+ return $__namespace.utils.disown(this.union);
3735
+ }
3736
+ get union() {
3737
+ $__namespace.utils.testWhich("union", $__namespace.utils.getUint16(0, this), 10, this);
3738
+ return $__namespace.utils.getStruct(0, SerializedTypeUnion, this);
3739
+ }
3740
+ _hasUnion() {
3741
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3742
+ }
3743
+ _initUnion() {
3744
+ $__namespace.utils.setUint16(0, 10, this);
3745
+ return $__namespace.utils.initStructAt(0, SerializedTypeUnion, this);
3746
+ }
3747
+ get _isUnion() {
3748
+ return $__namespace.utils.getUint16(0, this) === 10;
3749
+ }
3750
+ set union(value) {
3751
+ $__namespace.utils.setUint16(0, 10, this);
3752
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3753
+ }
3754
+ _adoptIntersection(value) {
3755
+ $__namespace.utils.setUint16(0, 11, this);
3756
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3757
+ }
3758
+ _disownIntersection() {
3759
+ return $__namespace.utils.disown(this.intersection);
3760
+ }
3761
+ get intersection() {
3762
+ $__namespace.utils.testWhich("intersection", $__namespace.utils.getUint16(0, this), 11, this);
3763
+ return $__namespace.utils.getStruct(0, SerializedTypeIntersection, this);
3764
+ }
3765
+ _hasIntersection() {
3766
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3767
+ }
3768
+ _initIntersection() {
3769
+ $__namespace.utils.setUint16(0, 11, this);
3770
+ return $__namespace.utils.initStructAt(0, SerializedTypeIntersection, this);
3771
+ }
3772
+ get _isIntersection() {
3773
+ return $__namespace.utils.getUint16(0, this) === 11;
3774
+ }
3775
+ set intersection(value) {
3776
+ $__namespace.utils.setUint16(0, 11, this);
3777
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3778
+ }
3779
+ _adoptArray(value) {
3780
+ $__namespace.utils.setUint16(0, 12, this);
3781
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3782
+ }
3783
+ _disownArray() {
3784
+ return $__namespace.utils.disown(this.array);
3785
+ }
3786
+ get array() {
3787
+ $__namespace.utils.testWhich("array", $__namespace.utils.getUint16(0, this), 12, this);
3788
+ return $__namespace.utils.getStruct(0, SerializedTypeArray, this);
3789
+ }
3790
+ _hasArray() {
3791
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3792
+ }
3793
+ _initArray() {
3794
+ $__namespace.utils.setUint16(0, 12, this);
3795
+ return $__namespace.utils.initStructAt(0, SerializedTypeArray, this);
3796
+ }
3797
+ get _isArray() {
3798
+ return $__namespace.utils.getUint16(0, this) === 12;
3799
+ }
3800
+ set array(value) {
3801
+ $__namespace.utils.setUint16(0, 12, this);
3802
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3803
+ }
3804
+ _adoptObjectLiteral(value) {
3805
+ $__namespace.utils.setUint16(0, 13, this);
3806
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3807
+ }
3808
+ _disownObjectLiteral() {
3809
+ return $__namespace.utils.disown(this.objectLiteral);
3810
+ }
3811
+ get objectLiteral() {
3812
+ $__namespace.utils.testWhich("objectLiteral", $__namespace.utils.getUint16(0, this), 13, this);
3813
+ return $__namespace.utils.getStruct(0, SerializedTypeObjectLiteral, this);
3814
+ }
3815
+ _hasObjectLiteral() {
3816
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3817
+ }
3818
+ _initObjectLiteral() {
3819
+ $__namespace.utils.setUint16(0, 13, this);
3820
+ return $__namespace.utils.initStructAt(0, SerializedTypeObjectLiteral, this);
3821
+ }
3822
+ get _isObjectLiteral() {
3823
+ return $__namespace.utils.getUint16(0, this) === 13;
3824
+ }
3825
+ set objectLiteral(value) {
3826
+ $__namespace.utils.setUint16(0, 13, this);
3827
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3828
+ }
3829
+ _adoptIndexSignature(value) {
3830
+ $__namespace.utils.setUint16(0, 14, this);
3831
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3832
+ }
3833
+ _disownIndexSignature() {
3834
+ return $__namespace.utils.disown(this.indexSignature);
3835
+ }
3836
+ get indexSignature() {
3837
+ $__namespace.utils.testWhich("indexSignature", $__namespace.utils.getUint16(0, this), 14, this);
3838
+ return $__namespace.utils.getStruct(0, SerializedTypeIndexSignature, this);
3839
+ }
3840
+ _hasIndexSignature() {
3841
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3842
+ }
3843
+ _initIndexSignature() {
3844
+ $__namespace.utils.setUint16(0, 14, this);
3845
+ return $__namespace.utils.initStructAt(0, SerializedTypeIndexSignature, this);
3846
+ }
3847
+ get _isIndexSignature() {
3848
+ return $__namespace.utils.getUint16(0, this) === 14;
3849
+ }
3850
+ set indexSignature(value) {
3851
+ $__namespace.utils.setUint16(0, 14, this);
3852
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3853
+ }
3854
+ _adoptPropertySignature(value) {
3855
+ $__namespace.utils.setUint16(0, 15, this);
3856
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3857
+ }
3858
+ _disownPropertySignature() {
3859
+ return $__namespace.utils.disown(this.propertySignature);
3860
+ }
3861
+ get propertySignature() {
3862
+ $__namespace.utils.testWhich("propertySignature", $__namespace.utils.getUint16(0, this), 15, this);
3863
+ return $__namespace.utils.getStruct(0, SerializedTypePropertySignature, this);
3864
+ }
3865
+ _hasPropertySignature() {
3866
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3867
+ }
3868
+ _initPropertySignature() {
3869
+ $__namespace.utils.setUint16(0, 15, this);
3870
+ return $__namespace.utils.initStructAt(0, SerializedTypePropertySignature, this);
3871
+ }
3872
+ get _isPropertySignature() {
3873
+ return $__namespace.utils.getUint16(0, this) === 15;
3874
+ }
3875
+ set propertySignature(value) {
3876
+ $__namespace.utils.setUint16(0, 15, this);
3877
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3878
+ }
3879
+ _adoptMethodSignature(value) {
3880
+ $__namespace.utils.setUint16(0, 16, this);
3881
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3882
+ }
3883
+ _disownMethodSignature() {
3884
+ return $__namespace.utils.disown(this.methodSignature);
3885
+ }
3886
+ get methodSignature() {
3887
+ $__namespace.utils.testWhich("methodSignature", $__namespace.utils.getUint16(0, this), 16, this);
3888
+ return $__namespace.utils.getStruct(0, SerializedTypeMethodSignature, this);
3889
+ }
3890
+ _hasMethodSignature() {
3891
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3892
+ }
3893
+ _initMethodSignature() {
3894
+ $__namespace.utils.setUint16(0, 16, this);
3895
+ return $__namespace.utils.initStructAt(0, SerializedTypeMethodSignature, this);
3896
+ }
3897
+ get _isMethodSignature() {
3898
+ return $__namespace.utils.getUint16(0, this) === 16;
3899
+ }
3900
+ set methodSignature(value) {
3901
+ $__namespace.utils.setUint16(0, 16, this);
3902
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3903
+ }
3904
+ _adoptTypeParameter(value) {
3905
+ $__namespace.utils.setUint16(0, 17, this);
3906
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3907
+ }
3908
+ _disownTypeParameter() {
3909
+ return $__namespace.utils.disown(this.typeParameter);
3910
+ }
3911
+ get typeParameter() {
3912
+ $__namespace.utils.testWhich("typeParameter", $__namespace.utils.getUint16(0, this), 17, this);
3913
+ return $__namespace.utils.getStruct(0, SerializedTypeTypeParameter, this);
3914
+ }
3915
+ _hasTypeParameter() {
3916
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3917
+ }
3918
+ _initTypeParameter() {
3919
+ $__namespace.utils.setUint16(0, 17, this);
3920
+ return $__namespace.utils.initStructAt(0, SerializedTypeTypeParameter, this);
3921
+ }
3922
+ get _isTypeParameter() {
3923
+ return $__namespace.utils.getUint16(0, this) === 17;
3924
+ }
3925
+ set typeParameter(value) {
3926
+ $__namespace.utils.setUint16(0, 17, this);
3927
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3928
+ }
3929
+ _adoptInfer(value) {
3930
+ $__namespace.utils.setUint16(0, 18, this);
3931
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3932
+ }
3933
+ _disownInfer() {
3934
+ return $__namespace.utils.disown(this.infer);
3935
+ }
3936
+ get infer() {
3937
+ $__namespace.utils.testWhich("infer", $__namespace.utils.getUint16(0, this), 18, this);
3938
+ return $__namespace.utils.getStruct(0, SerializedTypeInfer, this);
3939
+ }
3940
+ _hasInfer() {
3941
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3942
+ }
3943
+ _initInfer() {
3944
+ $__namespace.utils.setUint16(0, 18, this);
3945
+ return $__namespace.utils.initStructAt(0, SerializedTypeInfer, this);
3946
+ }
3947
+ get _isInfer() {
3948
+ return $__namespace.utils.getUint16(0, this) === 18;
3949
+ }
3950
+ set infer(value) {
3951
+ $__namespace.utils.setUint16(0, 18, this);
3952
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3953
+ }
3954
+ _adoptTuple(value) {
3955
+ $__namespace.utils.setUint16(0, 19, this);
3956
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3957
+ }
3958
+ _disownTuple() {
3959
+ return $__namespace.utils.disown(this.tuple);
3960
+ }
3961
+ get tuple() {
3962
+ $__namespace.utils.testWhich("tuple", $__namespace.utils.getUint16(0, this), 19, this);
3963
+ return $__namespace.utils.getStruct(0, SerializedTypeTuple, this);
3964
+ }
3965
+ _hasTuple() {
3966
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3967
+ }
3968
+ _initTuple() {
3969
+ $__namespace.utils.setUint16(0, 19, this);
3970
+ return $__namespace.utils.initStructAt(0, SerializedTypeTuple, this);
3971
+ }
3972
+ get _isTuple() {
3973
+ return $__namespace.utils.getUint16(0, this) === 19;
3974
+ }
3975
+ set tuple(value) {
3976
+ $__namespace.utils.setUint16(0, 19, this);
3977
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
3978
+ }
3979
+ _adoptTupleMember(value) {
3980
+ $__namespace.utils.setUint16(0, 20, this);
3981
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
3982
+ }
3983
+ _disownTupleMember() {
3984
+ return $__namespace.utils.disown(this.tupleMember);
3985
+ }
3986
+ get tupleMember() {
3987
+ $__namespace.utils.testWhich("tupleMember", $__namespace.utils.getUint16(0, this), 20, this);
3988
+ return $__namespace.utils.getStruct(0, SerializedTypeTupleMember, this);
3989
+ }
3990
+ _hasTupleMember() {
3991
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
3992
+ }
3993
+ _initTupleMember() {
3994
+ $__namespace.utils.setUint16(0, 20, this);
3995
+ return $__namespace.utils.initStructAt(0, SerializedTypeTupleMember, this);
3996
+ }
3997
+ get _isTupleMember() {
3998
+ return $__namespace.utils.getUint16(0, this) === 20;
3999
+ }
4000
+ set tupleMember(value) {
4001
+ $__namespace.utils.setUint16(0, 20, this);
4002
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
4003
+ }
4004
+ _adoptRest(value) {
4005
+ $__namespace.utils.setUint16(0, 21, this);
4006
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
4007
+ }
4008
+ _disownRest() {
4009
+ return $__namespace.utils.disown(this.rest);
4010
+ }
4011
+ get rest() {
4012
+ $__namespace.utils.testWhich("rest", $__namespace.utils.getUint16(0, this), 21, this);
4013
+ return $__namespace.utils.getStruct(0, SerializedTypeRest, this);
4014
+ }
4015
+ _hasRest() {
4016
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
4017
+ }
4018
+ _initRest() {
4019
+ $__namespace.utils.setUint16(0, 21, this);
4020
+ return $__namespace.utils.initStructAt(0, SerializedTypeRest, this);
4021
+ }
4022
+ get _isRest() {
4023
+ return $__namespace.utils.getUint16(0, this) === 21;
4024
+ }
4025
+ set rest(value) {
4026
+ $__namespace.utils.setUint16(0, 21, this);
4027
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
4028
+ }
4029
+ _adoptOther(value) {
4030
+ $__namespace.utils.setUint16(0, 22, this);
4031
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
4032
+ }
4033
+ _disownOther() {
4034
+ return $__namespace.utils.disown(this.other);
4035
+ }
4036
+ /**
4037
+ * For any other type that is not explicitly defined
4038
+ *
4039
+ */
4040
+ get other() {
4041
+ $__namespace.utils.testWhich("other", $__namespace.utils.getUint16(0, this), 22, this);
4042
+ return $__namespace.utils.getStruct(0, SerializedTypeOther, this);
4043
+ }
4044
+ _hasOther() {
4045
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
4046
+ }
4047
+ _initOther() {
4048
+ $__namespace.utils.setUint16(0, 22, this);
4049
+ return $__namespace.utils.initStructAt(0, SerializedTypeOther, this);
4050
+ }
4051
+ get _isOther() {
4052
+ return $__namespace.utils.getUint16(0, this) === 22;
4053
+ }
4054
+ set other(value) {
4055
+ $__namespace.utils.setUint16(0, 22, this);
4056
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
4057
+ }
4058
+ toString() {
4059
+ return "SerializedType_Type_" + super.toString();
4060
+ }
4061
+ which() {
4062
+ return $__namespace.utils.getUint16(0, this);
4063
+ }
4064
+ };
4065
+ var SerializedType = class extends $__namespace.Struct {
4066
+ static {
4067
+ __name(this, "SerializedType");
4068
+ }
4069
+ static _capnp = {
4070
+ displayName: "SerializedType",
4071
+ id: "96856dcc2dd3d58f",
4072
+ size: new $__namespace.ObjectSize(8, 1)
4073
+ };
4074
+ get type() {
4075
+ return $__namespace.utils.getAs(SerializedType_Type, this);
4076
+ }
4077
+ _initType() {
4078
+ return $__namespace.utils.getAs(SerializedType_Type, this);
4079
+ }
4080
+ toString() {
4081
+ return "SerializedType_" + super.toString();
4082
+ }
4083
+ };
4084
+ var SerializedTypes = class _SerializedTypes extends $__namespace.Struct {
4085
+ static {
4086
+ __name(this, "SerializedTypes");
4087
+ }
4088
+ static _capnp = {
4089
+ displayName: "SerializedTypes",
4090
+ id: "ac55398ab0ef4958",
4091
+ size: new $__namespace.ObjectSize(0, 1)
4092
+ };
4093
+ static _Types;
4094
+ _adoptTypes(value) {
4095
+ $__namespace.utils.adopt(value, $__namespace.utils.getPointer(0, this));
4096
+ }
4097
+ _disownTypes() {
4098
+ return $__namespace.utils.disown(this.types);
4099
+ }
4100
+ get types() {
4101
+ return $__namespace.utils.getList(0, _SerializedTypes._Types, this);
4102
+ }
4103
+ _hasTypes() {
4104
+ return !$__namespace.utils.isNull($__namespace.utils.getPointer(0, this));
4105
+ }
4106
+ _initTypes(length) {
4107
+ return $__namespace.utils.initList(0, _SerializedTypes._Types, length, this);
4108
+ }
4109
+ set types(value) {
4110
+ $__namespace.utils.copyFrom(value, $__namespace.utils.getPointer(0, this));
4111
+ }
4112
+ toString() {
4113
+ return "SerializedTypes_" + super.toString();
4114
+ }
4115
+ };
4116
+ EntityOptions._Indexes = $__namespace.CompositeList(EntityOptions_EntityIndexOptions);
4117
+ SerializedTypeObjectLiteral._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4118
+ SerializedTypeObjectLiteral._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4119
+ SerializedTypeObjectLiteral._Types = $__namespace.CompositeList(SerializedTypeReference);
4120
+ SerializedTypeClassType._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4121
+ SerializedTypeClassType._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4122
+ SerializedTypeClassType._ExtendsArguments = $__namespace.CompositeList(SerializedTypeReference);
4123
+ SerializedTypeClassType._Arguments = $__namespace.CompositeList(SerializedTypeReference);
4124
+ SerializedTypeClassType._Types = $__namespace.CompositeList(SerializedTypeReference);
4125
+ SerializedTypeParameter._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4126
+ SerializedTypeParameter._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4127
+ SerializedTypeMethod._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4128
+ SerializedTypeMethod._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4129
+ SerializedTypeMethod._Parameters = $__namespace.CompositeList(SerializedTypeParameter);
4130
+ SerializedTypeProperty._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4131
+ SerializedTypeProperty._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4132
+ SerializedTypeFunction._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4133
+ SerializedTypeFunction._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4134
+ SerializedTypeFunction._Parameters = $__namespace.CompositeList(SerializedTypeParameter);
4135
+ SerializedTypePromise._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4136
+ SerializedTypePromise._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4137
+ SerializedTypeEnum._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4138
+ SerializedTypeEnum._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4139
+ SerializedTypeEnum._EnumEntries = $__namespace.CompositeList(SerializedTypeEnumEntry);
4140
+ SerializedTypeUnion._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4141
+ SerializedTypeUnion._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4142
+ SerializedTypeUnion._Types = $__namespace.CompositeList(SerializedTypeReference);
4143
+ SerializedTypeIntersection._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4144
+ SerializedTypeIntersection._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4145
+ SerializedTypeIntersection._Types = $__namespace.CompositeList(SerializedTypeReference);
4146
+ SerializedTypeArray._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4147
+ SerializedTypeArray._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4148
+ SerializedTypeIndexSignature._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4149
+ SerializedTypeIndexSignature._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4150
+ SerializedTypePropertySignature._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4151
+ SerializedTypePropertySignature._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4152
+ SerializedTypeMethodSignature._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4153
+ SerializedTypeMethodSignature._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4154
+ SerializedTypeMethodSignature._Parameters = $__namespace.CompositeList(SerializedTypeParameter);
4155
+ SerializedTypeTypeParameter._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4156
+ SerializedTypeTypeParameter._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4157
+ SerializedTypeInfer._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4158
+ SerializedTypeInfer._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4159
+ SerializedTypeTupleMember._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4160
+ SerializedTypeTupleMember._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4161
+ SerializedTypeTuple._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4162
+ SerializedTypeTuple._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4163
+ SerializedTypeTuple._Types = $__namespace.CompositeList(SerializedTypeTupleMember);
4164
+ SerializedTypeRest._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4165
+ SerializedTypeRest._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4166
+ SimpleSerializedType._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4167
+ SimpleSerializedType._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4168
+ SerializedTypeLiteral._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4169
+ SerializedTypeLiteral._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4170
+ SerializedTypeTemplateLiteral._TypeArguments = $__namespace.CompositeList(SerializedTypeReference);
4171
+ SerializedTypeTemplateLiteral._Decorators = $__namespace.CompositeList(SerializedTypeReference);
4172
+ SerializedTypeTemplateLiteral._Types = $__namespace.CompositeList(SerializedTypeReference);
4173
+ SerializedTypes._Types = $__namespace.CompositeList(SerializedType);
4174
+
4175
+ exports.DefaultValueReflection = DefaultValueReflection;
4176
+ exports.DefaultValueReflection_Value = DefaultValueReflection_Value;
4177
+ exports.DefaultValueReflection_Value_Which = DefaultValueReflection_Value_Which;
4178
+ exports.EntityOptions = EntityOptions;
4179
+ exports.EntityOptions_EntityIndexOptions = EntityOptions_EntityIndexOptions;
4180
+ exports.IndexAccessOrigin = IndexAccessOrigin;
4181
+ exports.ReflectionKind = ReflectionKind;
4182
+ exports.ReflectionVisibility = ReflectionVisibility;
4183
+ exports.SerializedType = SerializedType;
4184
+ exports.SerializedTypeArray = SerializedTypeArray;
4185
+ exports.SerializedTypeClassType = SerializedTypeClassType;
4186
+ exports.SerializedTypeEnum = SerializedTypeEnum;
4187
+ exports.SerializedTypeEnumEntry = SerializedTypeEnumEntry;
4188
+ exports.SerializedTypeFunction = SerializedTypeFunction;
4189
+ exports.SerializedTypeIndexSignature = SerializedTypeIndexSignature;
4190
+ exports.SerializedTypeInfer = SerializedTypeInfer;
4191
+ exports.SerializedTypeIntersection = SerializedTypeIntersection;
4192
+ exports.SerializedTypeLiteral = SerializedTypeLiteral;
4193
+ exports.SerializedTypeLiteralBigInt = SerializedTypeLiteralBigInt;
4194
+ exports.SerializedTypeLiteralRegex = SerializedTypeLiteralRegex;
4195
+ exports.SerializedTypeLiteralSymbol = SerializedTypeLiteralSymbol;
4196
+ exports.SerializedTypeLiteral_Literal = SerializedTypeLiteral_Literal;
4197
+ exports.SerializedTypeLiteral_Literal_Which = SerializedTypeLiteral_Literal_Which;
4198
+ exports.SerializedTypeMethod = SerializedTypeMethod;
4199
+ exports.SerializedTypeMethodSignature = SerializedTypeMethodSignature;
4200
+ exports.SerializedTypeObjectLiteral = SerializedTypeObjectLiteral;
4201
+ exports.SerializedTypeOther = SerializedTypeOther;
4202
+ exports.SerializedTypeParameter = SerializedTypeParameter;
4203
+ exports.SerializedTypePromise = SerializedTypePromise;
4204
+ exports.SerializedTypeProperty = SerializedTypeProperty;
4205
+ exports.SerializedTypePropertySignature = SerializedTypePropertySignature;
4206
+ exports.SerializedTypeReference = SerializedTypeReference;
4207
+ exports.SerializedTypeRest = SerializedTypeRest;
4208
+ exports.SerializedTypeTemplateLiteral = SerializedTypeTemplateLiteral;
4209
+ exports.SerializedTypeTuple = SerializedTypeTuple;
4210
+ exports.SerializedTypeTupleMember = SerializedTypeTupleMember;
4211
+ exports.SerializedTypeTypeParameter = SerializedTypeTypeParameter;
4212
+ exports.SerializedTypeUnion = SerializedTypeUnion;
4213
+ exports.SerializedType_Type = SerializedType_Type;
4214
+ exports.SerializedType_Type_Which = SerializedType_Type_Which;
4215
+ exports.SerializedTypes = SerializedTypes;
4216
+ exports.SimpleSerializedType = SimpleSerializedType;
4217
+ exports.TagsReflection = TagsReflection;
4218
+ exports._capnpFileId = _capnpFileId;