| Index: pkg/analyzer/lib/src/summary/format.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/format.dart b/pkg/analyzer/lib/src/summary/format.dart
|
| index a595343127a9cdacfe3f0245f30e3d39c47adc69..3cb1164c1c7fccf2956b3fe229a074cc1cb8a7cb 100644
|
| --- a/pkg/analyzer/lib/src/summary/format.dart
|
| +++ b/pkg/analyzer/lib/src/summary/format.dart
|
| @@ -205,19 +205,19 @@ class EntityRefBuilder extends Object with _EntityRefMixin implements idl.Entity
|
| }
|
| fbBuilder.startTable();
|
| if (offset_implicitFunctionTypeIndices != null) {
|
| - fbBuilder.addOffset(0, offset_implicitFunctionTypeIndices);
|
| + fbBuilder.addOffset(4, offset_implicitFunctionTypeIndices);
|
| }
|
| if (_paramReference != null && _paramReference != 0) {
|
| - fbBuilder.addUint32(1, _paramReference);
|
| + fbBuilder.addUint32(3, _paramReference);
|
| }
|
| if (_reference != null && _reference != 0) {
|
| - fbBuilder.addUint32(2, _reference);
|
| + fbBuilder.addUint32(0, _reference);
|
| }
|
| if (_slot != null && _slot != 0) {
|
| - fbBuilder.addUint32(3, _slot);
|
| + fbBuilder.addUint32(2, _slot);
|
| }
|
| if (offset_typeArguments != null) {
|
| - fbBuilder.addOffset(4, offset_typeArguments);
|
| + fbBuilder.addOffset(1, offset_typeArguments);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -243,31 +243,31 @@ class _EntityRefImpl extends Object with _EntityRefMixin implements idl.EntityRe
|
|
|
| @override
|
| List<int> get implicitFunctionTypeIndices {
|
| - _implicitFunctionTypeIndices ??= const fb.ListReader<int>(const fb.Uint32Reader()).vTableGet(_bp, 0, const <int>[]);
|
| + _implicitFunctionTypeIndices ??= const fb.ListReader<int>(const fb.Uint32Reader()).vTableGet(_bp, 4, const <int>[]);
|
| return _implicitFunctionTypeIndices;
|
| }
|
|
|
| @override
|
| int get paramReference {
|
| - _paramReference ??= const fb.Uint32Reader().vTableGet(_bp, 1, 0);
|
| + _paramReference ??= const fb.Uint32Reader().vTableGet(_bp, 3, 0);
|
| return _paramReference;
|
| }
|
|
|
| @override
|
| int get reference {
|
| - _reference ??= const fb.Uint32Reader().vTableGet(_bp, 2, 0);
|
| + _reference ??= const fb.Uint32Reader().vTableGet(_bp, 0, 0);
|
| return _reference;
|
| }
|
|
|
| @override
|
| int get slot {
|
| - _slot ??= const fb.Uint32Reader().vTableGet(_bp, 3, 0);
|
| + _slot ??= const fb.Uint32Reader().vTableGet(_bp, 2, 0);
|
| return _slot;
|
| }
|
|
|
| @override
|
| List<idl.EntityRef> get typeArguments {
|
| - _typeArguments ??= const fb.ListReader<idl.EntityRef>(const _EntityRefReader()).vTableGet(_bp, 4, const <idl.EntityRef>[]);
|
| + _typeArguments ??= const fb.ListReader<idl.EntityRef>(const _EntityRefReader()).vTableGet(_bp, 1, const <idl.EntityRef>[]);
|
| return _typeArguments;
|
| }
|
| }
|
| @@ -333,10 +333,10 @@ class LinkedDependencyBuilder extends Object with _LinkedDependencyMixin impleme
|
| }
|
| fbBuilder.startTable();
|
| if (offset_parts != null) {
|
| - fbBuilder.addOffset(0, offset_parts);
|
| + fbBuilder.addOffset(1, offset_parts);
|
| }
|
| if (offset_uri != null) {
|
| - fbBuilder.addOffset(1, offset_uri);
|
| + fbBuilder.addOffset(0, offset_uri);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -359,13 +359,13 @@ class _LinkedDependencyImpl extends Object with _LinkedDependencyMixin implement
|
|
|
| @override
|
| List<String> get parts {
|
| - _parts ??= const fb.ListReader<String>(const fb.StringReader()).vTableGet(_bp, 0, const <String>[]);
|
| + _parts ??= const fb.ListReader<String>(const fb.StringReader()).vTableGet(_bp, 1, const <String>[]);
|
| return _parts;
|
| }
|
|
|
| @override
|
| String get uri {
|
| - _uri ??= const fb.StringReader().vTableGet(_bp, 1, '');
|
| + _uri ??= const fb.StringReader().vTableGet(_bp, 0, '');
|
| return _uri;
|
| }
|
| }
|
| @@ -455,13 +455,13 @@ class LinkedExportNameBuilder extends Object with _LinkedExportNameMixin impleme
|
| fbBuilder.addUint32(0, _dependency);
|
| }
|
| if (_kind != null && _kind != idl.ReferenceKind.classOrEnum) {
|
| - fbBuilder.addUint32(1, _kind.index);
|
| + fbBuilder.addUint32(3, _kind.index);
|
| }
|
| if (offset_name != null) {
|
| - fbBuilder.addOffset(2, offset_name);
|
| + fbBuilder.addOffset(1, offset_name);
|
| }
|
| if (_unit != null && _unit != 0) {
|
| - fbBuilder.addUint32(3, _unit);
|
| + fbBuilder.addUint32(2, _unit);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -492,19 +492,19 @@ class _LinkedExportNameImpl extends Object with _LinkedExportNameMixin implement
|
|
|
| @override
|
| idl.ReferenceKind get kind {
|
| - _kind ??= const _ReferenceKindReader().vTableGet(_bp, 1, idl.ReferenceKind.classOrEnum);
|
| + _kind ??= const _ReferenceKindReader().vTableGet(_bp, 3, idl.ReferenceKind.classOrEnum);
|
| return _kind;
|
| }
|
|
|
| @override
|
| String get name {
|
| - _name ??= const fb.StringReader().vTableGet(_bp, 2, '');
|
| + _name ??= const fb.StringReader().vTableGet(_bp, 1, '');
|
| return _name;
|
| }
|
|
|
| @override
|
| int get unit {
|
| - _unit ??= const fb.Uint32Reader().vTableGet(_bp, 3, 0);
|
| + _unit ??= const fb.Uint32Reader().vTableGet(_bp, 2, 0);
|
| return _unit;
|
| }
|
| }
|
| @@ -644,16 +644,16 @@ class LinkedLibraryBuilder extends Object with _LinkedLibraryMixin implements id
|
| fbBuilder.addOffset(0, offset_dependencies);
|
| }
|
| if (offset_exportNames != null) {
|
| - fbBuilder.addOffset(1, offset_exportNames);
|
| + fbBuilder.addOffset(4, offset_exportNames);
|
| }
|
| if (offset_importDependencies != null) {
|
| - fbBuilder.addOffset(2, offset_importDependencies);
|
| + fbBuilder.addOffset(1, offset_importDependencies);
|
| }
|
| if (_numPrelinkedDependencies != null && _numPrelinkedDependencies != 0) {
|
| - fbBuilder.addUint32(3, _numPrelinkedDependencies);
|
| + fbBuilder.addUint32(2, _numPrelinkedDependencies);
|
| }
|
| if (offset_units != null) {
|
| - fbBuilder.addOffset(4, offset_units);
|
| + fbBuilder.addOffset(3, offset_units);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -690,25 +690,25 @@ class _LinkedLibraryImpl extends Object with _LinkedLibraryMixin implements idl.
|
|
|
| @override
|
| List<idl.LinkedExportName> get exportNames {
|
| - _exportNames ??= const fb.ListReader<idl.LinkedExportName>(const _LinkedExportNameReader()).vTableGet(_bp, 1, const <idl.LinkedExportName>[]);
|
| + _exportNames ??= const fb.ListReader<idl.LinkedExportName>(const _LinkedExportNameReader()).vTableGet(_bp, 4, const <idl.LinkedExportName>[]);
|
| return _exportNames;
|
| }
|
|
|
| @override
|
| List<int> get importDependencies {
|
| - _importDependencies ??= const fb.ListReader<int>(const fb.Uint32Reader()).vTableGet(_bp, 2, const <int>[]);
|
| + _importDependencies ??= const fb.ListReader<int>(const fb.Uint32Reader()).vTableGet(_bp, 1, const <int>[]);
|
| return _importDependencies;
|
| }
|
|
|
| @override
|
| int get numPrelinkedDependencies {
|
| - _numPrelinkedDependencies ??= const fb.Uint32Reader().vTableGet(_bp, 3, 0);
|
| + _numPrelinkedDependencies ??= const fb.Uint32Reader().vTableGet(_bp, 2, 0);
|
| return _numPrelinkedDependencies;
|
| }
|
|
|
| @override
|
| List<idl.LinkedUnit> get units {
|
| - _units ??= const fb.ListReader<idl.LinkedUnit>(const _LinkedUnitReader()).vTableGet(_bp, 4, const <idl.LinkedUnit>[]);
|
| + _units ??= const fb.ListReader<idl.LinkedUnit>(const _LinkedUnitReader()).vTableGet(_bp, 3, const <idl.LinkedUnit>[]);
|
| return _units;
|
| }
|
| }
|
| @@ -843,7 +843,7 @@ class LinkedReferenceBuilder extends Object with _LinkedReferenceMixin implement
|
| }
|
| fbBuilder.startTable();
|
| if (_containingReference != null && _containingReference != 0) {
|
| - fbBuilder.addUint32(0, _containingReference);
|
| + fbBuilder.addUint32(5, _containingReference);
|
| }
|
| if (_dependency != null && _dependency != 0) {
|
| fbBuilder.addUint32(1, _dependency);
|
| @@ -858,7 +858,7 @@ class LinkedReferenceBuilder extends Object with _LinkedReferenceMixin implement
|
| fbBuilder.addUint32(4, _numTypeParameters);
|
| }
|
| if (_unit != null && _unit != 0) {
|
| - fbBuilder.addUint32(5, _unit);
|
| + fbBuilder.addUint32(0, _unit);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -885,7 +885,7 @@ class _LinkedReferenceImpl extends Object with _LinkedReferenceMixin implements
|
|
|
| @override
|
| int get containingReference {
|
| - _containingReference ??= const fb.Uint32Reader().vTableGet(_bp, 0, 0);
|
| + _containingReference ??= const fb.Uint32Reader().vTableGet(_bp, 5, 0);
|
| return _containingReference;
|
| }
|
|
|
| @@ -915,7 +915,7 @@ class _LinkedReferenceImpl extends Object with _LinkedReferenceMixin implements
|
|
|
| @override
|
| int get unit {
|
| - _unit ??= const fb.Uint32Reader().vTableGet(_bp, 5, 0);
|
| + _unit ??= const fb.Uint32Reader().vTableGet(_bp, 0, 0);
|
| return _unit;
|
| }
|
| }
|
| @@ -1405,43 +1405,43 @@ class UnlinkedClassBuilder extends Object with _UnlinkedClassMixin implements id
|
| }
|
| fbBuilder.startTable();
|
| if (offset_annotations != null) {
|
| - fbBuilder.addOffset(0, offset_annotations);
|
| + fbBuilder.addOffset(5, offset_annotations);
|
| }
|
| if (offset_documentationComment != null) {
|
| - fbBuilder.addOffset(1, offset_documentationComment);
|
| + fbBuilder.addOffset(6, offset_documentationComment);
|
| }
|
| if (offset_executables != null) {
|
| fbBuilder.addOffset(2, offset_executables);
|
| }
|
| if (offset_fields != null) {
|
| - fbBuilder.addOffset(3, offset_fields);
|
| + fbBuilder.addOffset(4, offset_fields);
|
| }
|
| if (_hasNoSupertype == true) {
|
| - fbBuilder.addBool(4, true);
|
| + fbBuilder.addBool(12, true);
|
| }
|
| if (offset_interfaces != null) {
|
| - fbBuilder.addOffset(5, offset_interfaces);
|
| + fbBuilder.addOffset(7, offset_interfaces);
|
| }
|
| if (_isAbstract == true) {
|
| - fbBuilder.addBool(6, true);
|
| + fbBuilder.addBool(8, true);
|
| }
|
| if (_isMixinApplication == true) {
|
| - fbBuilder.addBool(7, true);
|
| + fbBuilder.addBool(11, true);
|
| }
|
| if (offset_mixins != null) {
|
| - fbBuilder.addOffset(8, offset_mixins);
|
| + fbBuilder.addOffset(10, offset_mixins);
|
| }
|
| if (offset_name != null) {
|
| - fbBuilder.addOffset(9, offset_name);
|
| + fbBuilder.addOffset(0, offset_name);
|
| }
|
| if (_nameOffset != null && _nameOffset != 0) {
|
| - fbBuilder.addUint32(10, _nameOffset);
|
| + fbBuilder.addUint32(1, _nameOffset);
|
| }
|
| if (offset_supertype != null) {
|
| - fbBuilder.addOffset(11, offset_supertype);
|
| + fbBuilder.addOffset(3, offset_supertype);
|
| }
|
| if (offset_typeParameters != null) {
|
| - fbBuilder.addOffset(12, offset_typeParameters);
|
| + fbBuilder.addOffset(9, offset_typeParameters);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -1475,13 +1475,13 @@ class _UnlinkedClassImpl extends Object with _UnlinkedClassMixin implements idl.
|
|
|
| @override
|
| List<idl.UnlinkedConst> get annotations {
|
| - _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 0, const <idl.UnlinkedConst>[]);
|
| + _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 5, const <idl.UnlinkedConst>[]);
|
| return _annotations;
|
| }
|
|
|
| @override
|
| idl.UnlinkedDocumentationComment get documentationComment {
|
| - _documentationComment ??= const _UnlinkedDocumentationCommentReader().vTableGet(_bp, 1, null);
|
| + _documentationComment ??= const _UnlinkedDocumentationCommentReader().vTableGet(_bp, 6, null);
|
| return _documentationComment;
|
| }
|
|
|
| @@ -1493,61 +1493,61 @@ class _UnlinkedClassImpl extends Object with _UnlinkedClassMixin implements idl.
|
|
|
| @override
|
| List<idl.UnlinkedVariable> get fields {
|
| - _fields ??= const fb.ListReader<idl.UnlinkedVariable>(const _UnlinkedVariableReader()).vTableGet(_bp, 3, const <idl.UnlinkedVariable>[]);
|
| + _fields ??= const fb.ListReader<idl.UnlinkedVariable>(const _UnlinkedVariableReader()).vTableGet(_bp, 4, const <idl.UnlinkedVariable>[]);
|
| return _fields;
|
| }
|
|
|
| @override
|
| bool get hasNoSupertype {
|
| - _hasNoSupertype ??= const fb.BoolReader().vTableGet(_bp, 4, false);
|
| + _hasNoSupertype ??= const fb.BoolReader().vTableGet(_bp, 12, false);
|
| return _hasNoSupertype;
|
| }
|
|
|
| @override
|
| List<idl.EntityRef> get interfaces {
|
| - _interfaces ??= const fb.ListReader<idl.EntityRef>(const _EntityRefReader()).vTableGet(_bp, 5, const <idl.EntityRef>[]);
|
| + _interfaces ??= const fb.ListReader<idl.EntityRef>(const _EntityRefReader()).vTableGet(_bp, 7, const <idl.EntityRef>[]);
|
| return _interfaces;
|
| }
|
|
|
| @override
|
| bool get isAbstract {
|
| - _isAbstract ??= const fb.BoolReader().vTableGet(_bp, 6, false);
|
| + _isAbstract ??= const fb.BoolReader().vTableGet(_bp, 8, false);
|
| return _isAbstract;
|
| }
|
|
|
| @override
|
| bool get isMixinApplication {
|
| - _isMixinApplication ??= const fb.BoolReader().vTableGet(_bp, 7, false);
|
| + _isMixinApplication ??= const fb.BoolReader().vTableGet(_bp, 11, false);
|
| return _isMixinApplication;
|
| }
|
|
|
| @override
|
| List<idl.EntityRef> get mixins {
|
| - _mixins ??= const fb.ListReader<idl.EntityRef>(const _EntityRefReader()).vTableGet(_bp, 8, const <idl.EntityRef>[]);
|
| + _mixins ??= const fb.ListReader<idl.EntityRef>(const _EntityRefReader()).vTableGet(_bp, 10, const <idl.EntityRef>[]);
|
| return _mixins;
|
| }
|
|
|
| @override
|
| String get name {
|
| - _name ??= const fb.StringReader().vTableGet(_bp, 9, '');
|
| + _name ??= const fb.StringReader().vTableGet(_bp, 0, '');
|
| return _name;
|
| }
|
|
|
| @override
|
| int get nameOffset {
|
| - _nameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 10, 0);
|
| + _nameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 1, 0);
|
| return _nameOffset;
|
| }
|
|
|
| @override
|
| idl.EntityRef get supertype {
|
| - _supertype ??= const _EntityRefReader().vTableGet(_bp, 11, null);
|
| + _supertype ??= const _EntityRefReader().vTableGet(_bp, 3, null);
|
| return _supertype;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedTypeParam> get typeParameters {
|
| - _typeParameters ??= const fb.ListReader<idl.UnlinkedTypeParam>(const _UnlinkedTypeParamReader()).vTableGet(_bp, 12, const <idl.UnlinkedTypeParam>[]);
|
| + _typeParameters ??= const fb.ListReader<idl.UnlinkedTypeParam>(const _UnlinkedTypeParamReader()).vTableGet(_bp, 9, const <idl.UnlinkedTypeParam>[]);
|
| return _typeParameters;
|
| }
|
| }
|
| @@ -1616,10 +1616,10 @@ class UnlinkedCombinatorBuilder extends Object with _UnlinkedCombinatorMixin imp
|
| }
|
| fbBuilder.startTable();
|
| if (offset_hides != null) {
|
| - fbBuilder.addOffset(0, offset_hides);
|
| + fbBuilder.addOffset(1, offset_hides);
|
| }
|
| if (offset_shows != null) {
|
| - fbBuilder.addOffset(1, offset_shows);
|
| + fbBuilder.addOffset(0, offset_shows);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -1642,13 +1642,13 @@ class _UnlinkedCombinatorImpl extends Object with _UnlinkedCombinatorMixin imple
|
|
|
| @override
|
| List<String> get hides {
|
| - _hides ??= const fb.ListReader<String>(const fb.StringReader()).vTableGet(_bp, 0, const <String>[]);
|
| + _hides ??= const fb.ListReader<String>(const fb.StringReader()).vTableGet(_bp, 1, const <String>[]);
|
| return _hides;
|
| }
|
|
|
| @override
|
| List<String> get shows {
|
| - _shows ??= const fb.ListReader<String>(const fb.StringReader()).vTableGet(_bp, 1, const <String>[]);
|
| + _shows ??= const fb.ListReader<String>(const fb.StringReader()).vTableGet(_bp, 0, const <String>[]);
|
| return _shows;
|
| }
|
| }
|
| @@ -1779,22 +1779,22 @@ class UnlinkedConstBuilder extends Object with _UnlinkedConstMixin implements id
|
| }
|
| fbBuilder.startTable();
|
| if (offset_doubles != null) {
|
| - fbBuilder.addOffset(0, offset_doubles);
|
| + fbBuilder.addOffset(4, offset_doubles);
|
| }
|
| if (offset_ints != null) {
|
| fbBuilder.addOffset(1, offset_ints);
|
| }
|
| if (_isInvalid == true) {
|
| - fbBuilder.addBool(2, true);
|
| + fbBuilder.addBool(5, true);
|
| }
|
| if (offset_operations != null) {
|
| - fbBuilder.addOffset(3, offset_operations);
|
| + fbBuilder.addOffset(0, offset_operations);
|
| }
|
| if (offset_references != null) {
|
| - fbBuilder.addOffset(4, offset_references);
|
| + fbBuilder.addOffset(2, offset_references);
|
| }
|
| if (offset_strings != null) {
|
| - fbBuilder.addOffset(5, offset_strings);
|
| + fbBuilder.addOffset(3, offset_strings);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -1821,7 +1821,7 @@ class _UnlinkedConstImpl extends Object with _UnlinkedConstMixin implements idl.
|
|
|
| @override
|
| List<double> get doubles {
|
| - _doubles ??= const fb.Float64ListReader().vTableGet(_bp, 0, const <double>[]);
|
| + _doubles ??= const fb.Float64ListReader().vTableGet(_bp, 4, const <double>[]);
|
| return _doubles;
|
| }
|
|
|
| @@ -1833,25 +1833,25 @@ class _UnlinkedConstImpl extends Object with _UnlinkedConstMixin implements idl.
|
|
|
| @override
|
| bool get isInvalid {
|
| - _isInvalid ??= const fb.BoolReader().vTableGet(_bp, 2, false);
|
| + _isInvalid ??= const fb.BoolReader().vTableGet(_bp, 5, false);
|
| return _isInvalid;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedConstOperation> get operations {
|
| - _operations ??= const fb.ListReader<idl.UnlinkedConstOperation>(const _UnlinkedConstOperationReader()).vTableGet(_bp, 3, const <idl.UnlinkedConstOperation>[]);
|
| + _operations ??= const fb.ListReader<idl.UnlinkedConstOperation>(const _UnlinkedConstOperationReader()).vTableGet(_bp, 0, const <idl.UnlinkedConstOperation>[]);
|
| return _operations;
|
| }
|
|
|
| @override
|
| List<idl.EntityRef> get references {
|
| - _references ??= const fb.ListReader<idl.EntityRef>(const _EntityRefReader()).vTableGet(_bp, 4, const <idl.EntityRef>[]);
|
| + _references ??= const fb.ListReader<idl.EntityRef>(const _EntityRefReader()).vTableGet(_bp, 2, const <idl.EntityRef>[]);
|
| return _references;
|
| }
|
|
|
| @override
|
| List<String> get strings {
|
| - _strings ??= const fb.ListReader<String>(const fb.StringReader()).vTableGet(_bp, 5, const <String>[]);
|
| + _strings ??= const fb.ListReader<String>(const fb.StringReader()).vTableGet(_bp, 3, const <String>[]);
|
| return _strings;
|
| }
|
| }
|
| @@ -1948,7 +1948,7 @@ class UnlinkedConstructorInitializerBuilder extends Object with _UnlinkedConstru
|
| }
|
| fbBuilder.startTable();
|
| if (offset_arguments != null) {
|
| - fbBuilder.addOffset(0, offset_arguments);
|
| + fbBuilder.addOffset(3, offset_arguments);
|
| }
|
| if (offset_expression != null) {
|
| fbBuilder.addOffset(1, offset_expression);
|
| @@ -1957,7 +1957,7 @@ class UnlinkedConstructorInitializerBuilder extends Object with _UnlinkedConstru
|
| fbBuilder.addUint32(2, _kind.index);
|
| }
|
| if (offset_name != null) {
|
| - fbBuilder.addOffset(3, offset_name);
|
| + fbBuilder.addOffset(0, offset_name);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -1982,7 +1982,7 @@ class _UnlinkedConstructorInitializerImpl extends Object with _UnlinkedConstruct
|
|
|
| @override
|
| List<idl.UnlinkedConst> get arguments {
|
| - _arguments ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 0, const <idl.UnlinkedConst>[]);
|
| + _arguments ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 3, const <idl.UnlinkedConst>[]);
|
| return _arguments;
|
| }
|
|
|
| @@ -2000,7 +2000,7 @@ class _UnlinkedConstructorInitializerImpl extends Object with _UnlinkedConstruct
|
|
|
| @override
|
| String get name {
|
| - _name ??= const fb.StringReader().vTableGet(_bp, 3, '');
|
| + _name ??= const fb.StringReader().vTableGet(_bp, 0, '');
|
| return _name;
|
| }
|
| }
|
| @@ -2078,10 +2078,10 @@ class UnlinkedDocumentationCommentBuilder extends Object with _UnlinkedDocumenta
|
| fbBuilder.addUint32(0, _length);
|
| }
|
| if (_offset != null && _offset != 0) {
|
| - fbBuilder.addUint32(1, _offset);
|
| + fbBuilder.addUint32(2, _offset);
|
| }
|
| if (offset_text != null) {
|
| - fbBuilder.addOffset(2, offset_text);
|
| + fbBuilder.addOffset(1, offset_text);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -2111,13 +2111,13 @@ class _UnlinkedDocumentationCommentImpl extends Object with _UnlinkedDocumentati
|
|
|
| @override
|
| int get offset {
|
| - _offset ??= const fb.Uint32Reader().vTableGet(_bp, 1, 0);
|
| + _offset ??= const fb.Uint32Reader().vTableGet(_bp, 2, 0);
|
| return _offset;
|
| }
|
|
|
| @override
|
| String get text {
|
| - _text ??= const fb.StringReader().vTableGet(_bp, 2, '');
|
| + _text ??= const fb.StringReader().vTableGet(_bp, 1, '');
|
| return _text;
|
| }
|
| }
|
| @@ -2225,19 +2225,19 @@ class UnlinkedEnumBuilder extends Object with _UnlinkedEnumMixin implements idl.
|
| }
|
| fbBuilder.startTable();
|
| if (offset_annotations != null) {
|
| - fbBuilder.addOffset(0, offset_annotations);
|
| + fbBuilder.addOffset(4, offset_annotations);
|
| }
|
| if (offset_documentationComment != null) {
|
| - fbBuilder.addOffset(1, offset_documentationComment);
|
| + fbBuilder.addOffset(3, offset_documentationComment);
|
| }
|
| if (offset_name != null) {
|
| - fbBuilder.addOffset(2, offset_name);
|
| + fbBuilder.addOffset(0, offset_name);
|
| }
|
| if (_nameOffset != null && _nameOffset != 0) {
|
| - fbBuilder.addUint32(3, _nameOffset);
|
| + fbBuilder.addUint32(1, _nameOffset);
|
| }
|
| if (offset_values != null) {
|
| - fbBuilder.addOffset(4, offset_values);
|
| + fbBuilder.addOffset(2, offset_values);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -2263,31 +2263,31 @@ class _UnlinkedEnumImpl extends Object with _UnlinkedEnumMixin implements idl.Un
|
|
|
| @override
|
| List<idl.UnlinkedConst> get annotations {
|
| - _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 0, const <idl.UnlinkedConst>[]);
|
| + _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 4, const <idl.UnlinkedConst>[]);
|
| return _annotations;
|
| }
|
|
|
| @override
|
| idl.UnlinkedDocumentationComment get documentationComment {
|
| - _documentationComment ??= const _UnlinkedDocumentationCommentReader().vTableGet(_bp, 1, null);
|
| + _documentationComment ??= const _UnlinkedDocumentationCommentReader().vTableGet(_bp, 3, null);
|
| return _documentationComment;
|
| }
|
|
|
| @override
|
| String get name {
|
| - _name ??= const fb.StringReader().vTableGet(_bp, 2, '');
|
| + _name ??= const fb.StringReader().vTableGet(_bp, 0, '');
|
| return _name;
|
| }
|
|
|
| @override
|
| int get nameOffset {
|
| - _nameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 3, 0);
|
| + _nameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 1, 0);
|
| return _nameOffset;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedEnumValue> get values {
|
| - _values ??= const fb.ListReader<idl.UnlinkedEnumValue>(const _UnlinkedEnumValueReader()).vTableGet(_bp, 4, const <idl.UnlinkedEnumValue>[]);
|
| + _values ??= const fb.ListReader<idl.UnlinkedEnumValue>(const _UnlinkedEnumValueReader()).vTableGet(_bp, 2, const <idl.UnlinkedEnumValue>[]);
|
| return _values;
|
| }
|
| }
|
| @@ -2363,13 +2363,13 @@ class UnlinkedEnumValueBuilder extends Object with _UnlinkedEnumValueMixin imple
|
| }
|
| fbBuilder.startTable();
|
| if (offset_documentationComment != null) {
|
| - fbBuilder.addOffset(0, offset_documentationComment);
|
| + fbBuilder.addOffset(2, offset_documentationComment);
|
| }
|
| if (offset_name != null) {
|
| - fbBuilder.addOffset(1, offset_name);
|
| + fbBuilder.addOffset(0, offset_name);
|
| }
|
| if (_nameOffset != null && _nameOffset != 0) {
|
| - fbBuilder.addUint32(2, _nameOffset);
|
| + fbBuilder.addUint32(1, _nameOffset);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -2393,19 +2393,19 @@ class _UnlinkedEnumValueImpl extends Object with _UnlinkedEnumValueMixin impleme
|
|
|
| @override
|
| idl.UnlinkedDocumentationComment get documentationComment {
|
| - _documentationComment ??= const _UnlinkedDocumentationCommentReader().vTableGet(_bp, 0, null);
|
| + _documentationComment ??= const _UnlinkedDocumentationCommentReader().vTableGet(_bp, 2, null);
|
| return _documentationComment;
|
| }
|
|
|
| @override
|
| String get name {
|
| - _name ??= const fb.StringReader().vTableGet(_bp, 1, '');
|
| + _name ??= const fb.StringReader().vTableGet(_bp, 0, '');
|
| return _name;
|
| }
|
|
|
| @override
|
| int get nameOffset {
|
| - _nameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 2, 0);
|
| + _nameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 1, 0);
|
| return _nameOffset;
|
| }
|
| }
|
| @@ -2725,58 +2725,58 @@ class UnlinkedExecutableBuilder extends Object with _UnlinkedExecutableMixin imp
|
| }
|
| fbBuilder.startTable();
|
| if (offset_annotations != null) {
|
| - fbBuilder.addOffset(0, offset_annotations);
|
| + fbBuilder.addOffset(6, offset_annotations);
|
| }
|
| if (offset_constantInitializers != null) {
|
| - fbBuilder.addOffset(1, offset_constantInitializers);
|
| + fbBuilder.addOffset(14, offset_constantInitializers);
|
| }
|
| if (offset_documentationComment != null) {
|
| - fbBuilder.addOffset(2, offset_documentationComment);
|
| + fbBuilder.addOffset(7, offset_documentationComment);
|
| }
|
| if (_inferredReturnTypeSlot != null && _inferredReturnTypeSlot != 0) {
|
| - fbBuilder.addUint32(3, _inferredReturnTypeSlot);
|
| + fbBuilder.addUint32(5, _inferredReturnTypeSlot);
|
| }
|
| if (_isAbstract == true) {
|
| - fbBuilder.addBool(4, true);
|
| + fbBuilder.addBool(10, true);
|
| }
|
| if (_isConst == true) {
|
| - fbBuilder.addBool(5, true);
|
| + fbBuilder.addBool(12, true);
|
| }
|
| if (_isExternal == true) {
|
| - fbBuilder.addBool(6, true);
|
| + fbBuilder.addBool(11, true);
|
| }
|
| if (_isFactory == true) {
|
| - fbBuilder.addBool(7, true);
|
| + fbBuilder.addBool(8, true);
|
| }
|
| if (_isRedirectedConstructor == true) {
|
| - fbBuilder.addBool(8, true);
|
| + fbBuilder.addBool(13, true);
|
| }
|
| if (_isStatic == true) {
|
| fbBuilder.addBool(9, true);
|
| }
|
| if (_kind != null && _kind != idl.UnlinkedExecutableKind.functionOrMethod) {
|
| - fbBuilder.addUint32(10, _kind.index);
|
| + fbBuilder.addUint32(4, _kind.index);
|
| }
|
| if (offset_name != null) {
|
| - fbBuilder.addOffset(11, offset_name);
|
| + fbBuilder.addOffset(1, offset_name);
|
| }
|
| if (_nameOffset != null && _nameOffset != 0) {
|
| - fbBuilder.addUint32(12, _nameOffset);
|
| + fbBuilder.addUint32(0, _nameOffset);
|
| }
|
| if (offset_parameters != null) {
|
| - fbBuilder.addOffset(13, offset_parameters);
|
| + fbBuilder.addOffset(2, offset_parameters);
|
| }
|
| if (offset_redirectedConstructor != null) {
|
| - fbBuilder.addOffset(14, offset_redirectedConstructor);
|
| + fbBuilder.addOffset(15, offset_redirectedConstructor);
|
| }
|
| if (offset_redirectedConstructorName != null) {
|
| - fbBuilder.addOffset(15, offset_redirectedConstructorName);
|
| + fbBuilder.addOffset(17, offset_redirectedConstructorName);
|
| }
|
| if (offset_returnType != null) {
|
| - fbBuilder.addOffset(16, offset_returnType);
|
| + fbBuilder.addOffset(3, offset_returnType);
|
| }
|
| if (offset_typeParameters != null) {
|
| - fbBuilder.addOffset(17, offset_typeParameters);
|
| + fbBuilder.addOffset(16, offset_typeParameters);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -2815,55 +2815,55 @@ class _UnlinkedExecutableImpl extends Object with _UnlinkedExecutableMixin imple
|
|
|
| @override
|
| List<idl.UnlinkedConst> get annotations {
|
| - _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 0, const <idl.UnlinkedConst>[]);
|
| + _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 6, const <idl.UnlinkedConst>[]);
|
| return _annotations;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedConstructorInitializer> get constantInitializers {
|
| - _constantInitializers ??= const fb.ListReader<idl.UnlinkedConstructorInitializer>(const _UnlinkedConstructorInitializerReader()).vTableGet(_bp, 1, const <idl.UnlinkedConstructorInitializer>[]);
|
| + _constantInitializers ??= const fb.ListReader<idl.UnlinkedConstructorInitializer>(const _UnlinkedConstructorInitializerReader()).vTableGet(_bp, 14, const <idl.UnlinkedConstructorInitializer>[]);
|
| return _constantInitializers;
|
| }
|
|
|
| @override
|
| idl.UnlinkedDocumentationComment get documentationComment {
|
| - _documentationComment ??= const _UnlinkedDocumentationCommentReader().vTableGet(_bp, 2, null);
|
| + _documentationComment ??= const _UnlinkedDocumentationCommentReader().vTableGet(_bp, 7, null);
|
| return _documentationComment;
|
| }
|
|
|
| @override
|
| int get inferredReturnTypeSlot {
|
| - _inferredReturnTypeSlot ??= const fb.Uint32Reader().vTableGet(_bp, 3, 0);
|
| + _inferredReturnTypeSlot ??= const fb.Uint32Reader().vTableGet(_bp, 5, 0);
|
| return _inferredReturnTypeSlot;
|
| }
|
|
|
| @override
|
| bool get isAbstract {
|
| - _isAbstract ??= const fb.BoolReader().vTableGet(_bp, 4, false);
|
| + _isAbstract ??= const fb.BoolReader().vTableGet(_bp, 10, false);
|
| return _isAbstract;
|
| }
|
|
|
| @override
|
| bool get isConst {
|
| - _isConst ??= const fb.BoolReader().vTableGet(_bp, 5, false);
|
| + _isConst ??= const fb.BoolReader().vTableGet(_bp, 12, false);
|
| return _isConst;
|
| }
|
|
|
| @override
|
| bool get isExternal {
|
| - _isExternal ??= const fb.BoolReader().vTableGet(_bp, 6, false);
|
| + _isExternal ??= const fb.BoolReader().vTableGet(_bp, 11, false);
|
| return _isExternal;
|
| }
|
|
|
| @override
|
| bool get isFactory {
|
| - _isFactory ??= const fb.BoolReader().vTableGet(_bp, 7, false);
|
| + _isFactory ??= const fb.BoolReader().vTableGet(_bp, 8, false);
|
| return _isFactory;
|
| }
|
|
|
| @override
|
| bool get isRedirectedConstructor {
|
| - _isRedirectedConstructor ??= const fb.BoolReader().vTableGet(_bp, 8, false);
|
| + _isRedirectedConstructor ??= const fb.BoolReader().vTableGet(_bp, 13, false);
|
| return _isRedirectedConstructor;
|
| }
|
|
|
| @@ -2875,49 +2875,49 @@ class _UnlinkedExecutableImpl extends Object with _UnlinkedExecutableMixin imple
|
|
|
| @override
|
| idl.UnlinkedExecutableKind get kind {
|
| - _kind ??= const _UnlinkedExecutableKindReader().vTableGet(_bp, 10, idl.UnlinkedExecutableKind.functionOrMethod);
|
| + _kind ??= const _UnlinkedExecutableKindReader().vTableGet(_bp, 4, idl.UnlinkedExecutableKind.functionOrMethod);
|
| return _kind;
|
| }
|
|
|
| @override
|
| String get name {
|
| - _name ??= const fb.StringReader().vTableGet(_bp, 11, '');
|
| + _name ??= const fb.StringReader().vTableGet(_bp, 1, '');
|
| return _name;
|
| }
|
|
|
| @override
|
| int get nameOffset {
|
| - _nameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 12, 0);
|
| + _nameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 0, 0);
|
| return _nameOffset;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedParam> get parameters {
|
| - _parameters ??= const fb.ListReader<idl.UnlinkedParam>(const _UnlinkedParamReader()).vTableGet(_bp, 13, const <idl.UnlinkedParam>[]);
|
| + _parameters ??= const fb.ListReader<idl.UnlinkedParam>(const _UnlinkedParamReader()).vTableGet(_bp, 2, const <idl.UnlinkedParam>[]);
|
| return _parameters;
|
| }
|
|
|
| @override
|
| idl.EntityRef get redirectedConstructor {
|
| - _redirectedConstructor ??= const _EntityRefReader().vTableGet(_bp, 14, null);
|
| + _redirectedConstructor ??= const _EntityRefReader().vTableGet(_bp, 15, null);
|
| return _redirectedConstructor;
|
| }
|
|
|
| @override
|
| String get redirectedConstructorName {
|
| - _redirectedConstructorName ??= const fb.StringReader().vTableGet(_bp, 15, '');
|
| + _redirectedConstructorName ??= const fb.StringReader().vTableGet(_bp, 17, '');
|
| return _redirectedConstructorName;
|
| }
|
|
|
| @override
|
| idl.EntityRef get returnType {
|
| - _returnType ??= const _EntityRefReader().vTableGet(_bp, 16, null);
|
| + _returnType ??= const _EntityRefReader().vTableGet(_bp, 3, null);
|
| return _returnType;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedTypeParam> get typeParameters {
|
| - _typeParameters ??= const fb.ListReader<idl.UnlinkedTypeParam>(const _UnlinkedTypeParamReader()).vTableGet(_bp, 17, const <idl.UnlinkedTypeParam>[]);
|
| + _typeParameters ??= const fb.ListReader<idl.UnlinkedTypeParam>(const _UnlinkedTypeParamReader()).vTableGet(_bp, 16, const <idl.UnlinkedTypeParam>[]);
|
| return _typeParameters;
|
| }
|
| }
|
| @@ -3018,16 +3018,16 @@ class UnlinkedExportNonPublicBuilder extends Object with _UnlinkedExportNonPubli
|
| }
|
| fbBuilder.startTable();
|
| if (offset_annotations != null) {
|
| - fbBuilder.addOffset(0, offset_annotations);
|
| + fbBuilder.addOffset(3, offset_annotations);
|
| }
|
| if (_offset != null && _offset != 0) {
|
| - fbBuilder.addUint32(1, _offset);
|
| + fbBuilder.addUint32(0, _offset);
|
| }
|
| if (_uriEnd != null && _uriEnd != 0) {
|
| - fbBuilder.addUint32(2, _uriEnd);
|
| + fbBuilder.addUint32(1, _uriEnd);
|
| }
|
| if (_uriOffset != null && _uriOffset != 0) {
|
| - fbBuilder.addUint32(3, _uriOffset);
|
| + fbBuilder.addUint32(2, _uriOffset);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -3052,25 +3052,25 @@ class _UnlinkedExportNonPublicImpl extends Object with _UnlinkedExportNonPublicM
|
|
|
| @override
|
| List<idl.UnlinkedConst> get annotations {
|
| - _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 0, const <idl.UnlinkedConst>[]);
|
| + _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 3, const <idl.UnlinkedConst>[]);
|
| return _annotations;
|
| }
|
|
|
| @override
|
| int get offset {
|
| - _offset ??= const fb.Uint32Reader().vTableGet(_bp, 1, 0);
|
| + _offset ??= const fb.Uint32Reader().vTableGet(_bp, 0, 0);
|
| return _offset;
|
| }
|
|
|
| @override
|
| int get uriEnd {
|
| - _uriEnd ??= const fb.Uint32Reader().vTableGet(_bp, 2, 0);
|
| + _uriEnd ??= const fb.Uint32Reader().vTableGet(_bp, 1, 0);
|
| return _uriEnd;
|
| }
|
|
|
| @override
|
| int get uriOffset {
|
| - _uriOffset ??= const fb.Uint32Reader().vTableGet(_bp, 3, 0);
|
| + _uriOffset ??= const fb.Uint32Reader().vTableGet(_bp, 2, 0);
|
| return _uriOffset;
|
| }
|
| }
|
| @@ -3130,10 +3130,10 @@ class UnlinkedExportPublicBuilder extends Object with _UnlinkedExportPublicMixin
|
| }
|
| fbBuilder.startTable();
|
| if (offset_combinators != null) {
|
| - fbBuilder.addOffset(0, offset_combinators);
|
| + fbBuilder.addOffset(1, offset_combinators);
|
| }
|
| if (offset_uri != null) {
|
| - fbBuilder.addOffset(1, offset_uri);
|
| + fbBuilder.addOffset(0, offset_uri);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -3156,13 +3156,13 @@ class _UnlinkedExportPublicImpl extends Object with _UnlinkedExportPublicMixin i
|
|
|
| @override
|
| List<idl.UnlinkedCombinator> get combinators {
|
| - _combinators ??= const fb.ListReader<idl.UnlinkedCombinator>(const _UnlinkedCombinatorReader()).vTableGet(_bp, 0, const <idl.UnlinkedCombinator>[]);
|
| + _combinators ??= const fb.ListReader<idl.UnlinkedCombinator>(const _UnlinkedCombinatorReader()).vTableGet(_bp, 1, const <idl.UnlinkedCombinator>[]);
|
| return _combinators;
|
| }
|
|
|
| @override
|
| String get uri {
|
| - _uri ??= const fb.StringReader().vTableGet(_bp, 1, '');
|
| + _uri ??= const fb.StringReader().vTableGet(_bp, 0, '');
|
| return _uri;
|
| }
|
| }
|
| @@ -3340,34 +3340,34 @@ class UnlinkedImportBuilder extends Object with _UnlinkedImportMixin implements
|
| }
|
| fbBuilder.startTable();
|
| if (offset_annotations != null) {
|
| - fbBuilder.addOffset(0, offset_annotations);
|
| + fbBuilder.addOffset(8, offset_annotations);
|
| }
|
| if (offset_combinators != null) {
|
| - fbBuilder.addOffset(1, offset_combinators);
|
| + fbBuilder.addOffset(4, offset_combinators);
|
| }
|
| if (_isDeferred == true) {
|
| - fbBuilder.addBool(2, true);
|
| + fbBuilder.addBool(9, true);
|
| }
|
| if (_isImplicit == true) {
|
| - fbBuilder.addBool(3, true);
|
| + fbBuilder.addBool(5, true);
|
| }
|
| if (_offset != null && _offset != 0) {
|
| - fbBuilder.addUint32(4, _offset);
|
| + fbBuilder.addUint32(0, _offset);
|
| }
|
| if (_prefixOffset != null && _prefixOffset != 0) {
|
| - fbBuilder.addUint32(5, _prefixOffset);
|
| + fbBuilder.addUint32(6, _prefixOffset);
|
| }
|
| if (_prefixReference != null && _prefixReference != 0) {
|
| - fbBuilder.addUint32(6, _prefixReference);
|
| + fbBuilder.addUint32(7, _prefixReference);
|
| }
|
| if (offset_uri != null) {
|
| - fbBuilder.addOffset(7, offset_uri);
|
| + fbBuilder.addOffset(1, offset_uri);
|
| }
|
| if (_uriEnd != null && _uriEnd != 0) {
|
| - fbBuilder.addUint32(8, _uriEnd);
|
| + fbBuilder.addUint32(2, _uriEnd);
|
| }
|
| if (_uriOffset != null && _uriOffset != 0) {
|
| - fbBuilder.addUint32(9, _uriOffset);
|
| + fbBuilder.addUint32(3, _uriOffset);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -3398,61 +3398,61 @@ class _UnlinkedImportImpl extends Object with _UnlinkedImportMixin implements id
|
|
|
| @override
|
| List<idl.UnlinkedConst> get annotations {
|
| - _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 0, const <idl.UnlinkedConst>[]);
|
| + _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 8, const <idl.UnlinkedConst>[]);
|
| return _annotations;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedCombinator> get combinators {
|
| - _combinators ??= const fb.ListReader<idl.UnlinkedCombinator>(const _UnlinkedCombinatorReader()).vTableGet(_bp, 1, const <idl.UnlinkedCombinator>[]);
|
| + _combinators ??= const fb.ListReader<idl.UnlinkedCombinator>(const _UnlinkedCombinatorReader()).vTableGet(_bp, 4, const <idl.UnlinkedCombinator>[]);
|
| return _combinators;
|
| }
|
|
|
| @override
|
| bool get isDeferred {
|
| - _isDeferred ??= const fb.BoolReader().vTableGet(_bp, 2, false);
|
| + _isDeferred ??= const fb.BoolReader().vTableGet(_bp, 9, false);
|
| return _isDeferred;
|
| }
|
|
|
| @override
|
| bool get isImplicit {
|
| - _isImplicit ??= const fb.BoolReader().vTableGet(_bp, 3, false);
|
| + _isImplicit ??= const fb.BoolReader().vTableGet(_bp, 5, false);
|
| return _isImplicit;
|
| }
|
|
|
| @override
|
| int get offset {
|
| - _offset ??= const fb.Uint32Reader().vTableGet(_bp, 4, 0);
|
| + _offset ??= const fb.Uint32Reader().vTableGet(_bp, 0, 0);
|
| return _offset;
|
| }
|
|
|
| @override
|
| int get prefixOffset {
|
| - _prefixOffset ??= const fb.Uint32Reader().vTableGet(_bp, 5, 0);
|
| + _prefixOffset ??= const fb.Uint32Reader().vTableGet(_bp, 6, 0);
|
| return _prefixOffset;
|
| }
|
|
|
| @override
|
| int get prefixReference {
|
| - _prefixReference ??= const fb.Uint32Reader().vTableGet(_bp, 6, 0);
|
| + _prefixReference ??= const fb.Uint32Reader().vTableGet(_bp, 7, 0);
|
| return _prefixReference;
|
| }
|
|
|
| @override
|
| String get uri {
|
| - _uri ??= const fb.StringReader().vTableGet(_bp, 7, '');
|
| + _uri ??= const fb.StringReader().vTableGet(_bp, 1, '');
|
| return _uri;
|
| }
|
|
|
| @override
|
| int get uriEnd {
|
| - _uriEnd ??= const fb.Uint32Reader().vTableGet(_bp, 8, 0);
|
| + _uriEnd ??= const fb.Uint32Reader().vTableGet(_bp, 2, 0);
|
| return _uriEnd;
|
| }
|
|
|
| @override
|
| int get uriOffset {
|
| - _uriOffset ??= const fb.Uint32Reader().vTableGet(_bp, 9, 0);
|
| + _uriOffset ??= const fb.Uint32Reader().vTableGet(_bp, 3, 0);
|
| return _uriOffset;
|
| }
|
| }
|
| @@ -3649,34 +3649,34 @@ class UnlinkedParamBuilder extends Object with _UnlinkedParamMixin implements id
|
| }
|
| fbBuilder.startTable();
|
| if (offset_annotations != null) {
|
| - fbBuilder.addOffset(0, offset_annotations);
|
| + fbBuilder.addOffset(9, offset_annotations);
|
| }
|
| if (offset_defaultValue != null) {
|
| - fbBuilder.addOffset(1, offset_defaultValue);
|
| + fbBuilder.addOffset(7, offset_defaultValue);
|
| }
|
| if (_inferredTypeSlot != null && _inferredTypeSlot != 0) {
|
| fbBuilder.addUint32(2, _inferredTypeSlot);
|
| }
|
| if (_isFunctionTyped == true) {
|
| - fbBuilder.addBool(3, true);
|
| + fbBuilder.addBool(5, true);
|
| }
|
| if (_isInitializingFormal == true) {
|
| - fbBuilder.addBool(4, true);
|
| + fbBuilder.addBool(6, true);
|
| }
|
| if (_kind != null && _kind != idl.UnlinkedParamKind.required) {
|
| - fbBuilder.addUint32(5, _kind.index);
|
| + fbBuilder.addUint32(4, _kind.index);
|
| }
|
| if (offset_name != null) {
|
| - fbBuilder.addOffset(6, offset_name);
|
| + fbBuilder.addOffset(0, offset_name);
|
| }
|
| if (_nameOffset != null && _nameOffset != 0) {
|
| - fbBuilder.addUint32(7, _nameOffset);
|
| + fbBuilder.addUint32(1, _nameOffset);
|
| }
|
| if (offset_parameters != null) {
|
| fbBuilder.addOffset(8, offset_parameters);
|
| }
|
| if (offset_type != null) {
|
| - fbBuilder.addOffset(9, offset_type);
|
| + fbBuilder.addOffset(3, offset_type);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -3707,13 +3707,13 @@ class _UnlinkedParamImpl extends Object with _UnlinkedParamMixin implements idl.
|
|
|
| @override
|
| List<idl.UnlinkedConst> get annotations {
|
| - _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 0, const <idl.UnlinkedConst>[]);
|
| + _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 9, const <idl.UnlinkedConst>[]);
|
| return _annotations;
|
| }
|
|
|
| @override
|
| idl.UnlinkedConst get defaultValue {
|
| - _defaultValue ??= const _UnlinkedConstReader().vTableGet(_bp, 1, null);
|
| + _defaultValue ??= const _UnlinkedConstReader().vTableGet(_bp, 7, null);
|
| return _defaultValue;
|
| }
|
|
|
| @@ -3725,31 +3725,31 @@ class _UnlinkedParamImpl extends Object with _UnlinkedParamMixin implements idl.
|
|
|
| @override
|
| bool get isFunctionTyped {
|
| - _isFunctionTyped ??= const fb.BoolReader().vTableGet(_bp, 3, false);
|
| + _isFunctionTyped ??= const fb.BoolReader().vTableGet(_bp, 5, false);
|
| return _isFunctionTyped;
|
| }
|
|
|
| @override
|
| bool get isInitializingFormal {
|
| - _isInitializingFormal ??= const fb.BoolReader().vTableGet(_bp, 4, false);
|
| + _isInitializingFormal ??= const fb.BoolReader().vTableGet(_bp, 6, false);
|
| return _isInitializingFormal;
|
| }
|
|
|
| @override
|
| idl.UnlinkedParamKind get kind {
|
| - _kind ??= const _UnlinkedParamKindReader().vTableGet(_bp, 5, idl.UnlinkedParamKind.required);
|
| + _kind ??= const _UnlinkedParamKindReader().vTableGet(_bp, 4, idl.UnlinkedParamKind.required);
|
| return _kind;
|
| }
|
|
|
| @override
|
| String get name {
|
| - _name ??= const fb.StringReader().vTableGet(_bp, 6, '');
|
| + _name ??= const fb.StringReader().vTableGet(_bp, 0, '');
|
| return _name;
|
| }
|
|
|
| @override
|
| int get nameOffset {
|
| - _nameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 7, 0);
|
| + _nameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 1, 0);
|
| return _nameOffset;
|
| }
|
|
|
| @@ -3761,7 +3761,7 @@ class _UnlinkedParamImpl extends Object with _UnlinkedParamMixin implements idl.
|
|
|
| @override
|
| idl.EntityRef get type {
|
| - _type ??= const _EntityRefReader().vTableGet(_bp, 9, null);
|
| + _type ??= const _EntityRefReader().vTableGet(_bp, 3, null);
|
| return _type;
|
| }
|
| }
|
| @@ -3840,13 +3840,13 @@ class UnlinkedPartBuilder extends Object with _UnlinkedPartMixin implements idl.
|
| }
|
| fbBuilder.startTable();
|
| if (offset_annotations != null) {
|
| - fbBuilder.addOffset(0, offset_annotations);
|
| + fbBuilder.addOffset(2, offset_annotations);
|
| }
|
| if (_uriEnd != null && _uriEnd != 0) {
|
| - fbBuilder.addUint32(1, _uriEnd);
|
| + fbBuilder.addUint32(0, _uriEnd);
|
| }
|
| if (_uriOffset != null && _uriOffset != 0) {
|
| - fbBuilder.addUint32(2, _uriOffset);
|
| + fbBuilder.addUint32(1, _uriOffset);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -3870,19 +3870,19 @@ class _UnlinkedPartImpl extends Object with _UnlinkedPartMixin implements idl.Un
|
|
|
| @override
|
| List<idl.UnlinkedConst> get annotations {
|
| - _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 0, const <idl.UnlinkedConst>[]);
|
| + _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 2, const <idl.UnlinkedConst>[]);
|
| return _annotations;
|
| }
|
|
|
| @override
|
| int get uriEnd {
|
| - _uriEnd ??= const fb.Uint32Reader().vTableGet(_bp, 1, 0);
|
| + _uriEnd ??= const fb.Uint32Reader().vTableGet(_bp, 0, 0);
|
| return _uriEnd;
|
| }
|
|
|
| @override
|
| int get uriOffset {
|
| - _uriOffset ??= const fb.Uint32Reader().vTableGet(_bp, 2, 0);
|
| + _uriOffset ??= const fb.Uint32Reader().vTableGet(_bp, 1, 0);
|
| return _uriOffset;
|
| }
|
| }
|
| @@ -3974,13 +3974,13 @@ class UnlinkedPublicNameBuilder extends Object with _UnlinkedPublicNameMixin imp
|
| }
|
| fbBuilder.startTable();
|
| if (_kind != null && _kind != idl.ReferenceKind.classOrEnum) {
|
| - fbBuilder.addUint32(0, _kind.index);
|
| + fbBuilder.addUint32(1, _kind.index);
|
| }
|
| if (offset_members != null) {
|
| - fbBuilder.addOffset(1, offset_members);
|
| + fbBuilder.addOffset(2, offset_members);
|
| }
|
| if (offset_name != null) {
|
| - fbBuilder.addOffset(2, offset_name);
|
| + fbBuilder.addOffset(0, offset_name);
|
| }
|
| if (_numTypeParameters != null && _numTypeParameters != 0) {
|
| fbBuilder.addUint32(3, _numTypeParameters);
|
| @@ -4008,19 +4008,19 @@ class _UnlinkedPublicNameImpl extends Object with _UnlinkedPublicNameMixin imple
|
|
|
| @override
|
| idl.ReferenceKind get kind {
|
| - _kind ??= const _ReferenceKindReader().vTableGet(_bp, 0, idl.ReferenceKind.classOrEnum);
|
| + _kind ??= const _ReferenceKindReader().vTableGet(_bp, 1, idl.ReferenceKind.classOrEnum);
|
| return _kind;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedPublicName> get members {
|
| - _members ??= const fb.ListReader<idl.UnlinkedPublicName>(const _UnlinkedPublicNameReader()).vTableGet(_bp, 1, const <idl.UnlinkedPublicName>[]);
|
| + _members ??= const fb.ListReader<idl.UnlinkedPublicName>(const _UnlinkedPublicNameReader()).vTableGet(_bp, 2, const <idl.UnlinkedPublicName>[]);
|
| return _members;
|
| }
|
|
|
| @override
|
| String get name {
|
| - _name ??= const fb.StringReader().vTableGet(_bp, 2, '');
|
| + _name ??= const fb.StringReader().vTableGet(_bp, 0, '');
|
| return _name;
|
| }
|
|
|
| @@ -4111,13 +4111,13 @@ class UnlinkedPublicNamespaceBuilder extends Object with _UnlinkedPublicNamespac
|
| }
|
| fbBuilder.startTable();
|
| if (offset_exports != null) {
|
| - fbBuilder.addOffset(0, offset_exports);
|
| + fbBuilder.addOffset(2, offset_exports);
|
| }
|
| if (offset_names != null) {
|
| - fbBuilder.addOffset(1, offset_names);
|
| + fbBuilder.addOffset(0, offset_names);
|
| }
|
| if (offset_parts != null) {
|
| - fbBuilder.addOffset(2, offset_parts);
|
| + fbBuilder.addOffset(1, offset_parts);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -4146,19 +4146,19 @@ class _UnlinkedPublicNamespaceImpl extends Object with _UnlinkedPublicNamespaceM
|
|
|
| @override
|
| List<idl.UnlinkedExportPublic> get exports {
|
| - _exports ??= const fb.ListReader<idl.UnlinkedExportPublic>(const _UnlinkedExportPublicReader()).vTableGet(_bp, 0, const <idl.UnlinkedExportPublic>[]);
|
| + _exports ??= const fb.ListReader<idl.UnlinkedExportPublic>(const _UnlinkedExportPublicReader()).vTableGet(_bp, 2, const <idl.UnlinkedExportPublic>[]);
|
| return _exports;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedPublicName> get names {
|
| - _names ??= const fb.ListReader<idl.UnlinkedPublicName>(const _UnlinkedPublicNameReader()).vTableGet(_bp, 1, const <idl.UnlinkedPublicName>[]);
|
| + _names ??= const fb.ListReader<idl.UnlinkedPublicName>(const _UnlinkedPublicNameReader()).vTableGet(_bp, 0, const <idl.UnlinkedPublicName>[]);
|
| return _names;
|
| }
|
|
|
| @override
|
| List<String> get parts {
|
| - _parts ??= const fb.ListReader<String>(const fb.StringReader()).vTableGet(_bp, 2, const <String>[]);
|
| + _parts ??= const fb.ListReader<String>(const fb.StringReader()).vTableGet(_bp, 1, const <String>[]);
|
| return _parts;
|
| }
|
| }
|
| @@ -4393,25 +4393,25 @@ class UnlinkedTypedefBuilder extends Object with _UnlinkedTypedefMixin implement
|
| }
|
| fbBuilder.startTable();
|
| if (offset_annotations != null) {
|
| - fbBuilder.addOffset(0, offset_annotations);
|
| + fbBuilder.addOffset(4, offset_annotations);
|
| }
|
| if (offset_documentationComment != null) {
|
| - fbBuilder.addOffset(1, offset_documentationComment);
|
| + fbBuilder.addOffset(6, offset_documentationComment);
|
| }
|
| if (offset_name != null) {
|
| - fbBuilder.addOffset(2, offset_name);
|
| + fbBuilder.addOffset(0, offset_name);
|
| }
|
| if (_nameOffset != null && _nameOffset != 0) {
|
| - fbBuilder.addUint32(3, _nameOffset);
|
| + fbBuilder.addUint32(1, _nameOffset);
|
| }
|
| if (offset_parameters != null) {
|
| - fbBuilder.addOffset(4, offset_parameters);
|
| + fbBuilder.addOffset(3, offset_parameters);
|
| }
|
| if (offset_returnType != null) {
|
| - fbBuilder.addOffset(5, offset_returnType);
|
| + fbBuilder.addOffset(2, offset_returnType);
|
| }
|
| if (offset_typeParameters != null) {
|
| - fbBuilder.addOffset(6, offset_typeParameters);
|
| + fbBuilder.addOffset(5, offset_typeParameters);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -4439,43 +4439,43 @@ class _UnlinkedTypedefImpl extends Object with _UnlinkedTypedefMixin implements
|
|
|
| @override
|
| List<idl.UnlinkedConst> get annotations {
|
| - _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 0, const <idl.UnlinkedConst>[]);
|
| + _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 4, const <idl.UnlinkedConst>[]);
|
| return _annotations;
|
| }
|
|
|
| @override
|
| idl.UnlinkedDocumentationComment get documentationComment {
|
| - _documentationComment ??= const _UnlinkedDocumentationCommentReader().vTableGet(_bp, 1, null);
|
| + _documentationComment ??= const _UnlinkedDocumentationCommentReader().vTableGet(_bp, 6, null);
|
| return _documentationComment;
|
| }
|
|
|
| @override
|
| String get name {
|
| - _name ??= const fb.StringReader().vTableGet(_bp, 2, '');
|
| + _name ??= const fb.StringReader().vTableGet(_bp, 0, '');
|
| return _name;
|
| }
|
|
|
| @override
|
| int get nameOffset {
|
| - _nameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 3, 0);
|
| + _nameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 1, 0);
|
| return _nameOffset;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedParam> get parameters {
|
| - _parameters ??= const fb.ListReader<idl.UnlinkedParam>(const _UnlinkedParamReader()).vTableGet(_bp, 4, const <idl.UnlinkedParam>[]);
|
| + _parameters ??= const fb.ListReader<idl.UnlinkedParam>(const _UnlinkedParamReader()).vTableGet(_bp, 3, const <idl.UnlinkedParam>[]);
|
| return _parameters;
|
| }
|
|
|
| @override
|
| idl.EntityRef get returnType {
|
| - _returnType ??= const _EntityRefReader().vTableGet(_bp, 5, null);
|
| + _returnType ??= const _EntityRefReader().vTableGet(_bp, 2, null);
|
| return _returnType;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedTypeParam> get typeParameters {
|
| - _typeParameters ??= const fb.ListReader<idl.UnlinkedTypeParam>(const _UnlinkedTypeParamReader()).vTableGet(_bp, 6, const <idl.UnlinkedTypeParam>[]);
|
| + _typeParameters ??= const fb.ListReader<idl.UnlinkedTypeParam>(const _UnlinkedTypeParamReader()).vTableGet(_bp, 5, const <idl.UnlinkedTypeParam>[]);
|
| return _typeParameters;
|
| }
|
| }
|
| @@ -4570,16 +4570,16 @@ class UnlinkedTypeParamBuilder extends Object with _UnlinkedTypeParamMixin imple
|
| }
|
| fbBuilder.startTable();
|
| if (offset_annotations != null) {
|
| - fbBuilder.addOffset(0, offset_annotations);
|
| + fbBuilder.addOffset(3, offset_annotations);
|
| }
|
| if (offset_bound != null) {
|
| - fbBuilder.addOffset(1, offset_bound);
|
| + fbBuilder.addOffset(2, offset_bound);
|
| }
|
| if (offset_name != null) {
|
| - fbBuilder.addOffset(2, offset_name);
|
| + fbBuilder.addOffset(0, offset_name);
|
| }
|
| if (_nameOffset != null && _nameOffset != 0) {
|
| - fbBuilder.addUint32(3, _nameOffset);
|
| + fbBuilder.addUint32(1, _nameOffset);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -4604,25 +4604,25 @@ class _UnlinkedTypeParamImpl extends Object with _UnlinkedTypeParamMixin impleme
|
|
|
| @override
|
| List<idl.UnlinkedConst> get annotations {
|
| - _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 0, const <idl.UnlinkedConst>[]);
|
| + _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 3, const <idl.UnlinkedConst>[]);
|
| return _annotations;
|
| }
|
|
|
| @override
|
| idl.EntityRef get bound {
|
| - _bound ??= const _EntityRefReader().vTableGet(_bp, 1, null);
|
| + _bound ??= const _EntityRefReader().vTableGet(_bp, 2, null);
|
| return _bound;
|
| }
|
|
|
| @override
|
| String get name {
|
| - _name ??= const fb.StringReader().vTableGet(_bp, 2, '');
|
| + _name ??= const fb.StringReader().vTableGet(_bp, 0, '');
|
| return _name;
|
| }
|
|
|
| @override
|
| int get nameOffset {
|
| - _nameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 3, 0);
|
| + _nameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 1, 0);
|
| return _nameOffset;
|
| }
|
| }
|
| @@ -4911,49 +4911,49 @@ class UnlinkedUnitBuilder extends Object with _UnlinkedUnitMixin implements idl.
|
| }
|
| fbBuilder.startTable();
|
| if (offset_classes != null) {
|
| - fbBuilder.addOffset(0, offset_classes);
|
| + fbBuilder.addOffset(2, offset_classes);
|
| }
|
| if (offset_enums != null) {
|
| - fbBuilder.addOffset(1, offset_enums);
|
| + fbBuilder.addOffset(12, offset_enums);
|
| }
|
| if (offset_executables != null) {
|
| - fbBuilder.addOffset(2, offset_executables);
|
| + fbBuilder.addOffset(4, offset_executables);
|
| }
|
| if (offset_exports != null) {
|
| - fbBuilder.addOffset(3, offset_exports);
|
| + fbBuilder.addOffset(13, offset_exports);
|
| }
|
| if (offset_imports != null) {
|
| - fbBuilder.addOffset(4, offset_imports);
|
| + fbBuilder.addOffset(5, offset_imports);
|
| }
|
| if (offset_libraryAnnotations != null) {
|
| - fbBuilder.addOffset(5, offset_libraryAnnotations);
|
| + fbBuilder.addOffset(14, offset_libraryAnnotations);
|
| }
|
| if (offset_libraryDocumentationComment != null) {
|
| - fbBuilder.addOffset(6, offset_libraryDocumentationComment);
|
| + fbBuilder.addOffset(9, offset_libraryDocumentationComment);
|
| }
|
| if (offset_libraryName != null) {
|
| - fbBuilder.addOffset(7, offset_libraryName);
|
| + fbBuilder.addOffset(6, offset_libraryName);
|
| }
|
| if (_libraryNameLength != null && _libraryNameLength != 0) {
|
| - fbBuilder.addUint32(8, _libraryNameLength);
|
| + fbBuilder.addUint32(7, _libraryNameLength);
|
| }
|
| if (_libraryNameOffset != null && _libraryNameOffset != 0) {
|
| - fbBuilder.addUint32(9, _libraryNameOffset);
|
| + fbBuilder.addUint32(8, _libraryNameOffset);
|
| }
|
| if (offset_parts != null) {
|
| - fbBuilder.addOffset(10, offset_parts);
|
| + fbBuilder.addOffset(11, offset_parts);
|
| }
|
| if (offset_publicNamespace != null) {
|
| - fbBuilder.addOffset(11, offset_publicNamespace);
|
| + fbBuilder.addOffset(0, offset_publicNamespace);
|
| }
|
| if (offset_references != null) {
|
| - fbBuilder.addOffset(12, offset_references);
|
| + fbBuilder.addOffset(1, offset_references);
|
| }
|
| if (offset_typedefs != null) {
|
| - fbBuilder.addOffset(13, offset_typedefs);
|
| + fbBuilder.addOffset(10, offset_typedefs);
|
| }
|
| if (offset_variables != null) {
|
| - fbBuilder.addOffset(14, offset_variables);
|
| + fbBuilder.addOffset(3, offset_variables);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -4994,91 +4994,91 @@ class _UnlinkedUnitImpl extends Object with _UnlinkedUnitMixin implements idl.Un
|
|
|
| @override
|
| List<idl.UnlinkedClass> get classes {
|
| - _classes ??= const fb.ListReader<idl.UnlinkedClass>(const _UnlinkedClassReader()).vTableGet(_bp, 0, const <idl.UnlinkedClass>[]);
|
| + _classes ??= const fb.ListReader<idl.UnlinkedClass>(const _UnlinkedClassReader()).vTableGet(_bp, 2, const <idl.UnlinkedClass>[]);
|
| return _classes;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedEnum> get enums {
|
| - _enums ??= const fb.ListReader<idl.UnlinkedEnum>(const _UnlinkedEnumReader()).vTableGet(_bp, 1, const <idl.UnlinkedEnum>[]);
|
| + _enums ??= const fb.ListReader<idl.UnlinkedEnum>(const _UnlinkedEnumReader()).vTableGet(_bp, 12, const <idl.UnlinkedEnum>[]);
|
| return _enums;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedExecutable> get executables {
|
| - _executables ??= const fb.ListReader<idl.UnlinkedExecutable>(const _UnlinkedExecutableReader()).vTableGet(_bp, 2, const <idl.UnlinkedExecutable>[]);
|
| + _executables ??= const fb.ListReader<idl.UnlinkedExecutable>(const _UnlinkedExecutableReader()).vTableGet(_bp, 4, const <idl.UnlinkedExecutable>[]);
|
| return _executables;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedExportNonPublic> get exports {
|
| - _exports ??= const fb.ListReader<idl.UnlinkedExportNonPublic>(const _UnlinkedExportNonPublicReader()).vTableGet(_bp, 3, const <idl.UnlinkedExportNonPublic>[]);
|
| + _exports ??= const fb.ListReader<idl.UnlinkedExportNonPublic>(const _UnlinkedExportNonPublicReader()).vTableGet(_bp, 13, const <idl.UnlinkedExportNonPublic>[]);
|
| return _exports;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedImport> get imports {
|
| - _imports ??= const fb.ListReader<idl.UnlinkedImport>(const _UnlinkedImportReader()).vTableGet(_bp, 4, const <idl.UnlinkedImport>[]);
|
| + _imports ??= const fb.ListReader<idl.UnlinkedImport>(const _UnlinkedImportReader()).vTableGet(_bp, 5, const <idl.UnlinkedImport>[]);
|
| return _imports;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedConst> get libraryAnnotations {
|
| - _libraryAnnotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 5, const <idl.UnlinkedConst>[]);
|
| + _libraryAnnotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 14, const <idl.UnlinkedConst>[]);
|
| return _libraryAnnotations;
|
| }
|
|
|
| @override
|
| idl.UnlinkedDocumentationComment get libraryDocumentationComment {
|
| - _libraryDocumentationComment ??= const _UnlinkedDocumentationCommentReader().vTableGet(_bp, 6, null);
|
| + _libraryDocumentationComment ??= const _UnlinkedDocumentationCommentReader().vTableGet(_bp, 9, null);
|
| return _libraryDocumentationComment;
|
| }
|
|
|
| @override
|
| String get libraryName {
|
| - _libraryName ??= const fb.StringReader().vTableGet(_bp, 7, '');
|
| + _libraryName ??= const fb.StringReader().vTableGet(_bp, 6, '');
|
| return _libraryName;
|
| }
|
|
|
| @override
|
| int get libraryNameLength {
|
| - _libraryNameLength ??= const fb.Uint32Reader().vTableGet(_bp, 8, 0);
|
| + _libraryNameLength ??= const fb.Uint32Reader().vTableGet(_bp, 7, 0);
|
| return _libraryNameLength;
|
| }
|
|
|
| @override
|
| int get libraryNameOffset {
|
| - _libraryNameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 9, 0);
|
| + _libraryNameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 8, 0);
|
| return _libraryNameOffset;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedPart> get parts {
|
| - _parts ??= const fb.ListReader<idl.UnlinkedPart>(const _UnlinkedPartReader()).vTableGet(_bp, 10, const <idl.UnlinkedPart>[]);
|
| + _parts ??= const fb.ListReader<idl.UnlinkedPart>(const _UnlinkedPartReader()).vTableGet(_bp, 11, const <idl.UnlinkedPart>[]);
|
| return _parts;
|
| }
|
|
|
| @override
|
| idl.UnlinkedPublicNamespace get publicNamespace {
|
| - _publicNamespace ??= const _UnlinkedPublicNamespaceReader().vTableGet(_bp, 11, null);
|
| + _publicNamespace ??= const _UnlinkedPublicNamespaceReader().vTableGet(_bp, 0, null);
|
| return _publicNamespace;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedReference> get references {
|
| - _references ??= const fb.ListReader<idl.UnlinkedReference>(const _UnlinkedReferenceReader()).vTableGet(_bp, 12, const <idl.UnlinkedReference>[]);
|
| + _references ??= const fb.ListReader<idl.UnlinkedReference>(const _UnlinkedReferenceReader()).vTableGet(_bp, 1, const <idl.UnlinkedReference>[]);
|
| return _references;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedTypedef> get typedefs {
|
| - _typedefs ??= const fb.ListReader<idl.UnlinkedTypedef>(const _UnlinkedTypedefReader()).vTableGet(_bp, 13, const <idl.UnlinkedTypedef>[]);
|
| + _typedefs ??= const fb.ListReader<idl.UnlinkedTypedef>(const _UnlinkedTypedefReader()).vTableGet(_bp, 10, const <idl.UnlinkedTypedef>[]);
|
| return _typedefs;
|
| }
|
|
|
| @override
|
| List<idl.UnlinkedVariable> get variables {
|
| - _variables ??= const fb.ListReader<idl.UnlinkedVariable>(const _UnlinkedVariableReader()).vTableGet(_bp, 14, const <idl.UnlinkedVariable>[]);
|
| + _variables ??= const fb.ListReader<idl.UnlinkedVariable>(const _UnlinkedVariableReader()).vTableGet(_bp, 3, const <idl.UnlinkedVariable>[]);
|
| return _variables;
|
| }
|
| }
|
| @@ -5296,37 +5296,37 @@ class UnlinkedVariableBuilder extends Object with _UnlinkedVariableMixin impleme
|
| }
|
| fbBuilder.startTable();
|
| if (offset_annotations != null) {
|
| - fbBuilder.addOffset(0, offset_annotations);
|
| + fbBuilder.addOffset(8, offset_annotations);
|
| }
|
| if (offset_constExpr != null) {
|
| - fbBuilder.addOffset(1, offset_constExpr);
|
| + fbBuilder.addOffset(5, offset_constExpr);
|
| }
|
| if (offset_documentationComment != null) {
|
| - fbBuilder.addOffset(2, offset_documentationComment);
|
| + fbBuilder.addOffset(10, offset_documentationComment);
|
| }
|
| if (_inferredTypeSlot != null && _inferredTypeSlot != 0) {
|
| - fbBuilder.addUint32(3, _inferredTypeSlot);
|
| + fbBuilder.addUint32(9, _inferredTypeSlot);
|
| }
|
| if (_isConst == true) {
|
| - fbBuilder.addBool(4, true);
|
| + fbBuilder.addBool(6, true);
|
| }
|
| if (_isFinal == true) {
|
| - fbBuilder.addBool(5, true);
|
| + fbBuilder.addBool(7, true);
|
| }
|
| if (_isStatic == true) {
|
| - fbBuilder.addBool(6, true);
|
| + fbBuilder.addBool(4, true);
|
| }
|
| if (offset_name != null) {
|
| - fbBuilder.addOffset(7, offset_name);
|
| + fbBuilder.addOffset(0, offset_name);
|
| }
|
| if (_nameOffset != null && _nameOffset != 0) {
|
| - fbBuilder.addUint32(8, _nameOffset);
|
| + fbBuilder.addUint32(1, _nameOffset);
|
| }
|
| if (_propagatedTypeSlot != null && _propagatedTypeSlot != 0) {
|
| - fbBuilder.addUint32(9, _propagatedTypeSlot);
|
| + fbBuilder.addUint32(2, _propagatedTypeSlot);
|
| }
|
| if (offset_type != null) {
|
| - fbBuilder.addOffset(10, offset_type);
|
| + fbBuilder.addOffset(3, offset_type);
|
| }
|
| return fbBuilder.endTable();
|
| }
|
| @@ -5358,67 +5358,67 @@ class _UnlinkedVariableImpl extends Object with _UnlinkedVariableMixin implement
|
|
|
| @override
|
| List<idl.UnlinkedConst> get annotations {
|
| - _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 0, const <idl.UnlinkedConst>[]);
|
| + _annotations ??= const fb.ListReader<idl.UnlinkedConst>(const _UnlinkedConstReader()).vTableGet(_bp, 8, const <idl.UnlinkedConst>[]);
|
| return _annotations;
|
| }
|
|
|
| @override
|
| idl.UnlinkedConst get constExpr {
|
| - _constExpr ??= const _UnlinkedConstReader().vTableGet(_bp, 1, null);
|
| + _constExpr ??= const _UnlinkedConstReader().vTableGet(_bp, 5, null);
|
| return _constExpr;
|
| }
|
|
|
| @override
|
| idl.UnlinkedDocumentationComment get documentationComment {
|
| - _documentationComment ??= const _UnlinkedDocumentationCommentReader().vTableGet(_bp, 2, null);
|
| + _documentationComment ??= const _UnlinkedDocumentationCommentReader().vTableGet(_bp, 10, null);
|
| return _documentationComment;
|
| }
|
|
|
| @override
|
| int get inferredTypeSlot {
|
| - _inferredTypeSlot ??= const fb.Uint32Reader().vTableGet(_bp, 3, 0);
|
| + _inferredTypeSlot ??= const fb.Uint32Reader().vTableGet(_bp, 9, 0);
|
| return _inferredTypeSlot;
|
| }
|
|
|
| @override
|
| bool get isConst {
|
| - _isConst ??= const fb.BoolReader().vTableGet(_bp, 4, false);
|
| + _isConst ??= const fb.BoolReader().vTableGet(_bp, 6, false);
|
| return _isConst;
|
| }
|
|
|
| @override
|
| bool get isFinal {
|
| - _isFinal ??= const fb.BoolReader().vTableGet(_bp, 5, false);
|
| + _isFinal ??= const fb.BoolReader().vTableGet(_bp, 7, false);
|
| return _isFinal;
|
| }
|
|
|
| @override
|
| bool get isStatic {
|
| - _isStatic ??= const fb.BoolReader().vTableGet(_bp, 6, false);
|
| + _isStatic ??= const fb.BoolReader().vTableGet(_bp, 4, false);
|
| return _isStatic;
|
| }
|
|
|
| @override
|
| String get name {
|
| - _name ??= const fb.StringReader().vTableGet(_bp, 7, '');
|
| + _name ??= const fb.StringReader().vTableGet(_bp, 0, '');
|
| return _name;
|
| }
|
|
|
| @override
|
| int get nameOffset {
|
| - _nameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 8, 0);
|
| + _nameOffset ??= const fb.Uint32Reader().vTableGet(_bp, 1, 0);
|
| return _nameOffset;
|
| }
|
|
|
| @override
|
| int get propagatedTypeSlot {
|
| - _propagatedTypeSlot ??= const fb.Uint32Reader().vTableGet(_bp, 9, 0);
|
| + _propagatedTypeSlot ??= const fb.Uint32Reader().vTableGet(_bp, 2, 0);
|
| return _propagatedTypeSlot;
|
| }
|
|
|
| @override
|
| idl.EntityRef get type {
|
| - _type ??= const _EntityRefReader().vTableGet(_bp, 10, null);
|
| + _type ??= const _EntityRefReader().vTableGet(_bp, 3, null);
|
| return _type;
|
| }
|
| }
|
|
|