Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.mojom.dart

Issue 1753013002: Mojom runtime type info: New implementation for Dart. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: No changes to sha1s Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.mojom.dart
diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.mojom.dart
index 025d328bfca2644b3f5e0c1e00e332582fd664a0..0abb89d06fdb89706e6e1c66c3b7a3ba77bdbb2e 100644
--- a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.mojom.dart
+++ b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.mojom.dart
@@ -5,6 +5,7 @@
library versioning_test_client_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;
@@ -62,24 +63,6 @@ class Department extends bindings.MojoEnum {
int toJson() => mojoEnumValue;
}
-mojom_types.MojomEnum _versioningTestClientDepartment() {
- return new mojom_types.MojomEnum()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Department'
- ..fullIdentifier = 'mojo.test.versioning.Department')
- ..values = <mojom_types.EnumValue>[
- new mojom_types.EnumValue()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Sales')
- ..enumTypeKey = 'versioning_test_client_Department__'
- ..intValue = 0,
- new mojom_types.EnumValue()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Dev')
- ..enumTypeKey = 'versioning_test_client_Department__'
- ..intValue = 1,];
-}
-
class Employee extends bindings.Struct {
@@ -185,32 +168,6 @@ class Employee extends bindings.Struct {
}
}
-mojom_types.MojomStruct _versioningTestClientEmployee() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Employee'
- ..fullIdentifier = 'mojo.test.versioning.Employee')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'EmployeeId')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint64),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Name')
- ..type = (new mojom_types.Type()
- ..stringType = (new mojom_types.StringType())),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Department')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'versioning_test_client_Department__'
- ..typeKey = 'versioning_test_client_Department__'
- )),];
-}
-
class _HumanResourceDatabaseAddEmployeeParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -284,22 +241,6 @@ class _HumanResourceDatabaseAddEmployeeParams extends bindings.Struct {
}
}
-mojom_types.MojomStruct _versioningTestClientHumanResourceDatabaseAddEmployeeParams() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'HumanResourceDatabaseAddEmployeeParams'
- ..fullIdentifier = 'mojo.test.versioning.HumanResourceDatabase_AddEmployee_Params')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Employee')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..identifier = 'versioning_test_client_Employee__'
- ..typeKey = 'versioning_test_client_Employee__'
- )),];
-}
-
class HumanResourceDatabaseAddEmployeeResponseParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -372,19 +313,6 @@ class HumanResourceDatabaseAddEmployeeResponseParams extends bindings.Struct {
}
}
-mojom_types.MojomStruct _versioningTestClientHumanResourceDatabaseAddEmployeeResponseParams() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'HumanResourceDatabaseAddEmployeeResponseParams'
- ..fullIdentifier = 'mojo.test.versioning.HumanResourceDatabase_AddEmployee_ResponseParams')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Success')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.bool),];
-}
-
class _HumanResourceDatabaseQueryEmployeeParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -472,24 +400,6 @@ class _HumanResourceDatabaseQueryEmployeeParams extends bindings.Struct {
}
}
-mojom_types.MojomStruct _versioningTestClientHumanResourceDatabaseQueryEmployeeParams() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'HumanResourceDatabaseQueryEmployeeParams'
- ..fullIdentifier = 'mojo.test.versioning.HumanResourceDatabase_QueryEmployee_Params')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Id')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint64),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'RetrieveFingerPrint')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.bool),];
-}
-
class HumanResourceDatabaseQueryEmployeeResponseParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -578,32 +488,6 @@ class HumanResourceDatabaseQueryEmployeeResponseParams extends bindings.Struct {
}
}
-mojom_types.MojomStruct _versioningTestClientHumanResourceDatabaseQueryEmployeeResponseParams() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'HumanResourceDatabaseQueryEmployeeResponseParams'
- ..fullIdentifier = 'mojo.test.versioning.HumanResourceDatabase_QueryEmployee_ResponseParams')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Employee')
- ..type = (new mojom_types.Type()
- ..typeReference = (new mojom_types.TypeReference()
- ..nullable = true
-
- ..identifier = 'versioning_test_client_Employee__'
- ..typeKey = 'versioning_test_client_Employee__'
- )),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FingerPrint')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..nullable = true
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint8))),];
-}
-
class _HumanResourceDatabaseAttachFingerPrintParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -690,26 +574,6 @@ class _HumanResourceDatabaseAttachFingerPrintParams extends bindings.Struct {
}
}
-mojom_types.MojomStruct _versioningTestClientHumanResourceDatabaseAttachFingerPrintParams() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'HumanResourceDatabaseAttachFingerPrintParams'
- ..fullIdentifier = 'mojo.test.versioning.HumanResourceDatabase_AttachFingerPrint_Params')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Id')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint64),
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'FingerPrint')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint8))),];
-}
-
class HumanResourceDatabaseAttachFingerPrintResponseParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -782,19 +646,6 @@ class HumanResourceDatabaseAttachFingerPrintResponseParams extends bindings.Stru
}
}
-mojom_types.MojomStruct _versioningTestClientHumanResourceDatabaseAttachFingerPrintResponseParams() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'HumanResourceDatabaseAttachFingerPrintResponseParams'
- ..fullIdentifier = 'mojo.test.versioning.HumanResourceDatabase_AttachFingerPrint_ResponseParams')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Success')
- ..type = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.bool),];
-}
-
class _HumanResourceDatabaseListEmployeeIdsParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -853,14 +704,6 @@ class _HumanResourceDatabaseListEmployeeIdsParams extends bindings.Struct {
}
}
-mojom_types.MojomStruct _versioningTestClientHumanResourceDatabaseListEmployeeIdsParams() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'HumanResourceDatabaseListEmployeeIdsParams'
- ..fullIdentifier = 'mojo.test.versioning.HumanResourceDatabase_ListEmployeeIds_Params')
- ..fields = <mojom_types.StructField>[];
-}
-
class HumanResourceDatabaseListEmployeeIdsResponseParams extends bindings.Struct {
static const List<bindings.StructDataHeader> kVersions = const [
@@ -933,65 +776,17 @@ class HumanResourceDatabaseListEmployeeIdsResponseParams extends bindings.Struct
}
}
-mojom_types.MojomStruct _versioningTestClientHumanResourceDatabaseListEmployeeIdsResponseParams() {
- return new mojom_types.MojomStruct()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'HumanResourceDatabaseListEmployeeIdsResponseParams'
- ..fullIdentifier = 'mojo.test.versioning.HumanResourceDatabase_ListEmployeeIds_ResponseParams')
- ..fields = <mojom_types.StructField>[
- new mojom_types.StructField()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'Ids')
- ..type = (new mojom_types.Type()
- ..arrayType = (new mojom_types.ArrayType()
- ..nullable = true
- ..elementType = (new mojom_types.Type()
- ..simpleType = mojom_types.SimpleType.uint64))),];
-}
-
-
const int _HumanResourceDatabase_addEmployeeName = 0;
const int _HumanResourceDatabase_queryEmployeeName = 1;
const int _HumanResourceDatabase_attachFingerPrintName = 2;
const int _HumanResourceDatabase_listEmployeeIdsName = 3;
-mojom_types.MojomInterface _versioningTestClientHumanResourceDatabase() {
- return new mojom_types.MojomInterface()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'HumanResourceDatabase'
- ..fullIdentifier = 'mojo.test.versioning.HumanResourceDatabase')
- ..serviceName_ = 'HumanResourceDatabase'
- ..methods = <int, mojom_types.MojomMethod>{
- _HumanResourceDatabase_addEmployeeName: new mojom_types.MojomMethod()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'AddEmployee')
- ..ordinal = _HumanResourceDatabase_addEmployeeName
- ..responseParams = _versioningTestClientHumanResourceDatabaseAddEmployeeResponseParams()
- ..parameters = _versioningTestClientHumanResourceDatabaseAddEmployeeParams(),
- _HumanResourceDatabase_queryEmployeeName: new mojom_types.MojomMethod()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'QueryEmployee')
- ..ordinal = _HumanResourceDatabase_queryEmployeeName
- ..responseParams = _versioningTestClientHumanResourceDatabaseQueryEmployeeResponseParams()
- ..parameters = _versioningTestClientHumanResourceDatabaseQueryEmployeeParams(),
- _HumanResourceDatabase_attachFingerPrintName: new mojom_types.MojomMethod()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'AttachFingerPrint')
- ..ordinal = _HumanResourceDatabase_attachFingerPrintName
- ..responseParams = _versioningTestClientHumanResourceDatabaseAttachFingerPrintResponseParams()
- ..parameters = _versioningTestClientHumanResourceDatabaseAttachFingerPrintParams(),
- _HumanResourceDatabase_listEmployeeIdsName: new mojom_types.MojomMethod()
- ..declData = (new mojom_types.DeclarationData()
- ..shortName = 'ListEmployeeIds')
- ..ordinal = _HumanResourceDatabase_listEmployeeIdsName
- ..responseParams = _versioningTestClientHumanResourceDatabaseListEmployeeIdsResponseParams()
- ..parameters = _versioningTestClientHumanResourceDatabaseListEmployeeIdsParams(),
- };
-}
-
class _HumanResourceDatabaseServiceDescription implements service_describer.ServiceDescription {
- dynamic getTopLevelInterface([Function responseFactory]) =>
- responseFactory(_versioningTestClientHumanResourceDatabase());
+ dynamic getTopLevelInterface([Function responseFactory]){
+ var interfaceTypeKey = getRuntimeTypeInfo().servicesByName["mojo::test::versioning::HumanResourceDatabase"].topLevelInterface;
+ var userDefinedType = getAllMojomTypeDefinitions()[interfaceTypeKey];
+ return responseFactory(userDefinedType.interfaceType);
+ }
dynamic getTypeDefinition(String typeKey, [Function responseFactory]) =>
responseFactory(getAllMojomTypeDefinitions()[typeKey]);
@@ -1391,49 +1186,33 @@ class HumanResourceDatabaseStub extends bindings.Stub {
}
-Map<String, mojom_types.UserDefinedType> _initDescriptions() {
- var map = new HashMap<String, mojom_types.UserDefinedType>();
- map["versioning_test_client_Department__"] =
- new mojom_types.UserDefinedType()
- ..enumType = _versioningTestClientDepartment();
- map["versioning_test_client_Employee__"] =
- new mojom_types.UserDefinedType()
- ..structType = _versioningTestClientEmployee();
- map["versioning_test_client_HumanResourceDatabase_AddEmployee_Params__"] =
- new mojom_types.UserDefinedType()
- ..structType = _versioningTestClientHumanResourceDatabaseAddEmployeeParams();
- map["versioning_test_client_HumanResourceDatabase_AddEmployee_ResponseParams__"] =
- new mojom_types.UserDefinedType()
- ..structType = _versioningTestClientHumanResourceDatabaseAddEmployeeResponseParams();
- map["versioning_test_client_HumanResourceDatabase_QueryEmployee_Params__"] =
- new mojom_types.UserDefinedType()
- ..structType = _versioningTestClientHumanResourceDatabaseQueryEmployeeParams();
- map["versioning_test_client_HumanResourceDatabase_QueryEmployee_ResponseParams__"] =
- new mojom_types.UserDefinedType()
- ..structType = _versioningTestClientHumanResourceDatabaseQueryEmployeeResponseParams();
- map["versioning_test_client_HumanResourceDatabase_AttachFingerPrint_Params__"] =
- new mojom_types.UserDefinedType()
- ..structType = _versioningTestClientHumanResourceDatabaseAttachFingerPrintParams();
- map["versioning_test_client_HumanResourceDatabase_AttachFingerPrint_ResponseParams__"] =
- new mojom_types.UserDefinedType()
- ..structType = _versioningTestClientHumanResourceDatabaseAttachFingerPrintResponseParams();
- map["versioning_test_client_HumanResourceDatabase_ListEmployeeIds_Params__"] =
- new mojom_types.UserDefinedType()
- ..structType = _versioningTestClientHumanResourceDatabaseListEmployeeIdsParams();
- map["versioning_test_client_HumanResourceDatabase_ListEmployeeIds_ResponseParams__"] =
- new mojom_types.UserDefinedType()
- ..structType = _versioningTestClientHumanResourceDatabaseListEmployeeIdsResponseParams();
- map["versioning_test_client_HumanResourceDatabase__"] =
- new mojom_types.UserDefinedType()
- ..interfaceType = _versioningTestClientHumanResourceDatabase();
- 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,144,1,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,8,0,0,0,0,0,0,0,53,0,0,0,45,0,0,0,109,111,106,111,58,58,116,101,115,116,58,58,118,101,114,115,105,111,110,105,110,103,58,58,72,117,109,97,110,82,101,115,111,117,114,99,101,68,97,116,97,98,97,115,101,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,72,0,0,0,0,0,0,0,59,0,0,0,51,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,72,117,109,97,110,82,101,115,111,117,114,99,101,68,97,116,97,98,97,115,101,0,0,0,0,0,32,0,0,0,3,0,0,0,24,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,48,0,0,0,40,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,68,101,112,97,114,116,109,101,110,116,46,0,0,0,38,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,69,109,112,108,111,121,101,101,0,0,59,0,0,0,51,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,72,117,109,97,110,82,101,115,111,117,114,99,101,68,97,116,97,98,97,115,101,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,32,0,0,0,3,0,0,0,24,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,59,0,0,0,51,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,72,117,109,97,110,82,101,115,111,117,114,99,101,68,97,116,97,98,97,115,101,0,0,0,0,0,46,0,0,0,38,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,69,109,112,108,111,121,101,101,0,0,48,0,0,0,40,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,68,101,112,97,114,116,109,101,110,116,56,0,0,0,3,0,0,0,16,0,0,0,3,0,0,0,40,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,112,28,0,0,0,0,0,0,16,0,0,0,0,0,0,0,88,33,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,176,1,0,0,0,0,0,0,224,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,176,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,255,255,255,255,0,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,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,53,0,0,0,45,0,0,0,109,111,106,111,58,58,116,101,115,116,58,58,118,101,114,115,105,111,110,105,110,103,58,58,72,117,109,97,110,82,101,115,111,117,114,99,101,68,97,116,97,98,97,115,101,0,0,0,29,0,0,0,21,0,0,0,72,117,109,97,110,82,101,115,111,117,114,99,101,68,97,116,97,98,97,115,101,0,0,0,50,0,0,0,42,0,0,0,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,72,117,109,97,110,82,101,115,111,117,114,99,101,68,97,116,97,98,97,
+115,101,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,10,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,46,109,111,106,111,109,0,0,0,0,0,53,0,0,0,45,0,0,0,109,111,106,111,58,58,116,101,115,116,58,58,118,101,114,115,105,111,110,105,110,103,58,58,72,117,109,97,110,82,101,115,111,117,114,99,101,68,97,116,97,98,97,115,101,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,4,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,3,0,0,0,40,0,0,0,4,0,0,0,32,0,0,0,0,0,0,0,208,5,0,0,0,0,0,0,120,14,0,0,0,0,0,0,104,21,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,120,3,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,19,0,0,0,11,0,0,0,65,100,100,69,109,112,108,111,121,101,101,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,2,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,19,0,0,0,65,100,100,69,109,112,108,111,121,101,101,45,114,101,113,117,101,115,116,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,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,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,101,109,112,108,111,121,101,101,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,23,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,69,109,112,108,111,121,101,101,46,0,0,0,38,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,69,109,112,108,111,121,101,101,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,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,20,0,0,0,65,100,100,69,109,112,108,111,121,101,101,45,114,101,115,112,111,110,115,101,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,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,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,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,115,117,99,99,101,115,115,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,24,0,0,0,42,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,46,109,111,106,111,109,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,4,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,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,13,0,0,0,81,117,101,114,121,69,109,112,108,111,121,101,101,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,26,0,0,0,2,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,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,81,117,101,114,121,69,109,112,108,111,121,101,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,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,24,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,10,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,10,0,0,0,2,0,0,0,105,100,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,26,0,0,0,23,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,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,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,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,128,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,3,0,0,0,1,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,29,0,0,0,21,0,0,0,114,101,116,114,105,101,118,101,95,102,105,110,103,101,114,95,112,114,105,110,116,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,26,0,0,0,47,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,22,0,0,0,81,117,101,114,121,69,109,112,108,111,121,101,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,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,120,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,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,101,109,112,108,111,121,101,101,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,27,0,0,0,20,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,24,0,0,0,0,0,0,0,16,0,0,0,8,0,0,0,69,109,112,108,111,121,101,101,46,0,0,0,38,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,69,109,112,108,111,121,101,101,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,72,1,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,64,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,120,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,3,0,0,0,1,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,20,0,0,0,12,0,0,0,102,105,110,103,101,114,95,112,114,105,110,116,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,27,0,0,0,59,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,0,0,0,0,7,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,176,4,0,0,0,0,0,0,
+2,0,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,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,128,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,3,0,0,0,1,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,25,0,0,0,17,0,0,0,65,116,116,97,99,104,70,105,110,103,101,114,80,114,105,110,116,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,30,0,0,0,2,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,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,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,65,116,116,97,99,104,70,105,110,103,101,114,80,114,105,110,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,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,24,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,10,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,10,0,0,0,2,0,0,0,105,100,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,30,0,0,0,27,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,2,0,0,0,0,1,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,20,0,0,0,12,0,0,0,102,105,110,103,101,114,95,112,114,105,110,116,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,30,0,0,0,44,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,46,109,111,106,111,109,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,16,0,0,0,0,0,0,0,7,0,0,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,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,26,0,0,0,65,116,116,97,99,104,70,105,110,103,101,114,80,114,105,110,116,45,114,101,115,112,111,110,115,101,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,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,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,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,115,117,99,99,101,115,115,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,31,0,0,0,15,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,46,109,111,106,111,109,0,0,0,0,0,40,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,64,1,0,0,0,0,0,0,72,2,0,0,0,0,0,0,3,0,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,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,120,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,3,0,0,0,2,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,77,105,110,86,101,114,115,105,111,110,0,0,0,0,0,0,23,0,0,0,15,0,0,0,76,105,115,116,69,109,112,108,111,121,101,101,73,100,115,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,34,0,0,0,2,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,23,0,0,0,76,105,115,116,69,109,112,108,111,121,101,101,73,100,115,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,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,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,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,76,105,115,116,69,109,112,108,111,121,101,101,73,100,115,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,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,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,11,0,0,0,3,0,0,0,105,100,115,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,39,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,0,0,0,0,10,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,16,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,80,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,69,109,112,108,111,121,101,101,37,0,0,0,29,0,0,0,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,69,109,112,108,111,121,101,101,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,16,0,0,0,7,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,46,109,111,106,111,109,0,0,0,0,0,32,0,0,0,3,0,0,0,24,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,64,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,0,0,0,0,10,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,19,0,0,0,11,0,0,0,101,109,112,108,111,121,101,101,95,105,100,0,0,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,17,0,0,0,9,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,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,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,18,0,0,0,9,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,56,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,16,0,0,0,5,0,0,0,0,1,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,100,101,112,97,114,116,109,101,110,116,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,13,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,32,0,0,0,0,0,0,0,18,0,0,0,10,0,0,0,68,101,112,97,114,116,109,101,110,116,0,0,0,0,0,0,48,0,0,0,40,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,68,101,112,97,114,116,109,101,110,116,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,16,1,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,64,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,88,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,68,101,112,97,114,116,109,101,110,116,0,0,0,0,0,0,39,0,0,0,31,0,0,0,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,68,101,112,97,114,116,109,101,110,116,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,11,0,0,0,5,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,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,112,1,0,0,0,0,0,0,48,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,40,1,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,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,5,0,0,0,83,65,76,69,83,0,0,0,45,0,0,0,37,0,0,0,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,68,101,112,97,114,116,109,101,110,116,46,83,65,76,69,83,0,0,0,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,12,0,0,0,2,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,46,109,111,106,111,109,0,0,0,0,0,48,0,0,0,40,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,68,101,112,97,114,116,109,101,110,116,48,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,56,0,0,0,0,0,0,0,255,255,255,255,0,0,0,0,88,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,68,69,86,0,0,0,0,0,43,0,0,0,35,0,0,0,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,68,101,112,97,114,116,109,101,110,116,46,68,69,86,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,2,0,0,0,99,0,0,0,91,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,118,101,114,115,105,111,110,105,110,103,95,116,101,115,116,95,99,108,105,101,110,116,46,109,111,106,111,109,0,0,0,0,0,48,0,0,0,40,0,0,0,84,89,80,69,95,75,69,89,58,109,111,106,111,46,116,101,115,116,46,118,101,114,115,105,111,110,105,110,103,46,68,101,112,97,114,116,109,101,110,116]);
+
+ // 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;
+}

Powered by Google App Engine
This is Rietveld 408576698