| Index: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/serialization_test_structs.mojom.dart
|
| diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/serialization_test_structs.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/serialization_test_structs.mojom.dart
|
| index c302218909501f48dca9bcca7ec2e59bd64c12fa..220bbe7eea303da81b5664758d2015c388b206cd 100644
|
| --- a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/serialization_test_structs.mojom.dart
|
| +++ b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/serialization_test_structs.mojom.dart
|
| @@ -4,6 +4,7 @@
|
|
|
| library serialization_test_structs_mojom;
|
| import 'dart:collection';
|
| +import 'dart:typed_data';
|
| import 'package:mojo/bindings.dart' as bindings;
|
| import 'package:mojo/core.dart' as core;
|
| import 'package:mojo/mojo/bindings/types/mojom_types.mojom.dart' as mojom_types;
|
| @@ -82,19 +83,6 @@ class Struct1 extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _serializationTestStructsStruct1() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Struct1'
|
| - ..fullIdentifier = 'mojo.test.Struct1')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'I')
|
| - ..type = (new mojom_types.Type()
|
| - ..simpleType = mojom_types.SimpleType.uint8),];
|
| -}
|
| -
|
|
|
| class Struct2 extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -166,20 +154,6 @@ class Struct2 extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _serializationTestStructsStruct2() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Struct2'
|
| - ..fullIdentifier = 'mojo.test.Struct2')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Hdl')
|
| - ..type = (new mojom_types.Type()
|
| - ..handleType = (new mojom_types.HandleType()
|
| - ..kind = mojom_types.HandleTypeKind.unspecified)),];
|
| -}
|
| -
|
|
|
| class Struct3 extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -253,22 +227,6 @@ class Struct3 extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _serializationTestStructsStruct3() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Struct3'
|
| - ..fullIdentifier = 'mojo.test.Struct3')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Struct1')
|
| - ..type = (new mojom_types.Type()
|
| - ..typeReference = (new mojom_types.TypeReference()
|
| - ..identifier = 'serialization_test_structs_Struct1__'
|
| - ..typeKey = 'serialization_test_structs_Struct1__'
|
| - )),];
|
| -}
|
| -
|
|
|
| class Struct4 extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -357,24 +315,6 @@ class Struct4 extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _serializationTestStructsStruct4() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Struct4'
|
| - ..fullIdentifier = 'mojo.test.Struct4')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Data')
|
| - ..type = (new mojom_types.Type()
|
| - ..arrayType = (new mojom_types.ArrayType()
|
| - ..elementType = (new mojom_types.Type()
|
| - ..typeReference = (new mojom_types.TypeReference()
|
| - ..identifier = 'serialization_test_structs_Struct1__'
|
| - ..typeKey = 'serialization_test_structs_Struct1__'
|
| - )))),];
|
| -}
|
| -
|
|
|
| class Struct5 extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -463,25 +403,6 @@ class Struct5 extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _serializationTestStructsStruct5() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Struct5'
|
| - ..fullIdentifier = 'mojo.test.Struct5')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Pair')
|
| - ..type = (new mojom_types.Type()
|
| - ..arrayType = (new mojom_types.ArrayType()
|
| - ..fixedLength = 2
|
| - ..elementType = (new mojom_types.Type()
|
| - ..typeReference = (new mojom_types.TypeReference()
|
| - ..identifier = 'serialization_test_structs_Struct1__'
|
| - ..typeKey = 'serialization_test_structs_Struct1__'
|
| - )))),];
|
| -}
|
| -
|
|
|
| class Struct6 extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -554,19 +475,6 @@ class Struct6 extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _serializationTestStructsStruct6() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Struct6'
|
| - ..fullIdentifier = 'mojo.test.Struct6')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Str')
|
| - ..type = (new mojom_types.Type()
|
| - ..stringType = (new mojom_types.StringType())),];
|
| -}
|
| -
|
|
|
| class StructOfNullables extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -665,72 +573,29 @@ class StructOfNullables extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _serializationTestStructsStructOfNullables() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'StructOfNullables'
|
| - ..fullIdentifier = 'mojo.test.StructOfNullables')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Hdl')
|
| - ..type = (new mojom_types.Type()
|
| - ..handleType = (new mojom_types.HandleType()
|
| - ..kind = mojom_types.HandleTypeKind.unspecified
|
| - ..nullable = true
|
| - )),
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Struct1')
|
| - ..type = (new mojom_types.Type()
|
| - ..typeReference = (new mojom_types.TypeReference()
|
| - ..nullable = true
|
| -
|
| - ..identifier = 'serialization_test_structs_Struct1__'
|
| - ..typeKey = 'serialization_test_structs_Struct1__'
|
| - )),
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Str')
|
| - ..type = (new mojom_types.Type()
|
| - ..stringType = (new mojom_types.StringType()
|
| - ..nullable = true
|
| - )),];
|
| -}
|
| -
|
|
|
| +mojom_types.RuntimeTypeInfo getRuntimeTypeInfo() => _runtimeTypeInfo ??
|
| + _initRuntimeTypeInfo();
|
|
|
| -Map<String, mojom_types.UserDefinedType> _initDescriptions() {
|
| - var map = new HashMap<String, mojom_types.UserDefinedType>();
|
| - map["serialization_test_structs_Struct1__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _serializationTestStructsStruct1();
|
| - map["serialization_test_structs_Struct2__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _serializationTestStructsStruct2();
|
| - map["serialization_test_structs_Struct3__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _serializationTestStructsStruct3();
|
| - map["serialization_test_structs_Struct4__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _serializationTestStructsStruct4();
|
| - map["serialization_test_structs_Struct5__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _serializationTestStructsStruct5();
|
| - map["serialization_test_structs_Struct6__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _serializationTestStructsStruct6();
|
| - map["serialization_test_structs_StructOfNullables__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _serializationTestStructsStructOfNullables();
|
| - return map;
|
| -}
|
| -
|
| -var _mojomDesc;
|
| Map<String, mojom_types.UserDefinedType> getAllMojomTypeDefinitions() {
|
| - if (_mojomDesc == null) {
|
| - _mojomDesc = _initDescriptions();
|
| - }
|
| - return _mojomDesc;
|
| + return getRuntimeTypeInfo().typeMap;
|
| }
|
|
|
| +var _runtimeTypeInfo;
|
| +mojom_types.RuntimeTypeInfo _initRuntimeTypeInfo() {
|
| + // serializedRuntimeTypeInfo contains the bytes of the Mojo serialization of
|
| + // a mojom_types.RuntimeTypeInfo struct describing the Mojom types in this
|
| + // file.
|
| + var serializedRuntimeTypeInfo = new Uint8List.fromList(const [24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,104,1,0,0,0,0,0,0,64,0,0,0,7,0,0,0,56,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,34,0,0,0,26,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,49,0,0,0,0,0,0,34,0,0,0,26,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,50,0,0,0,0,0,0,34,0,0,0,26,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,51,0,0,0,0,0,0,34,0,0,0,26,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,52,0,0,0,0,0,0,34,0,0,0,26,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,53,0,0,0,0,0,0,34,0,0,0,26,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,54,0,0,0,0,0,0,44,0,0,0,36,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,79,102,78,117,108,108,97,98,108,101,115,0,0,0,0,120,0,0,0,7,0,0,0,16,0,0,0,1,0,0,0,104,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,144,2,0,0,0,0,0,0,16,0,0,0,1,0,0,0,200,4,0,0,0,0,0,0,16,0,0,0,1,0,0,0,72,7,0,0,0,0,0,0,16,0,0,0,1,0,0,0,232,9,0,0,0,0,0,0,16,0,0,0,1,0,0,0,136,12,0,0,0,0,0,0,16,0,0,0,1,0,0,0,192,14,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,7,0,0,0,83,116,114,117,99,116,49,0,25,0,0,0,17,0,0,0,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,49,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,7,0,0,0,7,0,0,0,103,0,0,0,95,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,115,101,114,105,97,108,105,122,97,116,105,111,110,95,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,1,0,0,0,105,0,0,0,0,0,0,0,
|
| +24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,0,0,0,8,0,0,0,103,0,0,0,95,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,115,101,114,105,97,108,105,122,97,116,105,111,110,95,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,7,0,0,0,83,116,114,117,99,116,50,0,25,0,0,0,17,0,0,0,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,50,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,11,0,0,0,7,0,0,0,103,0,0,0,95,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,115,101,114,105,97,108,105,122,97,116,105,111,110,95,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,104,100,108,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,12,0,0,0,9,0,0,0,103,0,0,0,95,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,115,101,114,105,97,108,105,122,97,116,105,111,110,95,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,7,0,0,0,83,116,114,117,99,116,51,0,25,0,0,0,17,0,0,0,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,51,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,15,0,0,0,7,0,0,0,103,0,0,0,95,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,115,101,114,105,97,108,105,122,97,116,105,111,110,95,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,16,0,0,0,1,0,0,0,
|
| +8,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,8,0,0,0,115,116,114,117,99,116,95,49,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,16,0,0,0,10,0,0,0,103,0,0,0,95,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,115,101,114,105,97,108,105,122,97,116,105,111,110,95,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,15,0,0,0,7,0,0,0,83,116,114,117,99,116,49,0,34,0,0,0,26,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,49,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,7,0,0,0,83,116,114,117,99,116,52,0,25,0,0,0,17,0,0,0,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,52,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,19,0,0,0,7,0,0,0,103,0,0,0,95,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,115,101,114,105,97,108,105,122,97,116,105,111,110,95,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,100,97,116,97,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,20,0,0,0,17,0,0,0,103,0,0,0,95,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,115,101,114,105,97,108,105,122,97,116,105,111,110,95,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,5,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,
|
| +15,0,0,0,7,0,0,0,83,116,114,117,99,116,49,0,34,0,0,0,26,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,49,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,7,0,0,0,83,116,114,117,99,116,53,0,25,0,0,0,17,0,0,0,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,53,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,23,0,0,0,7,0,0,0,103,0,0,0,95,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,115,101,114,105,97,108,105,122,97,116,105,111,110,95,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,4,0,0,0,112,97,105,114,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,20,0,0,0,103,0,0,0,95,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,115,101,114,105,97,108,105,122,97,116,105,111,110,95,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,32,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,16,0,0,0,5,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,15,0,0,0,7,0,0,0,83,116,114,117,99,116,49,0,34,0,0,0,26,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,49,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,7,0,0,0,83,116,114,117,99,116,54,0,25,0,0,0,17,0,0,0,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,54,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,27,0,0,0,7,0,0,0,103,0,0,0,95,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,115,101,114,105,97,108,105,122,97,
|
| +116,105,111,110,95,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,115,116,114,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,28,0,0,0,9,0,0,0,103,0,0,0,95,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,115,101,114,105,97,108,105,122,97,116,105,111,110,95,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,17,0,0,0,83,116,114,117,99,116,79,102,78,117,108,108,97,98,108,101,115,0,0,0,0,0,0,0,35,0,0,0,27,0,0,0,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,79,102,78,117,108,108,97,98,108,101,115,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,31,0,0,0,7,0,0,0,103,0,0,0,95,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,115,101,114,105,97,108,105,122,97,116,105,111,110,95,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,32,0,0,0,3,0,0,0,24,0,0,0,0,0,0,0,48,1,0,0,0,0,0,0,144,2,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,4,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,104,100,108,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,32,0,0,0,10,0,0,0,103,0,0,0,95,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,115,101,114,105,97,108,105,122,97,116,105,111,110,95,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
| +0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,8,0,0,0,115,116,114,117,99,116,95,49,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,33,0,0,0,11,0,0,0,103,0,0,0,95,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,115,101,114,105,97,108,105,122,97,116,105,111,110,95,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,32,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,15,0,0,0,7,0,0,0,83,116,114,117,99,116,49,0,34,0,0,0,26,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,83,116,114,117,99,116,49,0,0,0,0,0,0,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,3,0,0,0,115,116,114,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,34,0,0,0,10,0,0,0,103,0,0,0,95,0,0,0,47,104,111,109,101,47,114,117,100,111,109,105,110,101,114,47,109,111,106,111,47,115,114,99,47,109,111,106,111,47,112,117,98,108,105,99,47,105,110,116,101,114,102,97,99,101,115,47,98,105,110,100,105,110,103,115,47,116,101,115,116,115,47,115,101,114,105,97,108,105,122,97,116,105,111,110,95,116,101,115,116,95,115,116,114,117,99,116,115,46,109,111,106,111,109,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0]);
|
| +
|
| + // Deserialize RuntimeTypeInfo
|
| + var bdata = new ByteData.view(serializedRuntimeTypeInfo.buffer);
|
| + var message = new bindings.Message(bdata, null, serializedRuntimeTypeInfo.length, 0);
|
| + _runtimeTypeInfo = mojom_types.RuntimeTypeInfo.deserialize(message);
|
| + return _runtimeTypeInfo;
|
| +}
|
|
|