| Index: mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_factory.mojom.dart
|
| diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_factory.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_factory.mojom.dart
|
| index 5ed7bb7e87b8831256624e8975013a11d43c440c..6aee97be2a02aae4d5039adedf63dc55e6d2fe89 100644
|
| --- a/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_factory.mojom.dart
|
| +++ b/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_factory.mojom.dart
|
| @@ -5,6 +5,7 @@
|
| library sample_factory_mojom;
|
| import 'dart:async';
|
| 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;
|
| @@ -122,46 +123,6 @@ class Request extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _sampleFactoryRequest() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Request'
|
| - ..fullIdentifier = 'sample.Request')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'X')
|
| - ..type = (new mojom_types.Type()
|
| - ..simpleType = mojom_types.SimpleType.int32),
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Pipe')
|
| - ..type = (new mojom_types.Type()
|
| - ..handleType = (new mojom_types.HandleType()
|
| - ..kind = mojom_types.HandleTypeKind.messagePipe
|
| - ..nullable = true
|
| - )),
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'MorePipes')
|
| - ..type = (new mojom_types.Type()
|
| - ..arrayType = (new mojom_types.ArrayType()
|
| - ..nullable = true
|
| - ..elementType = (new mojom_types.Type()
|
| - ..handleType = (new mojom_types.HandleType()
|
| - ..kind = mojom_types.HandleTypeKind.messagePipe)))),
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Obj')
|
| - ..type = (new mojom_types.Type()
|
| - ..typeReference = (new mojom_types.TypeReference()
|
| - ..nullable = true
|
| -
|
| - ..identifier = 'sample_import_ImportedInterface__'
|
| - ..typeKey = 'sample_import_ImportedInterface__'
|
| - )),];
|
| -}
|
| -
|
|
|
| class Response extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -246,27 +207,6 @@ class Response extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _sampleFactoryResponse() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Response'
|
| - ..fullIdentifier = 'sample.Response')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'X')
|
| - ..type = (new mojom_types.Type()
|
| - ..simpleType = mojom_types.SimpleType.int32),
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Pipe')
|
| - ..type = (new mojom_types.Type()
|
| - ..handleType = (new mojom_types.HandleType()
|
| - ..kind = mojom_types.HandleTypeKind.messagePipe
|
| - ..nullable = true
|
| - )),];
|
| -}
|
| -
|
|
|
| class _NamedObjectSetNameParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -339,19 +279,6 @@ class _NamedObjectSetNameParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _sampleFactoryNamedObjectSetNameParams() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'NamedObjectSetNameParams'
|
| - ..fullIdentifier = 'sample.NamedObject_SetName_Params')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Name')
|
| - ..type = (new mojom_types.Type()
|
| - ..stringType = (new mojom_types.StringType())),];
|
| -}
|
| -
|
|
|
| class _NamedObjectGetNameParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -410,14 +337,6 @@ class _NamedObjectGetNameParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _sampleFactoryNamedObjectGetNameParams() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'NamedObjectGetNameParams'
|
| - ..fullIdentifier = 'sample.NamedObject_GetName_Params')
|
| - ..fields = <mojom_types.StructField>[];
|
| -}
|
| -
|
|
|
| class NamedObjectGetNameResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -490,19 +409,6 @@ class NamedObjectGetNameResponseParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _sampleFactoryNamedObjectGetNameResponseParams() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'NamedObjectGetNameResponseParams'
|
| - ..fullIdentifier = 'sample.NamedObject_GetName_ResponseParams')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Name')
|
| - ..type = (new mojom_types.Type()
|
| - ..stringType = (new mojom_types.StringType())),];
|
| -}
|
| -
|
|
|
| class _FactoryDoStuffParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -588,30 +494,6 @@ class _FactoryDoStuffParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _sampleFactoryFactoryDoStuffParams() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'FactoryDoStuffParams'
|
| - ..fullIdentifier = 'sample.Factory_DoStuff_Params')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Request')
|
| - ..type = (new mojom_types.Type()
|
| - ..typeReference = (new mojom_types.TypeReference()
|
| - ..identifier = 'sample_factory_Request__'
|
| - ..typeKey = 'sample_factory_Request__'
|
| - )),
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Pipe')
|
| - ..type = (new mojom_types.Type()
|
| - ..handleType = (new mojom_types.HandleType()
|
| - ..kind = mojom_types.HandleTypeKind.messagePipe
|
| - ..nullable = true
|
| - )),];
|
| -}
|
| -
|
|
|
| class FactoryDoStuffResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -697,27 +579,6 @@ class FactoryDoStuffResponseParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _sampleFactoryFactoryDoStuffResponseParams() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'FactoryDoStuffResponseParams'
|
| - ..fullIdentifier = 'sample.Factory_DoStuff_ResponseParams')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Response')
|
| - ..type = (new mojom_types.Type()
|
| - ..typeReference = (new mojom_types.TypeReference()
|
| - ..identifier = 'sample_factory_Response__'
|
| - ..typeKey = 'sample_factory_Response__'
|
| - )),
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Text')
|
| - ..type = (new mojom_types.Type()
|
| - ..stringType = (new mojom_types.StringType())),];
|
| -}
|
| -
|
|
|
| class _FactoryDoStuff2Params extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -789,20 +650,6 @@ class _FactoryDoStuff2Params extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _sampleFactoryFactoryDoStuff2Params() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'FactoryDoStuff2Params'
|
| - ..fullIdentifier = 'sample.Factory_DoStuff2_Params')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Pipe')
|
| - ..type = (new mojom_types.Type()
|
| - ..handleType = (new mojom_types.HandleType()
|
| - ..kind = mojom_types.HandleTypeKind.dataPipeConsumer)),];
|
| -}
|
| -
|
|
|
| class FactoryDoStuff2ResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -875,19 +722,6 @@ class FactoryDoStuff2ResponseParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _sampleFactoryFactoryDoStuff2ResponseParams() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'FactoryDoStuff2ResponseParams'
|
| - ..fullIdentifier = 'sample.Factory_DoStuff2_ResponseParams')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Text')
|
| - ..type = (new mojom_types.Type()
|
| - ..stringType = (new mojom_types.StringType())),];
|
| -}
|
| -
|
|
|
| class _FactoryCreateNamedObjectParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -959,23 +793,6 @@ class _FactoryCreateNamedObjectParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _sampleFactoryFactoryCreateNamedObjectParams() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'FactoryCreateNamedObjectParams'
|
| - ..fullIdentifier = 'sample.Factory_CreateNamedObject_Params')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Obj')
|
| - ..type = (new mojom_types.Type()
|
| - ..typeReference = (new mojom_types.TypeReference()
|
| - ..isInterfaceRequest = true
|
| - ..identifier = 'sample_factory_NamedObject__'
|
| - ..typeKey = 'sample_factory_NamedObject__'
|
| - )),];
|
| -}
|
| -
|
|
|
| class _FactoryRequestImportedInterfaceParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -1047,23 +864,6 @@ class _FactoryRequestImportedInterfaceParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _sampleFactoryFactoryRequestImportedInterfaceParams() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'FactoryRequestImportedInterfaceParams'
|
| - ..fullIdentifier = 'sample.Factory_RequestImportedInterface_Params')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Obj')
|
| - ..type = (new mojom_types.Type()
|
| - ..typeReference = (new mojom_types.TypeReference()
|
| - ..isInterfaceRequest = true
|
| - ..identifier = 'sample_import_ImportedInterface__'
|
| - ..typeKey = 'sample_import_ImportedInterface__'
|
| - )),];
|
| -}
|
| -
|
|
|
| class FactoryRequestImportedInterfaceResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -1135,23 +935,6 @@ class FactoryRequestImportedInterfaceResponseParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _sampleFactoryFactoryRequestImportedInterfaceResponseParams() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'FactoryRequestImportedInterfaceResponseParams'
|
| - ..fullIdentifier = 'sample.Factory_RequestImportedInterface_ResponseParams')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Obj')
|
| - ..type = (new mojom_types.Type()
|
| - ..typeReference = (new mojom_types.TypeReference()
|
| - ..isInterfaceRequest = true
|
| - ..identifier = 'sample_import_ImportedInterface__'
|
| - ..typeKey = 'sample_import_ImportedInterface__'
|
| - )),];
|
| -}
|
| -
|
|
|
| class _FactoryTakeImportedInterfaceParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -1223,22 +1006,6 @@ class _FactoryTakeImportedInterfaceParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _sampleFactoryFactoryTakeImportedInterfaceParams() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'FactoryTakeImportedInterfaceParams'
|
| - ..fullIdentifier = 'sample.Factory_TakeImportedInterface_Params')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Obj')
|
| - ..type = (new mojom_types.Type()
|
| - ..typeReference = (new mojom_types.TypeReference()
|
| - ..identifier = 'sample_import_ImportedInterface__'
|
| - ..typeKey = 'sample_import_ImportedInterface__'
|
| - )),];
|
| -}
|
| -
|
|
|
| class FactoryTakeImportedInterfaceResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| @@ -1310,50 +1077,15 @@ class FactoryTakeImportedInterfaceResponseParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -mojom_types.MojomStruct _sampleFactoryFactoryTakeImportedInterfaceResponseParams() {
|
| - return new mojom_types.MojomStruct()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'FactoryTakeImportedInterfaceResponseParams'
|
| - ..fullIdentifier = 'sample.Factory_TakeImportedInterface_ResponseParams')
|
| - ..fields = <mojom_types.StructField>[
|
| - new mojom_types.StructField()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Obj')
|
| - ..type = (new mojom_types.Type()
|
| - ..typeReference = (new mojom_types.TypeReference()
|
| - ..identifier = 'sample_import_ImportedInterface__'
|
| - ..typeKey = 'sample_import_ImportedInterface__'
|
| - )),];
|
| -}
|
| -
|
| -
|
| const int _NamedObject_setNameName = 0;
|
| const int _NamedObject_getNameName = 1;
|
|
|
| -mojom_types.MojomInterface _sampleFactoryNamedObject() {
|
| - return new mojom_types.MojomInterface()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'NamedObject'
|
| - ..fullIdentifier = 'sample.NamedObject')
|
| - ..serviceName_ = 'NamedObject'
|
| - ..methods = <int, mojom_types.MojomMethod>{
|
| - _NamedObject_setNameName: new mojom_types.MojomMethod()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'SetName')
|
| - ..ordinal = _NamedObject_setNameName
|
| - ..parameters = _sampleFactoryNamedObjectSetNameParams(),
|
| - _NamedObject_getNameName: new mojom_types.MojomMethod()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'GetName')
|
| - ..ordinal = _NamedObject_getNameName
|
| - ..responseParams = _sampleFactoryNamedObjectGetNameResponseParams()
|
| - ..parameters = _sampleFactoryNamedObjectGetNameParams(),
|
| - };
|
| -}
|
| -
|
| class _NamedObjectServiceDescription implements service_describer.ServiceDescription {
|
| - dynamic getTopLevelInterface([Function responseFactory]) =>
|
| - responseFactory(_sampleFactoryNamedObject());
|
| + dynamic getTopLevelInterface([Function responseFactory]){
|
| + var interfaceTypeKey = getRuntimeTypeInfo().servicesByName["sample::NamedObject"].topLevelInterface;
|
| + var userDefinedType = getAllMojomTypeDefinitions()[interfaceTypeKey];
|
| + return responseFactory(userDefinedType.interfaceType);
|
| + }
|
|
|
| dynamic getTypeDefinition(String typeKey, [Function responseFactory]) =>
|
| responseFactory(getAllMojomTypeDefinitions()[typeKey]);
|
| @@ -1599,54 +1331,15 @@ const int _Factory_createNamedObjectName = 2;
|
| const int _Factory_requestImportedInterfaceName = 3;
|
| const int _Factory_takeImportedInterfaceName = 4;
|
|
|
| -mojom_types.MojomInterface _sampleFactoryFactory() {
|
| - return new mojom_types.MojomInterface()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'Factory'
|
| - ..fullIdentifier = 'sample.Factory')
|
| - ..serviceName_ = 'Factory'
|
| - ..methods = <int, mojom_types.MojomMethod>{
|
| - _Factory_doStuffName: new mojom_types.MojomMethod()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'DoStuff')
|
| - ..ordinal = _Factory_doStuffName
|
| - ..responseParams = _sampleFactoryFactoryDoStuffResponseParams()
|
| - ..parameters = _sampleFactoryFactoryDoStuffParams(),
|
| - _Factory_doStuff2Name: new mojom_types.MojomMethod()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'DoStuff2')
|
| - ..ordinal = _Factory_doStuff2Name
|
| - ..responseParams = _sampleFactoryFactoryDoStuff2ResponseParams()
|
| - ..parameters = _sampleFactoryFactoryDoStuff2Params(),
|
| - _Factory_createNamedObjectName: new mojom_types.MojomMethod()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'CreateNamedObject')
|
| - ..ordinal = _Factory_createNamedObjectName
|
| - ..parameters = _sampleFactoryFactoryCreateNamedObjectParams(),
|
| - _Factory_requestImportedInterfaceName: new mojom_types.MojomMethod()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'RequestImportedInterface')
|
| - ..ordinal = _Factory_requestImportedInterfaceName
|
| - ..responseParams = _sampleFactoryFactoryRequestImportedInterfaceResponseParams()
|
| - ..parameters = _sampleFactoryFactoryRequestImportedInterfaceParams(),
|
| - _Factory_takeImportedInterfaceName: new mojom_types.MojomMethod()
|
| - ..declData = (new mojom_types.DeclarationData()
|
| - ..shortName = 'TakeImportedInterface')
|
| - ..ordinal = _Factory_takeImportedInterfaceName
|
| - ..responseParams = _sampleFactoryFactoryTakeImportedInterfaceResponseParams()
|
| - ..parameters = _sampleFactoryFactoryTakeImportedInterfaceParams(),
|
| - };
|
| -}
|
| -
|
| class _FactoryServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| - responseFactory(_sampleFactoryFactory());
|
| + responseFactory(null);
|
|
|
| dynamic getTypeDefinition(String typeKey, [Function responseFactory]) =>
|
| - responseFactory(getAllMojomTypeDefinitions()[typeKey]);
|
| + responseFactory(null);
|
|
|
| dynamic getAllTypeDefinitions([Function responseFactory]) =>
|
| - responseFactory(getAllMojomTypeDefinitions());
|
| + responseFactory(null);
|
| }
|
|
|
| abstract class Factory {
|
| @@ -2057,69 +1750,36 @@ class FactoryStub extends bindings.Stub {
|
| }
|
|
|
|
|
| -Map<String, mojom_types.UserDefinedType> _initDescriptions() {
|
| - var map = new HashMap<String, mojom_types.UserDefinedType>();
|
| - map["sample_factory_Request__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _sampleFactoryRequest();
|
| - map["sample_factory_Response__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _sampleFactoryResponse();
|
| - map["sample_factory_NamedObject_SetName_Params__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _sampleFactoryNamedObjectSetNameParams();
|
| - map["sample_factory_NamedObject_GetName_Params__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _sampleFactoryNamedObjectGetNameParams();
|
| - map["sample_factory_NamedObject_GetName_ResponseParams__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _sampleFactoryNamedObjectGetNameResponseParams();
|
| - map["sample_factory_Factory_DoStuff_Params__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _sampleFactoryFactoryDoStuffParams();
|
| - map["sample_factory_Factory_DoStuff_ResponseParams__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _sampleFactoryFactoryDoStuffResponseParams();
|
| - map["sample_factory_Factory_DoStuff2_Params__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _sampleFactoryFactoryDoStuff2Params();
|
| - map["sample_factory_Factory_DoStuff2_ResponseParams__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _sampleFactoryFactoryDoStuff2ResponseParams();
|
| - map["sample_factory_Factory_CreateNamedObject_Params__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _sampleFactoryFactoryCreateNamedObjectParams();
|
| - map["sample_factory_Factory_RequestImportedInterface_Params__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _sampleFactoryFactoryRequestImportedInterfaceParams();
|
| - map["sample_factory_Factory_RequestImportedInterface_ResponseParams__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _sampleFactoryFactoryRequestImportedInterfaceResponseParams();
|
| - map["sample_factory_Factory_TakeImportedInterface_Params__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _sampleFactoryFactoryTakeImportedInterfaceParams();
|
| - map["sample_factory_Factory_TakeImportedInterface_ResponseParams__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..structType = _sampleFactoryFactoryTakeImportedInterfaceResponseParams();
|
| - map["sample_factory_NamedObject__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..interfaceType = _sampleFactoryNamedObject();
|
| - map["sample_factory_Factory__"] =
|
| - new mojom_types.UserDefinedType()
|
| - ..interfaceType = _sampleFactoryFactory();
|
| - sample_import_mojom.getAllMojomTypeDefinitions()
|
| - .forEach((String s, mojom_types.UserDefinedType udt) {
|
| - map[s] = udt;
|
| - });
|
| -
|
| - return map;
|
| -}
|
| +mojom_types.RuntimeTypeInfo getRuntimeTypeInfo() => _runtimeTypeInfo ??
|
| + _initRuntimeTypeInfo();
|
|
|
| -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,216,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,27,0,0,0,19,0,0,0,115,97,109,112,108,101,58,58,78,97,109,101,100,79,98,106,101,99,116,0,0,0,0,0,16,0,0,0,1,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,48,0,0,0,0,0,0,0,35,0,0,0,27,0,0,0,84,89,80,69,95,75,69,89,58,115,97,109,112,108,101,46,78,97,109,101,100,79,98,106,101,99,116,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,35,0,0,0,27,0,0,0,84,89,80,69,95,75,69,89,58,115,97,109,112,108,101,46,78,97,109,101,100,79,98,106,101,99,116,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,40,0,0,0,4,0,0,0,32,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,35,0,0,0,27,0,0,0,84,89,80,69,95,75,69,89,58,115,97,109,112,108,101,46,78,97,109,101,100,79,98,106,101,99,116,0,0,0,0,0,31,0,0,0,23,0,0,0,84,89,80,69,95,75,69,89,58,115,97,109,112,108,101,46,70,97,99,116,111,114,121,0,31,0,0,0,23,0,0,0,84,89,80,69,95,75,69,89,58,115,97,109,112,108,101,46,82,101,113,117,101,115,116,0,32,0,0,0,24,0,0,0,84,89,80,69,95,75,69,89,58,115,97,109,112,108,101,46,82,101,115,112,111,110,115,101,72,0,0,0,4,0,0,0,16,0,0,0,3,0,0,0,56,0,0,0,0,0,0,0,16,0,0,0,3,0,0,0,56,9,0,0,0,0,0,0,16,0,0,0,1,0,0,0,208,39,0,0,0,0,0,0,16,0,0,0,1,0,0,0,208,45,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,112,1,0,0,0,0,0,0,136,1,0,0,0,0,0,0,72,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,152,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,184,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,1,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,7,0,0,0,32,0,0,0,0,0,0,0,19,0,0,0,11,0,0,0,83,101,114,118,105,99,101,78,97,109,101,0,0,0,0,0,27,0,0,0,19,0,0,0,115,97,109,112,108,101,58,58,78,97,109,101,100,79,98,106,101,99,116,0,0,0,0,0,19,0,0,0,11,0,0,0,78,97,109,101,100,79,98,106,101,99,116,0,0,0,0,0,26,0,0,0,18,0,0,0,115,97,109,112,108,101,46,78,97,109,101,100,79,98,106,101,99,116,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,10,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,27,0,0,0,19,0,0,0,115,97,109,112,108,101,58,58,78,97,109,101,100,79,98,106,101,99,116,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,2,0,0,0,0,0,0,0,1,0,0,0,24,0,0,0,2,0,0,0,16,0,0,0,0,0,0,0,32,3,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,
|
| +232,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,15,0,0,0,7,0,0,0,83,101,116,78,97,109,101,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,28,0,0,0,2,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,232,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,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,15,0,0,0,83,101,116,78,97,109,101,45,114,101,113,117,101,115,116,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,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,240,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,110,97,109,101,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,28,0,0,0,17,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,224,1,0,0,0,0,0,0,1,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,15,0,0,0,7,0,0,0,71,101,116,78,97,109,101,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,29,0,0,0,2,0,0,0,91,0,0,0,83,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,
|
| +97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,232,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,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,15,0,0,0,71,101,116,78,97,109,101,45,114,101,113,117,101,115,116,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,8,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,232,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,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,16,0,0,0,71,101,116,78,97,109,101,45,114,101,115,112,111,110,115,101,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,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,240,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,110,97,109,101,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,29,0,0,0,23,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,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,0,0,0,0,0,0,0,0,240,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,64,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,70,97,99,116,111,114,121,0,22,0,0,0,14,0,0,0,115,97,109,112,108,101,46,70,97,99,116,111,114,121,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,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,28,0,0,0,5,0,0,0,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,5,0,0,0,40,0,0,0,0,0,0,0,96,5,0,0,0,0,0,0,224,8,0,0,0,0,0,0,24,15,0,0,0,0,0,0,72,21,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1,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,68,111,83,116,117,102,102,50,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,35,0,0,0,2,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,232,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,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,16,0,0,0,68,111,83,116,117,102,102,50,45,114,101,113,117,101,115,116,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,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,240,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,105,112,101,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,35,0,0,0,38,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,
|
| +240,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,56,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,68,111,83,116,117,102,102,50,45,114,101,115,112,111,110,115,101,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,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,240,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,116,101,120,116,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,35,0,0,0,55,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,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,56,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,67,114,101,97,116,101,78,97,109,101,100,79,98,106,101,99,116,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,36,0,0,0,2,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,248,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,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,25,0,0,0,67,114,101,97,116,101,78,97,109,101,100,79,98,106,101,99,116,45,114,101,113,117,101,115,116,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,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,240,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,111,98,106,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,36,0,0,0,33,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,32,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,19,0,0,0,11,0,0,0,78,97,109,101,100,79,98,106,101,99,116,0,0,0,0,0,35,0,0,0,27,0,0,0,84,89,80,69,95,75,69,89,58,115,97,109,112,108,101,46,78,97,109,101,100,79,98,106,101,99,116,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,136,3,0,0,0,0,0,0,3,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,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,24,0,0,0,82,101,113,117,101,115,116,73,109,112,111,114,116,101,100,73,110,116,101,114,102,97,99,101,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,37,0,0,0,2,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,248,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,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,32,0,0,0,82,101,113,117,101,115,116,73,109,112,111,114,116,101,100,73,110,116,101,114,102,97,99,101,45,114,101,113,117,101,115,116,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,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,240,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,111,98,106,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,38,0,0,0,34,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,32,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,34,0,0,0,26,0,0,0,105,109,112,111,114,116,101,100,46,73,109,112,111,114,116,101,100,73,110,116,101,114,102,97,99,101,0,0,0,0,0,0,43,0,0,0,35,0,0,0,84,89,80,69,95,75,69,89,58,105,109,112,111,114,116,101,100,46,73,109,112,111,114,116,101,100,73,110,116,101,114,102,97,99,101,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,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,0,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,41,0,0,0,33,0,0,0,82,101,113,117,101,115,116,73,109,112,111,114,116,101,100,73,110,116,101,114,102,97,99,101,45,114,101,115,112,111,110,115,101,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,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,240,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,111,98,106,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,38,0,0,0,71,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,32,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,34,0,0,0,26,0,0,0,105,109,112,111,114,116,101,100,46,73,109,112,111,114,116,101,100,73,110,116,101,114,102,97,99,101,0,0,0,0,0,0,43,0,0,0,35,0,0,0,
|
| +84,89,80,69,95,75,69,89,58,105,109,112,111,114,116,101,100,46,73,109,112,111,114,116,101,100,73,110,116,101,114,102,97,99,101,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,136,3,0,0,0,0,0,0,4,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,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,21,0,0,0,84,97,107,101,73,109,112,111,114,116,101,100,73,110,116,101,114,102,97,99,101,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,39,0,0,0,2,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,248,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,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,29,0,0,0,84,97,107,101,73,109,112,111,114,116,101,100,73,110,116,101,114,102,97,99,101,45,114,101,113,117,101,115,116,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,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,240,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,111,98,106,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,40,0,0,0,33,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,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,48,0,0,0,0,0,0,0,34,0,0,0,26,0,0,0,105,109,112,111,114,116,101,100,46,73,109,112,111,114,116,101,100,73,110,116,101,114,102,97,99,101,0,0,0,0,0,0,43,0,0,0,35,0,0,0,84,89,80,69,95,75,69,89,58,105,109,112,111,114,116,101,100,46,73,109,112,111,114,116,101,100,73,110,116,101,114,102,97,99,101,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,248,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,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,30,0,0,0,84,97,107,101,73,109,112,111,114,116,101,100,73,110,116,101,114,102,97,99,101,45,114,101,115,112,111,110,115,101,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,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,240,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,111,98,106,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,40,0,0,0,69,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,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,48,0,0,0,0,0,0,0,34,0,0,0,26,0,0,0,105,109,112,111,114,116,101,100,46,73,109,112,111,114,116,101,100,73,110,116,101,114,102,97,99,101,0,0,0,0,0,0,43,0,0,0,35,0,0,0,84,89,80,69,95,75,69,89,58,105,109,112,111,114,116,101,100,46,73,109,112,111,114,116,101,100,73,110,116,101,114,102,97,99,101,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,96,4,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,15,0,0,0,7,0,0,0,68,111,83,116,117,102,102,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,33,0,0,0,2,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,232,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,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,15,0,0,0,68,111,83,116,117,102,102,45,
|
| +114,101,113,117,101,115,116,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,24,0,0,0,2,0,0,0,16,0,0,0,0,0,0,0,96,1,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,240,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,15,0,0,0,7,0,0,0,114,101,113,117,101,115,116,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,33,0,0,0,18,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,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,82,101,113,117,101,115,116,0,31,0,0,0,23,0,0,0,84,89,80,69,95,75,69,89,58,115,97,109,112,108,101,46,82,101,113,117,101,115,116,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,240,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,105,112,101,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,33,0,0,0,49,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,232,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,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,16,0,0,0,68,111,83,116,117,102,102,45,114,101,115,112,111,110,115,101,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,83,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,
|
| +97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,24,0,0,0,2,0,0,0,16,0,0,0,0,0,0,0,96,1,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,240,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,114,101,115,112,111,110,115,101,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,34,0,0,0,16,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,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,16,0,0,0,8,0,0,0,82,101,115,112,111,110,115,101,32,0,0,0,24,0,0,0,84,89,80,69,95,75,69,89,58,115,97,109,112,108,101,46,82,101,115,112,111,110,115,101,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,240,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,116,101,120,116,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,34,0,0,0,33,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,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,248,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,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,64,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,82,101,113,117,101,115,116,0,22,0,0,0,14,0,0,0,115,97,109,112,108,101,46,82,101,113,117,101,115,116,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,12,0,0,0,7,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,40,0,0,0,4,0,0,0,32,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,48,2,0,0,0,0,0,0,104,3,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,
|
| +5,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,120,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,13,0,0,0,8,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,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,240,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,105,112,101,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,14,0,0,0,24,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,1,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,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,109,111,114,101,95,112,105,112,101,115,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,31,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,32,0,0,0,0,0,0,0,1,0,0,0,255,255,255,255,16,0,0,0,4,0,0,0,8,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,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,240,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,111,98,106,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,
|
| +18,0,0,0,30,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,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,48,0,0,0,0,0,0,0,34,0,0,0,26,0,0,0,105,109,112,111,114,116,101,100,46,73,109,112,111,114,116,101,100,73,110,116,101,114,102,97,99,101,0,0,0,0,0,0,43,0,0,0,35,0,0,0,84,89,80,69,95,75,69,89,58,105,109,112,111,114,116,101,100,46,73,109,112,111,114,116,101,100,73,110,116,101,114,102,97,99,101,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,248,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,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,64,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,82,101,115,112,111,110,115,101,23,0,0,0,15,0,0,0,115,97,109,112,108,101,46,82,101,115,112,111,110,115,101,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,21,0,0,0,7,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,24,0,0,0,2,0,0,0,16,0,0,0,0,0,0,0,16,1,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,5,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,120,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,22,0,0,0,8,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,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,240,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,105,112,101,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,23,0,0,0,24,0,0,0,91,0,0,0,83,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,97,109,112,108,101,95,102,97,99,116,111,114,121,46,109,111,106,111,109,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,1,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;
|
| +}
|
|
|