blob_id
stringlengths 40
40
| directory_id
stringlengths 40
40
| path
stringlengths 2
247
| content_id
stringlengths 40
40
| detected_licenses
listlengths 0
57
| license_type
stringclasses 2
values | repo_name
stringlengths 4
111
| snapshot_id
stringlengths 40
40
| revision_id
stringlengths 40
40
| branch_name
stringlengths 4
58
| visit_date
timestamp[ns]date 2015-07-25 18:16:41
2023-09-06 10:45:08
| revision_date
timestamp[ns]date 1970-01-14 14:03:36
2023-09-06 06:22:19
| committer_date
timestamp[ns]date 1970-01-14 14:03:36
2023-09-06 06:22:19
| github_id
int64 3.89k
689M
⌀ | star_events_count
int64 0
209k
| fork_events_count
int64 0
110k
| gha_license_id
stringclasses 25
values | gha_event_created_at
timestamp[ns]date 2012-06-07 00:51:45
2023-09-14 21:58:52
⌀ | gha_created_at
timestamp[ns]date 2008-03-27 23:40:48
2023-08-24 19:49:39
⌀ | gha_language
stringclasses 159
values | src_encoding
stringclasses 34
values | language
stringclasses 1
value | is_vendor
bool 1
class | is_generated
bool 2
classes | length_bytes
int64 7
10.5M
| extension
stringclasses 111
values | filename
stringlengths 1
195
| text
stringlengths 7
10.5M
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
563e94c17e0931f7f05a41ba3d2b339c80ada9e6
|
dd70ebdba85a0c85c56da2a20540d82b4a4419b8
|
/Qtchart_kai/controller.h
|
431fed8d2263e129eff66ae2c6cb502a40c94f06
|
[] |
no_license
|
tiny138/ggwpQt
|
a91d3b3f4ed10529a2ae734ad4038a75a1926676
|
917e237c605dd3200dc17e88e7404d61bec6f22e
|
refs/heads/master
| 2023-02-17T18:12:43.887202
| 2021-01-19T14:18:51
| 2021-01-19T14:18:51
| 330,714,098
| 0
| 0
| null | null | null | null |
GB18030
|
C++
| false
| false
| 496
|
h
|
controller.h
|
#pragma once
#ifndef CONTROLLER_H
#define CONTROLLER_H
#include <QObject>
#include <QThread>
#include "worker.h"
class Controller : public QObject
{
Q_OBJECT
public:
explicit Controller(QObject *parent = nullptr);
~Controller();
void start();
signals:
void startRunning(); // 用于触发新线程中的耗时操作函数
public slots:
void on_receivResult(const QString &str); // 接收新线程中的结果
private:
QThread m_workThread;
Worker *m_worker;
};
#endif // CONTROLLER_H
|
3233abb5784e69b2638ca3d261d8cede3d00e80a
|
2cbd955a3448b1b6ccb6e29f4104ea0b1fd13971
|
/FieaGameEngine/source/UnitTests/UnitTests_PC/DatumTest.cpp
|
7b4c4740102b3cdd50a66f9cef9049e7b286f3ad
|
[] |
no_license
|
Poltergust/FieaGameEngine
|
e57ed440b4ce4c0d142ab32862308b6fe25a5d4f
|
a38019300b612a0606ad799a1983966a434585c3
|
refs/heads/master
| 2016-09-06T16:55:44.106021
| 2015-07-28T19:55:43
| 2015-07-28T19:55:43
| 39,853,612
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 36,137
|
cpp
|
DatumTest.cpp
|
/* Generated file, do not edit */
#ifndef CXXTEST_RUNNING
#define CXXTEST_RUNNING
#endif
#define _CXXTEST_HAVE_STD
#define _CXXTEST_HAVE_EH
#include <cxxtest/TestListener.h>
#include <cxxtest/TestTracker.h>
#include <cxxtest/TestRunner.h>
#include <cxxtest/RealDescriptions.h>
#include <cxxtest/TestMain.h>
bool suite_DatumTestSuite_init = false;
#include "DatumTest.h"
static DatumTestSuite suite_DatumTestSuite;
static CxxTest::List Tests_DatumTestSuite = { 0, 0 };
CxxTest::StaticSuiteDescription suiteDescription_DatumTestSuite( "C:/dev/Cohort11-Public/Classes/Programming II/FieaGameEngine/source/UnitTests/UnitTests_PC/DatumTest.h", 6, "DatumTestSuite", suite_DatumTestSuite, Tests_DatumTestSuite );
static class TestDescription_suite_DatumTestSuite_TestDatumInstantiation : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestDatumInstantiation() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 9, "TestDatumInstantiation" ) {}
void runTest() { suite_DatumTestSuite.TestDatumInstantiation(); }
} testDescription_suite_DatumTestSuite_TestDatumInstantiation;
static class TestDescription_suite_DatumTestSuite_TestDatumConstructor : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestDatumConstructor() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 23, "TestDatumConstructor" ) {}
void runTest() { suite_DatumTestSuite.TestDatumConstructor(); }
} testDescription_suite_DatumTestSuite_TestDatumConstructor;
static class TestDescription_suite_DatumTestSuite_TestDatumSetTypeAndGetType : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestDatumSetTypeAndGetType() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 64, "TestDatumSetTypeAndGetType" ) {}
void runTest() { suite_DatumTestSuite.TestDatumSetTypeAndGetType(); }
} testDescription_suite_DatumTestSuite_TestDatumSetTypeAndGetType;
static class TestDescription_suite_DatumTestSuite_TestIntDatumCopyConstructor : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestIntDatumCopyConstructor() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 111, "TestIntDatumCopyConstructor" ) {}
void runTest() { suite_DatumTestSuite.TestIntDatumCopyConstructor(); }
} testDescription_suite_DatumTestSuite_TestIntDatumCopyConstructor;
static class TestDescription_suite_DatumTestSuite_TestIntDatumAssignmentOperatorCase1 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestIntDatumAssignmentOperatorCase1() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 132, "TestIntDatumAssignmentOperatorCase1" ) {}
void runTest() { suite_DatumTestSuite.TestIntDatumAssignmentOperatorCase1(); }
} testDescription_suite_DatumTestSuite_TestIntDatumAssignmentOperatorCase1;
static class TestDescription_suite_DatumTestSuite_TestIntDatumAssignmentOperatorCase2 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestIntDatumAssignmentOperatorCase2() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 155, "TestIntDatumAssignmentOperatorCase2" ) {}
void runTest() { suite_DatumTestSuite.TestIntDatumAssignmentOperatorCase2(); }
} testDescription_suite_DatumTestSuite_TestIntDatumAssignmentOperatorCase2;
static class TestDescription_suite_DatumTestSuite_TestIntDatumAssignmentOperatorCase3 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestIntDatumAssignmentOperatorCase3() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 171, "TestIntDatumAssignmentOperatorCase3" ) {}
void runTest() { suite_DatumTestSuite.TestIntDatumAssignmentOperatorCase3(); }
} testDescription_suite_DatumTestSuite_TestIntDatumAssignmentOperatorCase3;
static class TestDescription_suite_DatumTestSuite_TestIntDatumAssignmentOperatorCase4 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestIntDatumAssignmentOperatorCase4() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 195, "TestIntDatumAssignmentOperatorCase4" ) {}
void runTest() { suite_DatumTestSuite.TestIntDatumAssignmentOperatorCase4(); }
} testDescription_suite_DatumTestSuite_TestIntDatumAssignmentOperatorCase4;
static class TestDescription_suite_DatumTestSuite_TestIntDatumSetSize : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestIntDatumSetSize() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 214, "TestIntDatumSetSize" ) {}
void runTest() { suite_DatumTestSuite.TestIntDatumSetSize(); }
} testDescription_suite_DatumTestSuite_TestIntDatumSetSize;
static class TestDescription_suite_DatumTestSuite_TestIntDatumClear : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestIntDatumClear() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 252, "TestIntDatumClear" ) {}
void runTest() { suite_DatumTestSuite.TestIntDatumClear(); }
} testDescription_suite_DatumTestSuite_TestIntDatumClear;
static class TestDescription_suite_DatumTestSuite_TestIntDatumSetStorage : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestIntDatumSetStorage() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 274, "TestIntDatumSetStorage" ) {}
void runTest() { suite_DatumTestSuite.TestIntDatumSetStorage(); }
} testDescription_suite_DatumTestSuite_TestIntDatumSetStorage;
static class TestDescription_suite_DatumTestSuite_TestIntDatumComparisonOperator : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestIntDatumComparisonOperator() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 301, "TestIntDatumComparisonOperator" ) {}
void runTest() { suite_DatumTestSuite.TestIntDatumComparisonOperator(); }
} testDescription_suite_DatumTestSuite_TestIntDatumComparisonOperator;
static class TestDescription_suite_DatumTestSuite_TestIntDatumGetAndSet : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestIntDatumGetAndSet() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 335, "TestIntDatumGetAndSet" ) {}
void runTest() { suite_DatumTestSuite.TestIntDatumGetAndSet(); }
} testDescription_suite_DatumTestSuite_TestIntDatumGetAndSet;
static class TestDescription_suite_DatumTestSuite_TestIntDatumSetFromString : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestIntDatumSetFromString() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 355, "TestIntDatumSetFromString" ) {}
void runTest() { suite_DatumTestSuite.TestIntDatumSetFromString(); }
} testDescription_suite_DatumTestSuite_TestIntDatumSetFromString;
static class TestDescription_suite_DatumTestSuite_TestIntDatumToString : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestIntDatumToString() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 382, "TestIntDatumToString" ) {}
void runTest() { suite_DatumTestSuite.TestIntDatumToString(); }
} testDescription_suite_DatumTestSuite_TestIntDatumToString;
static class TestDescription_suite_DatumTestSuite_TestFloatDatumCopyConstructor : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestFloatDatumCopyConstructor() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 402, "TestFloatDatumCopyConstructor" ) {}
void runTest() { suite_DatumTestSuite.TestFloatDatumCopyConstructor(); }
} testDescription_suite_DatumTestSuite_TestFloatDatumCopyConstructor;
static class TestDescription_suite_DatumTestSuite_TestFloatDatumAssignmentOperatorCase1 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestFloatDatumAssignmentOperatorCase1() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 423, "TestFloatDatumAssignmentOperatorCase1" ) {}
void runTest() { suite_DatumTestSuite.TestFloatDatumAssignmentOperatorCase1(); }
} testDescription_suite_DatumTestSuite_TestFloatDatumAssignmentOperatorCase1;
static class TestDescription_suite_DatumTestSuite_TestFloatDatumAssignmentOperatorCase2 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestFloatDatumAssignmentOperatorCase2() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 446, "TestFloatDatumAssignmentOperatorCase2" ) {}
void runTest() { suite_DatumTestSuite.TestFloatDatumAssignmentOperatorCase2(); }
} testDescription_suite_DatumTestSuite_TestFloatDatumAssignmentOperatorCase2;
static class TestDescription_suite_DatumTestSuite_TestFloatDatumAssignmentOperatorCase3 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestFloatDatumAssignmentOperatorCase3() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 462, "TestFloatDatumAssignmentOperatorCase3" ) {}
void runTest() { suite_DatumTestSuite.TestFloatDatumAssignmentOperatorCase3(); }
} testDescription_suite_DatumTestSuite_TestFloatDatumAssignmentOperatorCase3;
static class TestDescription_suite_DatumTestSuite_TestFloatDatumAssignmentOperatorCase4 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestFloatDatumAssignmentOperatorCase4() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 486, "TestFloatDatumAssignmentOperatorCase4" ) {}
void runTest() { suite_DatumTestSuite.TestFloatDatumAssignmentOperatorCase4(); }
} testDescription_suite_DatumTestSuite_TestFloatDatumAssignmentOperatorCase4;
static class TestDescription_suite_DatumTestSuite_TestFloatDatumSetSize : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestFloatDatumSetSize() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 505, "TestFloatDatumSetSize" ) {}
void runTest() { suite_DatumTestSuite.TestFloatDatumSetSize(); }
} testDescription_suite_DatumTestSuite_TestFloatDatumSetSize;
static class TestDescription_suite_DatumTestSuite_TestFloatDatumClear : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestFloatDatumClear() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 543, "TestFloatDatumClear" ) {}
void runTest() { suite_DatumTestSuite.TestFloatDatumClear(); }
} testDescription_suite_DatumTestSuite_TestFloatDatumClear;
static class TestDescription_suite_DatumTestSuite_TestFloatDatumSetStorage : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestFloatDatumSetStorage() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 565, "TestFloatDatumSetStorage" ) {}
void runTest() { suite_DatumTestSuite.TestFloatDatumSetStorage(); }
} testDescription_suite_DatumTestSuite_TestFloatDatumSetStorage;
static class TestDescription_suite_DatumTestSuite_TestFloatDatumComparisonOperator : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestFloatDatumComparisonOperator() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 592, "TestFloatDatumComparisonOperator" ) {}
void runTest() { suite_DatumTestSuite.TestFloatDatumComparisonOperator(); }
} testDescription_suite_DatumTestSuite_TestFloatDatumComparisonOperator;
static class TestDescription_suite_DatumTestSuite_TestFloatDatumGetAndSet : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestFloatDatumGetAndSet() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 626, "TestFloatDatumGetAndSet" ) {}
void runTest() { suite_DatumTestSuite.TestFloatDatumGetAndSet(); }
} testDescription_suite_DatumTestSuite_TestFloatDatumGetAndSet;
static class TestDescription_suite_DatumTestSuite_TestFloatDatumSetFromString : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestFloatDatumSetFromString() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 646, "TestFloatDatumSetFromString" ) {}
void runTest() { suite_DatumTestSuite.TestFloatDatumSetFromString(); }
} testDescription_suite_DatumTestSuite_TestFloatDatumSetFromString;
static class TestDescription_suite_DatumTestSuite_TestFloatDatumToString : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestFloatDatumToString() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 673, "TestFloatDatumToString" ) {}
void runTest() { suite_DatumTestSuite.TestFloatDatumToString(); }
} testDescription_suite_DatumTestSuite_TestFloatDatumToString;
static class TestDescription_suite_DatumTestSuite_TestVectorDatumCopyConstructor : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestVectorDatumCopyConstructor() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 693, "TestVectorDatumCopyConstructor" ) {}
void runTest() { suite_DatumTestSuite.TestVectorDatumCopyConstructor(); }
} testDescription_suite_DatumTestSuite_TestVectorDatumCopyConstructor;
static class TestDescription_suite_DatumTestSuite_TestVectorDatumAssignmentOperatorCase1 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestVectorDatumAssignmentOperatorCase1() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 714, "TestVectorDatumAssignmentOperatorCase1" ) {}
void runTest() { suite_DatumTestSuite.TestVectorDatumAssignmentOperatorCase1(); }
} testDescription_suite_DatumTestSuite_TestVectorDatumAssignmentOperatorCase1;
static class TestDescription_suite_DatumTestSuite_TestVectorDatumAssignmentOperatorCase2 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestVectorDatumAssignmentOperatorCase2() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 737, "TestVectorDatumAssignmentOperatorCase2" ) {}
void runTest() { suite_DatumTestSuite.TestVectorDatumAssignmentOperatorCase2(); }
} testDescription_suite_DatumTestSuite_TestVectorDatumAssignmentOperatorCase2;
static class TestDescription_suite_DatumTestSuite_TestVectorDatumAssignmentOperatorCase3 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestVectorDatumAssignmentOperatorCase3() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 753, "TestVectorDatumAssignmentOperatorCase3" ) {}
void runTest() { suite_DatumTestSuite.TestVectorDatumAssignmentOperatorCase3(); }
} testDescription_suite_DatumTestSuite_TestVectorDatumAssignmentOperatorCase3;
static class TestDescription_suite_DatumTestSuite_TestVectorDatumAssignmentOperatorCase4 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestVectorDatumAssignmentOperatorCase4() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 777, "TestVectorDatumAssignmentOperatorCase4" ) {}
void runTest() { suite_DatumTestSuite.TestVectorDatumAssignmentOperatorCase4(); }
} testDescription_suite_DatumTestSuite_TestVectorDatumAssignmentOperatorCase4;
static class TestDescription_suite_DatumTestSuite_TestVectorDatumSetSize : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestVectorDatumSetSize() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 796, "TestVectorDatumSetSize" ) {}
void runTest() { suite_DatumTestSuite.TestVectorDatumSetSize(); }
} testDescription_suite_DatumTestSuite_TestVectorDatumSetSize;
static class TestDescription_suite_DatumTestSuite_TestVectorDatumClear : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestVectorDatumClear() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 834, "TestVectorDatumClear" ) {}
void runTest() { suite_DatumTestSuite.TestVectorDatumClear(); }
} testDescription_suite_DatumTestSuite_TestVectorDatumClear;
static class TestDescription_suite_DatumTestSuite_TestVectorDatumSetStorage : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestVectorDatumSetStorage() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 856, "TestVectorDatumSetStorage" ) {}
void runTest() { suite_DatumTestSuite.TestVectorDatumSetStorage(); }
} testDescription_suite_DatumTestSuite_TestVectorDatumSetStorage;
static class TestDescription_suite_DatumTestSuite_TestVectorDatumComparisonOperator : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestVectorDatumComparisonOperator() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 883, "TestVectorDatumComparisonOperator" ) {}
void runTest() { suite_DatumTestSuite.TestVectorDatumComparisonOperator(); }
} testDescription_suite_DatumTestSuite_TestVectorDatumComparisonOperator;
static class TestDescription_suite_DatumTestSuite_TestVectorDatumGetAndSet : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestVectorDatumGetAndSet() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 917, "TestVectorDatumGetAndSet" ) {}
void runTest() { suite_DatumTestSuite.TestVectorDatumGetAndSet(); }
} testDescription_suite_DatumTestSuite_TestVectorDatumGetAndSet;
static class TestDescription_suite_DatumTestSuite_TestVectorDatumSetFromString : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestVectorDatumSetFromString() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 937, "TestVectorDatumSetFromString" ) {}
void runTest() { suite_DatumTestSuite.TestVectorDatumSetFromString(); }
} testDescription_suite_DatumTestSuite_TestVectorDatumSetFromString;
static class TestDescription_suite_DatumTestSuite_TestVectorDatumToString : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestVectorDatumToString() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 958, "TestVectorDatumToString" ) {}
void runTest() { suite_DatumTestSuite.TestVectorDatumToString(); }
} testDescription_suite_DatumTestSuite_TestVectorDatumToString;
static class TestDescription_suite_DatumTestSuite_TestMatrixDatumCopyConstructor : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestMatrixDatumCopyConstructor() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 978, "TestMatrixDatumCopyConstructor" ) {}
void runTest() { suite_DatumTestSuite.TestMatrixDatumCopyConstructor(); }
} testDescription_suite_DatumTestSuite_TestMatrixDatumCopyConstructor;
static class TestDescription_suite_DatumTestSuite_TestMatrixDatumAssignmentOperatorCase1 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestMatrixDatumAssignmentOperatorCase1() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 999, "TestMatrixDatumAssignmentOperatorCase1" ) {}
void runTest() { suite_DatumTestSuite.TestMatrixDatumAssignmentOperatorCase1(); }
} testDescription_suite_DatumTestSuite_TestMatrixDatumAssignmentOperatorCase1;
static class TestDescription_suite_DatumTestSuite_TestMatrixDatumAssignmentOperatorCase2 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestMatrixDatumAssignmentOperatorCase2() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1022, "TestMatrixDatumAssignmentOperatorCase2" ) {}
void runTest() { suite_DatumTestSuite.TestMatrixDatumAssignmentOperatorCase2(); }
} testDescription_suite_DatumTestSuite_TestMatrixDatumAssignmentOperatorCase2;
static class TestDescription_suite_DatumTestSuite_TestMatrixDatumAssignmentOperatorCase3 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestMatrixDatumAssignmentOperatorCase3() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1038, "TestMatrixDatumAssignmentOperatorCase3" ) {}
void runTest() { suite_DatumTestSuite.TestMatrixDatumAssignmentOperatorCase3(); }
} testDescription_suite_DatumTestSuite_TestMatrixDatumAssignmentOperatorCase3;
static class TestDescription_suite_DatumTestSuite_TestMatrixDatumAssignmentOperatorCase4 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestMatrixDatumAssignmentOperatorCase4() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1062, "TestMatrixDatumAssignmentOperatorCase4" ) {}
void runTest() { suite_DatumTestSuite.TestMatrixDatumAssignmentOperatorCase4(); }
} testDescription_suite_DatumTestSuite_TestMatrixDatumAssignmentOperatorCase4;
static class TestDescription_suite_DatumTestSuite_TestMatrixDatumSetSize : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestMatrixDatumSetSize() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1081, "TestMatrixDatumSetSize" ) {}
void runTest() { suite_DatumTestSuite.TestMatrixDatumSetSize(); }
} testDescription_suite_DatumTestSuite_TestMatrixDatumSetSize;
static class TestDescription_suite_DatumTestSuite_TestMatrixDatumClear : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestMatrixDatumClear() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1119, "TestMatrixDatumClear" ) {}
void runTest() { suite_DatumTestSuite.TestMatrixDatumClear(); }
} testDescription_suite_DatumTestSuite_TestMatrixDatumClear;
static class TestDescription_suite_DatumTestSuite_TestMatrixDatumSetStorage : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestMatrixDatumSetStorage() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1141, "TestMatrixDatumSetStorage" ) {}
void runTest() { suite_DatumTestSuite.TestMatrixDatumSetStorage(); }
} testDescription_suite_DatumTestSuite_TestMatrixDatumSetStorage;
static class TestDescription_suite_DatumTestSuite_TestMatrixDatumComparisonOperator : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestMatrixDatumComparisonOperator() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1168, "TestMatrixDatumComparisonOperator" ) {}
void runTest() { suite_DatumTestSuite.TestMatrixDatumComparisonOperator(); }
} testDescription_suite_DatumTestSuite_TestMatrixDatumComparisonOperator;
static class TestDescription_suite_DatumTestSuite_TestMatrixDatumGetAndSet : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestMatrixDatumGetAndSet() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1202, "TestMatrixDatumGetAndSet" ) {}
void runTest() { suite_DatumTestSuite.TestMatrixDatumGetAndSet(); }
} testDescription_suite_DatumTestSuite_TestMatrixDatumGetAndSet;
static class TestDescription_suite_DatumTestSuite_TestMatrixDatumSetFromString : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestMatrixDatumSetFromString() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1222, "TestMatrixDatumSetFromString" ) {}
void runTest() { suite_DatumTestSuite.TestMatrixDatumSetFromString(); }
} testDescription_suite_DatumTestSuite_TestMatrixDatumSetFromString;
static class TestDescription_suite_DatumTestSuite_TestMatrixDatumToString : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestMatrixDatumToString() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1243, "TestMatrixDatumToString" ) {}
void runTest() { suite_DatumTestSuite.TestMatrixDatumToString(); }
} testDescription_suite_DatumTestSuite_TestMatrixDatumToString;
static class TestDescription_suite_DatumTestSuite_TestStringDatumCopyConstructor : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestStringDatumCopyConstructor() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1263, "TestStringDatumCopyConstructor" ) {}
void runTest() { suite_DatumTestSuite.TestStringDatumCopyConstructor(); }
} testDescription_suite_DatumTestSuite_TestStringDatumCopyConstructor;
static class TestDescription_suite_DatumTestSuite_TestStringDatumAssignmentOperatorCase1 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestStringDatumAssignmentOperatorCase1() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1284, "TestStringDatumAssignmentOperatorCase1" ) {}
void runTest() { suite_DatumTestSuite.TestStringDatumAssignmentOperatorCase1(); }
} testDescription_suite_DatumTestSuite_TestStringDatumAssignmentOperatorCase1;
static class TestDescription_suite_DatumTestSuite_TestStringDatumAssignmentOperatorCase2 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestStringDatumAssignmentOperatorCase2() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1307, "TestStringDatumAssignmentOperatorCase2" ) {}
void runTest() { suite_DatumTestSuite.TestStringDatumAssignmentOperatorCase2(); }
} testDescription_suite_DatumTestSuite_TestStringDatumAssignmentOperatorCase2;
static class TestDescription_suite_DatumTestSuite_TestStringDatumAssignmentOperatorCase3 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestStringDatumAssignmentOperatorCase3() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1323, "TestStringDatumAssignmentOperatorCase3" ) {}
void runTest() { suite_DatumTestSuite.TestStringDatumAssignmentOperatorCase3(); }
} testDescription_suite_DatumTestSuite_TestStringDatumAssignmentOperatorCase3;
static class TestDescription_suite_DatumTestSuite_TestStringDatumAssignmentOperatorCase4 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestStringDatumAssignmentOperatorCase4() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1347, "TestStringDatumAssignmentOperatorCase4" ) {}
void runTest() { suite_DatumTestSuite.TestStringDatumAssignmentOperatorCase4(); }
} testDescription_suite_DatumTestSuite_TestStringDatumAssignmentOperatorCase4;
static class TestDescription_suite_DatumTestSuite_TestStringDatumSetSize : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestStringDatumSetSize() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1366, "TestStringDatumSetSize" ) {}
void runTest() { suite_DatumTestSuite.TestStringDatumSetSize(); }
} testDescription_suite_DatumTestSuite_TestStringDatumSetSize;
static class TestDescription_suite_DatumTestSuite_TestStringDatumClear : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestStringDatumClear() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1404, "TestStringDatumClear" ) {}
void runTest() { suite_DatumTestSuite.TestStringDatumClear(); }
} testDescription_suite_DatumTestSuite_TestStringDatumClear;
static class TestDescription_suite_DatumTestSuite_TestStringDatumSetStorage : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestStringDatumSetStorage() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1426, "TestStringDatumSetStorage" ) {}
void runTest() { suite_DatumTestSuite.TestStringDatumSetStorage(); }
} testDescription_suite_DatumTestSuite_TestStringDatumSetStorage;
static class TestDescription_suite_DatumTestSuite_TestStringDatumComparisonOperator : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestStringDatumComparisonOperator() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1453, "TestStringDatumComparisonOperator" ) {}
void runTest() { suite_DatumTestSuite.TestStringDatumComparisonOperator(); }
} testDescription_suite_DatumTestSuite_TestStringDatumComparisonOperator;
static class TestDescription_suite_DatumTestSuite_TestStringDatumGetAndSet : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestStringDatumGetAndSet() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1487, "TestStringDatumGetAndSet" ) {}
void runTest() { suite_DatumTestSuite.TestStringDatumGetAndSet(); }
} testDescription_suite_DatumTestSuite_TestStringDatumGetAndSet;
static class TestDescription_suite_DatumTestSuite_TestStringDatumSetFromString : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestStringDatumSetFromString() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1507, "TestStringDatumSetFromString" ) {}
void runTest() { suite_DatumTestSuite.TestStringDatumSetFromString(); }
} testDescription_suite_DatumTestSuite_TestStringDatumSetFromString;
static class TestDescription_suite_DatumTestSuite_TestStringDatumToString : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestStringDatumToString() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1530, "TestStringDatumToString" ) {}
void runTest() { suite_DatumTestSuite.TestStringDatumToString(); }
} testDescription_suite_DatumTestSuite_TestStringDatumToString;
static class TestDescription_suite_DatumTestSuite_TestPointerDatumCopyConstructor : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestPointerDatumCopyConstructor() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1550, "TestPointerDatumCopyConstructor" ) {}
void runTest() { suite_DatumTestSuite.TestPointerDatumCopyConstructor(); }
} testDescription_suite_DatumTestSuite_TestPointerDatumCopyConstructor;
static class TestDescription_suite_DatumTestSuite_TestPointerDatumAssignmentOperatorCase1 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestPointerDatumAssignmentOperatorCase1() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1573, "TestPointerDatumAssignmentOperatorCase1" ) {}
void runTest() { suite_DatumTestSuite.TestPointerDatumAssignmentOperatorCase1(); }
} testDescription_suite_DatumTestSuite_TestPointerDatumAssignmentOperatorCase1;
static class TestDescription_suite_DatumTestSuite_TestPointerDatumAssignmentOperatorCase2 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestPointerDatumAssignmentOperatorCase2() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1598, "TestPointerDatumAssignmentOperatorCase2" ) {}
void runTest() { suite_DatumTestSuite.TestPointerDatumAssignmentOperatorCase2(); }
} testDescription_suite_DatumTestSuite_TestPointerDatumAssignmentOperatorCase2;
static class TestDescription_suite_DatumTestSuite_TestPointerDatumAssignmentOperatorCase3 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestPointerDatumAssignmentOperatorCase3() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1617, "TestPointerDatumAssignmentOperatorCase3" ) {}
void runTest() { suite_DatumTestSuite.TestPointerDatumAssignmentOperatorCase3(); }
} testDescription_suite_DatumTestSuite_TestPointerDatumAssignmentOperatorCase3;
static class TestDescription_suite_DatumTestSuite_TestPointerDatumAssignmentOperatorCase4 : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestPointerDatumAssignmentOperatorCase4() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1649, "TestPointerDatumAssignmentOperatorCase4" ) {}
void runTest() { suite_DatumTestSuite.TestPointerDatumAssignmentOperatorCase4(); }
} testDescription_suite_DatumTestSuite_TestPointerDatumAssignmentOperatorCase4;
static class TestDescription_suite_DatumTestSuite_TestPointerDatumSetSize : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestPointerDatumSetSize() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1676, "TestPointerDatumSetSize" ) {}
void runTest() { suite_DatumTestSuite.TestPointerDatumSetSize(); }
} testDescription_suite_DatumTestSuite_TestPointerDatumSetSize;
static class TestDescription_suite_DatumTestSuite_TestPointerDatumClear : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestPointerDatumClear() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1714, "TestPointerDatumClear" ) {}
void runTest() { suite_DatumTestSuite.TestPointerDatumClear(); }
} testDescription_suite_DatumTestSuite_TestPointerDatumClear;
static class TestDescription_suite_DatumTestSuite_TestPointerDatumSetStorage : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestPointerDatumSetStorage() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1741, "TestPointerDatumSetStorage" ) {}
void runTest() { suite_DatumTestSuite.TestPointerDatumSetStorage(); }
} testDescription_suite_DatumTestSuite_TestPointerDatumSetStorage;
static class TestDescription_suite_DatumTestSuite_TestPointerDatumComparisonOperator : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestPointerDatumComparisonOperator() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1777, "TestPointerDatumComparisonOperator" ) {}
void runTest() { suite_DatumTestSuite.TestPointerDatumComparisonOperator(); }
} testDescription_suite_DatumTestSuite_TestPointerDatumComparisonOperator;
static class TestDescription_suite_DatumTestSuite_TestPointerDatumGetAndSet : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestPointerDatumGetAndSet() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1820, "TestPointerDatumGetAndSet" ) {}
void runTest() { suite_DatumTestSuite.TestPointerDatumGetAndSet(); }
} testDescription_suite_DatumTestSuite_TestPointerDatumGetAndSet;
static class TestDescription_suite_DatumTestSuite_TestPointerDatumSetFromString : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestPointerDatumSetFromString() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1842, "TestPointerDatumSetFromString" ) {}
void runTest() { suite_DatumTestSuite.TestPointerDatumSetFromString(); }
} testDescription_suite_DatumTestSuite_TestPointerDatumSetFromString;
static class TestDescription_suite_DatumTestSuite_TestPointerDatumToString : public CxxTest::RealTestDescription {
public:
TestDescription_suite_DatumTestSuite_TestPointerDatumToString() : CxxTest::RealTestDescription( Tests_DatumTestSuite, suiteDescription_DatumTestSuite, 1869, "TestPointerDatumToString" ) {}
void runTest() { suite_DatumTestSuite.TestPointerDatumToString(); }
} testDescription_suite_DatumTestSuite_TestPointerDatumToString;
|
12ab4d347d491d560ff64eeb7b8618f68674ee0c
|
dc335c41a8e0ac05a7bf18385898c5da5731ee43
|
/Heynihao's Standard Code Library/source/coldwater/Mo's_Algorithm/Mo2.cpp
|
1a566b22f48c94ce2c50a573c4cef50035df3e26
|
[
"MIT"
] |
permissive
|
ShinriiTin/CodeLibrary
|
d8ab4389c0dc90d137dc474ed68e759daee8a37f
|
46454886c0e7c05267ac97b2a501d46fd7b8b1ee
|
refs/heads/master
| 2021-08-14T11:30:45.672040
| 2017-11-15T14:09:35
| 2017-11-15T14:09:35
| 107,625,880
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,801
|
cpp
|
Mo2.cpp
|
#include <bits/stdc++.h>
#define MAXN (40010)
#define MAXM (100010)
#define MAXB (16)
struct qnode{ int u, v, id;}query[MAXM];
int BLOCKSIZE;
int n, m, now;
int col[MAXN], bel[MAXN], dep[MAXN];
int dfn[MAXN], tot, stack[MAXN], top, blockcnt;
int f[MAXN][MAXB], ans[MAXM];
int cnt[MAXN];
bool inans[MAXN];
std::vector<int> vec[MAXN];
bool cmp(const struct qnode &a, const struct qnode &b){
return bel[a.u] == bel[b.u] ? dfn[a.v] < dfn[b.v] : bel[a.u] < bel[b.u];
}
void dfs(int u, int fa){
dfn[u] = ++ tot;
int bottom = top;
for(auto v : vec[u]){
if(v == fa) continue;
f[v][0] = u;
dep[v] = dep[u] + 1;
for(int j = 0; f[v][j + 1] = f[f[v][j]][j]; ++ j);
dfs(v, u);
if(top - bottom >= BLOCKSIZE){
++ blockcnt;
while(top != bottom){
bel[stack[-- top]] = blockcnt;
}
}
}
stack[top ++] = u;
}
void change(int u){
if(inans[u]){
cnt[col[u]] --;
if(!cnt[col[u]]) now --;
}
else{
if(!cnt[col[u]]) now ++;
cnt[col[u]] ++;
}
inans[u] ^= 1;
}
void move(int u, int v){
int w = lca(u, v);
for(int i = u; i != w; i = f[i][0]){
change(i);
}
for(int i = v; i != w; i = f[i][0]){
change(i);
}
}
int main(){
scanf("%d%d", &n, &m);
BLOCKSIZE = n / (int)sqrt(m);
dfs(1, 0);
while(top){
bel[stack[-- top]] = blockcnt;
}
for(int i = 1; i <= m; ++ i){
scanf("%d%d", &query[i].u, &query[i].v);
if(dfn[query[i].u] > dfn[query[i].v]){
std::swap(query[i].u, query[i].v);
}
query[i].id = i;
}
std::sort(query + 1, m + query + 1, cmp);
int u = 1, v = 1;
for(int i = 1; i <= m; ++ i){
move(u, query[i].u);
move(v, query[i].v);
u = query[i].u;
v = query[i].v;
int w = lca(u, v);
change(w);
//get ans
change(w);
}
return 0;
}
|
516c9c177f8f29abedf0837a350199c57b3fb50c
|
874ca873f1e697ff69df044a8cdd8df3c7d53d2b
|
/LeetCode/evaluate-reverse-polish-notation/main.cpp
|
9f10681b0c70722b00e00329f5046e3814f875d6
|
[] |
no_license
|
cheenng/LeetCode
|
cd23ad9f2b1e4da0d1fbfc95ebf4ed3343a9336d
|
029bb089d65f5fbc24fc00e3c82468dc25630070
|
refs/heads/master
| 2020-03-27T11:36:38.737360
| 2016-03-14T13:58:17
| 2016-03-14T13:58:17
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,365
|
cpp
|
main.cpp
|
#include <vector>
#include <string>
#include <iostream>
#include <sstream>
using namespace std;
class Solution {
public:
int evalRPN(vector<string> &tokens) {
int p = tokens.size();
return eval(tokens, p);
}
private:
int eval(vector<string> &tokens, int &p)
{
p--;
string token = tokens[p];
if (token == "+" || token == "-" || token == "*" || token == "/")
{
int right = eval(tokens, p);
int left = eval(tokens, p);
int result;
if (token == "+")
{
result = left + right;
}
else if (token == "-")
{
result = left - right;
}
else if (token == "*")
{
result = left * right;
}
else if (token == "/")
{
result = left / right;
}
return result;
}
else
{
istringstream ss(token);
int num;
ss >> num;
return num;
}
}
};
void main()
{
vector<string> input;
input.push_back("2");
input.push_back("1");
input.push_back("+");
input.push_back("3");
input.push_back("*");
Solution solution;
cout << solution.evalRPN(input);
getchar();
}
|
9104734aa2ffd0cd9ace07007f53e92c72d53760
|
895d8854295c00b886375ea78a289a826902248a
|
/test/mangling.cpp
|
c604083ca8b9383ae484ef997ac319c9414017e9
|
[] |
no_license
|
awgn/pds
|
d3ba6d07066a0a0a971e7b0a9a51fb4f6e20c995
|
d690514b700bb5725292970a5e42512693d61e1f
|
refs/heads/master
| 2020-04-17T02:24:24.146407
| 2017-07-11T17:10:48
| 2017-07-11T17:10:48
| 36,006,555
| 5
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,122
|
cpp
|
mangling.cpp
|
#include "pds/tuple.hpp"
#include "pds/hash.hpp"
#include "pds/range.hpp"
#include "pds/sketch.hpp"
#include "pds/reversible.hpp"
#include "pds/cartesian.hpp"
#include "pds/mangling.hpp"
#include "pds/hyperloglog.hpp"
#include <pcap/pcap.h>
#include <iostream>
#include <random>
#include <yats.hpp>
#include <netinet/ip.h>
#include <netinet/tcp.h>
#include <netinet/udp.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netinet/in.h>
using namespace yats;
using namespace pds;
auto g = Group("PCAP")
.Single("mangling", [] {
auto x0 = pds::mangling<17>(0xdeadbeef);
Assert(pds::demangling<17>(x0) == 0xdeadbeef);
auto x1 = pds::mangling<81>(0xdeadbeef);
Assert(pds::demangling<81>(x1) == 0xdeadbeef);
})
.Single("ip", [] {
auto x0 = ip2tuple<13>(0xdeadbeef);
Assert(tuple2ip<13>(x0) == 0xdeadbeef);
auto x1 = ip2tuple<81>(0xdeadbeef);
Assert(tuple2ip<81>(x1) == 0xdeadbeef);
})
;
int
main(int argc, char *argv[])
{
return yats::run(argc,argv);
}
|
221da295bbf21d452f55518e094fd3298d585899
|
5f2aca211d00cfd30a6a67c17ceff561b7d0a752
|
/CPP/week7/binaryFileReadWrite.cpp
|
1256409b4ebe4da559247926f594095e24be0b82
|
[] |
no_license
|
muyanbiao/program_design_and_algorithm
|
5ffddf290bb9072074259d7c2c82af1930c1fc8b
|
e445ab2c9e1e79aee7a0db4270cce982a9786457
|
refs/heads/master
| 2020-04-14T10:06:38.858722
| 2019-02-16T15:18:02
| 2019-02-16T15:18:02
| 163,777,903
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 458
|
cpp
|
binaryFileReadWrite.cpp
|
#include <iostream>
#include <fstream>
using namespace std;
class CStudent
{
public:
char szName[20];
int nScore;
};
int main() {
CStudent s;
ifstream inFile("students.txt", ios::in|ios::binary);
if (!inFile)
{
cout << "error" << endl;
return 0;
}
while (inFile.read((char *)&s, sizeof(s))) {
int nReadedBytes = inFile.gcount(); // 看刚才读了多少字节
cout << s.szName << " " << s.nScore << endl;
}
inFile.close();
return 0;
}
|
c1cf3f43f6fa92bfe8af35a3707ce4d1a4ad92e1
|
b974f048890d26044d05f87e7dee2fdacf9417e8
|
/si.cpp
|
c1d33ca914c5f4d47523ccd0d386d157de8e7583
|
[] |
no_license
|
jkpawlowski96/Mouse
|
60a26edd806e299c6039cd691b8d9c8bcd1578d7
|
e9ade090bcef600a5220e0a12210b30f0b469d65
|
refs/heads/master
| 2023-04-08T01:45:11.129678
| 2021-04-13T16:43:01
| 2021-04-13T16:43:01
| 343,504,017
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 840
|
cpp
|
si.cpp
|
#include "si.h"
SI::SI()
{
}
SI::~SI(){
}
Task SI::Call(SensorData sensorData)
{
return Logic(sensorData);
}
Task SI::Logic(SensorData sensorData){
return RandomTask(sensorData);
}
Task SI::RandomTask(SensorData sensorData){
int n = rand() % 100;
if(sensorData.wallDetected || n>=50 ){
vector<Task> possible = {RotateLeft, RotateRight, TurnAround};
n = rand() % 3;
return possible[n];
}
return Forward;
}
Task operator>(Direction a, Direction b){
int d = a-b;
if(d==3)
return RotateRight;
if(d == 2)
return TurnAround;
if(d == 1)
return RotateLeft;
if(d == 0)
return Forward;
if(d == -1)
return RotateRight;
if(d == -2)
return TurnAround;
if(d == -3)
return RotateLeft;
return RotateLeft;
}
|
9ee2411e652ba13126bcedab55acc01654cd2158
|
1ba1bdd96fa3229f0059b98c405490ce61eba708
|
/Density_Functions_2D/Intersection_Functions/Intersection_Area.cpp
|
a2acb091260bbf138c0d81211477cf909600ce57
|
[] |
no_license
|
Phil-Smith1/Density_Functions_2D
|
bea304f5005ffda4351165511c3f278628863a22
|
cfbbb89683150c3af3dea004d2fe485f11e03673
|
refs/heads/master
| 2023-06-12T18:34:54.160577
| 2021-07-09T11:51:27
| 2021-07-09T11:51:27
| 304,627,508
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,407
|
cpp
|
Intersection_Area.cpp
|
#include "Line_Circle_Intersections.h"
#include "Irregular_Sector_Area.h"
using namespace std;
double Intersection_Area ( Circle const& c, vector<Edge>& edges, vector<P2> const& vertices )
{
double volume1 = 0, volume2 = 0, volume3 = 0, volume4 = 0, volume5 = 0, volume6 = 0;
int intersection_1 = Line_Circle_Intersections( c, edges[0] );
int intersection_2 = Line_Circle_Intersections( c, edges[1] );
int intersection_3 = Line_Circle_Intersections( c, edges[2] );
if (intersection_1 == 1 || intersection_1 == 0)
{
if (edges[0].line.oriented_side( c.c ) == ON_NEGATIVE_SIDE) volume1 = c.area;
else volume1 = 0;
}
if (intersection_2 == 1 || intersection_2 == 0)
{
if (edges[1].line.oriented_side( c.c ) == ON_NEGATIVE_SIDE) volume2 = c.area;
else volume2 = 0;
}
if (intersection_3 == 1 || intersection_3 == 0)
{
if (edges[2].line.oriented_side( c.c ) == ON_NEGATIVE_SIDE) volume3 = c.area;
else volume3 = 0;
}
if (intersection_1 == 2)
{
volume1 = Segment_Area( c, edges[0].i1, edges[0].i2 );
if (edges[0].line.oriented_side( c.c ) == ON_NEGATIVE_SIDE) volume1 = c.area - volume1;
}
if (intersection_2 == 2)
{
volume2 = Segment_Area( c, edges[1].i1, edges[1].i2 );
if (edges[1].line.oriented_side( c.c ) == ON_NEGATIVE_SIDE) volume2 = c.area - volume2;
}
if (intersection_3 == 2)
{
volume3 = Segment_Area( c, edges[2].i1, edges[2].i2 );
if (edges[2].line.oriented_side( c.c ) == ON_NEGATIVE_SIDE) volume3 = c.area - volume3;
}
edges[0].line = edges[0].line.opposite();
edges[1].line = edges[1].line.opposite();
edges[2].line = edges[2].line.opposite();
volume4 = Irregular_Sector_Area( c, vertices[0], edges[0], edges[2], intersection_1, intersection_3);
volume5 = Irregular_Sector_Area( c, vertices[1], edges[0], edges[1], intersection_1, intersection_2 );
volume6 = Irregular_Sector_Area( c, vertices[2], edges[1], edges[2], intersection_2, intersection_3 );
edges[0].line = edges[0].line.opposite();
edges[1].line = edges[1].line.opposite();
edges[2].line = edges[2].line.opposite();
return c.area - volume1 - volume2 - volume3 + volume4 + volume5 + volume6;
}
|
b87309d8a5b2d3b38c444e57cbcfad6adc63fb38
|
39ca46a09af98bd028ede785ea0aaeee55524dc6
|
/Dxf2VG/Dxf2VGFile.cpp
|
d9f397d46999594612c37e6e18a4f0151463974e
|
[] |
no_license
|
shuangyou/test-project
|
f479c9e80ddd520e14da8fa4e7459a1e7a34b4e8
|
c08070d3b1658e281b90ef3e6714f22b62f42248
|
refs/heads/master
| 2021-01-10T19:28:37.309051
| 2014-07-15T06:33:57
| 2014-07-15T06:33:57
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,897
|
cpp
|
Dxf2VGFile.cpp
|
#include "stdafx.h"
#include "Dxf2VGFile.h"
#include "mgbasicsp.h"
#include "mgshape.h"
#include "mgshapeT.h"
#include "mglayer.h"
#include "MgJsonStorage.h"
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
Dxf2VGFile::Dxf2VGFile()
{
m_nLayerCount = 0;
m_nVertex = 0;
m_pShape = NULL;
m_mgDoc = MgShapeDoc::createDoc();
}
Dxf2VGFile::~Dxf2VGFile()
{
if (m_mgDoc)
{
m_mgDoc->release();
m_mgDoc = NULL;
}
}
void Dxf2VGFile::addLayer(const DL_LayerData& data)
{
if (m_mgDoc->switchLayer(m_nLayerCount))
{
//MgLayer *pLayer = m_mgDoc.getCurrentLayer();
//pLayer->set
++m_nLayerCount;
}
}
void Dxf2VGFile::addPoint(const DL_PointData& data)
{
}
void Dxf2VGFile::addLine(const DL_LineData& data)
{
MgShapeT<MgLine> mgline;
Point2d pt1(data.x1,data.x2);
Point2d pt2(data.x2,data.y2);
mgline.shape()->setPoint(0,pt1);
mgline.shape()->setPoint(1,pt2);
MgLayer *pLayer = m_mgDoc->getCurrentLayer();
pLayer->addShape(mgline);
std::cout<<"Add line"<<std::endl;
}
void Dxf2VGFile::addArc(const DL_ArcData& data)
{
}
void Dxf2VGFile::addCircle(const DL_CircleData& data)
{
}
void Dxf2VGFile::addPolyline(const DL_PolylineData& data)
{
MgShapeT<MgLines> mglines;
MgLayer *pLayer = m_mgDoc->getCurrentLayer();
m_pShape = pLayer->addShape(mglines);
std::cout<<"Add Polyline"<<std::endl;
}
void Dxf2VGFile::addVertex(const DL_VertexData& data)
{
Point2d pt(data.x,data.y);
if (m_mgDoc->getLastShape()->shapec()->getType() == 15)
{
((MgLines*)m_pShape->shape())->addPoint(pt);
}
}
void Dxf2VGFile::add3dFace(const DL_3dFaceData& data)
{
}
void Dxf2VGFile::SaveFile(std::string strvg)
{
FILE *fp = mgopenfile(strvg.c_str(), "wt");
MgJsonStorage s;
m_mgDoc->save(s.storageForWrite(),-1);
s.save(fp);
if (fp)
{
fclose(fp);
}
}
|
64dc833358cd48a9a34ed35d1aee1d473f8e5064
|
c04695f4b06a85033ae45032f8930789a1b36452
|
/src/transfinite/surface-spatch.cc
|
6e1512a22b81c8d74cf4e5a56fdfd4bb78dde07f
|
[] |
no_license
|
GridEyes-2010/transfinite
|
81a6a5e84019f183b87815739f95afc9ef61fb76
|
5da226dc09606986b0c0b5140fa3860aeac4a2e0
|
refs/heads/master
| 2022-12-06T10:21:41.579391
| 2020-08-26T09:30:51
| 2020-08-26T09:30:51
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,203
|
cc
|
surface-spatch.cc
|
#include <algorithm>
#include <cmath>
#include "domain-regular.hh"
#include "parameterization-barycentric.hh"
#include "ribbon-dummy.hh"
#include "surface-spatch.hh"
namespace Transfinite {
using DomainType = DomainRegular;
using ParamType = ParameterizationBarycentric;
using RibbonType = RibbonDummy;
SurfaceSPatch::SurfaceSPatch() {
domain_ = std::make_shared<DomainType>();
param_ = std::make_shared<ParamType>();
param_->setDomain(domain_);
}
SurfaceSPatch::~SurfaceSPatch() {
}
static size_t multinomial(const SurfaceSPatch::Index &index) {
auto fact = [](size_t n) { return (size_t)std::lround(std::tgamma(n + 1)); };
size_t numerator = 0, denominator = 1;
for (auto i : index) {
numerator += i;
denominator *= fact(i);
}
return fact(numerator) / denominator;
}
static double multiBernstein(const SurfaceSPatch::Index &index, const DoubleVector &bc) {
double result = multinomial(index);
for (size_t i = 0; i < index.size(); ++i)
result *= std::pow(bc[i], index[i]);
return result;
}
Point3D
SurfaceSPatch::eval(const Point2D &uv) const {
DoubleVector bc =
dynamic_cast<const ParameterizationBarycentric *>(param_.get())->barycentric(uv);
Point3D p(0,0,0);
for (const auto &cp : net_)
p += cp.second * multiBernstein(cp.first, bc);
return p;
}
void
SurfaceSPatch::initNetwork(size_t n, size_t d) {
n_ = n;
depth_ = d;
net_.clear();
}
void
SurfaceSPatch::setupLoop() {
CurveVector curves;
for (size_t i = 0; i < n_; ++i) {
size_t ip = (i + 1) % n_;
PointVector pv;
Index index(n_, 0);
index[i] = depth_;
for (size_t j = 0; j < depth_; ++j) {
pv.push_back(net_[index]);
--index[i];
++index[ip];
}
pv.push_back(net_[index]);
curves.push_back(std::make_shared<BSCurve>(pv));
}
setCurves(curves);
Surface::setupLoop();
if (domain_->update())
param_->update();
}
void
SurfaceSPatch::setControlPoint(const Index &i, const Point3D &p) {
net_[i] = p;
}
Point3D
SurfaceSPatch::controlPoint(const Index &i) const {
return net_.at(i);
}
std::shared_ptr<Ribbon>
SurfaceSPatch::newRibbon() const {
return std::make_shared<RibbonType>();
}
} // namespace Transfinite
|
a42964b05bb4b03c35cb10b0fb7bac22e5429ffd
|
ee6e45359c5346f0292e7aed2da2c1ce8099ff5c
|
/aigamemanager.h
|
b35876cfd289d9ba88f20e8ac3f5685d8d8addc2
|
[] |
no_license
|
denisneuling/connectFour-qt
|
4992b39dbad4500ca55aff14abb4811ca02f5c3d
|
d73fc0e5d8e938ccf4104cbbbd8dfb3dce06e273
|
refs/heads/master
| 2021-01-13T01:55:59.303387
| 2014-09-30T20:44:35
| 2014-09-30T20:44:35
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 829
|
h
|
aigamemanager.h
|
#ifndef AIGAMEMANAGER_H
#define AIGAMEMANAGER_H
#include <memory>
#include "gamemanager.h"
#include "minmax.h"
/*!
* \class AIGameManager
* \brief ai specific gamemanager
* \details AI specific gamemanger that handles the ai players turn
*
* \author Roland Luckenhuber
* \author Denis Neuling
*/
class AIGameManager : public GameManager
{
Q_OBJECT
public:
explicit AIGameManager(QWidget *parent = 0);
virtual void startGame(Settings settings);
/*!
* \brief Sets the starting player depending wether ai should start
*/
virtual void setStartingPlayer(Settings settings);
signals:
public slots:
void mousePressEvent(QMouseEvent *event);
private slots:
void makeAiTurn();
private:
std::shared_ptr<MinMax> m_pAI;
};
#endif // AIGAMEMANAGER_H
|
f378ef97b59756958154cfdcf591cb8e9c42ace3
|
5d83739af703fb400857cecc69aadaf02e07f8d1
|
/Archive2/6f/eda2f8edffc3ae/main.cpp
|
59ef2f9786f12472da5bd54f5d46bc5cba054c28
|
[] |
no_license
|
WhiZTiM/coliru
|
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
|
2c72c048846c082f943e6c7f9fa8d94aee76979f
|
refs/heads/master
| 2021-01-01T05:10:33.812560
| 2015-08-24T19:09:22
| 2015-08-24T19:09:22
| 56,789,706
| 3
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 156
|
cpp
|
main.cpp
|
template<class T> struct A {
struct B {};
};
template<> struct A<int> {
struct B {};
};
class C {
template<class T> friend struct A<T>::B;
};
|
342507bc6c87decf1c97b6a972a35bc90ba7643b
|
08884372e55adef3ae9a0b87979b55a8f23c5d2a
|
/std/name_lookup.H
|
0844f41570c3599a430025f7d6875efe95a7b511
|
[] |
no_license
|
Chris95Hua/jot-lib
|
3aa0ea2068f6f321c2dbf24d75e47dc217d9665a
|
662c2e4158f0ddad807ed833a8d4359bb237ad00
|
refs/heads/master
| 2021-01-10T22:06:50.711655
| 2015-04-29T19:04:06
| 2015-04-29T19:04:06
| 33,934,465
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 5,328
|
h
|
name_lookup.H
|
/*****************************************************************
* This file is part of jot-lib (or "jot" for short):
* <http://code.google.com/p/jot-lib/>
*
* jot-lib is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* jot-lib is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with jot-lib. If not, see <http://www.gnu.org/licenses/>.`
*****************************************************************/
#ifndef NAME_LOOKUP_H_IS_INCLUDED
#define NAME_LOOKUP_H_IS_INCLUDED
#include "std/support.H" // XXX - for str_ptr, should be removed
#include <string>
#include <map>
using namespace std;
/*****************************************************************
* NameLookup:
*
* Templated base class that lets derived types be looked up
* by uniquely assigned names.
*
* Template parameter T is the derived type.
*
*****************************************************************/
template <typename T>
class NameLookup {
public:
//******** MANAGERS ********
NameLookup(const string base="") {
if (base != "")
set_unique_name(base);
}
virtual ~NameLookup() { clear_name(); }
//******** ACCESSORS ********
// Return the name of this object:
const string& get_name() const { return _name; }
// Set the name of this object, using a unique name
// constructed from the given base name:
void set_unique_name(const string& base) {
set_name(unique_name(base));
}
// Tell whether name is in use
// (meaning the object has a valid name and can be looked up):
bool has_name() const { return _name != ""; }
// Clear our name and remove object from list:
void clear_name() { set_name(""); }
//******** STATICS ********
// typedef map<string,T*>::const_iterator citer_t;
// Lookup an object from its name:
static T* lookup(const string& obj_name) {
// #@%$!!^ compiler &^$%#@! *&$%#!!! (swear words bleeped out)
// Why can't I declare an iterator of type map<string,T*>::iterator???
// map<string,T*>::iterator pos = _map.find(obj_name);
// citer_t pos = _map.find(obj_name); // doesn't work either
// return (pos == _map.end()) ? 0 : pos->second;
// &^%$#$%$@!!! this makes the slow part twice as %$#@!!@# slow:
return (_map.find(obj_name) == _map.end()) ? 0 :
_map.find(obj_name)->second; // &^%#$@@! compiler
}
// Return a name that can be used for an object
// (and that is not already in use).
// Exception: returns "" when base == "".
static string unique_name(const string& base) {
if (base == "")
return base;
string ret;
int i = 0;
do {
// XXX - how to create string from int
// without using str_ptr?
ret = base + **str_ptr(i++);
} while (lookup(ret) != 0);
return ret;
}
protected:
//******** MEMBER DATA ********
string _name; // name of this instance
static map<string,T*> _map; // used in name lookups for class T
static bool _debug; // for printing debug info
//******** DEBUG ********
// For debugging want to print the name of the derived class.
// All derived types have member function class_name(), but
// the compiler won't let it be called here in the base class,
// so we're falling back on using a virtual method to return
// the name.
virtual str_ptr class_id() = 0;
//******** UTILITIES ********
// Set the name of this object;
// myname must not already be in use:
void set_name(const string& myname) {
// Desired name already set? Do nothing:
if (_name == myname) {
// Print debug info if new name == old name
// (and they're not the empty string):
if (has_name() && _debug)
cerr << class_id() << "::set_name: name \""
<< myname << "\" already set, doing nothing..."
<< endl;
return;
}
// Already have a name?
if (has_name()) {
assert(lookup(_name) == this);
if (_debug) {
cerr << class_id() << "::set_name: existing name \""
<< _name << "\" already set, erasing..."
<< endl;
}
// Old name was in use, remove our entry:
_map[_name] = 0;
}
// Error if myname is already in use:
assert(lookup(myname) == 0);
_name = myname; // record our name
// Record this object in the table,
// unless the name is empty:
if (_name != "") {
_map[myname] = (T*)this; // add self to list of named objects
assert(lookup(myname) == this);
}
if (_debug) {
cerr << class_id() << "::set_name: name is now: \""
<< myname << "\"" << endl;
}
}
};
#endif // NAME_LOOKUP_H_IS_INCLUDED
// name_lookup.H
|
a8de54830496aa31194843a66c5b309d0087bf44
|
7551327034b8c57285cbe70163490f6582c4ed26
|
/extension/src/dpoCInterface.cpp
|
407bc8c7b459c00f1f0737ea2e7797f0ad51c57a
|
[
"BSD-2-Clause"
] |
permissive
|
rahulvramesh/RiverTrail
|
72358d6929da71cc25baf215629b2ed6351f0abf
|
92c6c52a5f90ded246ca00d385d2c7a79063694a
|
refs/heads/master
| 2021-01-22T09:56:18.277419
| 2014-10-06T21:38:04
| 2014-10-06T21:38:04
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 8,530
|
cpp
|
dpoCInterface.cpp
|
/*
* Copyright (c) 2011, Intel Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* - Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "dpoCInterface.h"
#include "dpoCPlatform.h"
#include "dpo_debug.h"
#include "dpo_security_checks_stub.h"
#include <nsStringAPI.h>
#include <nsServiceManagerUtils.h>
#include <nsIPrefService.h>
#include "nsIClassInfoImpl.h"
/*
* Implement ClassInfo support to make this class feel more like a JavaScript class, i.e.,
* it is autmatically casted to the right interface and all methods are available
* without using QueryInterface.
*
* see https://developer.mozilla.org/en/Using_nsIClassInfo
*/
NS_IMPL_CLASSINFO( dpoCInterface, 0, 0, DPO_INTERFACE_CID)
NS_IMPL_CI_INTERFACE_GETTER2(dpoCInterface, dpoIInterface, nsISecurityCheckedComponent)
/*
* Implement the hooks for the cycle collector
*/
NS_IMPL_CYCLE_COLLECTION_CLASS(dpoCInterface)
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN(dpoCInterface)
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END
NS_IMPL_CYCLE_COLLECTION_TRACE_BEGIN(dpoCInterface)
NS_IMPL_CYCLE_COLLECTION_TRACE_END
NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN(dpoCInterface)
NS_IMPL_CYCLE_COLLECTION_UNLINK_END
NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(dpoCInterface)
NS_INTERFACE_MAP_ENTRY(dpoIInterface)
NS_INTERFACE_MAP_ENTRY(nsISecurityCheckedComponent)
NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, dpoIInterface)
NS_IMPL_QUERY_CLASSINFO(dpoCInterface)
NS_INTERFACE_MAP_END
NS_IMPL_CYCLE_COLLECTING_ADDREF(dpoCInterface)
NS_IMPL_CYCLE_COLLECTING_RELEASE(dpoCInterface)
DPO_SECURITY_CHECKS_ALL( dpoCInterface)
dpoCInterface::dpoCInterface()
{
DEBUG_LOG_CREATE("dpoCInterface", this);
}
dpoCInterface::~dpoCInterface()
{
DEBUG_LOG_DESTROY("dpoCInterface", this);
}
cl_uint dpoCInterface::noOfPlatforms = 0;
cl_platform_id *dpoCInterface::platforms = NULL;
nsresult dpoCInterface::InitPlatformInfo()
{
cl_int err_code;
// |nplatforms| is used to get number of platforms
// |naplatforms| is used for the number of actual platforms returned into |platforms|
// |numSupportedPlatforms| is the number of supported platforms found
cl_uint nplatforms;
cl_uint naplatforms;
cl_uint numSupportedPlatforms = 0;
const cl_uint maxNameLength = 256;
char name[maxNameLength];
err_code = clGetPlatformIDs(0, NULL, &nplatforms);
if (err_code != CL_SUCCESS) {
DEBUG_LOG_ERROR( "InitPlatformInfo", err_code);
return NS_ERROR_NOT_AVAILABLE;
}
// All found platforms
cl_platform_id * allPlatforms = new cl_platform_id[nplatforms];
// All supported platforms
platforms = new cl_platform_id[nplatforms];
err_code = clGetPlatformIDs( nplatforms, allPlatforms, &naplatforms);
if (err_code != CL_SUCCESS) {
DEBUG_LOG_ERROR( "InitPlatformInfo", err_code);
return NS_ERROR_NOT_AVAILABLE;
}
for (cl_uint i = 0; i < naplatforms; i++) {
err_code = clGetPlatformInfo(allPlatforms[i], CL_PLATFORM_NAME, maxNameLength*sizeof(char), name, NULL);
if (err_code != CL_SUCCESS) {
DEBUG_LOG_ERROR( "GetIntelPlatform", err_code);
return NS_ERROR_NOT_AVAILABLE;
}
if ((strcmp(name, "Intel(R) OpenCL") == 0) || (strcmp(name, "Apple") == 0)) {
platforms[numSupportedPlatforms++] = allPlatforms[i];
}
}
if (err_code != CL_SUCCESS) {
DEBUG_LOG_ERROR( "InitPlatformInfo", err_code);
return NS_ERROR_NOT_AVAILABLE;
}
noOfPlatforms = numSupportedPlatforms;
delete[] allPlatforms;
return NS_OK;
}
/* readonly attribute PRUint32 numberOfPlatforms; */
NS_IMETHODIMP dpoCInterface::GetNumberOfPlatforms(PRUint32 *aNumberOfPlatforms)
{
nsresult result = NS_OK;
if (platforms == NULL) {
result = InitPlatformInfo();
}
*aNumberOfPlatforms = noOfPlatforms;
return result;
}
/* dpoIPlatform getPlatform (in PRUint32 platform_id); */
NS_IMETHODIMP dpoCInterface::GetPlatform(const JS::Value &jPlatform_id, dpoIPlatform **_retval)
{
nsresult result = NS_OK;
int32_t platform_id;
nsCOMPtr<dpoCPlatform> thePlatform;
if (platforms == NULL) {
result = InitPlatformInfo();
}
if (NS_SUCCEEDED(result)) {
DEBUG_LOG_STATUS("GetPlatform", "value for platform is " << platform_id);
if (jPlatform_id.isInt32()) {
platform_id = jPlatform_id.toInt32();
} else if (jPlatform_id.isNullOrUndefined()) {
result = loadPlatformPref(platform_id);
}
}
if (NS_SUCCEEDED(result)) {
if (platform_id < 0 || platform_id >= noOfPlatforms) {
result = NS_ERROR_ILLEGAL_VALUE;
} else {
thePlatform = new dpoCPlatform(this, platforms[platform_id]);
if (thePlatform == NULL) {
result = NS_ERROR_OUT_OF_MEMORY;
} else {
NS_ADDREF(thePlatform);
*_retval = thePlatform;
}
}
}
return result;
}
/* dpoIPlatform getDefaultPlatform (); */
nsresult dpoCInterface::loadPlatformPref(int32_t &platform_id)
{
nsresult result;
nsCOMPtr<nsIServiceManager> serviceManager;
nsCOMPtr<nsIPrefService> prefService;
nsCOMPtr<nsIPrefBranch> prefBranch;
result = NS_GetServiceManager(getter_AddRefs(serviceManager));
if (result != NS_OK) {
DEBUG_LOG_STATUS("GetDefaultPlatform", "cannot access service manager");
return result;
}
result = serviceManager->GetServiceByContractID("@mozilla.org/preferences-service;1", NS_GET_IID(nsIPrefService), getter_AddRefs(prefService));
if (result != NS_OK) {
DEBUG_LOG_STATUS("GetDefaultPlatform", "cannot access preferences manager");
return result;
}
result = prefService->GetBranch(DPO_PREFERENCE_BRANCH, getter_AddRefs(prefBranch));
if (result != NS_OK) {
DEBUG_LOG_STATUS("GetDefaultPlatform", "cannot access preference branch " DPO_PREFERENCE_BRANCH);
return result;
}
result = prefBranch->GetIntPref(DPO_DEFAULT_PLATFORM_PREFNAME, &platform_id);
if (result != NS_OK) {
DEBUG_LOG_STATUS("GetDefaultPlatform", "cannot read preference value " DPO_DEFAULT_PLATFORM_PREFNAME);
return result;
}
if (platform_id < 0) {
DEBUG_LOG_STATUS("GetDefaultPlatform", "value for default platform is " << platform_id);
return NS_ERROR_ILLEGAL_VALUE;
}
return result;
}
NS_IMETHODIMP dpoCInterface::GetVersion(uint32_t *aVersion)
{
*aVersion = DPO_INTERFACE_VERSION;
return NS_OK;
}
#ifdef DPO_SCOPE_TRIAL
/* [implicit_jscontext] jsval searchScope (in jsval scope, in AString name); */
NS_IMETHODIMP dpoCInterface::SearchScope(const jsval & scope, const nsAString & name, JSContext *cx, jsval *_retval)
{
JSObject *scopeObj, *parentObj;
JSBool result;
char *propName;
if (!JSVAL_IS_OBJECT(scope)) {
*_retval = JSVAL_VOID;
return NS_ERROR_ILLEGAL_VALUE;
}
scopeObj = JSVAL_TO_OBJECT(scope);
parentObj = JS_GetParent(cx, scopeObj);
if (parentObj == NULL) {
*_retval = JSVAL_VOID;
return NS_ERROR_NOT_AVAILABLE;
}
*_retval = OBJECT_TO_JSVAL(parentObj);
return NS_OK;
propName = ToNewUTF8String(name);
result = JS_LookupPropertyWithFlags(cx, parentObj, propName, 0, _retval);
nsMemory::Free(propName);
if (result == JS_FALSE) {
*_retval = JSVAL_VOID;
return NS_ERROR_NOT_AVAILABLE;
}
return NS_OK;
}
#endif /* DPO_SCOPE_TRIAL */
/* singleton factory */
nsCOMPtr<dpoCInterface> dpoCInterface::singleton = NULL;
dpoCInterface *dpoCInterface::getInstance()
{
dpoCInterface *result;
if (singleton == NULL) {
singleton = new dpoCInterface();
}
result = singleton;
NS_ADDREF(result);
return result;
}
|
4f102d778d459edc83c830cd45e809b9a39b2bc5
|
46a37100463aaeeec4d1d78ea3b792d61cd05679
|
/Direct3D_025/cPlayerUI.h
|
78c572dc973e521ee2ec9b239ba40d65f8b677b0
|
[] |
no_license
|
NaudhizFehu/DirectX-Tera
|
3f854236bb91d01fd328d045fd36d064b8c8b840
|
35ba4cda4ab6ea826c6652f609144f1f0faad501
|
refs/heads/master
| 2021-06-10T11:42:44.921886
| 2021-05-28T05:14:47
| 2021-05-28T05:14:47
| 188,834,008
| 0
| 0
| null | null | null | null |
UHC
|
C++
| false
| false
| 2,866
|
h
|
cPlayerUI.h
|
#pragma once
//test주석
class cPlayerUI
{
private:
int m_nQuestNum;
bool m_bBossMeet;
bool m_bQWindowCenter_firstCheck;
bool m_bQwindowCenter_On;
bool m_bQwindowRight_On;
bool m_bKeyWindow_On;
//키설명창
LPD3DXSPRITE m_pKeyWindow_Sprite;
LPDIRECT3DTEXTURE9 m_pKeyWindow_Texture;
D3DXIMAGE_INFO m_KeyWindow_Sprite_Info;
RECT m_rcKeyWindow;
//중앙퀘스트창
LPD3DXSPRITE m_pQwindowCenter_Sprite;
LPDIRECT3DTEXTURE9 m_pQwindowCenter_Texture;
D3DXIMAGE_INFO m_QwindowCenter_Sprite_Info;
RECT m_rcQwindowCenter;
//오른쪽퀘스트창
LPD3DXSPRITE m_pQwindowRight_Sprite;
LPDIRECT3DTEXTURE9 m_pQwindowRight_Texture;
D3DXIMAGE_INFO m_QwindowRight_Sprite_Info;
LPD3DXSPRITE m_pQwindowRight_Sprite2;
LPDIRECT3DTEXTURE9 m_pQwindowRight_Texture2;
D3DXIMAGE_INFO m_QwindowRight_Sprite_Info2;
RECT m_rcQwindowRight;
RECT m_rcQwindowRightMove;
bool m_bQWindowRightClick;
//프로그레스바 바탕
LPD3DXSPRITE m_pProgressBar_Sprite;
LPDIRECT3DTEXTURE9 m_pProgressBar_Texture;
D3DXIMAGE_INFO m_ProgressBar_Sprite_Info;
RECT m_rcProgressBar;
//체력바, MP (게이지바)
LPD3DXSPRITE m_pHP_Sprite;
LPD3DXSPRITE m_pMP_Sprite;
LPDIRECT3DTEXTURE9 m_pHP_Texture;
LPDIRECT3DTEXTURE9 m_pMP_Texture;
D3DXIMAGE_INFO m_HP_ImgInfo;
D3DXIMAGE_INFO m_MP_ImgInfo;
RECT m_rcHP;
RECT m_rcMP;
//킬카운터
bool m_bKillCounterOff;
LPD3DXSPRITE m_pKcBoard_sprite; //kill counter
LPD3DXSPRITE m_pkcNumber_sprite;
LPDIRECT3DTEXTURE9 m_pKcBoard_Texture;
LPDIRECT3DTEXTURE9 m_pkcNumber_Texture;
D3DXIMAGE_INFO m_KcBoard_ImgInfo;
D3DXIMAGE_INFO m_KcNumber_ImgInfo;
RECT m_rcKcBoard;
RECT m_rcKcNumber;
int m_nHp;
int m_nHpMax;
int m_nMp;
int m_nMpMax;
int m_nKillNum;
int m_nKillNumTho; //4자리
int m_nKillNumHun; //3자리
int m_nKillNumTen; //2자리
int m_nKillNumOne; //1자리
int m_nKillNumTho_x, m_nKillNumTho_w;
int m_nKillNumHun_x, m_nKillNumHun_w;
int m_nKillNumTen_x, m_nKillNumTen_w;
int m_nKillNumOne_x, m_nKillNumOne_w;
public:
cPlayerUI();
~cPlayerUI();
void Setup();
void Update();
void Render();
void WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
void Cut_KillNum_Img();
void SetHp(int value){ m_nHp = value; }
int GetHp(){ return m_nHp; }
void SetHpMax(int value){ m_nHpMax = value; }
int GetHpMax(){ return m_nHpMax; }
void SetMp(int value){ m_nMp = value; }
int GetMp(){ return m_nMp; }
void SetMpMax(int value){ m_nMpMax = value; }
int GetMpMax(){ return m_nMpMax; }
void SetKillNum(int value){ m_nKillNum = value; }
int getKillNum(){ return m_nKillNum; }
void SetBossMeet(bool value){ m_bBossMeet = value; }
bool GetBossMeet(){ return m_bBossMeet; }
};
|
1e24e8c68d68da89b7ba9977d3f6f582f2b61d8b
|
db21b28ec9e64c33cf8f2a725d56cd8585720a91
|
/leetcode_1743.cpp
|
625f19fec71c6ca0e57fc6e87ad5aed41d2e52cb
|
[] |
no_license
|
2018hsridhar/Leetcode_Solutions
|
afb6a88f2b1075af3f6339956e499f228cde0ba3
|
f6b356ff5393113d0a6cc29118e6ef6c45a4f0ee
|
refs/heads/master
| 2023-08-30T22:43:23.308370
| 2023-08-29T04:15:31
| 2023-08-29T04:15:31
| 78,995,027
| 4
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 3,876
|
cpp
|
leetcode_1743.cpp
|
/*
1743. Restore the Array From Adjacent Pairs
URL = https://leetcode.com/problems/restore-the-array-from-adjacent-pairs/
Always given at least two elements too for visitations!
Your code works, but runs into a TLE
-> need a more effiicent solution
RIP
40/46 test cases pass here
*/
class Solution {
public:
vector<int> restoreArray(vector<vector<int>>& adjacentPairs) {
int n = adjacentPairs.size() + 1;
vector<int> restored;
// restored.reserve(n); // we can call ahead of time I think?
int lPtr = 0;
int rPtr = 0;
// [1] Create an adjacent list here : modularize to own method.
map<int,vector<int>> adjList;
for(const auto& x : adjacentPairs){
int src = x.at(0);
int dst = x.at(1);
if(adjList.find(src) == adjList.end())
adjList[src] = vector<int>();
adjList[src].push_back(dst);
if(adjList.find(dst) == adjList.end())
adjList[dst] = vector<int>();
adjList[dst].push_back(src);
}
// [2] DFS from any entry in the adj list ; any solution will work here
// Only the first case has two children as well : all other cases as single child or no child cases!
// Ensure to handle the `n = 2 ` case as well
// Ensureit is a valid start node too
int startNode = adjacentPairs.at(0).at(0);
vector<int> adjStart = adjList[startNode];
int curNode = startNode;
vector<int> curAdj;
vector<int> curAdjFirst;
vector<int> curAdjSecond;
bool hasChild = true;
restored.push_back(startNode); // always commence here!
set<int> visited;
visited.insert(startNode);
if(adjStart.size() == 1){
// cout << "here" << endl;
while(hasChild){
hasChild = false; // check again
// cout << "CurNode = " << curNode << endl;
curAdj = adjList[curNode];
for(int child : curAdj){
if(visited.find(child) == visited.end()){
hasChild = true;
restored.push_back(child);
visited.insert(curNode);
curNode = child;
}
}
}
} else if ( adjStart.size() == 2){ // as if you did it for case n = 1 twice TBH
// May be another way to do this though
int firstChild = adjStart.at(0);
int secondChild = adjStart.at(1);
restored.push_back(secondChild);
restored.insert(restored.begin(), firstChild);
visited.insert(firstChild);
visited.insert(secondChild);
vector<int> frontend;
while(hasChild){
hasChild = false; // check again
curAdjFirst = adjList[firstChild];
curAdjSecond = adjList[secondChild];
for(int child : curAdjFirst){
if(visited.find(child) == visited.end()){
hasChild = true;
visited.insert(firstChild);
frontend.push_back(child);
firstChild = child;
}
}
for(int child : curAdjSecond){
if(visited.find(child) == visited.end()){
hasChild = true;
visited.insert(secondChild);
restored.push_back(child);
secondChild = child;
}
}
}
reverse(restored.begin(), restored.end());
restored.insert(restored.end(), frontend.begin(), frontend.end());
}
return restored;
}
};
|
8608d4d9ed8192a233810373129011c7316be4c0
|
638c4794acbc4245c3dcd7d073e2dfdeb9eaed0d
|
/算法提高/ADV-187 算法提高 勾股数.cpp
|
4e4295eb24cd8cae51a34101d24cebb66a8e3d29
|
[] |
no_license
|
SuperChenSSS/Lanqiao
|
fed1224775769cdef3f392a9bf873fee70bbdd13
|
6e662cc2411cd4803d32b684a435be2edbc45e15
|
refs/heads/master
| 2021-01-19T06:49:53.860313
| 2017-04-06T01:47:45
| 2017-04-06T01:47:45
| 87,502,263
| 0
| 1
| null | 2017-04-07T03:53:05
| 2017-04-07T03:53:05
| null |
UTF-8
|
C++
| false
| false
| 756
|
cpp
|
ADV-187 算法提高 勾股数.cpp
|
ADV-187 算法提高 勾股数
问题描述
勾股数是一组三个自然数,a < b < c,以这三个数为三角形的三条边能够形成一个直角三角形
输出所有a + b + c <= 1000的勾股数
a小的先输出;a相同的,b小的先输出。
输出格式
每行为一组勾股数,用空格隔开
样例输出
例如,结果的前三行应当是
3 4 5
5 12 13
6 8 10
#include <iostream>
using namespace std;
int main() {
for(int i = 1; i <= 333; i++) {
for(int j = i+1; j <= 666; j++) {
for(int k = j+1; k <= 999; k++) {
if(i + j + k <= 1000 && i*i + j*j == k*k)
cout << i << " " << j << " " << k << endl;
}
}
}
return 0;
}
|
e14da452e22dc52aac990c15b2c6d7405fde94bf
|
48105eddec7568fe691d4519cb472176441fbbfa
|
/GameDev-CSU-2015-Project/Core/ClassImplementations/Other/proceduralBackground.cpp
|
ee929b1f9042c50f9cc837c0fe42843e2b486053
|
[] |
no_license
|
Esseh/Misc
|
39672e669128b753d3d3887fc50a17b9090b3461
|
87f10b54a8909fa8ebdf3f432b338c8fac194ede
|
refs/heads/master
| 2020-04-07T07:42:49.786284
| 2017-05-24T02:28:52
| 2017-05-24T02:28:52
| 60,319,114
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,575
|
cpp
|
proceduralBackground.cpp
|
proceduralBackground::proceduralBackground(){
++n;
makeBackground();
s.setTexture(t);
if(n==1){
proceduralBackground*second = new proceduralBackground();
second->s.setPosition(s.getPosition().x + s.getGlobalBounds().width,0);
backgrounds.push_back(second);
}
}
void proceduralBackground::simulate(){
if(n==1){
proceduralBackground*second = new proceduralBackground();
second->s.setPosition(s.getPosition().x + s.getGlobalBounds().width,0);
backgrounds.push_back(second);
}
if(s.getPosition().x < 0 - s.getGlobalBounds().width){
alive = false;
n--;
}
s.move(-0.0005*dt,0);
}
void proceduralBackground::makeBackground(){
//Initialize Map
vector<vector<bool> > cmap(cells,vector<bool>(cells,false));
for(int y = 0; y < cells; y++)
for(int x = 0; x < cells; x++)
if(screenSeeds.rand() % 101 < spawnChance)
cmap[x][y] = true;
for(int i = 0; i<numberOfSteps; i++)
doSimulationStep(cmap);
Image temp;
temp.create(512,512,Color(20,10,220,255));
for(int y = 0; y < cells; y++)
for(int x = 0; x < cells; x++)
if(cmap[x][y])
for(int i = 0; i < (512/cells); i++)
for(int j = 0; j < (512/cells); j++)
temp.setPixel((512/cells)*x+i,(512/cells)*y+j,Color(0,160,230,255));
t.loadFromImage(temp);
}
void proceduralBackground::doSimulationStep( vector<vector<bool> > &input){
vector<vector<bool> > cmap(cells,vector<bool>(cells,false));
for(int i = 0; i < cells; i++){
for(int j = 0; j < cells; j++){
int nbs = countAliveNeighbors(input,i,j);
if(input[i][j]){
if(nbs < deathLimit)
cmap[i][j] = false;
else
cmap[i][j] = true;
}
else{
if(nbs > birthLimit)
cmap[i][j] = true;
else
cmap[i][j] = false;
}
}
}
input = cmap;
}
int proceduralBackground::countAliveNeighbors( vector<vector<bool> > input, int x, int y){
int count = 0;
for(int i = -1; i<2; i++){
for(int j = -1; j<2;j++){
int nx = x+i;
int ny = y+j;
if(i == 0 && j == 0)
continue;
else if(nx < 0 || ny < 0 || nx >= cells || ny >= cells)
count++;
else if(input[nx][ny])
count++;
}
}
return count;
}
|
f5c6fb1c666a3ce09c7aae7c4588688f12a1157e
|
bcf138c82fcba9acc7d7ce4d3a92618b06ebe7c7
|
/gta5/0xA43D5C6FE51ADBEF.cpp
|
ca85e07a8d9eef8005818f89715ed248ab71f290
|
[] |
no_license
|
DeepWolf413/additional-native-data
|
aded47e042f0feb30057e753910e0884c44121a0
|
e015b2500b52065252ffbe3c53865fe3cdd3e06c
|
refs/heads/main
| 2023-07-10T00:19:54.416083
| 2021-08-12T16:00:12
| 2021-08-12T16:00:12
| 395,340,507
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 249
|
cpp
|
0xA43D5C6FE51ADBEF.cpp
|
// fmmc_playlist_controller.ysc @ L93311
void func_496()
{
var uVar0;
var uVar1;
var uVar2;
MISC::_GET_WEATHER_TYPE_TRANSITION(&uVar0, &uVar1, &uVar2);
MISC::SET_OVERRIDE_WEATHER("clear");
func_462(4, 0);
MISC::_CLEAR_CLOUD_HAT();
}
|
f2c4e0ae065ad6919b12bed8dc6565fcb5c89382
|
a7f7a862e53ebc6e7095eabaa89e1997ce4b4eae
|
/Cpts223/Prog01/prog01.cpp
|
5ae8522d87315b80c150be22ded705ec045be57c
|
[] |
no_license
|
MichaelJDG/computer-science
|
8e56d70362a40250dccfb6cade15ccd391c1b88b
|
5a4a4adc4d890585fba156f05aeec7b297e05e11
|
refs/heads/master
| 2021-01-19T06:14:01.613166
| 2017-08-17T18:02:18
| 2017-08-17T18:02:18
| 100,631,115
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 4,690
|
cpp
|
prog01.cpp
|
//****************************************************************************
// Author : Michael Gutierrez
// Course Title : Advanced data structures in c++
// Course Number : Cpts 223
// Class Meets : M W F/ 12:10 - 1:00
// Prof Name : Aaron Crandall
// Assignment Number : #1
// Due Date : 9-22-16
// Possible Points : 100
// Purpose :
//
//****************************************************************************
#include <fstream>
#include <iostream>
#include <iomanip>
#include <chrono>
#include <vector>
using namespace std;
float do_bubblesort(vector<int> &array, int N)
{
int num;
int myArray[N];
int temp;
int count;
int i,j;
bool ordered = false;
for (i = 0; i <= N; i ++)
{
num = rand() % N;
myArray[i] = num;
}
while (ordered == false ){
for (j = 0; j < N-1; j++)
{
if (myArray[j] > myArray[j+1])
{
temp = myArray[j];
myArray[j] = myArray[j+1];
myArray[j+1] = temp;
count++;
}
}
if (count== 0){
ordered = true;
}
else {
count =0;
}
}
return 0;
}
float do_bubblesortWorst(vector<int> &array, int N)
{
int num= N;
int myArray[N];
int temp;
int count;
int i,j;
bool ordered = false;
for (i = 0; i <= N; i ++)
{
myArray[i] = num;
num = num -1;
}
while (ordered == false ){
for (j = 0; j < N-1; j++)
{
if (myArray[j] > myArray[j+1])
{
temp = myArray[j];
myArray[j] = myArray[j+1];
myArray[j+1] = temp;
count++;
}
}
if (count== 0){
ordered = true;
}
else {
count =0;
}
}
return 0;
}
float do_bubblesortOptimal(vector<int> &array, int N)
{
int num =1;
int myArray[N];
int temp;
int count;
int i,j;
bool ordered = false;
for (i = 0; i <= N; i ++)
{
myArray[i] = num;
num = num+1;
}
while (ordered == false ){
for (j = 0; j < N-1; j++)
{
if (myArray[j] > myArray[j+1])
{
temp = myArray[j];
myArray[j] = myArray[j+1];
myArray[j+1] = temp;
count++;
}
}
if (count== 0){
ordered = true;
}
else {
count =0;
}
}
return 0;
}
int main()
{
ofstream outFile;
int N[ ] = {10,50,100,500,1000,5000,10000,50000,100000};
vector<int> myVector;
int i,j;
float avg;
float sum;
outFile.open("BSSstats.csv");
if(outFile.fail() )
{
cout << "Output file opening failed" << endl;
return 1;
}
outFile<< "N Size, Run #1, Run #2, Run #3, Run #4, Run #5, Optimal Time Avg, Run #1, Run #2, Run #3, Run #4, Run #5, Worst Case Time Avg, Run #1, Run #2, Run #3, Run #4, Run #5, Avg Sort Time" << endl;
for (i =0; i<9; i++) {
outFile << N[i] << ",";
for (j=0; j<5; j++){
chrono::time_point<chrono::system_clock> start, end;
start = chrono::system_clock::now();
do_bubblesortOptimal(myVector, N[i]) ;
end = chrono::system_clock::now();
chrono::duration<double> elapsed_seconds = end-start;
outFile << elapsed_seconds.count() << "s,";
sum = sum + elapsed_seconds.count();
}
avg = sum/5;
outFile << avg << ",";
for (j=0; j<5; j++){
chrono::time_point<chrono::system_clock> start, end;
start = chrono::system_clock::now();
do_bubblesortWorst(myVector, N[i]) ;
end = chrono::system_clock::now();
chrono::duration<double> elapsed_seconds = end-start;
outFile << elapsed_seconds.count() << "s,";
sum = sum + elapsed_seconds.count();
}
avg = sum/5;
outFile << avg << ",";
for (j=0; j<5; j++){
chrono::time_point<chrono::system_clock> start, end;
start = chrono::system_clock::now();
do_bubblesort(myVector, N[i]) ;
end = chrono::system_clock::now();
chrono::duration<double> elapsed_seconds = end-start;
outFile << elapsed_seconds.count() << "s,";
sum = sum + elapsed_seconds.count();
}
avg = sum/5;
outFile << avg << ","<< endl;
}
}
|
298135f57b5f025a93a6d9b97daba9d9033e2b02
|
a4ac12e04c3c864c1cb53e90ea167a7d200244d7
|
/LeetCode/0207_Course_Schedule.cpp
|
fd20dfe22310aae73b2005daae5d37215bb0b621
|
[] |
no_license
|
PengJiaqiao/CampusRecruitment_Diary
|
9f21fb81eda47e441f5699b4a3defa94b2a53870
|
37189a7f79615e470ebc6385a40888513febe168
|
refs/heads/master
| 2020-06-16T01:02:43.368296
| 2019-11-03T12:54:32
| 2019-11-03T12:54:32
| 195,438,658
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,005
|
cpp
|
0207_Course_Schedule.cpp
|
#include <vector>
#include <queue>
#include <unordered_map>
using namespace std;
class Solution
{
public:
bool canFinish(int numCourses, vector<vector<int>> &prerequisites)
{
vector<vector<int>> graph(numCourses);
for (vector<int> prerequisite : prerequisites)
graph[prerequisite[0]].push_back(prerequisite[1]);
for (int i = 0; i < numCourses; ++i)
{
queue<int> q;
for (int j : graph[i])
q.push(j);
unordered_map<int, int> M;
while (!q.empty())
{
int course = q.front();
q.pop();
if (M.find(course) == M.end())
M[course] = 1;
if (course == i)
return false;
for (int j : graph[course])
{
if (M.find(j) == M.end())
q.push(j);
}
}
}
return true;
}
};
|
3b4407731be93c3c0563e7dde8a2325a403cd1e4
|
90f7de53d9a825c14e0e61d0ec03326ca245c51a
|
/Score.cpp
|
03cde4a8f5e4c634308c124ca3e62c1336d7e5b7
|
[] |
no_license
|
starrykss/CPP_MatchThreePuzzleGameProject
|
977524568f40757020ea628747fa7fcd62203b5c
|
b595488f8d99ce49f863d625888ecd29512f9a11
|
refs/heads/main
| 2023-02-26T18:14:09.538391
| 2021-02-02T02:56:11
| 2021-02-02T02:56:11
| 335,148,350
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 529
|
cpp
|
Score.cpp
|
#include "Score.h"
#include "Consts.h"
void observe(Score* score, const int& value)
{
score->setText(("Score :" + std::to_string(value)).c_str());
}
Score::Score(QGraphicsScene* scene, Values* values)
{
scene->addItem(this);
setX(scene->sceneRect().width() / 2 - Consts::BOARD_ITEM_SIZE * Consts::BOARD_LENGTH / 2);
setY(scene->sceneRect().height() / 2 + Consts::BOARD_ITEM_SIZE * Consts::BOARD_LENGTH / 2);
setScale(2.5);
values->score.observe([this](const int& value) {
observe(this, value);
});
}
|
ea3a30fda00a736f0dd49893ed61129fb7a076eb
|
cd2172a4cf9feefd4c890c704cf8b02d084bf1a9
|
/detectcycledirectedgraph2.cpp
|
cd7f3805d259d67dfc516630d6dbb28b8057045b
|
[] |
no_license
|
subhradeepnag/Graph-Questions
|
339a36f9946e0ec067a282257aa31617a7a24ede
|
88141b8760ca9e98a0888b4ee81d9eea75a5b0cd
|
refs/heads/main
| 2023-05-26T22:13:43.868550
| 2021-06-09T15:42:51
| 2021-06-09T15:42:51
| 375,407,667
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,006
|
cpp
|
detectcycledirectedgraph2.cpp
|
#include<bits/stdc++.h>
using namespace std;
map<int,bool>recStack;
map<int,bool>visited;
map<int,list<int>>adj;
void addEdge(int u,int v)
{
adj[u].push_back(v);
}
bool dfs(int v)
{
if(visited[v] == false)
{
visited[v] = true;
recStack[v] = true;
list<int>::iterator i;
for(i=adj[v].begin();i!=adj[v].end();i++)
{
if((visited[*i] == false) && dfs(*i))
{
return true;
}
else if(recStack[*i])
{
return true;
}
}
}
recStack[v] = false;
return false;
}
bool isCyclic(int V)
{
for(int i=0;i<V;i++)
{
recStack[i] = false;
visited[i] = false;
}
for(int i=0;i<V;i++)
{
if(dfs(i))
{
return true;
}
}
return false;
}
int main()
{
addEdge(1,2);
addEdge(2,3);
addEdge(3,4);
addEdge(4,2
);
addEdge(4,5);
cout<<isCyclic(5);
}
|
91d9791a07a6f700bece289cb158bb261b5883d1
|
130df0c47d7cfc8c3cacb78fd3ad46802ccbe296
|
/Fibonacci/Fibonacci_recursion.cpp
|
a9d06a0354d1541c8b2469b15f459486382346a7
|
[] |
no_license
|
chenwhql/Fibonacci
|
9d24d5b6ff880192a0fae59d4f138aec5d40af13
|
9d3a989adee9804a8db04d46d8fdf9c01bb5bd6e
|
refs/heads/master
| 2021-01-12T14:26:27.768081
| 2016-10-06T05:15:36
| 2016-10-06T05:15:36
| 70,063,708
| 0
| 0
| null | null | null | null |
WINDOWS-1252
|
C++
| false
| false
| 571
|
cpp
|
Fibonacci_recursion.cpp
|
#include<cstdio>
#include<ctime>
using namespace std;
typedef unsigned long long ull;
//µÝ¹éËã·¨
ull fibonacci(int n)
{
if (n == 1 || n == 2)
return 1;
else
return fibonacci(n - 1) + fibonacci(n - 2);
}
int main()
{
int n = 0;
double t_start = 0.0, t_end = 0.0;
ull rlt = 0;
printf("Fibonacci recursion method\n");
printf("please input n: ");
scanf("%d", &n);
t_start = (double)clock();
rlt = fibonacci(n);
t_end = (double)clock();
printf("result: %lld\n", fibonacci(n));
printf("time: %lf s\n", (t_end - t_start)/CLOCKS_PER_SEC);
return 0;
}
|
950857ac0b2d4cbac84932713f7936a655cc2dd2
|
fa696b8a9c9a25a3bf09051e11a916692f55b631
|
/src/libClustering/ConvexHullModel.hpp
|
552521c0f716190488716ca6d899cca6cd6216d5
|
[] |
no_license
|
bsc-performance-tools/clustering-suite
|
e9fae9383ddc4722c887ceb197825a385219e9b0
|
1c8f05e2677295e9d9cf29b9d7ce6b8ab6cf5f1d
|
refs/heads/master
| 2021-06-08T22:05:30.372437
| 2019-09-20T07:16:22
| 2019-09-20T07:16:22
| 110,991,857
| 3
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 5,301
|
hpp
|
ConvexHullModel.hpp
|
/*****************************************************************************\
* ANALYSIS PERFORMANCE TOOLS *
* ClusteringSuite *
* Infrastructure and tools to apply clustering analysis to Paraver and *
* Dimemas traces *
* *
*****************************************************************************
* ___ This library is free software; you can redistribute it and/or *
* / __ modify it under the terms of the GNU LGPL as published *
* / / _____ by the Free Software Foundation; either version 2.1 *
* / / / \ of the License, or (at your option) any later version. *
* ( ( ( B S C ) *
* \ \ \_____/ This library is distributed in hope that it will be *
* \ \__ useful but WITHOUT ANY WARRANTY; without even the *
* \___ implied warranty of MERCHANTABILITY or FITNESS FOR A *
* PARTICULAR PURPOSE. See the GNU LGPL for more details. *
* *
* You should have received a copy of the GNU Lesser General Public License *
* along with this library; if not, write to the Free Software Foundation, *
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
* The GNU LEsser General Public License is contained in the file COPYING. *
* --------- *
* Barcelona Supercomputing Center - Centro Nacional de Supercomputacion *
\*****************************************************************************/
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- *\
$Id:: $: Id
$Rev:: $: Revision of last commit
$Author:: $: Author of last commit
$Date:: $: Date of last commit
\* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#ifndef _CONVEX_HULL_MODEL_HPP_
#define _CONVEX_HULL_MODEL_HPP_
#include <vector>
using std::vector;
#include <iostream>
using std::ostream;
using std::endl;
#include <Point.hpp>
#include <CGAL/basic.h>
#include <CGAL/Filtered_kernel.h>
#include <CGAL/Boolean_set_operations_2.h>
#include <CGAL/convex_hull_2.h>
#include "CGAL_Kernel/MyKernel.h"
/*
#include <CGAL/MP_Float.h>
#include <CGAL/Quotient.h>
typedef CGAL::Lazy_exact_nt< CGAL::Quotient<CGAL::MP_Float> > ET; */
/* Try using this data type in case it fails */
#include <CGAL/Gmpq.h>
typedef CGAL::Lazy_exact_nt<CGAL::Gmpq> ET;
typedef MyKernel<ET> K;
//typedef CGAL::Filtered_kernel_adaptor<MK> K;
typedef K::Point_2 MyPoint_2;
typedef CGAL::Polygon_2<K> Polygon_2;
class ConvexHullModel
{
protected:
int Dimensions;
long long Density;
long long TotalTime;
vector<MyPoint_2> HullPoints;
public:
static int MIN_HULL_POINTS;
ConvexHullModel(void);
ConvexHullModel ( vector< const Point* >, long long TotalTime );
ConvexHullModel(vector<MyPoint_2> HullPoints, long long Density, long long TotalTime);
/* ConvexHullModel ( Polygon_2 P, Polygon_2 Q ); */
ConvexHullModel(long long Density,
long long TotalTime,
int NumPoints,
int NumDimensions,
long long *Instances,
long long *NeighbourhoodSizes,
double *DimValues);
int size(void);
long long GetDensity(void);
long long GetTotalTime(void);
void Serialize(long long &Density,
long long &TotalTime,
int &NumPoints,
int &NumDimensions,
long long *&Instances,
long long *&NeighbourhoodSizes,
double *&DimValues );
void Flush( );
ConvexHullModel * Merge( ConvexHullModel * CHull2, double Epsilon = 0, int MinPoints = 1);
vector<MyPoint_2>& getHullPoints();
bool IsInside(const Point* QueryPoint);
bool IsInside(const MyPoint_2& QueryPoint);
bool IsNear(const Point* QueryPoint, double Epsilon, int MinPoints);
bool IsNear (ConvexHullModel *Hull2, double Epsilon, int MinPoints);
void GetDistanceAndDensity(const Point* QueryPoint, double &SqDistance, int&Density);
bool Flush(ostream& str,
cluster_id_t id);
string GetPlotLine(string DataFileName, cluster_id_t ID);
private:
void Assemble(long long Density,
long long TotalTime,
int NumPoints,
int NumDimensions,
long long *Instances,
long long *NeighbourhoodSizes,
double *DimValues );
};
#endif // _CONVEX_HULL_MODEL_HPP_
|
9a25c95635051649f048bee03d175ab73dea50a2
|
3ce0249b1955928f1eaa60cdd0a3dc2fd4d47f01
|
/Char engine/src/main.cpp
|
207f3b1f029a10b935c6b9528f76ee4291c07035
|
[] |
no_license
|
ha-drid/Char-engine
|
68ad2ff118e8a3b3fe1e1afd70b672ac7370e8f2
|
1952074faa112c98f208596a30189bfab738fffe
|
refs/heads/master
| 2023-03-14T04:37:43.179504
| 2021-03-10T12:00:37
| 2021-03-10T12:00:37
| 343,164,664
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 413
|
cpp
|
main.cpp
|
#include <iostream>
#include <stdexcept>
#include "gl.h"
#include "GLFW/GLFW.h"
#include "GLFW/Window.h"
int main()
{
try
{
GLFW glfw;
Window window(700, 700, "Char engine");
window.loop();
}
catch (std::runtime_error& e)
{
std::cout << "Except:" << e.what() << std::endl;
return -1;
}
catch (std::exception& e)
{
std::cout << "Except:" << e.what() << std::endl;
return -1;
}
return 0;
}
|
446ca6c576443d1d9f62a73f792ee6cb33dc0c22
|
c5b8ac07f5bf901cbc1e6e23d9b828aebe698661
|
/yangmin/server/ManageAddr.h
|
cf89cbc72e3f080daadd492a8d1a894aaa40106d
|
[] |
no_license
|
yangminluck/recruitment
|
86125c3e285cea8ab23637d3daae55a05040f216
|
ac5917796f5d60b3e49a1db65381b66e81cf5819
|
refs/heads/master
| 2021-01-18T19:41:12.301426
| 2014-06-20T13:44:22
| 2014-06-20T13:44:22
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 988
|
h
|
ManageAddr.h
|
#ifndef _ManagerAddr_Head
#define _ManagerAddr_Head
const char separator=',';
struct entryaddr //address entry data structure
{
entryaddr *next;
string name;
string mobile;
string address;
};
/*
class name:ManageAddr
funtion :manage the address entries
interfaces:void AddEntry();
void SearchEntry();
void RemoveEntry();
*/
class ManageAddr
{
private:
entryaddr *data; //store temporary changed entries
string filename; //a related file
bool filechanged;// the state of file
entryaddr* ReadFile();
void WriteFile(entryaddr*,int);
entryaddr* doremove(entryaddr*,string&,int ,int&);
bool matching(string &dest,string &str);
public:
ManageAddr(char *s):data(NULL),filename(s),filechanged(false){}
~ManageAddr();
int AddEntry(CommUnit *,const string &);
int SearchEntry(CommUnit *,const string &);
int RemoveEntry(CommUnit *,const string &);
};
#endif
|
56a6d6db8e1dfb81c7f0c0941abf922f6aec8062
|
e40e63199f08c3f1c45b46993222346fda1d02d7
|
/Practica 5/build-Practica5-Desktop_Qt_5_12_9_MinGW_64_bit-Debug/debug/qrc_Pacman.cpp
|
afdec23856a79b2ce70a6c57bd274943f854f1ff
|
[] |
no_license
|
laurazuluagaj/laboratorio
|
c705c6860829c1d16852ddd5fb90372ed636d750
|
bcc3aec7c79fc1a1224f64b8d46cfe2435ba1774
|
refs/heads/master
| 2023-01-30T05:33:30.928887
| 2020-12-17T21:21:51
| 2020-12-17T21:21:51
| 299,508,203
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 650,904
|
cpp
|
qrc_Pacman.cpp
|
/****************************************************************************
** Resource object code
**
** Created by: The Resource Compiler for Qt version 5.12.9
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
static const unsigned char qt_resource_data[] = {
// D:/Universidad/Informatica II/Laboratorio/Practica 5/Practica5/Images/right2.png
0x0,0x0,0x46,0x5f,
0x89,
0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
0x0,0x1,0x85,0x0,0x0,0x1,0x7e,0x8,0x6,0x0,0x0,0x0,0x6d,0x76,0x6,0x92,
0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0,
0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x17,0x11,0x0,0x0,0x17,0x11,0x1,0xca,0x26,
0xf3,0x3f,0x0,0x0,0x45,0xf4,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0xbd,0x9,0xb8,
0x25,0x55,0x79,0xee,0xdf,0x37,0x6a,0xee,0xf5,0x4f,0x34,0x51,0x83,0x7d,0xf6,0x7c,
0x7a,0xa4,0xe9,0x86,0xa6,0xe7,0x53,0x75,0x0,0x71,0x88,0x24,0x6a,0x2,0xc6,0x81,
0xe4,0x5e,0x21,0x82,0x18,0xef,0x35,0x4a,0xc,0x4e,0x80,0x9a,0x38,0x60,0xf4,0x9a,
0xa8,0xf0,0x57,0xb8,0x4e,0xd7,0x21,0x8e,0x28,0x51,0x3,0x62,0x24,0x11,0x83,0x3,
0x22,0xd,0xdd,0x7d,0xaa,0x6a,0x9f,0xd3,0xa7,0x47,0xa0,0xbb,0xa1,0xe7,0xee,0x5d,
0x7b,0x37,0x10,0xa6,0xee,0xba,0xdf,0xb7,0xea,0x5b,0x55,0x6b,0xd7,0x5e,0xe7,0xf4,
0x74,0x86,0x3d,0xbc,0xef,0xf3,0xfc,0x9e,0xaa,0x5a,0x53,0xad,0xaa,0x5d,0xf5,0x7e,
0xbb,0xe6,0x19,0x10,0x4,0x41,0x10,0x4,0x41,0x10,0x4,0x41,0x10,0x4,0x41,0x10,
0x4,0x41,0x10,0x4,0x41,0x10,0x4,0x41,0x10,0x4,0x41,0x10,0x4,0x41,0x10,0x4,
0x41,0x10,0x4,0x41,0x10,0x4,0x41,0x10,0x4,0x41,0x10,0x4,0x41,0x10,0x4,0x41,
0x10,0x74,0x7c,0x8a,0x66,0xcc,0x78,0xc6,0x9a,0xe5,0x33,0x9e,0x35,0xbc,0x70,0xe1,
0x6f,0x33,0xd1,0xf2,0xe5,0xcf,0xd2,0xe8,0xb4,0xf,0xce,0x98,0xf1,0x5b,0x52,0x1c,
0x82,0x20,0x8,0xea,0x56,0x51,0x40,0xf8,0xad,0x60,0xd6,0xb,0x67,0xe,0x17,0x4f,
0x9d,0x5b,0xad,0xf4,0x9d,0x9e,0x65,0xb8,0xdc,0xb7,0x70,0xa4,0x34,0x73,0xd1,0xe8,
0x69,0x2f,0x78,0x8e,0x54,0xe1,0x3a,0xff,0x45,0x46,0x21,0x8,0x82,0xa0,0x2e,0x51,
0x62,0xec,0x6b,0x8b,0x7d,0x7f,0xe4,0x97,0x72,0xef,0x20,0xae,0xa,0x4a,0xb9,0xab,
0x79,0xa8,0xe1,0x69,0xe2,0x1a,0xaf,0xdc,0x77,0x49,0x50,0xce,0x2d,0xbf,0xb3,0x52,
0xf9,0x6f,0x52,0xd,0x82,0x20,0x8,0xea,0x36,0x6d,0x9a,0xdb,0x77,0x2a,0x99,0xff,
0x3f,0x7a,0xa5,0xdc,0xdd,0x5e,0x29,0xbf,0x96,0xc6,0xd7,0xf1,0x50,0xc3,0xd3,0xc4,
0x90,0x5f,0xce,0xdd,0x19,0x94,0xf2,0x9f,0x58,0xd7,0xd7,0x77,0xaa,0x54,0x85,0x20,
0x8,0x82,0x3a,0x5d,0xe6,0xa9,0x9f,0x75,0xfd,0x85,0xb3,0xfc,0x4a,0xfe,0x33,0x7e,
0x39,0xbf,0x85,0xc,0xff,0x71,0x1a,0x7f,0x8c,0xcc,0x9f,0xc8,0x3f,0x1a,0x54,0xa,
0x44,0xfe,0x51,0xaf,0x9c,0xfb,0x4f,0x9a,0xe6,0xbc,0xbd,0x7e,0x25,0x77,0xd3,0x9a,
0xd9,0xcf,0xfb,0x5d,0xa9,0x8e,0x53,0x48,0x10,0x4,0x41,0xdd,0xa2,0xa0,0x92,0x5b,
0xe0,0x95,0xfb,0xfe,0x9e,0x86,0x3b,0x86,0xcb,0x85,0x68,0x53,0xa5,0x18,0xad,0xef,
0x2f,0x46,0x23,0x95,0x42,0x33,0xfd,0x85,0x68,0x94,0xd2,0x7d,0x1a,0xf7,0xfb,0x73,
0x43,0xc1,0xac,0xc2,0xeb,0x83,0x72,0xf9,0x79,0xd2,0xc,0xb,0xc1,0x1,0x82,0x20,
0xa8,0x93,0x35,0x5c,0x39,0xb5,0x8f,0xfe,0xf5,0x7f,0x9e,0xd8,0x3e,0x52,0xc9,0x47,
0xd5,0x72,0x3e,0xa2,0xa3,0x81,0x88,0x8e,0xe,0x12,0x78,0x9a,0x8e,0xe,0x14,0x3c,
0xcd,0x1,0xc3,0xa3,0x23,0x6,0x3a,0x7a,0x58,0x4d,0x69,0x97,0x4a,0x53,0x10,0x4,
0x41,0x50,0xa7,0xc9,0x3c,0x65,0xe4,0x97,0x73,0xcb,0xbc,0x72,0xee,0xd3,0x41,0x39,
0xff,0x0,0x19,0x7c,0x34,0xac,0x4c,0x3f,0x35,0xff,0x24,0x20,0x48,0x50,0x88,0xa7,
0xb,0x51,0x35,0xcd,0x7b,0x9c,0xb8,0xd3,0xab,0xe4,0xdf,0x3a,0xbc,0xf0,0xd4,0xdf,
0x91,0x66,0x21,0x8,0x82,0xa0,0x4e,0x12,0x5,0x86,0x67,0xae,0xed,0xef,0xab,0xd0,
0xbf,0xfd,0xbf,0x27,0x53,0x7f,0xa8,0x4a,0x86,0x3f,0xaa,0x3,0x80,0x2d,0x20,0x10,
0x14,0x38,0x92,0xa0,0xc0,0xa7,0x8f,0x78,0x7c,0x83,0x3a,0x62,0x28,0x3c,0x41,0xed,
0xfc,0xc6,0xef,0xcf,0x5d,0x78,0xcf,0xdc,0xe7,0x3f,0x57,0x66,0x1,0x41,0x10,0x4,
0x75,0x8a,0x86,0x73,0xb9,0xb2,0x57,0xcc,0x5f,0x47,0x86,0xbe,0x79,0xb8,0x52,0x8c,
0xd,0x5f,0x4c,0xbf,0x19,0x4e,0x4b,0x3,0x83,0xa,0xe,0x46,0x7a,0x40,0x1,0x62,
0xbd,0xaa,0x5f,0xf8,0x4f,0xa,0xc,0xff,0xe1,0x97,0xf2,0x6f,0x94,0x59,0x40,0x10,
0x4,0x41,0x9d,0xa2,0x6a,0x3e,0x5f,0xf2,0x4b,0xb9,0xdb,0xe8,0x5f,0xff,0x21,0xbe,
0x70,0xcc,0xe6,0xce,0x47,0x0,0xad,0x1,0x21,0x1e,0x5a,0x3,0x82,0xe4,0x73,0x50,
0xa8,0x12,0x5e,0x25,0xb7,0xdd,0xef,0xcf,0xbf,0x47,0x66,0xd1,0x13,0xf,0xb5,0x35,
0x36,0x9c,0xf7,0xfb,0x8d,0xc0,0x5d,0x70,0xd0,0x1b,0x38,0xa7,0xe1,0xf,0x5e,0xd8,
0xa8,0x3a,0x97,0xd7,0x7c,0xf7,0x2a,0x4a,0xfb,0x87,0xd0,0x77,0xbe,0x12,0xfa,0xee,
0xad,0xc4,0x5d,0x35,0xdf,0xb9,0xaf,0xee,0xbb,0x7e,0x18,0x38,0x1b,0xea,0x81,0x7b,
0x3f,0xe5,0x3d,0x1c,0x6,0xee,0xbe,0xba,0xef,0x34,0x68,0xfa,0x71,0x22,0x52,0x43,
0x9a,0xe6,0x74,0xce,0x57,0xe5,0xb8,0x3c,0xd5,0xe3,0xfa,0xdc,0x4e,0xdc,0x9e,0xf3,
0x15,0x6e,0xbf,0xe1,0x3b,0xef,0xad,0x79,0xce,0xe5,0x32,0xdf,0xb3,0xb9,0x1f,0xdc,
0x1f,0xe9,0x1a,0x4,0x41,0xd0,0xb1,0xe9,0xce,0x19,0x33,0x9e,0x19,0x94,0x72,0x2f,
0xf7,0xcb,0xb9,0x75,0x64,0xf4,0x4f,0xf1,0xf5,0x1,0x75,0x4a,0x88,0x83,0x42,0x53,
0x60,0xd0,0x41,0x80,0xf3,0xd2,0xf1,0x6c,0x50,0x18,0x56,0xf9,0x85,0x23,0x5e,0x25,
0xdf,0xa0,0xc0,0xf0,0xf9,0xa1,0x62,0xb1,0x20,0xb3,0xea,0x78,0xed,0x1b,0x1d,0x7c,
0xce,0xc1,0x60,0x60,0x71,0x7d,0x78,0xf0,0x82,0x7a,0xd5,0x7d,0x7,0x99,0xf4,0xf5,
0xc4,0x2d,0x34,0xee,0xd7,0x3,0x65,0xe8,0x6c,0xe6,0x6d,0x86,0xa,0x2c,0x1,0x71,
0xb,0xf7,0x97,0x2,0xca,0xdf,0x1c,0xa4,0xc0,0xc1,0xcb,0xc1,0xcb,0x23,0x8b,0x6,
0x41,0x10,0x14,0x2b,0x28,0xe5,0x2f,0xa2,0xa3,0x84,0x1f,0xf9,0x95,0xfc,0xa3,0x7c,
0xb7,0x91,0x3e,0xa,0xd0,0x98,0xa7,0x92,0xf8,0xfa,0x82,0x79,0x8d,0x21,0x49,0xcb,
0x94,0xe5,0x34,0xbe,0x5d,0xd5,0xaf,0x14,0xb6,0x51,0x70,0xf8,0xd2,0xba,0xd9,0x85,
0x79,0x32,0xbb,0x8e,0x50,0x14,0x9d,0xf7,0x4c,0x32,0xcf,0x65,0x75,0x7f,0xe0,0x52,
0x32,0xd3,0x4f,0x87,0x9e,0x73,0x7,0x99,0xeb,0x1e,0xbb,0xe9,0x76,0x3a,0xb4,0x5c,
0xbe,0xfb,0x53,0x5e,0xce,0x1a,0x2d,0x2f,0x2f,0x37,0x2f,0xbf,0xac,0xa,0x8,0x82,
0x7a,0x41,0xe6,0xa9,0x1c,0x32,0xed,0x77,0x91,0xa1,0xab,0xbb,0x8d,0xd6,0xab,0x7f,
0xf9,0x62,0xf2,0x3a,0x0,0x28,0xa3,0xa7,0x0,0x90,0x25,0x9,0xa,0x71,0x60,0x48,
0x83,0x7,0xc3,0xa7,0x91,0xb8,0x2d,0x3a,0x62,0x28,0xe7,0xb6,0x53,0x7b,0x1f,0xa3,
0xf9,0x2c,0x95,0x59,0xb6,0xd5,0xa9,0xa4,0x23,0xde,0xcb,0x4f,0x9,0xab,0x83,0xe7,
0xf3,0xe9,0x17,0x32,0xc7,0x6f,0xf2,0xbf,0x6a,0xbb,0x79,0xba,0x11,0xe5,0x1d,0xb1,
0xa5,0x77,0x23,0x6a,0x3d,0xd0,0xfa,0xe0,0xf5,0xc2,0xeb,0x67,0xcf,0x9d,0xe7,0xe1,
0x6e,0x32,0x8,0xea,0x76,0x6d,0x9a,0xfb,0xfc,0xe7,0x6,0xfd,0xb9,0x4f,0xfb,0xfd,
0xb9,0x1a,0x19,0xf9,0x61,0x3e,0xf5,0x13,0x1b,0x7b,0x6a,0xfa,0x9,0x63,0x4,0x85,
0x31,0xa1,0x32,0x23,0x4,0x3f,0xfc,0x46,0x41,0xe1,0x21,0xaf,0x9c,0xbf,0xce,0x9b,
0x39,0xf3,0x85,0x32,0xeb,0x69,0xd3,0xa3,0x6b,0x7,0xf3,0x8d,0x61,0xf7,0x75,0x64,
0x7a,0xd7,0x91,0xf9,0xad,0xce,0x9a,0x21,0x18,0x97,0xd5,0xbc,0xde,0x88,0xd7,0xf3,
0x7a,0x94,0x55,0xa,0x41,0x50,0x7,0x2b,0xf9,0x87,0xae,0x2e,0x2e,0x97,0x73,0x9f,
0x24,0x36,0xf2,0x2d,0xa8,0x56,0x63,0x37,0x88,0x8f,0x8,0x62,0x6c,0xf9,0x36,0xf8,
0xfa,0x4,0x13,0x7,0x86,0xdc,0x16,0xaf,0x98,0xff,0xf4,0xba,0x42,0xe1,0x2c,0xe9,
0xc2,0x94,0x28,0xc,0x56,0xcc,0xe6,0xb,0xbe,0xea,0x42,0x6f,0x7c,0x61,0xd7,0x66,
0x76,0xe0,0x4,0xe0,0xf5,0xa9,0x2e,0x74,0xf3,0xfa,0xa5,0xf5,0x2c,0xab,0x1c,0x82,
0xa0,0x4e,0x90,0x79,0xca,0x66,0xb8,0x58,0x9c,0xeb,0x97,0x72,0x57,0x79,0x64,0xd4,
0xf4,0x2f,0xfe,0x69,0x7e,0x65,0x85,0xcd,0xd4,0x4d,0xc6,0xb,0xa,0x71,0x9a,0x4,
0x16,0xcb,0x51,0xc4,0x46,0xbe,0xbe,0x50,0xce,0x3f,0xe1,0x95,0x72,0xbf,0xa9,0x16,
0xa,0x2f,0x96,0x6e,0xb0,0x26,0xe5,0x34,0x52,0xcd,0x73,0x5f,0x1a,0x7a,0xee,0x27,
0xea,0x81,0x33,0xd4,0x62,0x64,0x7e,0xef,0x9c,0x2,0x9a,0x7a,0x9c,0x21,0x5e,0xef,
0xbc,0xfe,0xe5,0xa7,0x80,0x20,0xa8,0xdd,0x35,0x7c,0xea,0xa9,0xbf,0x13,0xf0,0x43,
0x6a,0xa5,0xfc,0x56,0x3e,0x55,0xc4,0x4f,0x2d,0xf3,0x35,0x4,0x1e,0xe7,0xa1,0x1a,
0x17,0x33,0xd7,0xe9,0x66,0x5e,0x6b,0x99,0xb8,0x9c,0x4a,0x33,0x91,0x7c,0xe,0x16,
0x1c,0x74,0x28,0xff,0x29,0x3a,0x5a,0xd8,0x3c,0x54,0x9a,0x79,0x91,0x74,0x65,0xc2,
0xb4,0x7f,0xc8,0x29,0x90,0x11,0xbd,0xa9,0xe6,0xbb,0xdf,0x25,0x73,0xa,0x4d,0xa3,
0x42,0x10,0x98,0x36,0x6a,0xfc,0x7b,0xf0,0xef,0xc2,0xbf,0x8f,0xfc,0x54,0x10,0x4,
0x4d,0xb7,0xcc,0x23,0x84,0x6a,0xe9,0xd4,0x39,0x7e,0x7f,0xfe,0xe3,0x41,0x29,0xbf,
0x9e,0x8c,0xfb,0x88,0x3e,0xbd,0x93,0x1a,0x78,0x4a,0x72,0x64,0xa0,0x4c,0xdf,0x5e,
0x86,0x49,0x2e,0x48,0x5b,0xf2,0x34,0x7a,0x3e,0x14,0x14,0x1e,0xf7,0xcb,0x7d,0xb7,
0xfb,0xa5,0xbe,0xe4,0xa1,0xb6,0x13,0xbd,0xe8,0xfc,0xd8,0xf0,0xd9,0xe5,0xba,0xef,
0x5c,0x19,0xfa,0xce,0xaf,0x2d,0x86,0x4,0xda,0xc,0xfe,0x9d,0x6a,0xc1,0xc0,0x3b,
0xf9,0x77,0x93,0x9f,0x10,0x82,0xa0,0xe9,0xd2,0xf7,0x66,0xcc,0x78,0x6,0x3f,0xb5,
0x4c,0xff,0xda,0xdf,0x15,0x54,0xd4,0x29,0xa3,0x23,0x1b,0xc,0xd3,0x1e,0x8b,0x89,
0xa,0xa,0xc,0x5f,0xc4,0x1e,0xee,0x57,0x47,0x11,0x8f,0xd0,0xfc,0x6f,0x5f,0x57,
0xce,0xff,0xc1,0xf1,0xbe,0x6,0xe3,0x90,0xe7,0xbe,0x30,0xac,0xe,0xbe,0xb5,0x1e,
0xf0,0x2d,0xa2,0x76,0xf3,0x1,0x9d,0x80,0x73,0x7,0xff,0x8e,0xfc,0x7b,0xca,0x4f,
0xb,0x41,0xd0,0x54,0x8a,0x4f,0x19,0x79,0xc5,0xfc,0xdf,0x91,0x19,0x57,0xf9,0xa2,
0xb2,0x3c,0x60,0x16,0x1b,0x36,0xf,0xd9,0xf8,0x39,0x8d,0xa7,0x15,0x6c,0xf2,0xb1,
0xd1,0x6b,0xd3,0x37,0x3,0x83,0x3a,0x55,0x94,0x8c,0xc7,0xd3,0x2d,0x81,0x41,0xb7,
0x6b,0x96,0xa5,0x32,0x7c,0xab,0xaa,0x57,0x2a,0x34,0xbc,0x52,0xfe,0x36,0xbf,0xd0,
0xf7,0xa,0xe9,0xe2,0x98,0xda,0x7f,0xcf,0xaa,0xe7,0x92,0x91,0x5c,0x46,0xff,0x34,
0x6f,0x6b,0x35,0x17,0xd0,0xe9,0xc8,0xef,0x7a,0x19,0xff,0xce,0xf2,0x93,0x43,0x10,
0x34,0x59,0xd2,0xa7,0x66,0x68,0xf8,0x5b,0x5e,0xa9,0xef,0xb,0x5e,0x39,0x77,0x60,
0x7d,0xbf,0x7e,0xea,0x58,0xcc,0x5a,0x19,0xb7,0x36,0x76,0x36,0x6e,0x9d,0x17,0xe7,
0xab,0xf4,0x4,0x5d,0xd6,0x4c,0xa7,0x71,0x6e,0x47,0x97,0x4d,0x82,0x48,0x4c,0xb6,
0x8d,0x38,0x28,0xe4,0xf9,0xa5,0x79,0x6b,0xa8,0x3f,0x57,0x6c,0x9d,0xf5,0xc2,0x99,
0xd4,0xbf,0x67,0xa8,0xe,0x1b,0x6a,0xf8,0xee,0x8b,0xf8,0xce,0x96,0x30,0x70,0xf,
0x67,0x8d,0x4,0x74,0x1f,0xa1,0xef,0x1e,0xe6,0xdf,0x9b,0x7f,0x77,0xd9,0x4,0x20,
0x8,0x9a,0xc,0xad,0x59,0xbe,0xfc,0x59,0x64,0xda,0x8e,0x57,0xca,0xfd,0x94,0x8c,
0xf8,0x89,0x38,0x10,0xa4,0x86,0x1d,0x9b,0xb6,0x36,0xf4,0xd8,0xe0,0x55,0x9e,0xe4,
0x6b,0x33,0x8f,0xd1,0x65,0xcd,0xf4,0xb8,0x8d,0xa4,0xec,0x51,0x82,0x2,0xdf,0x9e,
0x4a,0x7d,0xe1,0x57,0x6c,0x57,0xbd,0x72,0xe1,0xa3,0xfc,0x6d,0xe7,0xe1,0x85,0xb,
0x7f,0x9b,0xfb,0xca,0xff,0x16,0xc3,0xc0,0xb9,0x82,0x4c,0x62,0x4d,0xd6,0x34,0x40,
0x4f,0xb1,0x86,0xb6,0x83,0xb7,0xe3,0xe8,0x1,0x82,0x26,0x41,0xd5,0xfe,0xdc,0xf9,
0x64,0xf0,0xff,0x4a,0x84,0x4d,0x4f,0x2c,0x13,0xda,0xcc,0x5b,0xe0,0xbc,0x4c,0xbe,
0x2a,0xcf,0x1,0xa0,0x25,0x28,0xa4,0xe5,0x74,0x50,0xd1,0xe5,0xb3,0x70,0x9b,0xfc,
0x40,0x1b,0x8d,0x3f,0x41,0x81,0x63,0x13,0xf1,0x19,0x3f,0x9f,0x7f,0x59,0xed,0x67,
0xcb,0x5e,0x4a,0x46,0xf0,0x25,0xe2,0x49,0xc3,0x18,0x40,0x8f,0x43,0x47,0x89,0x4f,
0x86,0x9e,0xfb,0xa5,0x86,0x37,0x70,0x8e,0x6c,0xce,0x10,0x4,0x9d,0xa8,0xf8,0xd4,
0x91,0x37,0x2b,0xff,0x27,0x64,0xc4,0xdf,0x26,0x13,0xe,0xd9,0xa8,0xf5,0x69,0x23,
0x5,0x9b,0x37,0x1b,0xb5,0x3a,0x4d,0x14,0x1b,0x36,0xa3,0xcc,0x5b,0x19,0x3b,0x97,
0xd1,0xe3,0x5c,0x2f,0x46,0x4f,0x9b,0xe8,0x36,0x93,0x34,0x2e,0x27,0xed,0xe9,0xeb,
0xa,0x49,0x19,0x82,0x8e,0x58,0x8e,0xd0,0xf8,0xa1,0x91,0x65,0xa5,0xf5,0xf,0x5e,
0xb9,0x60,0xfb,0xde,0x7f,0x5e,0x1e,0xd5,0x56,0x3b,0x56,0x63,0x0,0x40,0xe1,0xbb,
0xab,0xf,0xfa,0xe,0x5e,0xc5,0xe,0x41,0x27,0x22,0xbe,0x86,0xc0,0xa7,0x65,0xc8,
0xa0,0x6f,0x21,0xf3,0xad,0xf3,0x7,0x73,0xf8,0x2,0x73,0x72,0x5a,0x87,0x8d,0x5c,
0x99,0x37,0x1b,0xb9,0x20,0xa6,0xad,0x8c,0x5b,0xcc,0x3d,0x9,0xa,0x12,0x10,0xcc,
0x23,0x1,0x93,0x6c,0xbd,0xf1,0x82,0x2,0xc3,0x9f,0xf8,0xe4,0xa3,0x96,0xe1,0xc5,
0xa5,0x68,0xd3,0x6b,0xe6,0x44,0xdb,0x3f,0xbc,0xe8,0xc8,0xbe,0x1f,0x2e,0x8f,0xea,
0x9e,0xc5,0xc,0x0,0x30,0xf1,0xdd,0xcd,0x7c,0x2b,0xf2,0xf0,0x70,0x7c,0xca,0x11,
0x82,0xa0,0x63,0x50,0x50,0x28,0xbc,0xd2,0x2f,0xe6,0x6e,0x22,0x3,0x3e,0xa0,0x9f,
0x56,0xd6,0x86,0x6c,0x8e,0x8f,0xf5,0xcf,0x3f,0xd,0x16,0xcd,0x65,0xc7,0x3a,0x5a,
0x48,0xf2,0xcc,0x74,0x2e,0xa7,0xd3,0xa5,0xd,0xb3,0xe,0xe7,0x55,0x99,0x85,0xc5,
0x68,0xf3,0x45,0x73,0xa3,0x87,0x3e,0x79,0x66,0x74,0xe0,0x8e,0x95,0x51,0xb8,0xe,
0x47,0xc,0xe0,0x18,0xf0,0xdd,0x3,0xf5,0xc0,0xb9,0x76,0xcf,0xf0,0xca,0x3e,0xd9,
0xec,0x21,0x8,0x32,0xa5,0xef,0x34,0x62,0x79,0xe5,0xdc,0xe5,0x7e,0xa9,0xb0,0x91,
0x8d,0x97,0x3f,0x91,0xa9,0xfe,0xe1,0x67,0x8d,0x99,0xcd,0x5a,0x86,0x4d,0x66,0xad,
0xd2,0xa8,0x9c,0x81,0x19,0x14,0x5a,0xca,0xaa,0xf2,0x86,0xf9,0xf3,0xd1,0x88,0x79,
0x84,0x41,0xc3,0x38,0x58,0x18,0xf3,0x16,0xd4,0x27,0x3f,0x29,0x7d,0xf4,0xbc,0xfe,
0xe8,0xc1,0x77,0x9f,0x1e,0xed,0xbd,0x79,0x59,0x14,0xae,0x45,0x50,0x0,0xc7,0x47,
0xcd,0x73,0x6e,0xdc,0xbf,0x6e,0xd5,0x42,0xd9,0xfc,0x21,0x8,0x32,0xc5,0x77,0xf2,
0x78,0x65,0x7e,0x26,0xa1,0xb0,0x97,0xcc,0x38,0x7e,0xf3,0x29,0x9b,0xaf,0x36,0x77,
0x99,0x4e,0xa0,0x34,0x65,0xfc,0x5c,0x26,0x93,0xa6,0x50,0x66,0xce,0x18,0x75,0x8,
0xdd,0x5e,0x3c,0x2d,0x65,0x85,0x24,0x28,0x64,0x50,0xe5,0x39,0xb0,0xa8,0xe0,0x92,
0x8f,0x4f,0x69,0xf5,0xe7,0xa3,0x91,0xa5,0xe5,0x68,0xeb,0x25,0xf3,0xa2,0x9d,0x9f,
0x5d,0x1c,0x1d,0xfc,0xc5,0x2a,0xeb,0x8e,0xf,0xc0,0x51,0xa9,0xba,0x9f,0xab,0x79,
0xab,0x66,0xc9,0xae,0x0,0x41,0x50,0x50,0x2e,0x3f,0xcf,0xeb,0xcf,0x7f,0xd0,0xaf,
0xe4,0x7c,0x9b,0x91,0x6b,0x92,0x0,0xc1,0x26,0x9d,0xa4,0xc5,0x58,0x8f,0x1c,0x8e,
0x86,0x32,0x7b,0xd3,0xf0,0xcd,0xbc,0x74,0x3c,0x9,0xa,0x32,0x9e,0x40,0x7d,0x5d,
0x7f,0x76,0x25,0xba,0xff,0xad,0xa7,0x45,0xbb,0xbe,0x70,0x56,0x74,0xe0,0x3f,0x10,
0x18,0xc0,0x89,0x13,0xfa,0xee,0xa7,0xe,0x5,0x3,0x33,0x65,0xb7,0x80,0xa0,0xde,
0x91,0x79,0xca,0xc8,0x9f,0x5b,0x28,0x6,0xfd,0x7d,0xff,0xd3,0x2b,0xe7,0x2,0x32,
0xda,0xa7,0xf8,0x21,0xb5,0x71,0xdf,0x6b,0x94,0x18,0xb2,0xa4,0x91,0x59,0x9f,0x70,
0x50,0xe0,0x0,0x44,0x6d,0x65,0xeb,0xaa,0xb6,0x8d,0x34,0x1d,0x0,0x9a,0xc6,0x69,
0xa8,0xae,0x7b,0xcc,0x2b,0xa8,0xd3,0x48,0xf,0x5c,0xb1,0x20,0xda,0xfd,0x95,0x25,
0x51,0xed,0x9e,0x1,0x3e,0x6f,0x6c,0xdd,0xe9,0x1,0x38,0x1a,0x14,0x18,0x9e,0xe0,
0x6b,0xe,0xf8,0xe4,0x28,0xd4,0x93,0xe2,0xef,0x2c,0x93,0xc9,0xbe,0x87,0x4c,0x76,
0x84,0x86,0x87,0xf9,0xce,0x1e,0x6d,0xc4,0x6c,0xca,0xca,0xf0,0xc9,0x80,0x63,0x62,
0xb3,0x4e,0x83,0x1,0xa5,0xb1,0xa1,0xeb,0x69,0x45,0x6b,0x59,0x5b,0xdd,0x98,0xb4,
0xae,0x49,0x52,0x76,0x8c,0xb6,0x9b,0xca,0x52,0x99,0xf5,0xd2,0xc7,0xd,0xe7,0xcf,
0x8a,0xb6,0xbd,0x7f,0x61,0xb4,0xef,0xd6,0xe5,0x51,0x78,0x1f,0xae,0x2f,0x80,0x93,
0xc5,0xa9,0x85,0x9e,0x73,0x8d,0xec,0x2a,0x10,0xd4,0x19,0x32,0xff,0xf1,0x1f,0xaf,
0xd6,0xf6,0xf5,0x55,0xbc,0x62,0xfe,0xdd,0x64,0xac,0xf7,0x12,0x87,0xf9,0x3c,0xbd,
0x3e,0x42,0x60,0xb3,0x55,0xa6,0xcc,0x43,0x9e,0x96,0xf4,0x14,0xc3,0xb0,0x95,0x79,
0xc7,0x68,0xe3,0x8e,0xd3,0xb2,0x75,0x88,0xf1,0xd2,0x35,0x46,0x9a,0xee,0x47,0xdc,
0xae,0xad,0xac,0x1c,0x2d,0x10,0x23,0x3,0xe5,0xe8,0xfe,0xb7,0xcc,0x8f,0x76,0x7f,
0x8d,0x8e,0x16,0x56,0xd3,0xd1,0x82,0x75,0x47,0x7,0xe0,0xf8,0xe0,0xf,0x2,0x35,
0xaa,0x3,0xaf,0x91,0xdd,0x6,0x82,0xda,0x5f,0x77,0x17,0x8b,0xcf,0xe,0xa,0x85,
0xc5,0x64,0x9a,0x4e,0xb5,0x9c,0x1f,0x5c,0x97,0x81,0xd3,0xc8,0x3c,0xdd,0x75,0xc5,
0xbe,0x95,0xf7,0x95,0xcb,0x39,0xa9,0x36,0x63,0xa8,0x92,0x5f,0xe2,0x95,0xf3,0xff,
0x4e,0xa6,0xfb,0xe8,0xa6,0x7e,0x36,0xd6,0xd4,0x78,0x95,0xa9,0xb,0xad,0x1,0x81,
0x61,0x43,0x8e,0xc7,0xe3,0x0,0x10,0x33,0x6e,0x50,0xd0,0x6d,0x66,0xd3,0xcd,0x3c,
0x33,0x5f,0xa6,0x75,0x50,0xb0,0x97,0x95,0x40,0xc6,0xa7,0xbc,0x16,0x14,0xa3,0x8d,
0xaf,0x9a,0x15,0xed,0xf8,0xf0,0xa2,0x68,0xdf,0x2d,0x74,0xb4,0x80,0x5b,0x54,0xc1,
0xc4,0xf2,0xad,0x83,0x6b,0xdd,0x8a,0xec,0x3e,0x10,0xd4,0xbe,0x1a,0xca,0xe7,0x97,
0xf8,0xc5,0xfc,0x3f,0xf9,0xa5,0xdc,0x7f,0x90,0x51,0xfe,0x8a,0xf8,0x85,0xa2,0x52,
0x50,0x43,0x32,0xd5,0x5f,0x79,0xa5,0xfc,0xcf,0x83,0x52,0xee,0x47,0x7e,0x29,0x7f,
0xa9,0x54,0x9b,0x31,0x54,0xce,0x9d,0xed,0x97,0x73,0xeb,0xf8,0x5b,0x5,0xc7,0xf2,
0x5,0x35,0x5,0x9f,0xe7,0x37,0xce,0xf5,0x8f,0x8b,0x2e,0x6b,0x98,0x78,0x6c,0xf0,
0xe9,0x91,0x87,0x9a,0xe6,0x3c,0x5d,0x67,0xc,0x9a,0xca,0x8c,0xd1,0x7,0x5e,0x6,
0x7e,0xa8,0x6d,0xf3,0x9f,0xcd,0x8d,0x76,0x7c,0xec,0xc,0x15,0x18,0x70,0x6d,0x1,
0x4c,0x24,0xa1,0xef,0x3c,0xce,0xf,0xc0,0xc9,0x2e,0x4,0x41,0xd3,0xab,0x35,0xb9,
0xdc,0x2,0xaf,0x98,0xbb,0x82,0xcc,0xff,0x7d,0x64,0x92,0x1f,0xa0,0x40,0xf0,0x81,
0x21,0x1a,0x7a,0x95,0xfc,0x37,0xe9,0x9f,0xf4,0x4e,0x4a,0x3b,0x44,0xc6,0xfb,0x88,
0x5f,0x2e,0x1c,0x22,0xd3,0x8d,0xa1,0x71,0x32,0xd0,0x47,0x28,0x18,0x1c,0xa2,0xf2,
0x21,0xd,0x7f,0x1e,0x54,0x72,0xd7,0x52,0xde,0xfb,0xbc,0x72,0xe1,0x5b,0x94,0x1f,
0xc6,0x86,0x9b,0xf9,0x37,0x6e,0xd0,0x6c,0xc8,0x34,0x3e,0xae,0x41,0xc7,0x6d,0x25,
0xe5,0x74,0x59,0x2a,0xa3,0xae,0x4f,0x28,0xe2,0x32,0xfa,0x88,0xa2,0xb9,0xfd,0xcc,
0xfc,0x8,0x55,0xc6,0xd6,0x37,0xa9,0x1b,0xe7,0xc5,0x5f,0x82,0xb,0xfa,0x69,0x78,
0x96,0x4,0x86,0x8f,0xc6,0x81,0x1,0xd7,0x17,0xc0,0x24,0xf0,0xab,0x86,0x3f,0x78,
0xae,0xec,0x9a,0x10,0x34,0x75,0x1a,0xaa,0x54,0x7e,0xaf,0x5a,0x2a,0xcd,0x59,0xcb,
0xdf,0x46,0x2e,0xe7,0xde,0x4b,0x1,0x61,0x1d,0x7f,0xe,0x93,0x78,0x90,0x78,0x80,
0x8e,0x0,0x76,0x92,0xc1,0x3f,0x32,0x3a,0xab,0xa8,0x1e,0xe8,0xe2,0x7f,0xcb,0x23,
0xfd,0x45,0xc5,0x7a,0x61,0xa4,0x42,0x43,0x4a,0x1f,0x2d,0x17,0x23,0xaa,0xf3,0x14,
0x99,0xe9,0x5e,0x32,0xd3,0xdd,0x64,0xd0,0x8d,0x61,0xca,0x8b,0xbf,0x6c,0x36,0x86,
0xf1,0xea,0x3c,0x42,0x4d,0xf3,0x50,0x8f,0xab,0x69,0x41,0x4f,0x8b,0x41,0xa7,0xe5,
0xe2,0xb2,0x69,0x40,0xe0,0xf2,0x71,0x9e,0xa,0xa,0x8c,0x6e,0x4f,0xda,0x32,0xe7,
0xa7,0xc7,0xb5,0xf1,0x27,0xf3,0xe1,0x7c,0x9d,0xa7,0xf3,0x69,0xa8,0x96,0x9f,0x59,
0x26,0x81,0xe1,0xe3,0x67,0x44,0xfb,0xff,0x75,0x5,0x8e,0x18,0xc0,0xa4,0x10,0x7a,
0xce,0xf5,0x47,0xb6,0x3b,0xcf,0x96,0xdd,0x15,0x82,0x26,0x5f,0x43,0xc5,0xdc,0x9f,
0x12,0x37,0x51,0x30,0xf8,0x19,0x19,0xdf,0x36,0xbf,0xbf,0x70,0x98,0x82,0xc0,0x61,
0x32,0xc2,0xa7,0x19,0xaf,0x9c,0x3f,0xec,0x55,0xa,0x47,0xb4,0xa9,0x2a,0xe3,0xd5,
0xc6,0x99,0x41,0x4c,0xf9,0x88,0xaa,0xaf,0xda,0xa0,0x71,0x36,0x62,0x23,0x3f,0x1d,
0x8f,0xcd,0x56,0x4f,0xeb,0x34,0x73,0xda,0x4c,0x1f,0x6b,0x9e,0x8c,0xce,0x8f,0xcb,
0x88,0x89,0xab,0xb6,0x8c,0x74,0x9e,0xb7,0xea,0x9f,0x91,0x6f,0x8e,0x27,0x41,0x21,
0x4d,0x8b,0xd3,0x8d,0x79,0xf0,0xb4,0xa4,0x8d,0xf4,0x13,0x4b,0x4a,0xd1,0x96,0xbf,
0x98,0x17,0xed,0xfc,0x3f,0x67,0xc5,0xf,0xb6,0xe1,0xfd,0x48,0x60,0x32,0xf0,0xdd,
0xed,0xf5,0x60,0xf0,0x62,0xd9,0x65,0x21,0x68,0x62,0x64,0xde,0x45,0xc4,0x2f,0xa4,
0x1b,0x2a,0xe6,0x2f,0xf3,0xca,0xb9,0xbf,0xa6,0xf1,0x5b,0x83,0x52,0x61,0x1f,0x19,
0xde,0xa3,0xfc,0x6f,0x78,0x54,0x8e,0x2,0xd4,0xf9,0x73,0x32,0x51,0xfe,0x97,0x9f,
0x3c,0x53,0xa0,0x4c,0x55,0xc6,0xc7,0x80,0xcb,0xaa,0xcf,0x5b,0xca,0xb8,0x99,0x67,
0x1a,0x7b,0xd6,0x74,0xc7,0x44,0x1b,0xb1,0x98,0xba,0x22,0x93,0x7f,0xd4,0xb6,0xa4,
0x4e,0x1c,0x20,0xa8,0xac,0x99,0x37,0xe,0xba,0xbc,0x9a,0xa6,0x36,0xd4,0x3c,0x64,
0x3e,0x1b,0xf8,0xc2,0xf9,0x3c,0x1a,0xfe,0xe1,0xac,0x68,0xfb,0x7,0x17,0xa9,0xdb,
0x54,0xad,0x3b,0x34,0x0,0x13,0x45,0xd5,0xfd,0x41,0x23,0x70,0x17,0xc8,0x6e,0xc,
0x41,0x13,0xa3,0x60,0xd6,0xb,0x67,0x52,0x10,0xb8,0xd6,0x2b,0xe5,0x7c,0xa,0xa,
0x3b,0xc8,0xe4,0x9e,0xdc,0x58,0x29,0x52,0x0,0xb0,0x98,0xaa,0x18,0x61,0x62,0xb8,
0x36,0x53,0x3e,0xe,0x62,0x93,0x95,0x71,0xb3,0xdd,0xb1,0xe0,0xfc,0x4,0x9e,0x36,
0xd2,0x8c,0xfc,0xc4,0xac,0x75,0xba,0xad,0xd,0x99,0x3e,0xd6,0x80,0xa0,0x89,0x83,
0x88,0xd4,0x37,0xda,0x52,0xaf,0xe8,0x98,0x4d,0x47,0xb,0xab,0x4a,0xea,0x36,0xd5,
0x5d,0x5f,0x3c,0x2b,0xaa,0xdd,0x8d,0xdb,0x54,0xc1,0xe4,0xd3,0xa8,0x3a,0xef,0x93,
0xdd,0x19,0x82,0x4e,0x48,0xc9,0x11,0xc2,0xba,0x42,0x61,0x9e,0x5f,0xce,0x7d,0xce,
0xaf,0xe4,0xb6,0x92,0xd1,0x1d,0xf1,0xf8,0x14,0x11,0x99,0x9b,0xfa,0x47,0xaf,0xc,
0xaf,0xd5,0x8,0x6d,0xe6,0x6d,0x4e,0x67,0xc7,0x15,0x32,0xad,0x50,0xf9,0x31,0x3a,
0x4f,0xa1,0xcb,0xd2,0x3c,0xd3,0x7a,0x63,0xb7,0x9b,0xf4,0x4d,0xca,0xaa,0x3c,0x95,
0xae,0xcb,0xf1,0xd0,0xc8,0x6b,0xca,0x97,0xa1,0xb4,0xa1,0xcb,0x72,0x9a,0xd9,0x1f,
0x5d,0x2f,0x99,0x1f,0xf7,0x8d,0xdb,0x14,0x92,0x76,0xa5,0xbe,0x7e,0x3f,0xd2,0xe8,
0x4b,0xfb,0xa3,0x7,0xde,0xb1,0x20,0xda,0xfd,0xd5,0x25,0xd1,0xc1,0x5f,0xe2,0x35,
0x18,0x60,0x4a,0x58,0xfb,0x48,0x75,0xf0,0x7c,0xd9,0xb5,0x21,0xe8,0xd8,0xd4,0xf4,
0xaa,0x89,0x59,0xc5,0x33,0xc9,0xfc,0x3e,0xe2,0x95,0xf2,0xdb,0xd8,0xd0,0xf8,0xf4,
0x47,0xfa,0x42,0x3a,0x6d,0x8a,0x31,0xca,0x4,0x95,0x61,0x66,0xcd,0x50,0x97,0x4f,
0xd3,0x54,0xb9,0x2c,0x46,0x59,0x6d,0xca,0xaa,0x1d,0xc9,0x4b,0x8d,0xd8,0x20,0x33,
0x2f,0x6e,0x27,0x19,0x97,0xa1,0x4e,0x37,0xf3,0x9a,0x89,0xf3,0xd2,0x76,0xe3,0x79,
0x2b,0x78,0xdc,0xac,0x27,0xd3,0xba,0xbd,0x2c,0x71,0x7e,0x3c,0x6f,0xdd,0xb7,0xb4,
0x1f,0xdc,0x4e,0x1c,0x14,0xf8,0x8e,0xa4,0xea,0x69,0x85,0x68,0xc3,0x1f,0xc4,0x6f,
0x53,0xdd,0xf3,0xed,0xa5,0xf1,0xdd,0x48,0xb8,0xf0,0xc,0xa6,0x2,0xdf,0xf9,0x88,
0xec,0xe2,0x10,0x74,0xec,0x5a,0x37,0xb7,0xef,0xd4,0xe1,0xfe,0xfc,0x75,0x64,0x74,
0x3b,0xf8,0x3a,0x1,0x5f,0x2f,0xd0,0xe6,0x68,0x1a,0x68,0x6c,0xca,0x6c,0x8a,0x69,
0x5a,0x62,0xa2,0x63,0x90,0x18,0xa6,0x98,0xa9,0xad,0x8e,0xe,0x2,0xe9,0x3f,0x75,
0x3b,0xcd,0xe6,0xdf,0x9c,0x97,0xa6,0xb7,0xce,0xc3,0xac,0xa7,0xa6,0x75,0xff,0x9b,
0xd2,0x8c,0x7a,0xdc,0xb6,0xc2,0xe8,0xb7,0x51,0x46,0xad,0x7,0x29,0xa3,0xd2,0x33,
0x6d,0xe8,0x75,0xa3,0xcb,0x6e,0xe0,0xfc,0xb9,0x85,0x68,0xe3,0x5,0x73,0xe2,0xbb,
0x91,0x6e,0x5f,0x81,0x7,0xdb,0xc0,0x94,0x11,0xfa,0xee,0xad,0x78,0xc9,0x1e,0x34,
0xae,0xcc,0x23,0x84,0xa1,0x52,0x69,0x91,0x57,0x2a,0x7c,0x96,0x8c,0x6d,0xab,0xba,
0x68,0x4c,0x86,0xc6,0x64,0xd,0xda,0x34,0x3c,0xd3,0x38,0x75,0x7a,0x5c,0x9e,0x4d,
0xb5,0xd9,0x58,0x4d,0xd3,0x34,0xd3,0x93,0x69,0x42,0x97,0xd1,0x26,0x9a,0x98,0xae,
0x2e,0xa3,0xdb,0x52,0x43,0xce,0xd3,0xf3,0x90,0x71,0x21,0xee,0x87,0xa0,0xeb,0x12,
0x63,0xa5,0x27,0x50,0x7a,0xb2,0x1c,0x34,0x1d,0xf7,0xc5,0xa8,0x27,0xe5,0x92,0x65,
0x91,0x7e,0xa8,0x3a,0x3a,0x4d,0xa5,0xeb,0x76,0x8c,0xba,0x84,0xa,0xb2,0xb3,0xb,
0xd1,0xfa,0x73,0x2b,0xd1,0x83,0x57,0x2e,0x88,0xf6,0xde,0xb4,0xc,0x41,0x1,0x4c,
0x2d,0xbe,0xbb,0x3d,0xac,0xba,0x7f,0x28,0xbb,0x3d,0x4,0xd9,0x15,0x54,0x72,0xb,
0x86,0x4a,0x85,0x8f,0x78,0xe5,0xc2,0x76,0x36,0x35,0xbe,0xb3,0x48,0x1b,0xb0,0x42,
0x9b,0x1d,0x91,0x9a,0x9d,0x91,0xae,0xa6,0xe3,0xf4,0xb4,0xbc,0x98,0xa8,0xa4,0x25,
0x86,0x69,0x92,0x94,0x4d,0x51,0xe6,0xca,0x6d,0xd9,0x82,0x2,0xc3,0x6d,0xa9,0x36,
0xb9,0x7d,0x99,0x87,0x4a,0x8f,0x8d,0x37,0xee,0x47,0x3c,0x9e,0xad,0x9b,0xa4,0x9b,
0xf5,0x34,0x92,0xa7,0xca,0x48,0x9a,0x36,0x7a,0x33,0x4d,0xa7,0xab,0x71,0xe9,0x8b,
0x9a,0x67,0x53,0x5f,0xd2,0xbc,0x78,0x3c,0x6e,0x5b,0x5,0x59,0x7e,0xd,0xc6,0xa2,
0x62,0xb4,0xf9,0x75,0x73,0xa2,0x87,0xf8,0x68,0xe1,0x27,0x74,0xb4,0x30,0x84,0xc0,
0x0,0xa6,0x96,0x86,0xef,0x5e,0x25,0xbb,0x3f,0x4,0x35,0x6b,0xd3,0xdc,0xbe,0x53,
0x83,0x52,0xe1,0x6,0x32,0xb0,0xed,0xfa,0xf6,0x50,0xab,0x81,0x6b,0x12,0xa3,0x33,
0xd2,0x8,0x6d,0xa0,0x4d,0x69,0xca,0x2c,0x8d,0x34,0xa9,0x67,0x2b,0x6b,0xa2,0xcc,
0x54,0x8f,0x1b,0x34,0x1d,0x81,0x58,0x30,0xeb,0x25,0xc8,0x3c,0xb3,0xfd,0x6d,0x6e,
0x27,0x36,0xed,0x96,0x32,0x96,0x7a,0x71,0x80,0xd0,0x8c,0xd1,0xb7,0xb1,0xea,0x51,
0x1a,0x7,0x6,0xf5,0x50,0xdb,0x8a,0x72,0xb4,0xe5,0xe2,0x79,0xea,0x13,0x9e,0xea,
0xa1,0x36,0xcb,0x8e,0xb,0xc0,0x64,0x52,0xf3,0x9d,0x9b,0xf0,0x5a,0x6e,0xa8,0xe9,
0x94,0xd1,0xba,0xfe,0xc2,0x59,0x43,0xe5,0xc2,0xa7,0xe8,0x5f,0xee,0x56,0x36,0x2e,
0xfd,0xbc,0x40,0xfc,0x2f,0xdd,0x34,0xbc,0xd4,0xd8,0x62,0x73,0x8b,0x31,0xff,0x1d,
0xeb,0xbc,0xb4,0x5e,0x9c,0x67,0x4e,0x27,0x48,0x39,0x5d,0x57,0xa1,0xda,0xe4,0x21,
0x95,0x35,0xda,0x49,0xda,0x50,0xed,0xeb,0xa1,0x31,0x5f,0x19,0x26,0x26,0x2c,0x6d,
0xe8,0xfc,0x6c,0xbb,0xcd,0xe9,0x69,0x5f,0xe2,0xb6,0x25,0x4f,0xd0,0xf3,0x4a,0xe7,
0x1f,0xd7,0x57,0xd3,0x52,0xa6,0x19,0x2e,0x2b,0xe5,0xa4,0x2d,0xb3,0x1e,0xcf,0x8f,
0x3f,0xf8,0xaf,0x2e,0xdc,0xcf,0xa2,0xc0,0xb0,0xac,0x14,0x6d,0xb9,0x84,0x2,0xc3,
0x3f,0x52,0x60,0xb8,0xd,0xd7,0x17,0xc0,0xd4,0xa3,0xde,0xbc,0x8a,0xd7,0x64,0x40,
0x6b,0x96,0xcf,0x78,0xd6,0x68,0x65,0x66,0xbf,0x5f,0x2a,0x7c,0xd8,0x2b,0xe7,0x77,
0x70,0x30,0xe0,0x53,0x46,0xca,0x18,0x13,0xf3,0xce,0x98,0x9f,0x98,0x5b,0x6c,0x78,
0x62,0xa8,0x54,0x2e,0xf9,0xc7,0xac,0xf3,0x55,0x1d,0x9d,0x27,0xc6,0x68,0xa4,0x29,
0xa4,0xac,0xce,0x57,0xf0,0x34,0x1b,0xa9,0x32,0x67,0x5d,0x36,0xcd,0x8b,0xeb,0x70,
0x9e,0xe4,0x73,0x59,0xca,0x53,0x65,0xa4,0x5e,0xda,0x96,0x1e,0xe7,0x36,0x9b,0xdb,
0x8d,0xd3,0x78,0x5a,0xb7,0x49,0x70,0x3b,0x2a,0x5f,0xd7,0x8b,0x89,0xf3,0x74,0xbe,
0xb4,0xa5,0xf3,0x64,0x98,0x45,0x2f,0x5f,0x32,0xcd,0x6d,0xe8,0x69,0xa3,0xd,0x7e,
0x15,0x8,0x8f,0x8f,0xac,0xa4,0x23,0x6,0xe,0xc,0x9f,0x8a,0x3f,0xfa,0x6f,0xdb,
0x71,0x1,0x98,0x6c,0x28,0x38,0x5c,0x21,0xf6,0x0,0xf5,0xa2,0xd6,0x97,0xcb,0xb9,
0x6a,0x29,0xf7,0xc9,0xa0,0x54,0xd8,0xc8,0xa7,0x32,0x9a,0x8f,0x10,0x62,0xb4,0xa9,
0x25,0x18,0x86,0x36,0x6e,0x5a,0x16,0x31,0x64,0x33,0x2d,0x31,0xca,0x4c,0x7a,0x92,
0x9f,0xf4,0x41,0xda,0x56,0x6d,0xa4,0xf3,0x49,0x83,0x83,0xd4,0xb1,0xf4,0x43,0xb5,
0xd1,0x92,0x1e,0xa7,0x25,0xf3,0xd7,0xe9,0x6a,0x3c,0x9e,0x4e,0xda,0xd5,0x6d,0x67,
0xc9,0xd6,0x33,0xa7,0xc7,0xa3,0xa5,0x5e,0x7c,0x2a,0x89,0xdf,0x5,0xb5,0x7e,0x55,
0x39,0xda,0xfa,0x97,0xf2,0xfd,0x85,0xbb,0xf0,0xfc,0x2,0x98,0x1e,0x1a,0x55,0xe7,
0xcb,0xd1,0xf7,0x5e,0xff,0xc,0xb1,0x9,0xa8,0x97,0xc4,0xd7,0x11,0xc8,0x14,0x7f,
0x40,0x34,0x46,0xf5,0x8b,0xe8,0x18,0xc3,0x8,0x5b,0xcc,0x53,0x8c,0xd2,0xc,0x18,
0x2a,0x4f,0xe7,0x9b,0x69,0xc6,0x74,0x92,0x6e,0xd4,0xb3,0xc3,0xf9,0x31,0x4d,0x1,
0x61,0x8c,0x32,0xad,0x69,0x46,0xb9,0x96,0x3e,0xc4,0x65,0xf4,0xbf,0x7b,0xb5,0xac,
0x8c,0x2c,0x93,0xb5,0xd,0x13,0x59,0x2f,0xba,0x5e,0x4b,0x1e,0xaf,0x97,0x31,0x96,
0x5b,0x21,0xf5,0x53,0xe2,0xb2,0xbc,0xde,0x37,0xd0,0x11,0xda,0xf0,0xc2,0x52,0xb4,
0xf1,0xc2,0x39,0xea,0x34,0xd2,0x81,0x7f,0xc7,0xd1,0x2,0x98,0x56,0xd6,0x86,0xc1,
0xc0,0x72,0xb1,0xa,0xa8,0x17,0xb4,0x66,0xc6,0xf2,0x67,0xd,0x55,0xa,0x2f,0xf1,
0x2a,0xf9,0x7b,0xc9,0x9c,0x9e,0x4c,0x8f,0x12,0xc4,0x24,0xf5,0x34,0x99,0x9c,0x46,
0xa5,0x69,0xf3,0x53,0xe6,0x1a,0xa7,0x35,0xe5,0xf3,0x34,0xe7,0x71,0x9a,0xc5,0x60,
0xcd,0x7a,0x76,0x38,0x2f,0x26,0x2e,0x3b,0x7e,0x99,0xe6,0x34,0xa3,0xc,0xf7,0xc7,
0xe8,0x53,0x4c,0x6b,0x9b,0x7a,0x79,0xe3,0x65,0xce,0x96,0xcf,0xa0,0x96,0x3b,0xc5,
0x9a,0x3f,0xc6,0x72,0xeb,0xf5,0xd6,0x9c,0xce,0xe5,0xe2,0xb2,0xea,0xfa,0xc2,0xbc,
0xa2,0xfa,0xe8,0xbf,0x7a,0xda,0xf9,0x9f,0x96,0x46,0xb5,0xd5,0xb8,0xb6,0x0,0xa6,
0x8f,0xd0,0x77,0x8f,0xd0,0x51,0xc3,0xe5,0x62,0x19,0x50,0xb7,0xcb,0x2b,0xf4,0xbd,
0xc6,0x2f,0xe7,0x6e,0xf5,0xca,0x85,0x43,0xfc,0x42,0xbb,0x26,0xa3,0x14,0x63,0xd3,
0xa4,0x26,0x26,0x79,0x6,0xa6,0xd1,0xc5,0xe6,0x2a,0x79,0x47,0xa9,0x9f,0x1d,0x6f,
0x2a,0xa3,0x51,0xf9,0x3c,0x8c,0xa7,0x6d,0xf9,0x49,0x9a,0x31,0xef,0xb8,0x4c,0x76,
0xde,0x69,0x5b,0x71,0x7e,0x2b,0x69,0xd9,0x31,0xe0,0xf6,0x8d,0x76,0xcd,0x7a,0xb6,
0x36,0xcc,0xfe,0x34,0xc1,0x7d,0xd0,0xfd,0x55,0xed,0xc5,0xe3,0xea,0x7d,0x52,0x73,
0xa,0xd1,0xc6,0x3f,0x9a,0x15,0x6d,0x7b,0xcf,0xe9,0xd1,0xee,0x6f,0x52,0x60,0xf8,
0xd,0xde,0x8f,0x4,0xa6,0x97,0x30,0x70,0xaf,0x13,0xdb,0x80,0xba,0x4d,0x4d,0xf,
0xa9,0x15,0xf3,0x6f,0xf3,0xca,0xf9,0x2d,0x64,0x48,0x87,0xf9,0x7a,0x42,0x6c,0x50,
0xb1,0xb1,0xa5,0x66,0xc5,0x86,0xa6,0x91,0x3c,0x3d,0xcd,0x6,0xc6,0x98,0x79,0x86,
0xd1,0xc5,0x6,0x98,0xe6,0x8f,0x85,0x2a,0x2f,0xb4,0xe6,0x67,0xda,0x96,0xf4,0x6c,
0x1f,0xe3,0x7e,0xc5,0x65,0x74,0x5d,0x9d,0xa6,0xa7,0x6d,0xfd,0x88,0xcb,0xa4,0x6d,
0x64,0xf3,0x5b,0x69,0x5e,0x9e,0x78,0x9e,0x69,0x5a,0xcb,0x3c,0xc5,0xfc,0x93,0xe9,
0x26,0x8c,0x76,0xd4,0x7a,0x4b,0xaf,0xe9,0x54,0x4f,0x2f,0xc6,0x81,0xe1,0xea,0x85,
0xd1,0xde,0x9b,0x97,0xe1,0xa3,0x3c,0x60,0xda,0x9,0x7d,0xe7,0xcb,0x62,0x1d,0x50,
0x37,0xea,0x9e,0xb9,0xcf,0x7f,0x6e,0x50,0xee,0xfb,0xdf,0x5e,0x29,0x77,0x90,0x4c,
0xec,0x30,0x9f,0xba,0x88,0x4d,0x56,0x8c,0xcd,0x30,0xdc,0xd4,0x8,0xb5,0x71,0xea,
0xe9,0xd4,0xdc,0xd2,0x7a,0x3c,0xd4,0xf5,0x6c,0x65,0xed,0xa8,0xf9,0x9,0xcd,0x79,
0xe9,0xb4,0xca,0x93,0xfc,0xb4,0x6c,0x3c,0xaf,0x74,0x7e,0x29,0xba,0x4f,0xd9,0xf4,
0x2c,0xaa,0x7e,0xd2,0x9e,0xbd,0xcc,0x58,0x98,0xfd,0xd0,0x7d,0xd5,0x6,0xaf,0xca,
0xf0,0x50,0x8f,0x37,0x91,0x96,0x4f,0xca,0x10,0xba,0xbf,0x9b,0x88,0xea,0xc2,0x62,
0xb4,0xf9,0xbf,0xcf,0x8d,0x76,0xde,0xb8,0x38,0x3a,0x78,0xe7,0x4a,0xbc,0x1b,0x9,
0xb4,0x3,0xdf,0x13,0xb,0x81,0xba,0x49,0x23,0xfd,0x7d,0x15,0xaf,0x52,0xb8,0x36,
0x28,0xe7,0x86,0x47,0xca,0xb9,0xe4,0xdf,0x69,0x96,0xb1,0x4c,0xb5,0xc9,0xf4,0x18,
0xc3,0xd4,0xe2,0xfc,0xd4,0x60,0x8f,0x66,0xcc,0x66,0xd9,0xa6,0x74,0x3,0x95,0xa6,
0xda,0xa7,0x72,0x96,0xb2,0x49,0xba,0x99,0x67,0x8c,0x8f,0x35,0xf,0x5d,0x27,0xe,
0x2a,0x3a,0xdd,0xa8,0x27,0xc4,0x65,0x5,0x3d,0x9d,0x45,0xb5,0x1f,0xd7,0x6d,0xae,
0x27,0xf3,0x30,0xeb,0xaa,0x34,0x1e,0x9a,0xf9,0xf1,0xa9,0x23,0xf5,0x30,0x5b,0x7f,
0x21,0xda,0xdc,0x5f,0x44,0x50,0x0,0xed,0x89,0xef,0xdc,0xbe,0xcb,0x5b,0x7c,0x8a,
0xd8,0x9,0xd4,0xd,0xba,0xaf,0x58,0x3c,0xd3,0x2f,0x15,0x7e,0x14,0x94,0xf2,0xa1,
0x7a,0x31,0x1b,0x91,0x9a,0x62,0x4a,0x93,0xb9,0x25,0xc4,0x6,0x6a,0xfe,0x13,0x56,
0xe3,0xda,0xe0,0x38,0x5f,0x4c,0x4e,0xc1,0x65,0x35,0x2a,0x5f,0xea,0x9,0xba,0x5c,
0x73,0x7a,0x3c,0xad,0xeb,0x35,0x19,0x68,0x52,0x26,0x3,0xe7,0x59,0x48,0xfa,0xc1,
0xd3,0xb6,0x7a,0x6a,0x79,0xcc,0x3c,0x1e,0xe7,0x34,0x63,0xfe,0x8c,0xee,0x83,0x9e,
0xce,0x62,0xb4,0xdf,0x54,0x4f,0xa7,0x51,0x5d,0xe,0xbe,0x7c,0x44,0x36,0x42,0xe3,
0xc,0xbf,0x68,0x90,0x3,0xc1,0x7a,0x82,0x87,0xd5,0x79,0x34,0x7d,0x7a,0x31,0x1a,
0x3e,0xa3,0xa4,0x3e,0xf6,0xbf,0x81,0x4f,0x1f,0x5d,0xb5,0x30,0xda,0xfb,0xbd,0x65,
0x51,0x78,0xef,0x0,0x82,0x2,0x68,0x1b,0x42,0xdf,0xb9,0xfb,0x91,0xe1,0x95,0x7d,
0x62,0x29,0x50,0xa7,0x2b,0x28,0x14,0x16,0x7b,0xa5,0xc2,0x1d,0x14,0x18,0x1a,0xea,
0xc5,0x6c,0x62,0x8c,0xa6,0x39,0xb2,0x89,0xa5,0xe6,0x16,0x9b,0xaa,0xc2,0x28,0xa3,
0xe0,0x72,0x92,0xae,0x50,0xe3,0x52,0x97,0xc6,0x13,0x93,0xd5,0xf5,0x55,0x5a,0x5a,
0xbf,0xa9,0x5e,0x92,0x9f,0x96,0x51,0x69,0x4d,0xe5,0x63,0xf4,0x74,0x96,0xa4,0xd,
0xd5,0xaf,0x74,0x5a,0xa5,0x59,0xca,0x67,0x51,0x65,0x79,0x28,0xe3,0xda,0xec,0x6d,
0x6d,0x24,0x7d,0x37,0xfa,0xab,0xd2,0x8d,0x7a,0x4d,0xe9,0x5c,0xb6,0x9f,0xd2,0xf9,
0xb,0x6c,0x4,0x8f,0x2b,0xb8,0xec,0xdc,0x42,0x34,0x7a,0x6e,0x25,0xda,0xf8,0x8a,
0x59,0xd1,0xa6,0x57,0xcf,0x51,0xaf,0xbd,0xd8,0x76,0xcd,0xc2,0x68,0xf7,0x37,0x96,
0xe2,0x43,0x3c,0xa0,0x4d,0x71,0xaa,0x75,0x6f,0xe5,0x7c,0xb1,0x15,0xa8,0x93,0x45,
0x46,0x74,0x9a,0x57,0xc9,0xff,0x92,0x78,0x4c,0xdd,0x6,0xa9,0xc,0x2b,0x26,0x35,
0xb0,0x74,0xdc,0x96,0x7f,0xcc,0x90,0x31,0x27,0xff,0xb0,0xcd,0x71,0x42,0x9b,0xac,
0x6e,0x7b,0xac,0xf6,0x63,0x73,0x37,0xd2,0x32,0xe3,0x2d,0xf9,0xc2,0x58,0xe9,0x13,
0x89,0xad,0xdf,0xea,0x68,0xc0,0x40,0x3d,0x94,0x46,0xf0,0xc5,0x63,0x7e,0x6a,0x79,
0xbd,0x53,0x89,0x59,0x45,0xe3,0xc4,0xe8,0xb9,0xfd,0x2a,0x10,0x3c,0xf8,0xae,0xd3,
0xa3,0x87,0x3e,0x71,0x46,0xb4,0xf3,0x86,0xc5,0xea,0xab,0x6c,0x7b,0x7f,0xb0,0x3c,
0xaa,0xdd,0x83,0x23,0x4,0xd0,0xbe,0x84,0x81,0xbb,0x23,0xc,0x6,0x57,0x88,0xb5,
0x40,0x9d,0xa8,0xb5,0xa5,0x52,0x9e,0x8c,0xf4,0x2d,0xf4,0xaf,0x75,0x33,0x99,0xd9,
0xd3,0xe6,0xf5,0x4,0xd3,0xdc,0xb2,0x46,0x97,0x9d,0x3e,0x66,0xd8,0x94,0xb5,0x31,
0x9b,0xe3,0x84,0xf9,0xcf,0x7b,0xbc,0xf6,0x39,0x2f,0x31,0xf7,0x4c,0x1b,0x7a,0xda,
0x1a,0x14,0x18,0x4b,0xfa,0xc9,0xa2,0x4f,0x3,0x69,0x92,0xd3,0x42,0x7a,0x7a,0x5e,
0x31,0x1a,0x5e,0x10,0x53,0x65,0xf8,0x94,0xd0,0xd2,0x52,0xb4,0xf1,0x4f,0x66,0x47,
0x5b,0x2f,0x9f,0x1f,0x3d,0xf0,0xb6,0x5,0xd1,0x3,0x6f,0x27,0xfe,0xea,0x34,0xc5,
0x83,0xef,0x5c,0x10,0xed,0xf8,0xfb,0x33,0xa2,0x3d,0xdf,0x59,0x16,0x1d,0xf8,0xb7,
0x95,0xd1,0xc1,0x3b,0x57,0xa9,0xaf,0xb1,0x85,0xf7,0xe1,0x8,0x1,0xb4,0x3f,0xa1,
0xef,0x86,0x87,0xaa,0x83,0x2f,0x11,0x8b,0x81,0x3a,0x4d,0x7c,0x1b,0xaa,0x5f,0xca,
0xaf,0xe,0xca,0xc5,0xa7,0xd7,0x57,0x8a,0x89,0xd1,0x65,0x4f,0x83,0x98,0x26,0x3d,
0xbe,0x61,0xc7,0xf5,0x94,0x1,0x73,0xda,0x78,0x26,0x2c,0x6,0x7e,0xf4,0x34,0xdd,
0xa6,0x3e,0x92,0x30,0xfa,0x46,0x65,0x39,0x98,0x34,0xa5,0x9,0x2a,0x5d,0x18,0xab,
0x9e,0xad,0xac,0x4a,0xd7,0x48,0xbe,0x9e,0x4e,0xf3,0xe3,0x36,0x92,0x7c,0x41,0xcd,
0x43,0xca,0x54,0x4b,0x54,0x6e,0x76,0x21,0x1a,0x3d,0xbb,0x12,0x6d,0xfc,0xc3,0x59,
0xea,0x54,0x10,0xdf,0x56,0xba,0xe9,0x82,0xd9,0xd1,0x96,0x37,0xce,0x8b,0x76,0x5c,
0x7b,0x46,0xb4,0xfb,0x2b,0x4b,0xd4,0x35,0x82,0x7d,0xff,0xbc,0x4c,0xdd,0x6a,0xaa,
0xc6,0x7f,0xb0,0xc,0x1f,0xd9,0x1,0x1d,0x4d,0xe8,0x3b,0x87,0x1b,0xfe,0xe0,0x85,
0x62,0x33,0x50,0x27,0xc9,0x2b,0xe7,0xff,0x8e,0x82,0xc2,0xfd,0x64,0x68,0x47,0xf8,
0x94,0x86,0x32,0x36,0x36,0x35,0x65,0x9e,0x62,0x70,0x66,0xba,0x60,0x5e,0x1b,0x68,
0x32,0x4c,0x4e,0xd3,0xe6,0x98,0xa9,0xc7,0xe3,0x6a,0xda,0x48,0xd3,0x26,0x9a,0x35,
0x5d,0x3d,0x7f,0x5,0xe7,0x35,0x8d,0x67,0xfa,0x43,0xe9,0xc9,0xb8,0x81,0x2a,0xc7,
0xc3,0xc,0x71,0xdf,0x18,0x6e,0x43,0x93,0xd6,0x53,0x75,0x19,0x35,0xcf,0x78,0x5e,
0x3c,0xcd,0x17,0x7f,0xf9,0xd3,0x99,0x23,0x8a,0xf8,0xc5,0x75,0xa3,0x54,0xb7,0x7a,
0x5a,0x31,0x1a,0x59,0x5a,0x8e,0x46,0x56,0x56,0xd4,0xe9,0xa0,0x91,0xe5,0x31,0x7c,
0x4a,0x68,0xe3,0x2b,0x67,0x47,0xf,0x5c,0x41,0xff,0xfc,0x3f,0xb2,0x28,0x7a,0xf8,
0x1f,0xcf,0x8c,0x1e,0xfe,0x7,0xe2,0xd3,0x67,0x46,0xbb,0xbe,0x70,0x96,0x7a,0x2d,
0x36,0x3f,0x88,0x16,0xae,0x26,0xee,0x75,0x68,0x28,0xf0,0xf8,0x5a,0x4,0x4,0xd0,
0x5,0x78,0xee,0x25,0x62,0x35,0x50,0xa7,0xc8,0x2f,0x15,0x3e,0x42,0x26,0xf8,0x30,
0x99,0xa4,0x7a,0x36,0x41,0x9b,0xad,0x36,0x45,0x65,0x92,0x62,0x8e,0xda,0x30,0x55,
0xbe,0x4a,0x33,0xc,0x34,0xc9,0xa3,0x72,0x5c,0x56,0xf2,0xcd,0x7a,0x6a,0x5c,0xc3,
0x69,0x5c,0xdf,0xda,0x46,0x9c,0xae,0xe7,0xa1,0xfb,0x92,0x8e,0x1b,0x41,0x81,0xd2,
0x74,0x1b,0x59,0x74,0x39,0xdd,0xb6,0x26,0xae,0xa3,0xfb,0xa1,0x31,0xea,0x11,0xfc,
0xed,0x64,0x3e,0xd,0xa4,0x4f,0x5,0xa9,0xba,0xf4,0xaf,0x3f,0x98,0xcf,0x41,0x40,
0xe0,0xf1,0x33,0x4a,0xd1,0x6,0x3a,0xa,0xd8,0xf2,0x86,0x79,0xd1,0xfd,0x6f,0x3e,
0x8d,0x98,0x1f,0xdd,0x7f,0x39,0xf1,0x26,0x3e,0x2d,0x74,0x5a,0xb4,0xfd,0xef,0x16,
0xa9,0xd7,0x53,0xec,0xff,0xf1,0xa,0xf5,0xa6,0xd3,0x3,0x3f,0x25,0x68,0xa8,0x3e,
0xce,0x8f,0x6b,0x3,0xa0,0x7,0x8,0xab,0xee,0x5f,0x89,0xdd,0x40,0x9d,0xa0,0xa0,
0x54,0xf8,0x4,0x99,0xe2,0x7e,0x3a,0x62,0x38,0xa2,0x83,0x42,0x6c,0xa4,0x31,0x89,
0xe9,0x12,0x49,0x9e,0x41,0x9c,0x6e,0xe4,0x49,0xbd,0xa6,0x69,0x3d,0x4e,0x68,0x33,
0x36,0xd3,0xac,0xf0,0xbc,0x35,0x34,0x6d,0x9a,0xb8,0x6e,0xd3,0x4c,0x37,0xeb,0xea,
0x7a,0x63,0x95,0x31,0xa7,0xd3,0x60,0x90,0xa6,0xa9,0x60,0x60,0xcc,0x87,0x8f,0xa,
0x78,0x39,0xf9,0x28,0x60,0xf4,0x25,0xfd,0xd1,0x86,0x97,0xcf,0x8a,0x36,0xbc,0xac,
0x3f,0xda,0xf8,0x8a,0xd9,0xd1,0x96,0xff,0x31,0x4f,0x19,0x3f,0xff,0xf3,0xdf,0xf3,
0xad,0xa5,0xd1,0xde,0x6f,0x2f,0x53,0x43,0x35,0xfe,0xdd,0x65,0xd1,0xfe,0xdb,0x96,
0xa7,0x4f,0x1f,0x73,0x10,0x30,0xc9,0xec,0x3c,0x0,0x74,0x2b,0x61,0xe0,0x5e,0x2d,
0x96,0x3,0x4d,0x95,0xcc,0xd7,0x55,0x8c,0xa5,0x35,0xb3,0x73,0x65,0xaf,0x9c,0xbb,
0x9c,0xcc,0xef,0x4a,0xa,0x2,0xef,0xe,0xca,0x7d,0x7f,0x4b,0xff,0x80,0x57,0x93,
0x29,0x3e,0xc5,0x86,0xc8,0x66,0x18,0x1b,0xe7,0x58,0x1,0xa0,0x35,0xcd,0x46,0xb6,
0x5c,0xfc,0xef,0x9b,0xc6,0xc5,0x64,0xe3,0x32,0xe9,0x3c,0x5a,0xda,0x35,0xca,0x4d,
0xc,0xf1,0xbc,0x78,0x3e,0x7a,0x5e,0xbc,0xac,0xfa,0x6e,0x20,0x75,0x41,0x98,0xe6,
0xc9,0xa7,0x83,0xb8,0xaf,0xc3,0x8b,0x8a,0xd1,0xf0,0x92,0x72,0x34,0xbc,0x94,0xa0,
0x21,0x7,0x3,0xe,0x4,0xf7,0xff,0xcf,0xf9,0xd1,0xf6,0xf7,0x2f,0x8c,0x76,0x7c,
0x74,0x91,0x3a,0x1d,0xf4,0xd0,0xc7,0xce,0x88,0x76,0x7e,0x76,0x71,0xb4,0xef,0x96,
0xe5,0x51,0xed,0x57,0x3,0xea,0x54,0x50,0x13,0xf7,0xc,0x44,0xe1,0x1a,0x9c,0x6,
0x2,0x80,0xa9,0xf9,0xce,0x7b,0xc4,0x8a,0xa0,0xa9,0xd2,0x9d,0x33,0x66,0x3c,0x73,
0xa8,0x58,0x2c,0x4,0xe5,0xf2,0xec,0x6a,0xa9,0x34,0x87,0xb9,0x8f,0x8,0xca,0x2f,
0x9c,0xcd,0xe9,0x43,0xe5,0xc2,0x5b,0x28,0x18,0xfc,0xc6,0x2f,0xe7,0x36,0x92,0xf9,
0x6d,0xa3,0xe1,0x1e,0xe2,0x29,0x7d,0x2d,0xa1,0xd9,0x44,0x5b,0x3,0x83,0x69,0xaa,
0xe3,0x91,0x2d,0x13,0xff,0x13,0x97,0xc0,0xa0,0xd3,0x8c,0x79,0x98,0xed,0x9a,0xff,
0xf2,0x27,0x4,0x35,0xdf,0xe6,0xf9,0xa8,0xe0,0x37,0x8b,0x86,0x73,0x8b,0x2,0x4d,
0x33,0x73,0x28,0x40,0xf0,0x5d,0x41,0x7f,0x4c,0x47,0x0,0xff,0x7d,0xae,0xfa,0xc0,
0xcd,0x96,0x37,0xcc,0x55,0x77,0x8,0xf1,0x3b,0x87,0x76,0xff,0xdf,0x25,0xd1,0xbe,
0x7f,0x59,0x1e,0x1d,0xb8,0x7d,0x65,0x74,0xe0,0x27,0x2b,0xe4,0xce,0xa0,0x95,0x51,
0xdd,0x83,0xf1,0x3,0x70,0x4c,0xf8,0x3,0x97,0x8a,0x5d,0x41,0x13,0xa8,0x31,0x8f,
0x8,0xfc,0x42,0xa1,0x38,0x54,0xce,0x7d,0xd2,0x2f,0xe5,0xff,0x99,0x8c,0xf5,0x56,
0x32,0xe1,0x7f,0x21,0x33,0xfe,0xa1,0x57,0xc9,0xdd,0x42,0xc3,0x9f,0x78,0xa5,0xc2,
0x28,0xe5,0x3d,0x49,0x79,0x4f,0x93,0x29,0x3f,0xed,0x55,0xf2,0x87,0x63,0xb3,0x8e,
0x4d,0x33,0x31,0x50,0x35,0xad,0xd3,0x4,0x9e,0xd6,0xe3,0xaa,0x8c,0x4e,0xd7,0xd3,
0x92,0xc6,0xd3,0x2d,0x6d,0xe9,0xb4,0xd4,0x98,0xe3,0xb2,0x9c,0xc7,0xa7,0xa6,0x24,
0x8d,0x87,0x54,0x5e,0xf5,0x29,0x33,0x6e,0xa2,0xcb,0x37,0x5,0x10,0x1e,0xea,0x71,
0x8d,0x4e,0x23,0x54,0x59,0x49,0xe7,0x23,0x83,0xea,0xe9,0xa5,0x68,0xfd,0x60,0x25,
0x1a,0x3d,0xaf,0x3f,0xe6,0xc5,0xfd,0xea,0xa2,0x30,0x7,0x0,0xfe,0x68,0xbe,0x3a,
0x1d,0xf4,0xb5,0xa5,0xd1,0xee,0xaf,0x2e,0x89,0xf6,0x7c,0x63,0x69,0xb4,0xef,0x87,
0xf2,0x8c,0x80,0x47,0x1b,0xf6,0x90,0x1,0x4f,0xdb,0x36,0x7e,0x0,0xc0,0x58,0xbc,
0x4a,0x2c,0xb,0x9a,0x28,0xf1,0xd7,0xd1,0xd6,0x95,0xb,0xaf,0x1b,0x2a,0xe5,0x2f,
0xf5,0x8a,0xc5,0x37,0x5,0xc5,0xfc,0x65,0xd5,0x52,0xe1,0x2f,0xc8,0x40,0x3f,0xce,
0x47,0x1,0x64,0xf6,0x7,0xc9,0x8,0x6b,0x64,0xfc,0x7,0x79,0x9c,0xd2,0x68,0xbc,
0xf0,0x8,0x19,0xe3,0x61,0xbe,0xed,0x74,0x3d,0x7f,0xbc,0x85,0x8d,0x51,0x4c,0xb2,
0xd9,0x48,0xd9,0xc8,0xe3,0xa1,0x32,0x64,0x1e,0x57,0x79,0x62,0xce,0x62,0xb2,0x69,
0xba,0xa0,0xca,0x66,0xc,0xdc,0x92,0x96,0x18,0x79,0x52,0x3f,0x53,0x87,0xcb,0x30,
0xba,0x5c,0x26,0x4f,0xa3,0x3,0x83,0x2d,0xcf,0x6,0xb7,0x95,0x1c,0x21,0x2c,0xe4,
0x57,0x46,0xcc,0x8e,0xee,0x7f,0xeb,0x69,0xd1,0xb6,0xab,0x4e,0x57,0xa7,0x84,0xb6,
0xbf,0x6f,0x61,0xb4,0xe3,0xda,0xf8,0xda,0xc0,0x7e,0x3a,0xa,0xe0,0xb,0xc1,0xb5,
0x5f,0xf,0x44,0xb5,0xbb,0x8,0x1a,0xaa,0xd7,0x4a,0xd8,0x37,0x70,0x0,0xc0,0x71,
0x10,0x6,0xee,0x63,0x75,0x6f,0x60,0x40,0xec,0xc,0x3a,0x1e,0xad,0xc9,0xe5,0xfe,
0xbf,0xf5,0xf9,0xfc,0xb,0xd6,0xf5,0xf5,0x9d,0xca,0xd0,0xf4,0xef,0xf,0x9f,0x7a,
0xea,0xef,0xf8,0xc5,0xdc,0xff,0xa0,0x7f,0xfc,0x77,0xe,0x95,0xf3,0xd5,0xf8,0xdf,
0x7f,0x61,0x84,0xc,0x7c,0xb,0x19,0xdf,0x7e,0xbe,0x65,0x72,0x7d,0xbf,0x71,0xae,
0x5c,0xc1,0xb7,0x52,0xb6,0x6,0x81,0x71,0x4d,0x57,0x99,0x72,0xab,0x61,0x8f,0xf,
0x97,0x1f,0xbf,0xe,0xb7,0x79,0xd4,0x76,0x8f,0x12,0x10,0x4e,0x14,0x75,0x84,0x30,
0xbb,0x10,0xad,0x77,0x2b,0xd1,0xd6,0xb7,0x9c,0x16,0xed,0xfc,0xdc,0x59,0xd1,0xbe,
0x1f,0x2c,0x57,0x77,0x6,0xed,0xff,0x11,0xc1,0xc1,0xe0,0x57,0xf8,0xe4,0x25,0x0,
0x93,0x4d,0xe8,0x3b,0xdb,0xc2,0xe0,0x9c,0xd9,0x62,0x75,0x50,0x56,0x63,0x5d,0x24,
0xe,0xa,0x85,0x57,0x92,0xe9,0xdf,0x18,0x94,0x8b,0x5f,0xf3,0x4b,0xc5,0xaf,0xd3,
0x91,0xc1,0xd7,0x87,0xca,0xb9,0x9b,0xbc,0x72,0x7e,0xd,0xf1,0x18,0x99,0xeb,0x93,
0xc4,0x13,0x34,0xfe,0x4,0x19,0x29,0x9f,0x16,0x3a,0xcc,0x86,0xca,0x77,0xce,0x68,
0xd4,0x3f,0x72,0x63,0x5c,0x99,0xad,0x89,0x18,0x66,0xfc,0xaf,0xdb,0x30,0x75,0xc9,
0x8f,0x83,0x83,0x2e,0xa7,0xf3,0x9,0xc9,0x37,0xdb,0x30,0xe1,0x6b,0x6,0xfa,0x62,
0xb2,0xf9,0xaf,0xbe,0xe9,0x1f,0x7e,0xa6,0xbe,0xa,0x16,0x4d,0xed,0xea,0xf9,0xa5,
0xf5,0xe2,0xa0,0xc2,0x43,0xa3,0x9c,0x2a,0x9b,0x12,0x97,0xe1,0xb6,0x8c,0xf6,0xa8,
0x1d,0x7e,0xbe,0x80,0x83,0xc2,0xe8,0x39,0x95,0xe8,0xc1,0x77,0x9e,0x1e,0xed,0xfb,
0xe7,0xe5,0xea,0x82,0x30,0x9f,0x2,0xe2,0xe7,0x2,0xd4,0xc3,0x62,0x38,0x1d,0x4,
0xc0,0x54,0xb1,0xe6,0xc8,0xe8,0xe0,0x73,0xc4,0xee,0xa0,0xac,0xd6,0xcc,0x9e,0xfd,
0xbb,0x5e,0xb9,0xf0,0x52,0x3a,0x2,0xb8,0xc0,0x2f,0xe5,0x2e,0xf4,0xca,0x7d,0xaf,
0xa5,0xf1,0x6f,0x6,0xa5,0xfc,0xe,0x3a,0x12,0xd8,0xeb,0x97,0x8b,0xfb,0xc8,0x8,
0x89,0x7c,0x9d,0x82,0xc0,0xd3,0x7c,0x71,0xd8,0x3c,0x1a,0xd0,0x43,0x36,0x40,0xd3,
0x30,0xb3,0xe6,0x19,0x1b,0x6a,0xd6,0x7c,0x29,0x4d,0xa1,0x4d,0x38,0xcd,0x57,0xf5,
0xb9,0x5d,0x21,0x29,0xd3,0x64,0xb8,0xad,0x98,0x41,0x21,0x9e,0x6e,0x1e,0x2a,0x74,
0x7d,0xc1,0xd6,0x2f,0x7b,0x50,0x88,0x3,0x43,0x53,0xd9,0xa4,0x7c,0x5a,0x2e,0xe9,
0xa3,0x4a,0x8f,0x83,0x82,0x7a,0xc2,0xf8,0xdc,0x4a,0xb4,0xed,0xbd,0xa7,0xab,0xa3,
0x83,0xfa,0x10,0x2e,0x12,0x3,0x30,0x8d,0xfc,0x44,0x2c,0xb0,0x77,0xc5,0x77,0x8,
0xdd,0x5d,0x2c,0x3e,0x7b,0x3b,0xc1,0xa7,0x87,0x78,0x9c,0xd3,0x87,0x29,0x20,0x4,
0x65,0x75,0x41,0xf8,0x5e,0xaf,0x9c,0xb,0xfc,0x72,0x6e,0x13,0x99,0xda,0x23,0xea,
0xe3,0xf9,0x64,0x6c,0xd5,0x72,0x31,0x1a,0x26,0xf4,0x29,0x20,0x6d,0x8c,0x89,0xc9,
0x4b,0x7a,0x62,0x8a,0xaa,0xc,0x4d,0x27,0xa6,0x28,0x70,0x3d,0x6d,0xd8,0x2a,0x5f,
0xcc,0x53,0xd5,0x91,0xf4,0x24,0xcf,0xa8,0xa7,0xf2,0x75,0xbb,0x3c,0xef,0x18,0x95,
0xae,0xc7,0x8d,0xf2,0x66,0xbe,0x99,0x96,0x4e,0x1b,0xf3,0x30,0x31,0xca,0xeb,0x34,
0x5b,0x3b,0x66,0x1a,0xf7,0xa9,0x79,0x39,0x24,0x2d,0x3,0x7,0x4e,0x15,0x14,0xe8,
0x48,0x61,0xdb,0xbb,0xe9,0x48,0xe1,0x5f,0x96,0xe3,0x96,0x51,0x0,0xa6,0x99,0xd0,
0x77,0xbe,0xa1,0xcc,0xb1,0x1b,0x75,0x2c,0xcf,0xa,0x78,0x85,0xc2,0x80,0x57,0xca,
0x5d,0xeb,0x55,0xf2,0xd7,0x93,0x1,0x7f,0x96,0xf8,0x4c,0xd0,0x9f,0xbb,0x91,0x86,
0xff,0x4e,0xa6,0x56,0xa3,0x60,0xf0,0x9f,0xc4,0xe3,0x34,0xfe,0x24,0x9b,0x1c,0xdf,
0x3f,0xcf,0x81,0xc0,0x24,0x35,0xba,0x66,0x73,0x66,0xd4,0x74,0x62,0xee,0x3c,0x1d,
0xa7,0xa5,0x75,0xc,0xa4,0xae,0x35,0x5f,0xd5,0xcb,0xa4,0x19,0x98,0xf5,0x74,0x70,
0x32,0xf3,0x6c,0xe3,0x2d,0xa6,0x6f,0xa2,0xda,0x68,0xee,0x47,0xb6,0xdd,0x63,0x25,
0xae,0xd7,0xba,0x5c,0x3a,0x28,0xf0,0x87,0xf0,0xb7,0xbd,0xb,0x41,0x1,0x80,0x76,
0x21,0xc,0xdc,0x4f,0x8b,0x45,0x76,0x9f,0x46,0x5f,0xf0,0x82,0xe7,0x4,0xa5,0xbe,
0x15,0x7e,0xb1,0xf8,0xa2,0xa1,0x42,0xe1,0xc5,0x41,0x7f,0xf1,0x3c,0xbf,0xd8,0xf7,
0x22,0xbf,0x94,0x3b,0x97,0x19,0x2a,0x17,0x3e,0x45,0x66,0xb5,0xc9,0xaf,0xe4,0x1e,
0xa6,0xe1,0x2e,0x45,0x25,0x77,0x80,0x2,0xc1,0x13,0x1b,0xfa,0x8b,0xd1,0x28,0x5f,
0x24,0x96,0xb,0xc5,0xb1,0xc1,0x35,0x1b,0x5b,0x33,0x9c,0xd7,0x6c,0x7e,0x3c,0x6e,
0x6,0x5,0x9d,0xa6,0xc7,0x9b,0xe0,0xb2,0x52,0xde,0x96,0x7f,0x34,0x43,0x4e,0xda,
0x35,0xcd,0x5b,0xc,0xb9,0xb9,0x4c,0x5a,0x4e,0xa7,0xdb,0xc8,0xf6,0xf3,0xc4,0x83,
0x82,0x2c,0x57,0xa6,0x3d,0xf5,0x3c,0xc6,0x2c,0x3a,0x52,0x78,0x49,0xbf,0xfa,0x36,
0xc1,0xfe,0x5b,0x11,0x14,0x0,0x68,0x17,0x1a,0x81,0x73,0x8d,0xd8,0x68,0x77,0x69,
0xa8,0x9c,0x3b,0x3b,0x28,0xe6,0x6e,0xf2,0x8a,0x85,0x5f,0x7a,0xa5,0xfc,0x6f,0xfc,
0x4a,0xe1,0xd7,0x7e,0x29,0x7f,0x17,0x5,0x84,0xbb,0xbd,0x72,0xce,0x23,0xa3,0xda,
0x17,0xff,0xe3,0x37,0xcc,0xb2,0x69,0xfc,0x78,0x38,0xd1,0x7a,0x36,0xb2,0xed,0x64,
0xda,0x1e,0xcf,0x9c,0x39,0xcf,0xcc,0x6f,0x29,0x6b,0xb6,0x95,0x69,0x77,0x2c,0xa8,
0xd,0x33,0x28,0xa4,0x46,0x9f,0x96,0x69,0x3d,0x22,0x4a,0xd3,0x54,0x7a,0xa6,0xac,
0xa,0xa,0x73,0xb,0xea,0x5b,0x5,0xfc,0x2c,0xc2,0xfe,0x7f,0xc3,0x9b,0x48,0x1,
0x68,0x27,0x6a,0xfe,0xc0,0x5f,0x8a,0x95,0x76,0xbe,0xfe,0x75,0xee,0xdc,0xff,0x4a,
0xc1,0xe0,0xd5,0x14,0x0,0xbe,0x41,0xff,0xc0,0xf7,0xf9,0xa5,0xc2,0xa3,0xc,0x19,
0xd2,0x23,0x14,0x18,0x98,0x47,0xc9,0xd4,0x1e,0x67,0x63,0x8b,0x6f,0x13,0x8d,0x69,
0x3a,0x25,0xa4,0x4c,0x6c,0x1c,0xd3,0x34,0x4d,0xcf,0xf8,0x17,0x6c,0x8e,0x9b,0x75,
0x95,0x31,0x26,0xe9,0xad,0xa8,0x7a,0x1a,0x95,0xa6,0xdb,0xd5,0x70,0x1b,0x5c,0x8e,
0xf2,0xc,0x83,0x55,0xe3,0x49,0x39,0x3d,0xcd,0x79,0x32,0xcd,0x75,0xb8,0x2d,0x1e,
0x26,0xf5,0xa4,0xdf,0x82,0x2e,0x97,0x45,0xd5,0xc9,0xa6,0xd1,0xbc,0xd2,0x7e,0xe9,
0x32,0xcd,0x6d,0xa4,0x65,0x9a,0xd3,0x78,0x98,0xac,0xe3,0x79,0x74,0xb4,0xf0,0xa2,
0x8a,0xfa,0x78,0xcd,0x9e,0x6f,0x2f,0xc5,0x51,0x2,0x0,0x6d,0x48,0x23,0x70,0x5f,
0x2d,0xb6,0xda,0xd9,0xf2,0x66,0xce,0x3c,0x65,0xa8,0x94,0xfb,0x47,0x32,0xa2,0x6d,
0xfc,0x91,0xf5,0x8d,0x15,0xbe,0x30,0x1c,0x9f,0xb2,0xe0,0x53,0x41,0x1a,0x36,0x27,
0xd3,0xbc,0x9a,0xcc,0x33,0x31,0xd6,0x66,0x73,0x53,0x48,0x7e,0x62,0xac,0x66,0x1b,
0x6c,0x88,0x49,0xd9,0xb4,0xfe,0x78,0xe6,0xcb,0xa8,0x36,0x34,0x32,0x1d,0xb7,0x9b,
0xd6,0x4b,0x4c,0x5a,0xf5,0x4d,0x50,0x7d,0x49,0xeb,0x25,0x69,0x99,0x79,0xc7,0xfd,
0x94,0x7c,0x33,0x4d,0xca,0xd8,0x48,0xe6,0x97,0x60,0xf6,0xa9,0xb9,0xed,0xb4,0xc,
0xa5,0x65,0xfb,0xa3,0xd3,0x68,0xc8,0xeb,0x5c,0x5,0xe1,0x33,0x4b,0x74,0x94,0x30,
0x3b,0x7a,0xf8,0x53,0x67,0xaa,0x37,0x95,0xda,0x36,0x48,0x0,0xc0,0xf4,0x12,0x6,
0xee,0x93,0x8d,0xaa,0x73,0xb6,0x58,0x6b,0xe7,0x4a,0x82,0xc2,0x87,0xe9,0xe8,0x60,
0xfd,0xfa,0x72,0x51,0x7d,0x88,0x3d,0x36,0xaa,0x78,0x98,0x1a,0x5b,0x6a,0x5a,0x9,
0xca,0x64,0x53,0x13,0x8b,0x89,0xeb,0x24,0x69,0xba,0xc,0x8d,0x37,0x9b,0xa6,0xb4,
0x2f,0xe9,0x71,0x70,0xe1,0xf9,0x8e,0x35,0x2f,0xce,0xe3,0x61,0x26,0x9d,0x68,0x9a,
0x1f,0x4f,0x1b,0x79,0x4d,0xe8,0xfa,0xc7,0xd0,0x46,0x2b,0x9c,0x17,0xe7,0xb7,0xcc,
0x8f,0xc7,0x13,0x28,0x4d,0x8f,0x1b,0xeb,0x2d,0x5b,0x3e,0xdb,0x6,0xd7,0xcb,0xa6,
0xa9,0x23,0x5,0x9a,0xe6,0x8f,0xdf,0x6f,0xbe,0x68,0xae,0xfa,0xb4,0xa5,0x7a,0x75,
0xb5,0x65,0x83,0x4,0x0,0x4c,0x3f,0x61,0xe0,0x6c,0xdc,0xe5,0x2d,0x3e,0x45,0xec,
0xb5,0x33,0xa5,0x5e,0x46,0x57,0x9a,0xb9,0xc8,0x2b,0xe7,0x3f,0x48,0x81,0x61,0x1b,
0x9b,0x92,0x3a,0x87,0xad,0x4c,0x8a,0x68,0x9,0x8,0xcd,0x46,0x16,0x1b,0xac,0x36,
0x33,0xc9,0x4b,0xd2,0x53,0x62,0xc3,0x6b,0x4d,0x57,0x79,0x42,0x6b,0x7a,0x66,0xde,
0xd9,0xba,0x34,0xad,0xe6,0xab,0xe6,0xdd,0xdc,0x4e,0x9c,0x2e,0x65,0x24,0xcd,0x24,
0xee,0xaf,0x8c,0x2b,0x78,0x3a,0x4d,0x8b,0xd3,0x65,0x5a,0xe6,0xab,0xca,0xa9,0xe5,
0x30,0xd2,0x15,0x92,0x26,0xe9,0xf1,0xfc,0x78,0xdc,0x9c,0x4e,0x51,0xeb,0xd5,0xd2,
0xaf,0xb4,0xed,0xb8,0x1e,0x1f,0x25,0xa8,0x23,0xb6,0x65,0xe5,0x68,0xeb,0xa5,0xf3,
0xa3,0xdd,0x5f,0x5b,0x12,0xd5,0x7e,0x8d,0xa0,0x0,0x40,0x3b,0x13,0xfa,0xce,0xd7,
0xc5,0x5e,0x3b,0x4f,0xe6,0xad,0xa8,0xfc,0x11,0x7c,0xbf,0x94,0xff,0x2c,0x1d,0x35,
0x6c,0x65,0x63,0x52,0x4f,0x12,0xb3,0x51,0x11,0xa6,0x71,0x99,0x66,0x97,0x98,0x22,
0x4d,0xa7,0x86,0x66,0xa6,0xa7,0x24,0xf9,0x99,0xf4,0x24,0xbf,0x65,0x9a,0xca,0xeb,
0xf9,0xd8,0x90,0x79,0x24,0xf3,0x24,0xcc,0x36,0xcc,0xf9,0xd9,0xda,0x4a,0xf2,0x79,
0x3c,0x49,0xcf,0x94,0xd1,0xf5,0x54,0x1b,0x2,0xd7,0xd3,0xe5,0xa4,0xf,0xba,0x1f,
0x3a,0x5d,0x97,0x55,0xeb,0x25,0x19,0x4f,0x39,0xd6,0xa0,0xa0,0xd2,0xfa,0xf3,0xd1,
0xe8,0xcb,0xfa,0xa3,0x7,0xdf,0x73,0x7a,0xb4,0xf7,0xfb,0xcb,0xa2,0x1a,0xde,0x65,
0x4,0x40,0xdb,0x13,0xfa,0xee,0xdb,0xc4,0x5a,0x3b,0x5b,0xfc,0x9e,0x22,0xa,0xa,
0x9f,0xf4,0xca,0xb9,0xed,0x7c,0xea,0x62,0xa4,0xdf,0xf8,0xf6,0x71,0x62,0x58,0xe9,
0xb4,0x69,0x88,0x3a,0x3d,0x4b,0x62,0xac,0x3c,0x6d,0x98,0xa7,0x22,0xdb,0x9e,0x8c,
0xdb,0x88,0xf3,0x63,0xd4,0xb8,0x46,0xf2,0xc6,0xad,0x2f,0x65,0x75,0x39,0x85,0xb4,
0x33,0x6e,0x3d,0xcd,0x18,0xf5,0x4c,0x53,0xb7,0x99,0xbf,0x89,0xb9,0xcc,0x63,0xa2,
0xca,0xc5,0xe5,0xf9,0x28,0x81,0x9f,0x4d,0x18,0x59,0x51,0x52,0x6f,0x40,0xe5,0x53,
0x47,0xea,0xd5,0x16,0x96,0xd,0x10,0x0,0xd0,0x7e,0x84,0xc1,0xe0,0xa,0xb1,0xd6,
0xce,0x93,0x79,0xc4,0xb0,0xb6,0x50,0x58,0x4c,0x81,0xe1,0x23,0x5e,0x39,0xff,0xa0,
0x57,0xe6,0xef,0x1f,0x4b,0x60,0x20,0xd3,0x6a,0x32,0x39,0x31,0xb2,0xd8,0xe8,0x8d,
0x74,0x32,0x3e,0xb3,0x5c,0x4c,0x9a,0x16,0x9b,0x9f,0x60,0xb6,0x29,0xe9,0xc9,0x74,
0x86,0x64,0x7e,0x52,0xaf,0xb9,0x2e,0x33,0x76,0x5d,0x85,0xd4,0x49,0x30,0xda,0x19,
0xcf,0xcc,0x63,0xd2,0xb2,0x3a,0x2d,0x69,0x43,0x4f,0xb,0x69,0x1d,0x3,0x1d,0xc,
0x75,0x1b,0x6a,0xd8,0x9c,0xa6,0x30,0xda,0xdb,0xc0,0x43,0xa,0xa,0x1b,0xfe,0xa0,
0x3f,0xda,0xfe,0x81,0x85,0xf1,0x3,0x6b,0x78,0xb5,0x5,0x0,0x9d,0x83,0xef,0xdc,
0x27,0xb6,0xda,0xf9,0x1a,0xaa,0xcc,0xec,0x1f,0x2a,0xe7,0x3e,0xe7,0x97,0xa,0xf,
0x8c,0x94,0x29,0x28,0x90,0x61,0x65,0x8d,0xce,0x34,0x33,0x35,0xad,0xc9,0x96,0x55,
0x86,0xad,0xa7,0xd3,0xf2,0x36,0x62,0x53,0x94,0xfc,0xa6,0x7a,0x63,0xcf,0xcf,0x56,
0x36,0xce,0x37,0xda,0x4a,0x48,0xa7,0xcd,0xf6,0xc6,0x6a,0xcb,0x6c,0xc3,0x9c,0xb7,
0xc6,0x4c,0xb3,0xe5,0x2b,0xa4,0x3d,0x9d,0x6f,0x96,0x31,0x3,0x43,0x3c,0x2d,0xe3,
0x84,0xbe,0xc0,0xbc,0xe5,0xe2,0x79,0xd1,0xce,0x1b,0x16,0x47,0x7,0x7f,0xce,0x1f,
0xc5,0xb1,0x6c,0x78,0x0,0x80,0x36,0xc6,0xb9,0x41,0x6c,0xb5,0xf3,0x75,0x5f,0xf9,
0xf7,0x73,0x5e,0x25,0x77,0x3,0x1d,0x31,0xd4,0xf9,0x88,0x41,0xdd,0x92,0x6a,0x1a,
0xd7,0x18,0xe3,0x4d,0x47,0xd,0xca,0xf4,0x34,0xda,0xf0,0x8c,0x71,0xa3,0x8c,0xae,
0x93,0xe6,0xeb,0xbc,0xd8,0x24,0xe3,0xb2,0x69,0x1b,0xcd,0x66,0x1b,0x97,0x55,0x69,
0x5c,0x2e,0x53,0xb6,0xa9,0x9e,0xcc,0x27,0x29,0x9f,0xe4,0xa7,0xd3,0xba,0x5c,0x52,
0x4f,0xea,0xe8,0xb4,0xa6,0x7a,0xd9,0xa0,0x91,0x69,0xc3,0x86,0xe,0x42,0xba,0x8e,
0xaa,0x27,0x79,0x7c,0xfb,0x2f,0x5f,0x5c,0x1e,0x5e,0x5a,0x8a,0x36,0xff,0xd9,0xdc,
0x68,0x7,0x3f,0xac,0xf6,0xe3,0x15,0x96,0x8d,0xd,0x0,0xd0,0x11,0x78,0xee,0x25,
0x62,0xab,0x9d,0xa9,0xa6,0x8b,0xcf,0xa5,0xbe,0x2b,0xfd,0x52,0xfe,0x41,0x36,0x38,
0x3e,0x8d,0xa4,0x8d,0xac,0xc5,0xa4,0x79,0x9c,0xff,0x55,0x2b,0xa3,0x34,0xcc,0x4f,
0xa6,0x75,0x39,0xd3,0x78,0x93,0x7a,0x52,0x46,0xd5,0x31,0xf2,0x74,0x79,0x3d,0x9e,
0xce,0x83,0xe7,0xaf,0xcb,0xea,0x72,0x71,0x59,0x95,0xa6,0xca,0xc5,0x6d,0xea,0xb2,
0xba,0x8c,0xae,0xa7,0xe7,0x19,0xd7,0xd1,0x79,0x66,0xbb,0xd2,0x8e,0xce,0xe3,0xbe,
0x29,0xf4,0xbc,0xc,0xc6,0xa,0xa,0x49,0x9d,0x56,0xb2,0x1,0x41,0xb7,0xa1,0x4f,
0xd5,0x8d,0x9c,0x15,0xdf,0x82,0xba,0xe3,0xa3,0x67,0xa8,0xef,0x28,0x27,0x1f,0xd0,
0x7,0x0,0x74,0x22,0x8f,0xd6,0xbd,0x95,0xf3,0xc5,0x56,0x3b,0x5b,0x41,0x31,0xf7,
0x86,0x6a,0x39,0xff,0xef,0x41,0x25,0xf7,0x18,0xbf,0xd7,0x88,0xcd,0x2c,0x31,0x36,
0x65,0x68,0x3c,0xe4,0x74,0xd3,0x38,0x19,0x9e,0x6e,0x36,0x4b,0x65,0x84,0x4d,0x65,
0xe2,0x3c,0xeb,0x38,0xd5,0xcd,0xd6,0x6b,0x29,0x2b,0x98,0x65,0x9b,0x4e,0xf,0x69,
0x74,0x19,0xb3,0xcd,0xc,0x49,0x7f,0x79,0x5c,0xc8,0x96,0x6f,0x4a,0x37,0xf2,0x74,
0xdd,0x74,0x3a,0x9e,0x7f,0x16,0x9d,0xdf,0x82,0xd1,0x1e,0x3f,0x23,0x32,0xb2,0xb8,
0x1c,0x6d,0xf9,0xf3,0x79,0xea,0xe3,0xfa,0x7c,0x1d,0x1,0xa7,0x8c,0x0,0xe8,0x7c,
0x42,0xdf,0xf9,0x99,0xd8,0x6a,0x67,0x4b,0xbd,0x24,0xaf,0x5c,0x78,0x15,0x99,0xd6,
0x5d,0x64,0x7c,0x8f,0xf1,0xeb,0xb0,0x95,0xc1,0xb1,0xd1,0xe9,0x7f,0xc4,0x1a,0xc3,
0x0,0x63,0x13,0x4c,0x8d,0x30,0x9b,0x67,0x43,0xfd,0x6b,0xb7,0xa5,0xb,0x6a,0x7a,
0x8c,0x79,0x25,0xc6,0xac,0xa7,0x55,0x19,0x6d,0xd8,0x46,0x19,0xee,0x8b,0xd4,0x6f,
0xe9,0xdb,0x78,0x7d,0xa5,0x3a,0x47,0x5d,0x16,0xe9,0x5b,0x5c,0x46,0x93,0xe6,0xeb,
0x0,0x6a,0x6b,0x4b,0x3d,0x35,0x4e,0xe9,0xfc,0x3c,0x2,0x9f,0x32,0x52,0x1,0xe1,
0x56,0xbc,0xdf,0x8,0x80,0xae,0xc2,0x77,0x3f,0x26,0xd6,0xda,0xd9,0xe2,0xef,0x26,
0xc,0xf5,0xe7,0xde,0x42,0x26,0x76,0x27,0x19,0xda,0xd3,0x2d,0x6,0xad,0xd1,0xe9,
0x92,0xa7,0x83,0x42,0x53,0xfa,0x18,0x28,0xe3,0xe7,0xf2,0x99,0xf4,0x24,0x4f,0x4f,
0xdb,0xe6,0xa5,0x88,0x4d,0x58,0xb7,0x13,0x97,0xb1,0xcc,0x3b,0x31,0x6c,0x2e,0x97,
0xcd,0x1f,0xc3,0xf4,0xa5,0x3d,0xce,0xe3,0x7f,0xf4,0x2d,0xf9,0x1a,0xa3,0x9c,0xee,
0x8f,0x99,0x97,0xf4,0x4b,0xca,0xe8,0x65,0xe2,0x80,0xc0,0x43,0xf5,0xd4,0x32,0x5f,
0x43,0xf8,0x7b,0x39,0x65,0x84,0xf7,0x1b,0x1,0xd0,0x75,0x34,0xfc,0xc1,0xb,0xc5,
0x5a,0x3b,0x5f,0x5e,0x7f,0xe1,0xaf,0xc9,0x14,0x1f,0xf2,0x2a,0xf9,0xa7,0xf9,0xdb,
0xc9,0xca,0x44,0xc9,0xcc,0x62,0x73,0xcb,0x98,0xa5,0x36,0x40,0x23,0x4d,0x9f,0x26,
0x89,0xf3,0x78,0x18,0xd7,0xd1,0x6d,0x68,0xa3,0x8c,0xa1,0x71,0x9e,0xce,0xa4,0x25,
0xed,0x49,0xdd,0x14,0x9e,0x96,0xf6,0xc4,0x74,0x9b,0xf3,0x63,0x74,0x1f,0x62,0x28,
0xad,0xa9,0x9f,0x69,0x1b,0xba,0xac,0xee,0x67,0xdc,0x8f,0x18,0x9d,0x1f,0x97,0x89,
0x51,0xe3,0x52,0x2e,0x9b,0x6e,0xb6,0xa1,0xe7,0xa1,0xf3,0x19,0x75,0x51,0x99,0xaf,
0x21,0x70,0x40,0xd0,0xa7,0x8c,0x7c,0xfb,0x6,0x5,0x0,0xe8,0x6c,0x42,0xdf,0xd9,
0xf9,0xc8,0xf0,0xca,0x3e,0xb1,0xd5,0x8e,0x54,0x72,0xd1,0xd9,0x2b,0x17,0x2e,0x51,
0x1f,0xdc,0xaf,0x14,0x8e,0xf0,0xf7,0x13,0xb4,0x9,0xc6,0xa4,0xa6,0xc8,0x68,0xd3,
0xd4,0x34,0xe7,0x1b,0xe3,0xda,0x20,0x75,0x5a,0xa6,0x5e,0x52,0x9f,0x49,0xea,0x5b,
0xb0,0x18,0xb6,0x69,0xf0,0x1a,0xb3,0x4e,0xb3,0xe1,0xcb,0x3c,0x6c,0x6d,0x24,0x65,
0x4,0x35,0xcd,0x6d,0x65,0xdb,0xa3,0xf2,0x92,0xd6,0xdc,0x46,0x8a,0x2a,0x2b,0xf3,
0xe0,0x60,0xa0,0x5e,0x78,0x27,0xa7,0x8c,0x54,0x40,0xe0,0x53,0x46,0x6b,0x71,0x84,
0x0,0x40,0x37,0x43,0x81,0xe1,0x87,0x62,0xab,0x9d,0xad,0x6a,0x39,0x3f,0x38,0x54,
0xca,0x7f,0xc6,0x2b,0x17,0x77,0xe8,0x17,0xb5,0x25,0x86,0x99,0x35,0x48,0xca,0x4f,
0x8d,0x50,0x63,0x29,0xab,0x4c,0x36,0xcd,0x37,0xeb,0x65,0x49,0xeb,0x8f,0x81,0x98,
0x6d,0xa,0x4f,0x67,0xfb,0x92,0x96,0x4f,0xfb,0xce,0x75,0x29,0x8f,0xfb,0x32,0x46,
0x1b,0x71,0x19,0x21,0xa9,0x97,0x6d,0x8f,0xca,0x1f,0x6d,0x39,0x54,0xb9,0xf8,0x15,
0xe4,0x6a,0x78,0xa6,0x71,0xca,0x88,0x1f,0x4e,0x43,0x40,0x0,0xa0,0x27,0x8,0x3,
0xf7,0x6a,0xb1,0xd6,0xce,0xd6,0xf0,0xec,0x5c,0xd9,0x2b,0xe7,0xbe,0xea,0x97,0xf2,
0xbb,0xf8,0x5c,0xf8,0xb0,0x98,0x1c,0x1b,0x5e,0x93,0x39,0x8a,0x9,0x6a,0xc3,0x6f,
0x4e,0x33,0x8c,0x94,0xa7,0x5,0x9d,0x1f,0xa7,0xb5,0xb6,0x65,0x9a,0x78,0x3c,0xad,
0x91,0x72,0x9a,0xa4,0x8d,0xd6,0x76,0xb3,0x24,0xfd,0x13,0xf3,0x6f,0x6a,0x4b,0xe5,
0x1b,0xf3,0x4b,0x48,0xfb,0xa1,0xe7,0x91,0x4c,0x4b,0xd9,0x74,0xb9,0xb3,0x75,0xe3,
0x60,0x3a,0x4a,0x79,0xea,0x94,0x11,0xdf,0x76,0xca,0x47,0x8,0xb7,0xac,0xc0,0x29,
0x23,0x0,0x7a,0x8c,0x46,0xe0,0x2e,0x10,0x6b,0xed,0x6c,0xad,0x2d,0xf5,0xad,0xf0,
0xca,0xf9,0xeb,0xbc,0x72,0x61,0x37,0x1f,0x31,0xf0,0x67,0x38,0x53,0xa3,0x14,0xf3,
0x33,0xc,0xb1,0xc5,0x1c,0xd5,0x74,0x3c,0x9e,0x98,0xaa,0xca,0x93,0x32,0x94,0xd7,
0x64,0xb0,0x2a,0x2f,0xce,0x4f,0xfe,0xcd,0xeb,0x36,0xa4,0x9d,0xa4,0x2e,0xd3,0x94,
0x9e,0x19,0xcf,0xa2,0xca,0x72,0x7b,0xd2,0xa6,0xad,0x8c,0x6a,0xdb,0x68,0x5f,0xcd,
0x3f,0xc6,0x34,0x7f,0xb3,0xcf,0x1a,0x75,0x57,0x11,0xc1,0xa7,0x8a,0x46,0x39,0x6d,
0x36,0x5,0x3,0x3a,0x3a,0x18,0x59,0x25,0xa7,0x8c,0xf8,0x39,0x4,0x3e,0x65,0x84,
0x8b,0xca,0x0,0xf4,0x20,0xce,0xcd,0x62,0xab,0x9d,0x29,0xf3,0xa1,0xb6,0x60,0x76,
0x69,0x85,0xd7,0x5f,0xfc,0x2a,0x19,0xdf,0x43,0xf1,0x57,0xd8,0xd8,0x24,0xc5,0x20,
0xd9,0xfc,0xc4,0x34,0x79,0x3c,0xf9,0xd7,0xcf,0xe9,0x2a,0x4f,0x86,0x2a,0x2f,0x25,
0x36,0xdb,0x38,0xdf,0x2c,0x6f,0xe6,0x8f,0x1f,0x14,0xec,0xf3,0x68,0x1a,0x27,0x92,
0x36,0x54,0x1e,0xb7,0x25,0xed,0x19,0x65,0xd4,0xe9,0xb1,0x26,0xe4,0xad,0xb1,0xaa,
0x5c,0x3c,0xaf,0xf8,0xf4,0x59,0x9c,0xa6,0x4f,0xa5,0x31,0x5c,0x8e,0xeb,0xa8,0xb6,
0x28,0x8,0x4,0x73,0x8a,0xf1,0x70,0x2e,0x5,0x87,0xc1,0x4a,0xb4,0xf9,0xb5,0x73,
0xa2,0xfb,0xdf,0x72,0x5a,0xf4,0xd0,0x27,0xce,0x8c,0xf6,0xfd,0x70,0x39,0x6e,0x3b,
0x5,0xa0,0x87,0x69,0x54,0x7,0x5e,0x23,0xb6,0xda,0xf9,0x1a,0xaa,0x54,0xfa,0xc9,
0xf8,0xbe,0x44,0xa6,0xb8,0x8b,0xef,0xb1,0xe7,0xe0,0xa0,0xc,0x9c,0xcd,0x51,0x9b,
0xa2,0x4c,0x37,0x99,0xbc,0x98,0x27,0xa3,0xff,0x69,0x27,0xff,0xb8,0x8d,0x7a,0x26,
0xf6,0x76,0x8d,0x3a,0xba,0x4d,0x6d,0xf6,0x9c,0x2f,0xc4,0x65,0xe3,0x3e,0x8c,0x45,
0x52,0x87,0xc6,0xd9,0xe0,0x87,0x4b,0x4,0xd,0xd5,0xb3,0x3,0x94,0xae,0xc6,0x69,
0xa8,0xc6,0xd5,0x34,0xf,0xd3,0xb4,0x11,0xae,0x23,0xf0,0xf8,0x6,0xee,0xd7,0x2c,
0x4a,0x5f,0x59,0x56,0x81,0x80,0x3f,0xb8,0xbf,0xf1,0x82,0xd9,0xd1,0x3,0x57,0x2c,
0x50,0x5f,0x4f,0xdb,0xfd,0xf5,0x25,0xd1,0x81,0x9f,0xae,0xc4,0xb,0xee,0x0,0xe8,
0x71,0x42,0xdf,0x1d,0x11,0x4b,0xed,0x5c,0x35,0xbd,0x6,0xa3,0x52,0x70,0xe8,0x5f,
0xf7,0x67,0xab,0xa5,0xfc,0x41,0x36,0x55,0xfe,0x47,0xad,0x4c,0x36,0x31,0xeb,0xd8,
0x68,0xd3,0x7f,0xf2,0x94,0x2f,0x65,0x94,0xa1,0xb,0xda,0xe0,0x63,0x93,0xd7,0x65,
0xa5,0xd,0xa1,0xa9,0x5d,0x2b,0xcd,0xf5,0x74,0x40,0x88,0xc7,0xf5,0x3c,0x5b,0xd1,
0x65,0xb4,0xe1,0xf3,0xf7,0x90,0xab,0xb,0x8b,0xd1,0xf0,0x22,0xe2,0x8c,0xd2,0x38,
0x98,0xf9,0x99,0xf1,0x25,0xa5,0x68,0xc3,0x1f,0xcc,0x8a,0xb6,0xbe,0x79,0x7e,0xf4,
0xe0,0xdf,0x2c,0x88,0xb6,0xbf,0x6f,0xa1,0xba,0x98,0xbc,0xfb,0xeb,0x4b,0x55,0x30,
0x50,0x1f,0xca,0x41,0x40,0x0,0x0,0x10,0x8d,0xaa,0xfb,0x1,0xb1,0xd4,0xee,0x50,
0x50,0xec,0x3b,0xcf,0x2f,0xe7,0xbc,0xa0,0x9c,0x7b,0x7c,0x84,0x4d,0x99,0x8d,0x96,
0xcd,0x5b,0x99,0x7c,0x6a,0xba,0xa6,0x69,0x9b,0xff,0xe2,0x35,0x71,0x50,0xb0,0x1b,
0x76,0x82,0xb4,0xdb,0x92,0x7e,0x14,0x9a,0x4e,0x19,0x59,0xd0,0xa7,0x7c,0xaa,0xa7,
0x15,0xa3,0xd1,0xf3,0x2a,0xd1,0xc6,0x3f,0x99,0x1d,0x6d,0xfe,0xd3,0x39,0x8a,0x4d,
0xcc,0x6b,0xe6,0xc6,0xc3,0xf1,0x90,0x32,0x9b,0x5f,0x33,0x27,0xda,0x72,0xc9,0xbc,
0x68,0xdb,0x55,0xb,0xa3,0x5d,0x5f,0x5a,0x12,0xed,0xbd,0x79,0x59,0xb4,0xff,0xb6,
0x15,0xd1,0xfe,0xdb,0x57,0x44,0xb5,0xd5,0xf8,0x1e,0x2,0x0,0xa0,0x95,0x70,0xad,
0x33,0x57,0x2c,0xb5,0xf3,0xb5,0xae,0x9c,0x1f,0xf4,0x4a,0xb9,0x9f,0x7a,0xa5,0xfc,
0xa3,0xea,0x1b,0x0,0x59,0xc4,0xc8,0xe3,0x40,0xd0,0x6c,0xf6,0xd9,0xc0,0x90,0xa4,
0x73,0x79,0x1d,0x1c,0xcc,0xf4,0x26,0x73,0xe7,0x21,0x21,0xed,0xc7,0xc1,0x22,0x4e,
0xcb,0x6,0x94,0xf4,0x28,0xa4,0x15,0xe,0x8,0x7c,0xba,0x87,0x8f,0xc,0x36,0x51,
0x30,0x78,0xf0,0xdd,0xa7,0x47,0xf,0x7f,0xf2,0xcc,0x68,0xd7,0x8d,0x67,0x59,0x58,
0x3c,0x6,0x71,0xfe,0xce,0x1b,0xa4,0xdc,0x97,0xce,0x8a,0xf6,0xfe,0x60,0x99,0xfa,
0x28,0xe,0x5f,0x44,0xe6,0x5b,0x4d,0xd5,0xb5,0x3,0xdc,0x61,0x4,0x0,0xb0,0x50,
0xf3,0x9d,0xef,0x88,0xa5,0x76,0xbe,0xfc,0x42,0xa1,0x38,0x54,0x2e,0xbc,0xc5,0x2b,
0xe6,0xef,0xf2,0x4b,0xf9,0xa7,0x92,0xd3,0x30,0x1a,0x36,0x63,0x36,0x65,0x1a,0x57,
0xb0,0x61,0x8b,0x41,0xeb,0xb4,0xa4,0xac,0x90,0xd,0xa,0xba,0x4c,0x4b,0x50,0xd0,
0x6d,0x69,0x24,0x20,0xe8,0x7a,0xcd,0xed,0xa5,0xd3,0x1a,0xd5,0x4f,0x2a,0x5b,0x3d,
0xbd,0x18,0x6d,0xfc,0xe3,0xd9,0xd1,0xb6,0xf7,0x2d,0x8c,0xf6,0x7c,0x3b,0x3e,0xc5,
0x73,0xf0,0xe7,0xab,0x8e,0x9f,0x3b,0x65,0xf8,0xcb,0x55,0x51,0x78,0x1f,0x8e,0xa,
0x0,0x0,0xc7,0x81,0x3f,0x70,0x81,0xd8,0x6a,0x77,0xc8,0x2f,0x15,0xae,0x24,0x63,
0x5e,0x57,0xad,0xc4,0x81,0x41,0x1b,0xbf,0x36,0xec,0xc4,0xdc,0xd5,0x74,0x6c,0xe8,
0x3a,0x4d,0x61,0x4c,0xdb,0xca,0x98,0x6d,0x70,0x59,0xdd,0x6e,0x13,0x12,0x34,0xb2,
0x6d,0xe9,0xa0,0xa0,0xeb,0xea,0x7c,0xee,0x67,0x75,0x7e,0x41,0x1d,0x21,0x6c,0x7b,
0x3f,0x5,0x84,0x9b,0x96,0xe1,0xf6,0x50,0x0,0xc0,0xb4,0x10,0xfa,0xae,0x2f,0x76,
0xda,0x1d,0x1a,0x2e,0x16,0x9f,0x5f,0x2d,0x17,0x2e,0x21,0x13,0x5e,0x47,0xa6,0xfb,
0x4,0xbf,0x51,0x95,0xcf,0xd3,0xc7,0x46,0x6c,0x98,0x31,0x91,0x18,0x3e,0x93,0x94,
0xc9,0x8c,0xb,0xfa,0x5f,0xbd,0x1e,0xd7,0xf9,0x71,0x10,0x90,0x40,0x90,0x94,0xe5,
0x36,0x62,0x74,0xbd,0x2c,0x71,0x5d,0xb9,0xc5,0x74,0x5e,0x31,0x1a,0x7d,0x71,0x7f,
0xb4,0xed,0x3d,0xa7,0x47,0x7b,0xbe,0x43,0x1,0x1,0xdf,0x2d,0x0,0x0,0x4c,0x23,
0xdd,0xf2,0xa4,0x73,0xfa,0xfc,0x42,0xb9,0xfc,0x3c,0x32,0xe6,0x77,0x92,0xf1,0xde,
0x4b,0x1c,0x49,0x8d,0x38,0x36,0x63,0xcd,0xc9,0x4,0x85,0xec,0xb8,0x79,0x74,0xc0,
0xe3,0x7a,0x3a,0xcd,0x6f,0x85,0x3,0xc2,0x7a,0x62,0xf8,0xac,0x72,0xb4,0xf9,0xcf,
0xe7,0xca,0xe7,0x2e,0x57,0x59,0x7f,0x24,0x0,0x0,0x98,0x2a,0xc2,0xc0,0x79,0xea,
0xe0,0x88,0x5b,0x11,0x4b,0xed,0x1e,0x79,0xfd,0xf9,0xf,0x7a,0x95,0xdc,0x5e,0xaf,
0x92,0x3f,0x1c,0x9f,0xb7,0x67,0xc8,0xa8,0x35,0x62,0xce,0x1c,0x0,0x4c,0xb3,0x6e,
0x42,0xd5,0x39,0x86,0xb4,0x2c,0xc7,0x50,0x46,0x3d,0x6b,0x40,0x81,0x63,0xfd,0xd9,
0x15,0xf5,0xec,0xc0,0x9e,0x9b,0x96,0xaa,0x8b,0xc2,0xb6,0x1f,0x9,0xf4,0x6,0xbf,
0xf9,0xc1,0xf2,0xe8,0x7f,0x5f,0xbd,0x30,0x7a,0xcb,0xc5,0xf3,0xa2,0x3f,0x7d,0xe5,
0xec,0xe8,0xec,0x81,0x4a,0x34,0x9f,0x8e,0x24,0x19,0x1e,0xe7,0x34,0xce,0xe3,0x32,
0x5c,0xd6,0xd6,0x6,0x0,0x13,0x41,0xe8,0x3b,0x5f,0x17,0x2b,0xed,0x6c,0x35,0x3d,
0xf1,0x5c,0xce,0xbd,0xdd,0x2b,0xe7,0x36,0xf1,0xe9,0xa3,0x51,0x7e,0xa3,0x2a,0xd,
0xd5,0x85,0xde,0xa3,0x19,0xba,0x82,0xff,0xf5,0xc7,0xe5,0xd5,0xbf,0x7f,0xa9,0xd7,
0x3c,0x6e,0x96,0x8f,0x19,0x37,0xc0,0x24,0x50,0x20,0xe0,0xe1,0x2c,0x3a,0x52,0x70,
0xca,0xd1,0xd6,0x37,0xcd,0x8f,0x1e,0xfe,0xc,0x1d,0x25,0xfc,0x82,0x8e,0x12,0x70,
0x67,0x50,0xcf,0xf1,0xab,0x9b,0x97,0x45,0xd7,0xbc,0x7d,0x41,0x34,0xb8,0xaa,0x1c,
0x15,0x8a,0xf9,0xe3,0x82,0xeb,0x70,0x5d,0x6e,0xc3,0xd6,0x36,0x0,0x27,0x85,0x3f,
0xf0,0xa,0xb1,0xd3,0xee,0xd0,0x50,0x29,0x77,0xbe,0x5f,0xca,0x7d,0x99,0xc,0x7c,
0x2f,0xff,0x2b,0x57,0xd7,0x16,0xc6,0x30,0xf3,0x66,0xf8,0x28,0x42,0x7,0x5,0x39,
0x25,0xc4,0x75,0x64,0x7a,0xac,0xa0,0xa0,0x4f,0x3b,0x99,0x69,0x76,0xe2,0xf6,0x47,
0x96,0x96,0xa2,0xad,0x6f,0x9c,0x17,0x3d,0x7c,0xdd,0x99,0xd1,0xfe,0x9f,0xac,0x44,
0x40,0xe8,0x31,0xaa,0xb7,0xaf,0x8c,0xae,0xa0,0x3f,0x4,0x36,0xb3,0x3f,0x11,0xb8,
0x2d,0x6e,0xd3,0x36,0x2f,0x0,0x4e,0x90,0x35,0x62,0xa7,0xdd,0xa3,0x91,0xd2,0xcc,
0x45,0x41,0x29,0xff,0x7d,0xbf,0x9c,0x3b,0xc0,0x2f,0x83,0x4b,0xde,0x7,0xc4,0xe6,
0x9e,0x98,0x74,0x8a,0xa,0x2,0x1c,0x10,0x94,0x71,0xcb,0xb4,0x11,0x8,0x9a,0xca,
0x4a,0x99,0x16,0xa4,0x8e,0xaa,0xd7,0x94,0x97,0x57,0x4f,0x5b,0xf3,0x38,0x3f,0x71,
0xbc,0xe9,0xc2,0xd9,0xd1,0x43,0x1f,0x3f,0x83,0x2,0xc2,0xa,0xdb,0x8f,0x1,0xba,
0x98,0xbf,0x7d,0xc7,0x2,0xab,0xb1,0x4f,0x4,0xdc,0xb6,0x6d,0x9e,0x0,0x9c,0x20,
0xef,0x12,0x3b,0xed,0xe,0x7d,0x6f,0xc6,0x8c,0x67,0x8c,0x14,0xfb,0x5e,0x14,0x1f,
0x31,0xe4,0xe,0x70,0x50,0xe0,0x5b,0x40,0x13,0xa3,0x4f,0xc,0x3b,0x46,0x1d,0x1d,
0x18,0x66,0xaf,0x3,0x44,0xd3,0x11,0x80,0x2a,0xc3,0xe3,0x96,0xa0,0xa0,0x3,0x81,
0x6a,0xbf,0x35,0x9f,0x4f,0x1b,0xf1,0xc5,0x65,0x7e,0x1f,0xd1,0xfd,0x6f,0x9e,0x1f,
0xed,0xfe,0xda,0x92,0xa8,0x76,0x37,0xae,0x23,0xf4,0xa,0xf7,0xff,0x72,0x55,0x74,
0xd1,0x5,0x73,0xac,0x66,0x3e,0x91,0xf0,0x3c,0x78,0x5e,0xb6,0x3e,0x0,0x70,0x7c,
0x38,0x3b,0xc5,0x4e,0x3b,0x5f,0xe6,0xf5,0x5,0xaf,0x5c,0x78,0x69,0x50,0xca,0xdd,
0x4c,0x46,0x7e,0x20,0xe,0xa,0x6c,0xdc,0x82,0x61,0xda,0xad,0x64,0x82,0x2,0x7,
0x4,0xa1,0xa5,0x6c,0x36,0x10,0x64,0x82,0x2,0x7,0x24,0x75,0xb,0xea,0x9c,0x42,
0xb4,0xf1,0x95,0xb3,0xa3,0xed,0x7f,0xb7,0x28,0xda,0x7f,0x1b,0xbe,0x83,0xdc,0x2b,
0xfc,0xe2,0x7b,0xcb,0xa2,0x81,0x15,0xc7,0x7f,0xdd,0xe0,0x44,0x71,0x57,0x95,0xd5,
0x3c,0x6d,0x7d,0x1,0xe0,0x78,0x8,0x3,0xe7,0xed,0x62,0xa5,0xdd,0xa5,0xa0,0x50,
0x58,0x4c,0x47,0xc,0x3f,0xa5,0xa3,0x84,0xc7,0x13,0x83,0xb6,0x99,0xbb,0xc6,0x96,
0x4f,0xd3,0xc9,0xb5,0x83,0x31,0xea,0x36,0x1d,0x55,0x18,0xa8,0xd3,0x57,0xb,0x8a,
0xd1,0xc6,0x57,0xcc,0x8a,0xb6,0x5d,0x75,0x7a,0xb4,0xe7,0x5b,0x4b,0xf1,0x4c,0x42,
0x8f,0xc0,0xe6,0x5c,0x2c,0xd9,0xcd,0x7b,0x32,0xe1,0x79,0x22,0x30,0x80,0x93,0x25,
0xc,0xdc,0x8d,0x62,0xa3,0x5d,0x23,0x75,0xc4,0xe0,0xcd,0x9c,0x79,0x8a,0x57,0xce,
0x7d,0x8d,0x2,0xc3,0x41,0x36,0x68,0xbe,0xf8,0x6c,0x33,0x70,0x75,0x64,0x30,0x46,
0x40,0x48,0xd2,0xf4,0x38,0x91,0x4,0x9,0x21,0x3b,0x9d,0x5c,0xc7,0xa0,0x23,0x84,
0xd1,0x17,0x57,0xa2,0x7,0xdf,0xb9,0x40,0xbd,0xa9,0xf4,0xe0,0x5d,0x38,0x6d,0xd4,
0xb,0xf0,0x69,0x1c,0xfe,0xd7,0x6e,0x33,0xed,0xa9,0x80,0xe7,0x8d,0x53,0x49,0xe0,
0xa4,0x19,0x76,0xde,0xa8,0xdc,0xb4,0x9b,0x34,0x54,0xa9,0xfc,0xde,0x50,0x29,0xff,
0x7e,0xaf,0x94,0x5f,0xcb,0xa7,0x76,0x12,0xb3,0x36,0x88,0x3,0x82,0xa0,0xa6,0x25,
0xcf,0x8,0x2,0xc9,0x69,0x22,0xe,0x8,0x46,0xd9,0xe6,0x76,0xd2,0xba,0xea,0x19,
0x89,0xfe,0x42,0x34,0xb2,0xac,0x14,0x6d,0xb9,0x64,0x6e,0xb4,0xeb,0x73,0x67,0x45,
0x35,0x4,0x84,0x9e,0x61,0x2a,0xae,0x21,0x1c,0xd,0xee,0x83,0xad,0x6f,0x0,0x1c,
0x7,0xdd,0x77,0x27,0x52,0x34,0x63,0xc6,0x6f,0xdd,0x5d,0x2c,0x3e,0x9f,0x4c,0xfc,
0x6d,0x5e,0xb9,0xb0,0x81,0x2,0xc0,0x61,0xfe,0x8c,0x67,0xd6,0xd0,0x35,0xf1,0xb5,
0x84,0xd8,0xf4,0x55,0x5a,0x36,0x28,0x64,0xca,0xc7,0x17,0x9e,0xe3,0x74,0x15,0x14,
0x24,0x60,0xa8,0xd3,0x46,0x3c,0x7c,0x51,0xbf,0x3a,0x4a,0xe0,0xd7,0x58,0x87,0xf7,
0x22,0x28,0xf4,0x2,0x93,0x79,0x97,0xd1,0xf1,0x82,0xbb,0x92,0xc0,0xc9,0x52,0xf3,
0x6,0x5e,0x2b,0x76,0xda,0xf9,0x32,0x2f,0x3a,0xf3,0xd7,0xda,0xfc,0xfe,0xc2,0x55,
0x7e,0x25,0xe7,0x91,0xe9,0x3f,0xad,0xae,0x2f,0x28,0x53,0x6f,0xc6,0x3c,0x6a,0x48,
0xd2,0x75,0x50,0x30,0xca,0x35,0x63,0x96,0x8d,0xbf,0x82,0xe6,0xf7,0xc7,0xcf,0x24,
0x6c,0xf9,0x8b,0x79,0xd1,0xc3,0xff,0xbf,0xbc,0xca,0x2,0x1f,0xb7,0xe9,0x7a,0xf8,
0x99,0x1,0x9b,0x39,0x4f,0x27,0x78,0x8e,0x1,0x9c,0xc,0xa1,0xef,0xfe,0x5c,0x6c,
0xb4,0xfb,0xb4,0x69,0xee,0xdc,0xff,0x4a,0x41,0xe1,0x43,0x64,0xf8,0xeb,0xf9,0x5f,
0xbd,0x3a,0xc5,0x23,0x24,0xa7,0x7e,0x24,0x20,0x34,0x5,0x5,0x33,0xdf,0x4c,0xe3,
0x60,0x91,0x49,0x63,0xd4,0x2b,0xbc,0x39,0x20,0xbc,0x61,0x6e,0xf4,0xd0,0x3f,0x9c,
0x19,0xed,0xbb,0xd,0xcf,0x24,0xf4,0xa,0x13,0xf9,0x60,0xda,0x44,0xc1,0x7d,0xb2,
0xf5,0x15,0x80,0x63,0x25,0x1c,0x1a,0x3c,0x5f,0x6c,0xb4,0xfb,0x34,0x5c,0x39,0xb5,
0x6f,0xa8,0xd2,0x77,0x25,0x5,0x87,0x87,0xc8,0xf8,0xf,0xf3,0x29,0x1e,0x33,0x0,
0x8c,0x79,0xeb,0xa9,0xd,0xb3,0x1c,0x8d,0xc7,0xd7,0x11,0xe8,0x48,0x81,0x3f,0x9a,
0xf3,0xea,0xd9,0xea,0x33,0x98,0xfb,0x7f,0xbc,0x2,0x1f,0xc8,0xef,0x11,0xf8,0xb5,
0x13,0x36,0x53,0x6e,0x7,0xf0,0x4a,0xc,0x70,0x32,0x84,0xbe,0xf3,0x23,0xb1,0xd0,
0xee,0x51,0xf6,0xfb,0xce,0x5e,0x25,0x77,0xaf,0xa7,0x5e,0xb3,0x1d,0x9f,0xfb,0xd7,
0x6,0x7f,0x32,0x41,0x41,0xbd,0xdb,0x88,0x82,0xc2,0xe8,0xd9,0xe5,0xe8,0x81,0xb7,
0x9d,0x16,0xed,0xf9,0x26,0x6e,0x3f,0xed,0x25,0xf8,0x7d,0x44,0x36,0x43,0x6e,0x7,
0xb8,0x6f,0xb6,0x3e,0x3,0x70,0xec,0xc,0xba,0x62,0xa1,0xdd,0xa7,0xa1,0xe2,0xcc,
0x55,0x5e,0x29,0x7f,0x33,0x5,0x87,0x3,0x1b,0x67,0x95,0xd2,0x67,0x17,0xc4,0xe4,
0xcd,0xeb,0xa,0xa,0xf3,0x9a,0x41,0x6,0x5d,0x86,0xc7,0x39,0xc0,0x4,0xb3,0xb,
0xd1,0xc6,0x57,0xcd,0x8e,0xb6,0x7f,0x78,0x51,0x7c,0x94,0xb0,0x16,0x41,0xa1,0x57,
0x38,0x91,0x97,0xdb,0x4d,0x15,0xdc,0x37,0x5b,0x9f,0x1,0x38,0x66,0x3c,0xe7,0xdb,
0x62,0xa1,0xdd,0xa7,0x35,0xb3,0x9f,0xf7,0xbb,0xeb,0xf8,0xa3,0xff,0x95,0xfc,0x37,
0xe8,0xa8,0x60,0x1b,0x5,0x87,0x7d,0x14,0x10,0x9e,0x56,0x47,0xd,0x19,0xb3,0xd7,
0x86,0xdf,0x4a,0x9c,0xae,0xaf,0x33,0xf0,0x51,0x2,0x7f,0x7c,0x7f,0xc3,0xcb,0xf8,
0x6e,0xa3,0xd3,0xa3,0xdd,0xdf,0xa0,0xa3,0x4,0xdc,0x6d,0xd4,0x33,0xf0,0x2b,0xad,
0x6d,0x66,0xdc,0x4e,0xe0,0xb5,0xdb,0xe0,0x64,0x39,0xb4,0xde,0x3d,0x43,0x6c,0xb4,
0x7b,0xd4,0xf4,0x1a,0x8c,0x52,0xfe,0xcf,0xbc,0x72,0xee,0xab,0x41,0x7f,0xe1,0x27,
0x14,0x20,0xb6,0x7a,0xa5,0xdc,0x13,0x6c,0xf0,0xd9,0xc0,0x10,0x7,0x1,0x13,0x4e,
0x4b,0xd3,0x39,0x30,0xf0,0xd1,0xc4,0xe8,0x79,0xf1,0x37,0x12,0x76,0x7d,0x79,0x49,
0xfc,0x4a,0x6c,0xcb,0x4a,0x5,0xdd,0x9,0x7f,0xeb,0xc0,0x66,0xc4,0xed,0x4,0xf7,
0xd1,0xd6,0x77,0x0,0x8e,0x19,0xdf,0xf9,0x82,0xd8,0x67,0x77,0xea,0xbe,0xd2,0xa9,
0x73,0x82,0x52,0xee,0xe5,0x5e,0x31,0x77,0xb9,0x5f,0xce,0x7d,0x9e,0x82,0xc2,0x90,
0x57,0xce,0x3f,0xad,0xae,0xd,0x24,0x66,0x1f,0x7,0x87,0x24,0x0,0xf0,0xb8,0x86,
0xa6,0xd5,0x13,0xd2,0xb3,0xa,0xd1,0xc8,0xf2,0x52,0xb4,0xf5,0xb2,0x79,0x78,0x48,
0xad,0x47,0xe1,0x8f,0xe0,0xd8,0x8c,0xb8,0x9d,0xe0,0x3e,0xda,0xfa,0xe,0xc0,0xf1,
0x50,0x1b,0x1a,0xe8,0x17,0xb,0xed,0x3e,0xdd,0x59,0xa9,0xfc,0xb7,0xa0,0xfc,0xbb,
0xcf,0x1b,0x9a,0x39,0xb3,0x3f,0x28,0x17,0x5e,0x4f,0x47,0xe,0x5f,0x24,0xd3,0x7f,
0x90,0x8e,0x2,0x9e,0xe2,0xa3,0x85,0x34,0x20,0x34,0x7,0x85,0x24,0x30,0xd0,0xf4,
0x86,0x4a,0x31,0xf2,0xfb,0xb,0xd1,0xe8,0x4b,0xfb,0xa3,0x6d,0xd7,0x9c,0x1e,0xed,
0xfb,0xe1,0xf2,0x28,0xc4,0xf3,0x8,0x3d,0x7,0x7f,0x1d,0xcd,0x66,0xc4,0xed,0x4,
0xf7,0xd1,0xd6,0x77,0x0,0x8e,0x87,0x46,0xd5,0xf9,0xa4,0x58,0x68,0x77,0x6b,0x5d,
0xa1,0x30,0xcf,0x2f,0xe6,0xff,0x8a,0xc,0xff,0x3f,0xfc,0x4a,0xfe,0x20,0x3f,0x6b,
0xa0,0x9f,0x59,0x30,0x83,0x42,0x92,0x46,0xa8,0x7,0xe0,0xca,0x74,0xb4,0x70,0x26,
0x3f,0x93,0x20,0xf,0xa9,0xdd,0xb9,0x12,0xf,0xa9,0xf5,0x20,0xfc,0xd9,0x4c,0x9b,
0x11,0xb7,0x13,0xdc,0x47,0x5b,0xdf,0x1,0x38,0x1e,0x42,0xdf,0x7d,0xa2,0x36,0x74,
0xde,0xef,0x89,0x75,0x76,0xaf,0xbc,0x99,0x33,0x5f,0xe8,0x95,0x67,0xfe,0x31,0x19,
0xfe,0x3f,0x79,0xe5,0xdc,0x8e,0x8d,0x64,0xf8,0xc9,0xc3,0x6d,0x72,0x57,0x92,0x9,
0xe7,0xad,0xa7,0xa3,0x84,0x91,0xa5,0xe5,0x68,0xf3,0x45,0x73,0xa3,0x1d,0x1f,0x3b,
0x23,0xda,0xf7,0xa3,0x15,0xf8,0x92,0x5a,0x8f,0xc2,0xdf,0x53,0xb6,0x19,0x71,0x3b,
0xc1,0x7d,0xb4,0xf5,0x1d,0x80,0xe3,0xa5,0x6b,0x5f,0xab,0x6d,0x6a,0x78,0xe1,0x8c,
0xdf,0xe,0x2a,0xb9,0x5,0x7e,0xa9,0x70,0xa5,0x5f,0xca,0xff,0xa4,0xba,0xa0,0xf0,
0x14,0x9b,0xbf,0x3a,0x62,0xc8,0xa0,0x2f,0x44,0xf3,0xdd,0x46,0x9b,0x5e,0x3d,0x27,
0xda,0xf1,0xe1,0x45,0xd1,0xbe,0x7f,0x59,0x1e,0x85,0xf7,0xe2,0x8,0xa1,0x57,0x41,
0x50,0x0,0xbd,0x44,0x18,0xb8,0xf7,0x88,0x75,0x76,0xb7,0xee,0x2e,0x16,0x9f,0x1d,
0x54,0xf2,0xee,0xe8,0x4b,0xfa,0x6f,0xe0,0x27,0x92,0xab,0xa7,0x17,0xe9,0x88,0x20,
0xaf,0xee,0x2c,0xd2,0x1,0x81,0xc7,0x39,0x2d,0x98,0x4b,0x47,0xa,0xe7,0x56,0xa2,
0x7,0xaf,0x5c,0x10,0xed,0xf9,0xce,0x32,0x5c,0x47,0xe8,0x71,0x70,0xfa,0x8,0xf4,
0x1a,0xe1,0xb0,0xb3,0x4a,0xac,0xb3,0xbb,0xc5,0x81,0x61,0xe7,0xe7,0x97,0x7c,0x77,
0xfb,0x7,0x17,0xa9,0xa3,0x80,0xe1,0xc5,0x25,0x3a,0x5a,0x88,0xbf,0xb3,0xcc,0x2f,
0xb9,0xe3,0xc0,0xc0,0xa7,0x96,0x38,0x28,0x6c,0xfc,0x13,0xf9,0xde,0xf2,0xed,0x2b,
0xa2,0xba,0x67,0x5f,0x71,0xa0,0x37,0xc0,0x85,0x66,0xd0,0x73,0x54,0xdd,0xcf,0x88,
0x6d,0x76,0xbf,0xe,0xde,0x33,0x50,0xe3,0x57,0x5d,0x6f,0x7f,0xff,0x42,0xf5,0x74,
0x72,0x75,0x9e,0x3e,0x42,0x90,0x53,0x47,0xfc,0xe1,0x1c,0x3a,0x4a,0xe0,0x67,0x12,
0xf8,0xc3,0x39,0xb5,0x7b,0x6,0x70,0x2d,0xa1,0xc7,0xc1,0x2d,0xa9,0xa0,0xe7,0xf0,
0x9d,0x83,0x62,0x99,0xdd,0xad,0x7a,0x30,0x78,0x31,0x2f,0x30,0x7f,0x43,0x79,0xcf,
0x37,0x96,0x2a,0xe3,0x1f,0x3d,0xbb,0x12,0x55,0xe7,0x16,0xd5,0x6b,0x2c,0xf8,0xce,
0xa3,0xd1,0x17,0x55,0xa2,0xfb,0xdf,0x7a,0x5a,0xb4,0xf3,0xf3,0x67,0xc5,0xaf,0xc4,
0xce,0xae,0x2c,0xd0,0x73,0xe0,0xe1,0x35,0xd0,0x9b,0xc,0x5e,0x2c,0xd6,0xd9,0xbd,
0xaa,0x7,0xce,0xed,0x6a,0x61,0x3d,0x37,0xda,0xff,0xaf,0x2b,0xa2,0x1d,0x1f,0x5d,
0xa4,0x8e,0x16,0xf8,0x9d,0x46,0xfc,0x50,0xdb,0xf0,0xb2,0x52,0xb4,0xf5,0x4d,0xf3,
0xa3,0x9d,0x37,0x52,0x40,0xe0,0xa7,0x96,0x71,0x84,0x0,0x8,0xbc,0xe6,0x2,0xf4,
0x22,0x35,0xdf,0xf9,0x37,0xb1,0xce,0xee,0x54,0xdd,0x3b,0x67,0x7e,0xb2,0xc0,0x64,
0xf6,0xb5,0x5f,0xaf,0x8a,0x76,0x7f,0x65,0x49,0x74,0xff,0xff,0x3a,0x2d,0x1a,0x59,
0x55,0x8e,0xaa,0x67,0x14,0xa3,0xd,0xaf,0x98,0x15,0x6d,0xff,0xd0,0xa2,0x68,0xdf,
0xad,0xd8,0xc1,0x40,0x33,0xed,0xfc,0x42,0x3c,0x67,0x25,0x5e,0x88,0x7,0x26,0x9,
0xf2,0x4d,0xb1,0xd0,0xee,0x53,0x23,0x70,0xae,0xc9,0x2e,0xf0,0x81,0x9f,0xad,0x8c,
0x76,0xde,0x70,0x56,0xb4,0xf5,0x2f,0x4f,0x8b,0x36,0xbf,0x6e,0x4e,0x74,0xff,0xe5,
0x74,0x94,0xf0,0x7f,0xe4,0x21,0x35,0x1c,0x25,0x0,0x3,0xbc,0x3a,0x1b,0xf4,0x22,
0xec,0x9b,0x62,0xa1,0xdd,0x27,0x5a,0xc0,0xd5,0xd9,0x5,0xe6,0xf,0xe4,0x70,0x60,
0xd8,0xf5,0x7f,0x97,0x44,0xf,0x7f,0xea,0x4c,0xa,0x10,0x8b,0xd5,0x69,0x25,0xbc,
0x12,0x1b,0x64,0xc1,0x47,0x76,0x40,0x8f,0xb2,0x5a,0x2c,0xb4,0xbb,0xd4,0x8,0xdc,
0x5,0x96,0x85,0x4d,0x38,0x78,0xd7,0xaa,0xe8,0xc0,0x4f,0x57,0xaa,0x0,0x81,0x80,
0x0,0xc6,0x2,0x9f,0xe3,0x4,0xbd,0x8,0xfb,0xa7,0x58,0x69,0xf7,0x28,0xc,0xdc,
0xab,0x6d,0xb,0x9b,0xc0,0xcf,0x21,0xf0,0x3,0x6a,0x3c,0xc4,0x69,0x23,0x30,0x6,
0xf8,0x70,0x3f,0xe8,0x45,0xd8,0x3f,0xc5,0x4a,0xbb,0x47,0xfc,0xd8,0xb6,0x6d,0x61,
0x1,0x38,0x5e,0xfe,0xf6,0x1d,0xed,0x73,0x6d,0x81,0xfb,0x62,0xeb,0x23,0x0,0x13,
0x49,0xd7,0xbd,0xf6,0x62,0x9f,0x3f,0x78,0x9a,0x6d,0x41,0x1,0x38,0x51,0x2e,0xba,
0x60,0x8e,0xd5,0xa4,0xa7,0x12,0xee,0x83,0xad,0x6f,0x0,0x4c,0x6,0xec,0xa3,0x62,
0xa9,0x9d,0xaf,0x9a,0xef,0x5e,0x65,0x5b,0x48,0x0,0x4e,0x94,0xfb,0x7f,0xb9,0x2a,
0x72,0xa7,0xf1,0x16,0xd5,0x81,0x15,0x65,0xd5,0x7,0x5b,0xdf,0x0,0x98,0xc,0xd8,
0x47,0xc5,0x52,0x3b,0x5f,0x61,0xe0,0xfc,0xc6,0xb6,0x90,0x0,0x9c,0xc,0xbf,0xf8,
0xde,0xb2,0xa8,0x58,0xb2,0x9b,0xf6,0x64,0xc2,0xf3,0xe4,0x79,0xdb,0xfa,0x4,0xc0,
0x64,0xc1,0x3e,0x2a,0x96,0xda,0xd9,0xe2,0x4f,0xcb,0xa9,0x5,0xf2,0xdd,0x23,0xd9,
0x85,0x4,0xe0,0x64,0x61,0x73,0x9e,0xca,0x23,0x6,0x3e,0x42,0x40,0x40,0x0,0xd3,
0x45,0x57,0x7c,0xaa,0xb3,0x51,0x75,0xde,0x6c,0x5b,0x38,0x0,0x26,0xa,0x3e,0x8d,
0x33,0x15,0xd7,0x18,0x78,0x1e,0x38,0x65,0x4,0xa6,0x13,0xf6,0x53,0xb1,0xd6,0xce,
0x15,0x2d,0xc8,0x4d,0xd9,0x5,0x3,0x60,0x32,0x98,0xcc,0xbb,0x92,0x70,0x97,0x11,
0x68,0x7,0x6a,0xbe,0xfb,0x5d,0xb1,0xd6,0xce,0x55,0xdd,0x77,0xf,0xd8,0x16,0xe,
0x80,0xc9,0x80,0x9f,0x19,0x98,0xc8,0x7,0xdc,0xb8,0x2d,0x3c,0x87,0x0,0xda,0x6,
0xf2,0x53,0xb1,0xd6,0xce,0xd4,0x41,0x6f,0xe0,0x1c,0xeb,0x82,0x1,0x30,0xc9,0xf0,
0x6b,0x27,0xf8,0x7d,0x44,0x27,0xf2,0x12,0x3d,0x7e,0xb9,0x1d,0xd7,0xc5,0xab,0x2b,
0x40,0x3b,0xd2,0x20,0x5f,0x15,0x8b,0xed,0x3c,0x51,0x54,0xfb,0x90,0x6d,0xa1,0x0,
0x98,0x4a,0xf8,0x95,0xd6,0xfc,0xad,0x3,0xfe,0x8,0xe,0x7f,0x1d,0x8d,0x3f,0x9b,
0xc9,0xdf,0x53,0x66,0x78,0x9c,0xd3,0x38,0x8f,0xcb,0xe0,0xf5,0xd7,0xa0,0xed,0xa9,
0xba,0x1f,0x12,0x8b,0xed,0x3c,0x85,0xbe,0xf3,0x6b,0xeb,0x42,0x1,0x0,0x0,0x38,
0x21,0xd8,0x57,0xc5,0x62,0x3b,0x4b,0xf5,0xf5,0x2b,0x5f,0x60,0x5b,0x20,0x0,0x0,
0x0,0x27,0x9,0xf9,0xab,0x58,0x6d,0xe7,0x28,0xf4,0xdc,0x3f,0xb7,0x2e,0xc,0x0,
0x0,0x80,0x93,0x82,0xfd,0x55,0xac,0xb6,0x73,0x54,0xf7,0xdd,0xcf,0xda,0x16,0x6,
0x0,0x0,0xc0,0x49,0x42,0xfe,0x2a,0x56,0xdb,0x39,0xaa,0x57,0x9d,0xfb,0xac,0xb,
0x3,0x0,0x0,0xe0,0xe4,0x20,0x7f,0x15,0xab,0xed,0xc,0xed,0xf2,0x16,0x9f,0x62,
0x5d,0x10,0x0,0x0,0x0,0x13,0x2,0xfb,0xac,0x58,0x6e,0xfb,0xab,0xe6,0xbb,0x2f,
0xb3,0x2d,0x4,0x0,0x0,0x80,0x89,0x81,0x7d,0x56,0x2c,0xb7,0xfd,0xd5,0xa8,0xe,
0xbe,0xdf,0xb6,0x10,0x0,0x0,0x0,0x26,0x6,0xf6,0x59,0xb1,0xdc,0xf6,0x57,0xe8,
0x3b,0xb7,0xd9,0x16,0x2,0x0,0x0,0xc0,0xc4,0xc0,0x3e,0x2b,0x96,0xdb,0xfe,0xa,
0x3,0x77,0xbf,0x6d,0x21,0x0,0x0,0x0,0x4c,0xc,0xec,0xb3,0x62,0xb9,0xed,0xad,
0x43,0x23,0x67,0x2f,0xb2,0x2d,0x0,0x0,0x0,0x80,0x89,0x85,0xfd,0x56,0xac,0xb7,
0x7d,0x55,0xf3,0xf1,0xfd,0x4,0x0,0x0,0x98,0xa,0xd8,0x6f,0xc5,0x7a,0xdb,0x57,
0x61,0xe0,0x5c,0x6f,0xeb,0x3c,0x0,0x0,0x80,0x89,0x85,0xfd,0x56,0xac,0xb7,0x7d,
0x55,0xf,0x9c,0x3b,0x6c,0x9d,0x7,0x0,0x0,0x30,0xd1,0x38,0x77,0x88,0xf5,0xb6,
0xaf,0x42,0xdf,0xdd,0x6d,0xef,0x3c,0x0,0x0,0x80,0x89,0x84,0xfd,0x56,0xac,0xb7,
0x3d,0xb5,0xf7,0xbe,0x73,0x73,0xb6,0x8e,0x3,0x0,0x0,0x98,0x1c,0xd8,0x77,0xc5,
0x82,0xdb,0x4f,0x61,0x30,0xf0,0x72,0x5b,0xa7,0x1,0x0,0x0,0x4c,0xe,0xec,0xbb,
0x62,0xc1,0xed,0xa7,0xba,0xef,0x5c,0x69,0xeb,0x34,0x0,0x0,0x80,0xc9,0xa1,0x46,
0xbe,0x2b,0x16,0xdc,0x7e,0xa,0x7d,0xe7,0xcb,0xb6,0x4e,0x3,0x0,0x0,0x98,0x1c,
0xd8,0x77,0xc5,0x82,0xdb,0x4f,0x75,0xdf,0x5d,0x6d,0xeb,0x34,0x0,0x0,0x80,0x49,
0x82,0x7c,0x57,0x2c,0xb8,0xfd,0x44,0x1d,0x7c,0xa4,0xa5,0xc3,0x0,0x0,0x0,0x26,
0x93,0x47,0xc4,0x82,0xdb,0x4b,0x87,0x82,0x81,0x99,0x96,0xce,0x2,0x0,0x0,0x98,
0x64,0xd8,0x7f,0xc5,0x8a,0xdb,0x47,0x75,0x6f,0x60,0xc0,0xd6,0x59,0x0,0x0,0x0,
0x93,0xc,0xf9,0xaf,0x58,0x71,0xfb,0x28,0xc,0x9c,0x8b,0xac,0x9d,0x5,0x0,0x0,
0x30,0xa9,0xb0,0xff,0x8a,0x15,0xb7,0x8f,0x6a,0xbe,0xf3,0x5e,0x5b,0x67,0x1,0x0,
0x0,0x4c,0x2e,0xec,0xbf,0x62,0xc5,0xed,0xa3,0x7a,0xe0,0xdc,0x68,0xeb,0x2c,0x0,
0x0,0x80,0xc9,0xc6,0xb9,0x51,0xac,0xb8,0x7d,0x14,0xfa,0xce,0x8f,0xed,0x9d,0x5,
0x0,0x0,0x30,0x99,0xb0,0xff,0x8a,0x15,0xb7,0x8f,0x28,0x52,0xd,0xdb,0x3a,0xb,
0x0,0x0,0x60,0xb2,0x71,0x86,0xc5,0x8a,0xdb,0x47,0x61,0xe0,0xe0,0x19,0x5,0x0,
0x0,0x98,0x6,0xd8,0x7f,0xc5,0x8a,0xdb,0x43,0x8d,0x4d,0xe7,0x9c,0x6a,0xeb,0x28,
0x0,0x0,0x80,0xa9,0x81,0x7d,0x58,0x2c,0x79,0xfa,0xd5,0x8,0xdc,0x5,0xb6,0x4e,
0x2,0x0,0x0,0x98,0x1a,0xd8,0x87,0xc5,0x92,0xa7,0x5f,0x8d,0xaa,0x73,0xb6,0xad,
0x93,0x0,0x0,0x0,0xa6,0x6,0xf6,0x61,0xb1,0xe4,0xe9,0x57,0x7d,0x78,0xf0,0x2,
0x5b,0x27,0x1,0x0,0x0,0x4c,0x11,0xe4,0xc3,0x62,0xc9,0xd3,0x2f,0xea,0xd0,0x65,
0x2d,0x1d,0x4,0x0,0x0,0x30,0x95,0x5c,0x26,0x96,0x3c,0xfd,0xaa,0x57,0xdd,0x77,
0x5b,0x3a,0x8,0x0,0x0,0x60,0xaa,0x20,0x1f,0x16,0x4b,0x9e,0x7e,0xd5,0x7d,0xe7,
0xe3,0xd6,0x4e,0x2,0x0,0x0,0x98,0x1a,0xc8,0x87,0xc5,0x92,0xa7,0x5f,0xf5,0xc0,
0xf9,0xa2,0xb5,0x93,0x0,0x0,0x0,0xa6,0x8,0xe7,0x8b,0x62,0xc9,0xd3,0x2f,0xea,
0xd0,0xf7,0x5b,0x3b,0x8,0x0,0x0,0x60,0xa,0xf9,0xbe,0x58,0xf2,0xf4,0xab,0xee,
0xbb,0x3f,0xb7,0x74,0x10,0x0,0x0,0xc0,0x54,0x41,0x3e,0x2c,0x96,0x3c,0xfd,0xa2,
0xe,0xe1,0xdb,0xcc,0x0,0x0,0x30,0xbd,0xb4,0xcf,0xb7,0x9a,0x43,0xdf,0xf1,0x2c,
0x1d,0x4,0x0,0x0,0x30,0x45,0xb0,0xf,0x8b,0x25,0x4f,0xbf,0x42,0xdf,0x5d,0x6f,
0xeb,0x24,0x0,0x0,0x80,0xa9,0x81,0x7d,0x58,0x2c,0x79,0xfa,0x55,0xf7,0x9d,0x2d,
0xb6,0x4e,0x2,0x0,0x0,0x98,0x22,0xc8,0x87,0xc5,0x92,0xa7,0x5f,0x61,0xe0,0xee,
0xb0,0x76,0x12,0x0,0x0,0xc0,0x94,0xc0,0x3e,0x2c,0x96,0x3c,0xfd,0xa,0x3,0x67,
0x8f,0xad,0x93,0x0,0x0,0x0,0xa6,0x6,0xf6,0x61,0xb1,0xe4,0xe9,0x57,0x3d,0x70,
0x6a,0xb6,0x4e,0x2,0x0,0x0,0x98,0x2a,0x9c,0x9a,0x58,0xf2,0xf4,0x2b,0xf4,0xdd,
0xc7,0xec,0x9d,0x4,0x0,0x0,0x30,0x15,0xb0,0xf,0x8b,0x25,0x4f,0xbf,0x42,0xdf,
0x79,0xda,0xd6,0x49,0x0,0x0,0x0,0x53,0x3,0xfb,0xb0,0x58,0xf2,0xf4,0xb,0x41,
0x1,0x0,0x0,0xa6,0x97,0x36,0xb,0xa,0x38,0x7d,0x4,0x0,0x0,0xd3,0x49,0x5b,
0x9d,0x3e,0xc2,0x85,0x66,0x0,0x0,0x98,0x6e,0xda,0xe9,0x42,0x33,0x6e,0x49,0x5,
0x0,0x80,0x69,0xa5,0xad,0x6e,0x49,0xc5,0xc3,0x6b,0x0,0x0,0x30,0xbd,0xb4,0xd5,
0xc3,0x6b,0x78,0xcd,0x5,0x0,0x0,0x4c,0x33,0x6d,0xf5,0x9a,0xb,0xbc,0x10,0xf,
0x0,0x0,0xa6,0x15,0xf6,0x61,0xb1,0xe4,0xe9,0x17,0xbf,0xb2,0xd5,0xd6,0x49,0x0,
0x0,0x0,0x53,0x3,0xfb,0xb0,0x58,0xf2,0xf4,0x8b,0x3a,0x84,0x8f,0xec,0x0,0x0,
0xc0,0xf4,0xd2,0x3e,0x1f,0xd9,0xc1,0xe7,0x38,0x1,0x0,0x60,0x9a,0x69,0xb3,0xcf,
0x71,0xe2,0xc3,0xfd,0x0,0x0,0x30,0xbd,0xb4,0xd1,0x87,0xfb,0x3,0xe7,0x8b,0x96,
0xe,0x2,0x0,0x0,0x98,0x32,0x9c,0x2f,0x8a,0x25,0x4f,0xbf,0xea,0xbe,0xf3,0x71,
0x7b,0x27,0x1,0x0,0x0,0x4c,0x9,0xe4,0xc3,0x62,0xc9,0xd3,0xaf,0x7a,0xd5,0x7d,
0xb7,0xb5,0x93,0x0,0x0,0x0,0xa6,0x6,0xf2,0x61,0xb1,0xe4,0xe9,0x17,0x75,0xe8,
0xb2,0x96,0xe,0x2,0xd0,0x63,0x6c,0xb8,0xa5,0x18,0xdd,0x79,0xfd,0xc,0x0,0xa6,
0x85,0x3d,0xf7,0x2c,0x7b,0x9b,0x58,0xf2,0xf4,0xab,0x3e,0x3c,0x78,0x81,0x6d,0x27,
0x1,0x0,0x0,0x30,0x45,0x90,0xf,0x8b,0x25,0x4f,0xbf,0x1a,0x55,0xe7,0x6c,0x6b,
0x27,0x1,0x0,0x0,0x4c,0x9,0xec,0xc3,0x62,0xc9,0xd3,0xaf,0x46,0xe0,0x2e,0xb0,
0x75,0x12,0x0,0x0,0xc0,0xd4,0xc0,0x3e,0x2c,0x96,0x3c,0xfd,0x6a,0x6c,0x3a,0xe7,
0x54,0x5b,0x27,0x1,0x0,0x0,0x4c,0xd,0xec,0xc3,0x62,0xc9,0xed,0xa1,0x30,0x70,
0x1e,0xb1,0x75,0x14,0x0,0x0,0xc0,0xe4,0xc2,0xfe,0x2b,0x56,0xdc,0x3e,0xaa,0x7,
0xce,0xb0,0xad,0xb3,0x0,0x0,0x0,0x26,0x1b,0x67,0x58,0xac,0xb8,0x7d,0x14,0xfa,
0xce,0x8f,0xed,0x9d,0x5,0x0,0x0,0x30,0x99,0xb0,0xff,0x8a,0x15,0xb7,0x8f,0x28,
0x52,0xdd,0x68,0xeb,0x2c,0x0,0x0,0x80,0xc9,0xc6,0xb9,0x51,0xac,0xb8,0x7d,0x54,
0xf3,0x9d,0xf7,0xda,0x3b,0xb,0x0,0x0,0x60,0x32,0x61,0xff,0x15,0x2b,0x6e,0x1f,
0x85,0x81,0x73,0x91,0xad,0xb3,0x0,0x0,0x0,0x26,0x17,0xf6,0x5f,0xb1,0xe2,0xf6,
0x51,0xdd,0x1b,0x18,0xb0,0x75,0x16,0x0,0x0,0xc0,0x24,0x43,0xfe,0x2b,0x56,0xdc,
0x3e,0x3a,0x14,0xc,0xcc,0xb4,0x76,0x16,0x0,0x0,0xc0,0xa4,0xc2,0xfe,0x2b,0x56,
0xdc,0x5e,0xa2,0xce,0xe1,0x59,0x5,0x0,0x0,0x98,0x5a,0xda,0xef,0x19,0x5,0xad,
0xba,0x8f,0x6f,0x35,0x3,0x0,0xc0,0x94,0x42,0xbe,0x2b,0x16,0xdc,0x7e,0xa,0x7d,
0xe7,0xcb,0xd6,0x4e,0x3,0x0,0x0,0x98,0x14,0xd8,0x77,0xc5,0x82,0xdb,0x4f,0x35,
0xdf,0xb9,0xd2,0xd6,0x69,0x0,0x0,0x0,0x93,0x4,0xf9,0xae,0x58,0x70,0xfb,0x29,
0xc,0x6,0x5e,0x6e,0xed,0x34,0x0,0x0,0x80,0x49,0x81,0x7d,0x57,0x2c,0xb8,0xfd,
0xb4,0xf7,0xbe,0x73,0x73,0xb6,0x4e,0x3,0x0,0x0,0x98,0x1c,0xd8,0x77,0xc5,0x82,
0xdb,0x53,0xa1,0xef,0xee,0xb6,0x75,0x1c,0x0,0x0,0xc0,0xc4,0xc2,0x7e,0x2b,0xd6,
0xdb,0xbe,0xaa,0x7,0xce,0x1d,0xb6,0xce,0x3,0x0,0x0,0x98,0x68,0x9c,0x3b,0xc4,
0x7a,0xdb,0x57,0x61,0xe0,0x5c,0x6f,0xef,0x3c,0x0,0x0,0x80,0x89,0x84,0xfd,0x56,
0xac,0xb7,0x7d,0x55,0xf3,0x9d,0x37,0xdb,0x3a,0xf,0x0,0x0,0x60,0x62,0x61,0xbf,
0x15,0xeb,0x6d,0x5f,0x1d,0x1a,0x39,0x7b,0x91,0xad,0xf3,0x0,0x0,0x0,0x26,0x16,
0xf6,0x5b,0xb1,0xde,0xf6,0x56,0x18,0xb8,0xfb,0x6d,0xb,0x0,0x0,0x0,0x60,0x62,
0x60,0x9f,0x15,0xcb,0x6d,0x7f,0x85,0xbe,0x73,0x9b,0x6d,0x21,0x0,0x0,0x0,0x4c,
0xc,0xec,0xb3,0x62,0xb9,0xed,0xaf,0x46,0x75,0xf0,0xfd,0xb6,0x85,0x0,0x0,0x0,
0x30,0x31,0xb0,0xcf,0x8a,0xe5,0xb6,0xbf,0x6a,0xbe,0xfb,0x32,0xdb,0x42,0x0,0x0,
0x0,0x98,0x18,0xd8,0x67,0xc5,0x72,0xdb,0x5f,0xbb,0xbc,0xc5,0xa7,0xd8,0x16,0x2,
0x0,0x0,0xc0,0xc4,0xc0,0x3e,0x2b,0x96,0xdb,0x19,0xaa,0x57,0x9d,0xfb,0x6c,0xb,
0x2,0x0,0x0,0xe0,0x24,0x21,0x7f,0x15,0xab,0xed,0x1c,0xd5,0x7d,0xf7,0xb3,0xd6,
0x85,0x1,0x0,0x0,0x70,0x72,0x90,0xbf,0x8a,0xd5,0x76,0x8e,0x42,0xcf,0xfd,0x73,
0xeb,0xc2,0x0,0x0,0x0,0x38,0x29,0xd8,0x5f,0xc5,0x6a,0x3b,0x47,0xf5,0xf5,0x2b,
0x5f,0x60,0x5b,0x18,0x0,0x0,0x0,0x27,0x9,0xf9,0xab,0x58,0x6d,0x67,0x29,0xf4,
0x9d,0x5f,0x5b,0x17,0x8,0x0,0x0,0xc0,0x9,0xc1,0xbe,0x2a,0x16,0xdb,0x79,0xaa,
0x57,0xdd,0xf,0xd9,0x16,0xa,0x0,0x0,0xc0,0x9,0xe2,0xbb,0x1f,0x12,0x8b,0xed,
0x3c,0x35,0xbc,0x81,0x73,0xac,0xb,0x5,0x0,0x0,0xe0,0x84,0x38,0x48,0xbe,0x2a,
0x16,0xdb,0x99,0xa2,0xa8,0x76,0xc0,0xb6,0x60,0x0,0x0,0x0,0x8e,0x13,0xdf,0x39,
0x28,0xd6,0xda,0xb9,0xaa,0xf9,0xee,0x77,0xad,0xb,0x7,0x0,0x0,0xe0,0x78,0xb9,
0x49,0xac,0xb5,0x73,0xd5,0xa8,0xe2,0xfb,0xa,0x0,0x0,0x30,0x11,0xb0,0x9f,0x8a,
0xb5,0x76,0xae,0x6a,0x43,0x3,0xfd,0xb6,0x85,0x3,0x0,0x0,0x70,0x7c,0xb0,0x9f,
0x8a,0xb5,0x76,0xb6,0xc2,0xc0,0xf9,0x8d,0x6d,0x1,0x1,0x0,0x0,0x1c,0x1b,0xec,
0xa3,0x62,0xa9,0x9d,0xaf,0x9a,0xef,0x5e,0x65,0x5b,0x48,0x0,0x0,0x0,0xc7,0x6,
0xfb,0xa8,0x58,0x6a,0xe7,0x6b,0x9f,0x3f,0x78,0x9a,0x6d,0x21,0x1,0x0,0x0,0x1c,
0x1b,0xec,0xa3,0x62,0xa9,0xdd,0xa1,0x30,0x70,0xef,0xb1,0x2d,0x28,0x0,0x0,0x80,
0xf1,0x61,0xff,0x14,0x2b,0xed,0x1e,0xd1,0x42,0x5d,0x6d,0x5b,0x58,0x0,0x0,0x0,
0xe3,0xc3,0xfe,0x29,0x56,0xda,0x3d,0x6a,0x4,0xee,0x2,0xdb,0xc2,0x2,0x0,0x0,
0x18,0x1f,0xf6,0x4f,0xb1,0xd2,0xee,0x12,0x2d,0xdc,0xea,0xec,0xc2,0x2,0x0,0x0,
0x18,0x97,0xd5,0x62,0xa1,0xdd,0xa7,0x46,0xe0,0x5c,0x63,0x59,0x60,0x0,0x0,0x0,
0x63,0xc0,0xbe,0x29,0x16,0xda,0x7d,0xaa,0x7b,0xe7,0xcc,0xb7,0x2d,0x34,0x0,0x0,
0x80,0x31,0x20,0xdf,0x14,0xb,0xed,0x4e,0xd5,0x7c,0xe7,0xdf,0xac,0xb,0xe,0x0,
0x0,0x20,0x83,0x73,0xbb,0x58,0x67,0xf7,0xaa,0x1e,0xc,0x5e,0x6c,0x5f,0x78,0x0,
0x0,0x0,0xcd,0xc,0x5e,0x2c,0xd6,0xd9,0xdd,0xe2,0xd7,0xbf,0xda,0x57,0x0,0x0,
0x0,0x0,0xa1,0x26,0x96,0xd9,0xfd,0xaa,0x57,0xdd,0xcf,0x58,0x56,0x0,0x0,0x0,
0x0,0x8d,0xef,0x7e,0x46,0x2c,0xb3,0xfb,0x15,0xe,0x3b,0xab,0xac,0x2b,0x1,0x0,
0x0,0x80,0x82,0x7d,0x52,0x2c,0xb3,0x37,0x84,0xd7,0x5e,0x0,0x0,0x80,0x9d,0xae,
0x7c,0xad,0xc5,0xd1,0x14,0x6,0xce,0xdb,0x6d,0x2b,0x3,0x0,0x0,0x7a,0x1d,0xf6,
0x47,0xb1,0xca,0xde,0x51,0x6d,0xe8,0xbc,0xdf,0xb,0x7d,0xf7,0x9,0xdb,0xa,0x1,
0x0,0x80,0x9e,0x85,0x7c,0x91,0xfd,0x51,0xac,0xb2,0xb7,0xd4,0xa8,0x3a,0x9f,0xb4,
0xae,0x14,0x0,0x0,0xe8,0x51,0xd8,0x17,0xc5,0x22,0x7b,0x4f,0xf8,0x54,0x27,0x0,
0x0,0x34,0xd3,0x35,0x9f,0xdc,0x3c,0x51,0xd5,0x7d,0xe7,0xb,0xb6,0x15,0x3,0x0,
0x0,0x3d,0x7,0xf9,0xa1,0x58,0x63,0xef,0xea,0xd0,0x7a,0xf7,0xc,0xeb,0xca,0x1,
0x0,0x80,0x1e,0xe3,0x80,0xef,0x9c,0x29,0xd6,0xd8,0xdb,0xaa,0x7b,0xce,0xb7,0x6d,
0x2b,0x8,0x0,0x0,0x7a,0x7,0xe7,0xdb,0x62,0x89,0x50,0x3d,0x18,0x74,0xed,0x2b,
0x9,0x0,0x0,0x7a,0x85,0x41,0x57,0x2c,0x11,0x62,0x85,0xbe,0xf3,0x23,0xfb,0x8a,
0x2,0x0,0x80,0x2e,0xc7,0xef,0x81,0xb7,0xa1,0x1e,0xaf,0xc2,0xa1,0xc1,0xf3,0xad,
0x2b,0xb,0x0,0x0,0xba,0x9c,0xb0,0x3a,0x78,0xbe,0x58,0x21,0x64,0x2a,0xf4,0xdd,
0x9f,0xdb,0x56,0x18,0x0,0x0,0x74,0x2b,0xe4,0x7b,0x77,0x89,0x5,0x42,0x59,0xd5,
0xbc,0x81,0xd7,0xda,0x56,0x1a,0x0,0x0,0x74,0x2b,0x35,0x6f,0xf0,0xb5,0x62,0x81,
0x90,0x4d,0xb4,0x92,0xd6,0x64,0x57,0x1a,0x0,0x0,0x74,0x23,0x74,0x94,0xe0,0x89,
0xf5,0x41,0x63,0xa9,0x3e,0xec,0xbc,0xd1,0xb6,0xf2,0x0,0x0,0xa0,0xdb,0xa8,0xf9,
0x3,0x97,0x8a,0xf5,0x41,0xe3,0x29,0xc,0xdc,0x8d,0xb6,0x15,0x8,0x0,0x0,0x5d,
0x83,0xef,0x6c,0x11,0xcb,0x83,0x8e,0x26,0xbc,0x56,0x1b,0x0,0xd0,0xed,0xf4,0xe4,
0xeb,0xb1,0x4f,0x46,0xf5,0xc0,0xd9,0x69,0x5b,0x91,0x0,0x0,0xd0,0xe9,0x84,0xbe,
0xbb,0x5b,0xac,0xe,0x3a,0x56,0xd1,0x8a,0x7b,0x57,0x76,0x45,0x2,0x0,0x40,0x97,
0xf0,0x2e,0xb1,0x3a,0xe8,0x78,0x44,0x2b,0xe,0x77,0x22,0x1,0x0,0xba,0x8d,0x35,
0x62,0x71,0xd0,0xf1,0xaa,0xee,0xf,0xbc,0xc2,0xb2,0x42,0x1,0x0,0xa0,0x73,0x21,
0x5f,0x13,0x8b,0x83,0x4e,0x44,0xa1,0xef,0x7c,0xdd,0xba,0x62,0x1,0x0,0xa0,0xc3,
0x60,0x3f,0x13,0x6b,0x83,0x4e,0x54,0x7,0x47,0xdc,0x4a,0x18,0x38,0x4f,0xd9,0x56,
0x30,0x0,0x0,0x74,0xe,0xce,0x53,0x7,0xd7,0xba,0x15,0xb1,0x36,0xe8,0x64,0x14,
0x6,0xee,0xd5,0xf6,0x95,0xc,0x0,0x0,0x9d,0x41,0xe8,0xb9,0x57,0x8b,0xa5,0x41,
0x13,0x21,0x8a,0xb2,0x55,0xdb,0x8a,0x6,0x0,0x80,0xf6,0xc7,0xa9,0x8a,0x95,0x41,
0x13,0xa5,0xba,0x3f,0x70,0x81,0x7d,0x65,0x3,0x0,0x40,0x7b,0x73,0x90,0xfc,0x4b,
0xac,0xc,0x9a,0x48,0xd5,0x7c,0xe7,0x3b,0xb6,0x15,0xe,0x0,0x0,0xed,0xb,0x3e,
0xb3,0x39,0x69,0xa,0xd7,0x3a,0x73,0xed,0x2b,0x1d,0x0,0x0,0xda,0x13,0xf6,0x2d,
0xb1,0x30,0x68,0x32,0xd4,0xa8,0xba,0x1f,0xb0,0xad,0x78,0x0,0x0,0x68,0x37,0x42,
0xdf,0xfd,0x80,0x58,0x17,0x34,0x99,0xa2,0x15,0x3d,0x62,0xfb,0x1,0x0,0x0,0xa0,
0x6d,0xf0,0x9d,0x51,0xb1,0x2c,0x68,0xb2,0xd5,0xa8,0xe,0xbc,0xc6,0xfa,0x23,0x0,
0x0,0x40,0x9b,0xc0,0x3e,0x25,0x96,0x5,0x4d,0x85,0xea,0x81,0x73,0xb3,0xed,0x87,
0x0,0x0,0x80,0xe9,0x26,0x24,0x7f,0x12,0xab,0x82,0xa6,0x4a,0x8d,0xc0,0x5d,0x60,
0xfb,0x31,0x0,0x0,0x60,0xba,0x61,0x7f,0x12,0xab,0x82,0xa6,0x52,0x78,0xd2,0x19,
0x0,0xd0,0x6e,0xb0,0x2f,0x89,0x45,0x41,0xd3,0xa1,0xd0,0x77,0x7e,0x68,0xfb,0x61,
0x0,0x0,0x60,0xaa,0x61,0x3f,0x12,0x6b,0x82,0xa6,0x4b,0x8f,0xc,0xaf,0xec,0xa3,
0x1f,0x63,0x57,0xf6,0xc7,0x1,0x0,0x80,0x29,0x66,0x17,0xfb,0x91,0x58,0x13,0x34,
0x9d,0x6a,0xf8,0x83,0x17,0x5a,0x7e,0x20,0x0,0x0,0x98,0x32,0xd8,0x87,0xc4,0x92,
0xa0,0x76,0x50,0xdd,0x77,0x3f,0x66,0xfb,0xa1,0x0,0x0,0x60,0xd2,0x21,0xff,0x11,
0x2b,0x82,0xda,0x49,0xa1,0xef,0xfc,0xcc,0xfa,0x83,0x1,0x0,0xc0,0x24,0x11,0x6,
0xce,0x2f,0xc4,0x82,0xa0,0x76,0x53,0xdd,0x5b,0x39,0x3f,0xf4,0xdd,0x47,0x6d,0x3f,
0x1c,0x0,0x0,0x4c,0x34,0x61,0xe0,0x3e,0x56,0xf7,0xce,0x99,0x2f,0x16,0x4,0xb5,
0xa3,0xea,0x9e,0x7b,0x89,0xed,0xc7,0x3,0x0,0x80,0x9,0xa7,0xea,0x5e,0x22,0xd6,
0x3,0xb5,0xb3,0xea,0x81,0x73,0x83,0xf5,0x7,0x4,0x0,0x80,0x9,0xc3,0xb9,0x41,
0x2c,0x7,0xea,0x4,0xd5,0x7d,0xe7,0x3e,0xfb,0xf,0x9,0x0,0x0,0x27,0x8b,0xb3,
0x4e,0xac,0x6,0xea,0x14,0x85,0xc1,0xe0,0xa,0xfb,0x8f,0x9,0x0,0x0,0x27,0x7,
0xfb,0x8b,0x58,0xd,0xd4,0x49,0xa,0x7d,0xf7,0x6d,0xb6,0x1f,0x14,0x0,0x0,0x4e,
0x14,0xf6,0x15,0xb1,0x18,0xa8,0x13,0x15,0xfa,0xce,0xd7,0x6d,0x3f,0x2c,0x0,0x0,
0x1c,0x2f,0xec,0x27,0x62,0x2d,0x50,0xa7,0x6a,0x97,0xb7,0xf8,0x94,0x30,0x70,0x36,
0xda,0x7e,0x60,0x0,0x0,0x38,0xe,0x36,0xb3,0x9f,0x88,0xb5,0x40,0x9d,0xac,0x46,
0xd5,0x39,0x3b,0xc,0xdc,0x27,0x2d,0x3f,0x32,0x0,0x0,0x1c,0x15,0xf6,0xf,0xf6,
0x11,0xb1,0x14,0xa8,0x1b,0xd4,0x8,0xdc,0x57,0xdb,0x7e,0x6c,0x0,0x0,0x38,0x1a,
0xec,0x1f,0x62,0x25,0x50,0x37,0xa9,0xe6,0xf,0xfc,0xa5,0xed,0x7,0x7,0x0,0x80,
0xb1,0x60,0xdf,0x10,0xb,0x81,0xba,0x51,0x8d,0xc0,0xb9,0xc6,0xf6,0xc3,0x3,0x0,
0x40,0x16,0xf6,0xb,0xb1,0xe,0xa8,0x9b,0x15,0x6,0xee,0xa7,0x6d,0x1b,0x0,0x0,
0x0,0x68,0xd8,0x27,0xc4,0x32,0xa0,0x5e,0x50,0xe8,0x3b,0xdf,0xb0,0x6d,0x8,0x0,
0x0,0xc0,0xfe,0x20,0x56,0x1,0xf5,0x92,0xe8,0xc7,0xff,0x49,0x76,0x63,0x0,0x0,
0xf4,0x36,0x61,0xe0,0xdc,0x21,0x16,0x1,0xf5,0x9a,0x8e,0x8c,0xe,0x3e,0x87,0x36,
0x82,0x35,0xd9,0x8d,0x2,0x0,0xd0,0xab,0x38,0x43,0xec,0xb,0x62,0x11,0x50,0x2f,
0x2a,0xc,0xce,0x99,0x1d,0x6,0xee,0xe,0xfb,0x6,0x2,0x0,0xe8,0x15,0xd8,0x7,
0xd8,0xf,0xc4,0x1a,0xa0,0x5e,0x56,0xdd,0x1b,0x18,0xa0,0xd,0xe2,0x31,0xdb,0x86,
0x2,0x0,0xe8,0x7e,0x42,0xdf,0xf9,0x4f,0xf6,0x1,0xb1,0x4,0x8,0x52,0xd7,0x17,
0x5e,0x95,0xdd,0x50,0x0,0x0,0x3d,0xc3,0xab,0xc4,0xa,0x20,0x28,0x55,0xdd,0x1f,
0xb8,0xd4,0xb2,0xb1,0x0,0x0,0xba,0x19,0xda,0xef,0xc5,0x2,0x20,0xa8,0x55,0x35,
0xdf,0x79,0x8f,0x75,0xc3,0x1,0x0,0x74,0x1d,0xbc,0xbf,0xcb,0xae,0xf,0x41,0x63,
0x2b,0xc,0xdc,0xab,0x6d,0x1b,0x10,0x0,0xa0,0x7b,0xe0,0xfd,0x5c,0x76,0x79,0x8,
0x3a,0xba,0xc2,0xaa,0xfb,0x57,0xb6,0xd,0x9,0x0,0xd0,0xf9,0x34,0x68,0xff,0x96,
0x5d,0x1d,0x82,0x8e,0x5d,0x75,0xcf,0xbd,0xc4,0xb6,0x41,0x1,0x0,0x3a,0x18,0xda,
0xaf,0x65,0x17,0x87,0xa0,0xe3,0x57,0xc3,0x1f,0xbc,0x30,0xf4,0xdd,0xc3,0xd6,0x8d,
0xb,0x0,0xd0,0x31,0xf0,0x7e,0xcc,0xfb,0xb3,0xec,0xda,0x10,0x74,0xe2,0x3a,0x54,
0x1d,0x7c,0x9,0x6d,0x54,0x61,0x76,0x23,0x3,0x0,0x74,0x8,0xbe,0x5b,0xaf,0x79,
0xee,0x4b,0x65,0x97,0x86,0xa0,0x93,0x57,0x18,0xc,0xae,0xa0,0x8d,0xb,0x4f,0x3e,
0x3,0xd0,0x61,0x84,0x81,0xf3,0x30,0xef,0xbf,0xb2,0x2b,0x43,0xd0,0xc4,0xa9,0xee,
0xad,0x9c,0x1f,0xfa,0xce,0xb0,0x6d,0xc3,0x3,0x0,0xb4,0x25,0xeb,0xeb,0xde,0x39,
0xf3,0x65,0x17,0x86,0xa0,0x89,0xd7,0x23,0xc3,0x2b,0xfb,0x28,0x30,0xdc,0x6d,0xd9,
0xf8,0x0,0x0,0xed,0x84,0xef,0xdc,0xcb,0xfb,0xab,0xec,0xba,0x10,0x34,0x79,0xda,
0xe5,0x2d,0x3e,0xa5,0x1e,0x38,0xb7,0x5b,0x37,0x44,0x0,0x40,0x1b,0xe0,0xfc,0x8c,
0xf7,0x53,0xd9,0x65,0x21,0x68,0x6a,0x14,0x6,0xce,0xcd,0xf6,0xd,0x12,0x0,0x30,
0x5d,0xf0,0x7e,0x29,0xbb,0x28,0x4,0x4d,0xbd,0x42,0xdf,0xf9,0xb2,0x6d,0xc3,0x4,
0x0,0x4c,0x3d,0xbc,0x3f,0xca,0xae,0x9,0x41,0xd3,0xa7,0x46,0xe0,0x5e,0x67,0xdb,
0x40,0x1,0x0,0x53,0x7,0xef,0x87,0xb2,0x4b,0x42,0xd0,0xf4,0xab,0x51,0x75,0x2e,
0xf,0x7d,0xf7,0x88,0x6d,0x63,0x5,0x0,0x4c,0x1e,0xbc,0xdf,0xf1,0xfe,0x27,0xbb,
0x22,0x4,0xb5,0x8f,0xc2,0x60,0x60,0x79,0x3d,0x70,0xd6,0xd9,0x36,0x5c,0x0,0xc0,
0x24,0xe0,0xbb,0x3e,0xef,0x77,0xb2,0xb,0x42,0x50,0xfb,0x29,0xfa,0xde,0xeb,0x9f,
0x11,0xfa,0xce,0x57,0xac,0x1b,0x30,0x0,0x60,0xc2,0xe0,0xfd,0x8c,0xf7,0x37,0xd9,
0xf5,0x20,0xa8,0xbd,0x55,0xf7,0x6,0xfe,0xda,0xb6,0x21,0x3,0x0,0x4e,0x9e,0x30,
0x70,0xae,0x90,0x5d,0xd,0x82,0x3a,0x47,0x8d,0x91,0xc1,0x73,0xe9,0xf0,0x76,0xb3,
0x6d,0xa3,0x6,0x0,0x9c,0x0,0xbe,0xb3,0xb5,0xe1,0xf,0x9e,0x2b,0xbb,0x18,0x4,
0x75,0x9e,0xf6,0x8d,0xe,0x3e,0x87,0x2,0xc3,0x4d,0xd6,0xd,0x1c,0x0,0x70,0x3c,
0x7c,0x9f,0xf7,0x27,0xd9,0xb5,0x20,0xa8,0xb3,0x85,0xaf,0xb9,0x1,0x70,0xe2,0x84,
0x1e,0xbe,0x92,0x6,0x75,0xa1,0x42,0xcf,0xf9,0x23,0x3a,0x6a,0xd8,0x6e,0xdb,0xe8,
0x1,0x0,0xad,0xd0,0x9f,0xa9,0x87,0x1e,0xa9,0xba,0x7f,0x28,0xbb,0x10,0x4,0x75,
0x9f,0xe,0x5,0x3,0x33,0x69,0x43,0xbf,0xd5,0xb6,0x3,0x0,0x0,0x52,0x78,0x3f,
0xe1,0xfd,0x45,0x76,0x1d,0x8,0xea,0x6e,0xd5,0x7d,0xe7,0x23,0xb6,0x1d,0x1,0x0,
0x40,0xd0,0xfe,0x21,0xbb,0xa,0x4,0xf5,0x8e,0x1e,0xa9,0xe,0x9e,0x4f,0x3b,0xc0,
0xda,0x96,0x1d,0x2,0x80,0x5e,0xc5,0x77,0x3d,0xde,0x2f,0x64,0x17,0x81,0xa0,0xde,
0x54,0xa3,0xea,0xbc,0xcf,0xba,0x83,0x0,0xd0,0x43,0xf0,0x7e,0x20,0xbb,0x4,0x4,
0x41,0x8d,0xc0,0x5d,0x50,0xaf,0xba,0x3f,0xb0,0xed,0x2c,0x0,0x74,0x33,0x61,0xe0,
0xfc,0x88,0xb7,0x7f,0xd9,0x15,0x20,0x8,0x32,0x55,0xf,0x6,0x2f,0xe6,0x3b,0x2e,
0x6c,0x3b,0xf,0x0,0xdd,0x44,0xe8,0x3b,0x3b,0x29,0x20,0xbc,0x41,0x36,0x7d,0x8,
0x82,0xc6,0xd2,0x91,0xed,0xce,0xb3,0x43,0xcf,0xb9,0xde,0xb6,0x23,0x1,0xd0,0xd,
0xd0,0x1f,0x9f,0xeb,0x78,0x3b,0x97,0x4d,0x1e,0x82,0xa0,0x63,0x11,0x3f,0xce,0x4f,
0x3b,0xd0,0xaf,0xb2,0x3b,0x14,0x0,0x9d,0xa,0x5,0x83,0xdf,0xe0,0x35,0x15,0x10,
0x74,0x92,0xaa,0xfb,0xce,0x95,0x74,0xa8,0xfd,0xb8,0x6d,0x27,0x3,0xa0,0x13,0x8,
0x7d,0xf7,0x9,0xde,0x8e,0x65,0x93,0x86,0x20,0xe8,0x64,0x75,0x70,0xad,0x5b,0xa1,
0x9d,0xeb,0x5b,0xd9,0x9d,0xd,0x80,0x76,0xa7,0xe6,0xb9,0xdf,0x7a,0x6c,0xf8,0xec,
0xb2,0x6c,0xca,0x10,0x4,0x4d,0xa4,0x1a,0xd5,0x81,0xd7,0x84,0x81,0xb3,0xc1,0xb6,
0xf3,0x1,0xd0,0x56,0xf8,0xee,0x66,0xde,0x5e,0x65,0xd3,0x85,0x20,0x68,0x32,0x15,
0x7a,0xce,0x35,0xf5,0xc0,0xa9,0x59,0x77,0x46,0x0,0xa6,0x13,0xdf,0xd,0x79,0xfb,
0x94,0x4d,0x15,0x82,0xa0,0xa9,0x92,0x7a,0x2d,0x77,0xe0,0x5c,0xab,0xce,0xd7,0xda,
0x76,0x4e,0x0,0xa6,0x12,0xb5,0x1d,0x3a,0xd7,0xe2,0xf5,0xd6,0x10,0x34,0xcd,0x52,
0x2f,0xd9,0xf3,0xdd,0x4f,0x59,0x77,0x54,0x0,0xa6,0x0,0xde,0xfe,0xf0,0xf2,0x3a,
0x8,0x6a,0x33,0xd5,0xbc,0x55,0xb3,0xea,0x55,0xf7,0x73,0xb6,0x9d,0x16,0x80,0x49,
0x81,0xb6,0x37,0xde,0xee,0x64,0x13,0x84,0x20,0xa8,0x1d,0xb5,0x7f,0xdd,0xaa,0x85,
0x35,0xcf,0xb9,0xd1,0xba,0x13,0x3,0x30,0x1,0xf0,0xf6,0xc5,0xdb,0x99,0x6c,0x72,
0x10,0x4,0x75,0x82,0xf6,0xc,0xaf,0xec,0xe3,0x73,0xbc,0x75,0xdf,0x3d,0x60,0xdb,
0xb1,0x1,0x38,0x2e,0x7c,0xe7,0x20,0xbf,0xd2,0x7a,0xcf,0xea,0x95,0x7d,0xb2,0x89,
0x41,0x10,0xd4,0x89,0x1a,0x1e,0x5e,0xf8,0xdb,0xfc,0xe0,0x10,0xdf,0x22,0x68,0xdd,
0xd9,0x1,0x18,0xf,0xdf,0xd9,0x4a,0xfc,0xd,0x6f,0x47,0xb2,0x49,0x41,0x10,0xd4,
0x2d,0x3a,0xe8,0x3b,0x6f,0xa4,0xe0,0xb0,0xda,0xba,0xf3,0x3,0x60,0xc2,0xdb,0x49,
0xd5,0xf9,0xb,0xd9,0x74,0x20,0x8,0xea,0x66,0x35,0xbc,0x81,0x73,0x42,0xcf,0xfd,
0x52,0x18,0xb8,0x4f,0x5a,0xd,0x1,0xf4,0x2a,0xbc,0x3d,0x7c,0xa9,0x31,0x3c,0x70,
0x8e,0x6c,0x2a,0x10,0x4,0xf5,0x92,0xf6,0xdf,0xb3,0xea,0xb9,0x61,0xe0,0xbc,0x9d,
0x8c,0x60,0x8d,0x61,0xc,0xa0,0xf7,0x58,0x43,0xdb,0xc1,0x15,0xbc,0x3d,0xc8,0xa6,
0x1,0x41,0x50,0xaf,0xab,0xe1,0xbb,0x2f,0xa,0x7d,0xe7,0x2b,0xa1,0xef,0x1e,0xb6,
0x98,0x6,0xe8,0x32,0xe8,0x28,0xf1,0x30,0xff,0xde,0xfc,0xbb,0xcb,0x26,0x0,0x41,
0x10,0xd4,0x2a,0xfe,0xb7,0x48,0xa6,0x71,0x19,0x19,0xc6,0x6d,0x59,0x23,0x1,0x9d,
0x8f,0xfc,0xae,0x97,0xe1,0xa8,0x0,0x82,0xa0,0xe3,0xd6,0x21,0xcf,0x7d,0x61,0x58,
0x1d,0x7c,0x6b,0x3d,0x70,0xee,0xc8,0x9a,0xb,0xe8,0x24,0x9c,0x3b,0xf8,0x77,0xe4,
0xdf,0x53,0x7e,0x5a,0x8,0x82,0xa0,0x93,0x13,0xbf,0xfe,0xb8,0x16,0xc,0xbc,0x93,
0xfe,0x69,0xfe,0xda,0x6e,0x3c,0xa0,0x9d,0x50,0xbf,0x93,0xef,0x5c,0x89,0xd7,0x56,
0x43,0x10,0x34,0xe9,0xda,0x3f,0xe4,0x14,0x6a,0x9e,0xfb,0xa6,0x9a,0xef,0x7e,0x97,
0xc,0x8,0x6f,0x6b,0x6d,0xf,0x42,0xfe,0x3d,0xf8,0x77,0xe1,0xdf,0x47,0x7e,0x2a,
0x8,0x82,0xa0,0xa9,0x17,0x19,0xd1,0x4b,0x43,0xcf,0xfd,0x44,0x3d,0x70,0x86,0x2c,
0x66,0x5,0x26,0xd,0x67,0x88,0xd7,0x3b,0xaf,0x7f,0xf9,0x29,0x20,0x8,0x82,0xda,
0x4b,0x61,0xb0,0x62,0x76,0xa3,0xea,0x5c,0xce,0x77,0xb6,0xe0,0x83,0x40,0x13,0xb,
0xaf,0x4f,0x5e,0xaf,0x6a,0xfd,0xd2,0x7a,0x96,0x55,0xe,0x41,0x10,0xd4,0x39,0x7a,
0x74,0xed,0x60,0x3e,0xc,0xdc,0xd7,0x13,0xd7,0x91,0xb1,0xe1,0x69,0xea,0xe3,0x63,
0x35,0xaf,0xb7,0xc6,0xb0,0xfb,0x3a,0x5e,0x8f,0xb2,0x4a,0x21,0x8,0x82,0xba,0x47,
0x7b,0xee,0x3c,0xef,0x77,0xc2,0xea,0xe0,0xf9,0xd,0xdf,0x79,0x6f,0xdd,0x77,0xbf,
0x49,0xa6,0x17,0x58,0xcc,0xb0,0xe7,0x50,0xeb,0x81,0xd6,0x7,0xaf,0x17,0x5e,0x3f,
0x47,0xbc,0x97,0x9f,0x22,0xab,0xc,0x82,0x20,0xa8,0xb7,0x14,0x45,0xe7,0x3d,0xb3,
0xe6,0x3b,0xcb,0x6a,0xfe,0xc0,0xa5,0x64,0x8e,0x9f,0x26,0x73,0xfc,0x69,0x3d,0x70,
0xf6,0xd8,0xcc,0xb3,0xf3,0x71,0xf6,0x84,0x9e,0x73,0x47,0xbc,0x9c,0x3,0x97,0xf2,
0x72,0xf3,0xf2,0xcb,0xaa,0x80,0x20,0x8,0x82,0xc6,0x12,0x7f,0xda,0xf1,0x60,0x30,
0xb0,0xf8,0xa0,0x3f,0x78,0x21,0x99,0xe7,0xdf,0x84,0x81,0x73,0x3d,0x99,0xe9,0x2d,
0xf1,0xd1,0x85,0xd3,0xb0,0x9b,0xee,0x34,0xe3,0x3b,0x87,0xea,0x55,0xd7,0xa7,0xbe,
0x52,0x3f,0x9d,0xeb,0x69,0xfc,0x1d,0xf5,0xe1,0xc1,0xb,0x78,0x39,0xf0,0xa9,0x4a,
0x8,0x82,0xa0,0x49,0x54,0x63,0xc3,0x79,0xbf,0xdf,0x8,0xdc,0x5,0x8d,0xaa,0x73,
0x76,0x83,0x3,0x87,0xe7,0x5c,0xce,0xa7,0x5f,0x28,0xed,0x1f,0xd4,0x85,0x6e,0xdf,
0xbd,0x95,0xb8,0x8b,0x2,0xca,0x7d,0x74,0xf4,0xc1,0x46,0xcd,0x17,0xbe,0xef,0xa7,
0xbc,0x87,0x29,0xb0,0xec,0x23,0x3,0xe7,0xc0,0xf2,0xb8,0x18,0xfa,0xe3,0x3c,0xcd,
0xe9,0x9c,0xaf,0xca,0x71,0x79,0xaa,0xc7,0xf5,0xb9,0x9d,0xb8,0x3d,0xe7,0x2b,0xdc,
0x7e,0xcd,0x77,0xaf,0xe2,0xb,0xbe,0x3c,0xdf,0x83,0xde,0xc0,0x39,0xaa,0x1f,0xd4,
0x1f,0xe9,0x1a,0x4,0x4d,0xb1,0x66,0xcc,0xf8,0x7f,0xba,0x98,0x2b,0xda,0x2c,0xed,
0x33,0xa,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
// D:/Universidad/Informatica II/Laboratorio/Practica 5/Practica5/Images/right1.png
0x0,0x0,0x71,0xbf,
0x89,
0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
0x0,0x0,0xff,0x0,0x0,0x1,0x2,0x8,0x6,0x0,0x0,0x0,0x31,0x73,0x1,0xb9,
0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0,
0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f,
0xa8,0x64,0x0,0x0,0x71,0x54,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0xbd,0x9,0xb8,
0x65,0xd7,0x55,0x1e,0x28,0x4c,0x12,0x9c,0x40,0x8,0x4,0x1c,0xf4,0x6a,0x94,0x6d,
0x49,0x96,0x25,0xf,0xb2,0x25,0xd5,0xbd,0xaf,0xe4,0x58,0x49,0x83,0x1d,0x6c,0x27,
0x40,0x12,0x4c,0xe7,0xeb,0x2f,0x3,0x53,0x92,0x1e,0x32,0x0,0x36,0x43,0x80,0xc4,
0x10,0x92,0xe6,0x23,0x3,0xc6,0xd,0x34,0x24,0x1d,0x1b,0x2,0x98,0x8e,0xd,0xe9,
0x40,0xc7,0x90,0xa4,0x8d,0x7,0x30,0xc1,0xb6,0x5c,0xd2,0xbb,0xf7,0xbd,0x2a,0x4d,
0xc4,0x28,0xb6,0x64,0xcb,0x1a,0xaa,0xee,0x7b,0x55,0x9a,0x7,0x9f,0x5e,0xff,0x5a,
0xeb,0xdf,0x6b,0xed,0x7d,0xce,0x7d,0x55,0x25,0x55,0x49,0xaf,0xaa,0xce,0xfe,0xbe,
0xf5,0xed,0x35,0xfc,0x6b,0xed,0xbd,0xcf,0x5e,0xeb,0x9c,0x73,0xcf,0x9d,0x2e,0x1a,
0xdb,0xd8,0xc6,0x36,0xb6,0xb1,0x8d,0x6d,0x6c,0x63,0x1b,0xdb,0xd8,0xc6,0x36,0xb6,
0xb1,0x8d,0x6d,0x6c,0x63,0x1b,0xdb,0xd8,0xc6,0x36,0xb6,0xb1,0x8d,0x6d,0x6c,0x63,
0x1b,0xdb,0xd8,0xc6,0x36,0xb6,0xb,0xa0,0xdd,0xbc,0xfb,0x2b,0x2f,0x9b,0xef,0x5b,
0x79,0x75,0xa6,0xf5,0x7d,0x2b,0xd7,0xb8,0x79,0x6c,0x63,0x1b,0xdb,0xf9,0xda,0x66,
0x7b,0x77,0xfd,0xeb,0xf9,0xbe,0x5d,0xff,0xdf,0x6c,0xef,0xca,0xfb,0x49,0x73,0xa1,
0xf5,0x7d,0x17,0xbf,0xbd,0xbb,0xe8,0xa2,0xe7,0x39,0x6c,0x6c,0x63,0x1b,0xdb,0xf9,
0xd4,0x66,0xfb,0x76,0xbd,0x7b,0x63,0xef,0xae,0xc7,0xd7,0xf7,0xef,0x7e,0x52,0x4e,
0x0,0x4f,0x6a,0xbf,0x7f,0x97,0xd0,0xee,0xa7,0x66,0xfb,0x57,0xe6,0xe,0x1b,0xdb,
0xd8,0xc6,0x76,0x3e,0xb5,0xd9,0xfe,0x5d,0xbf,0xb4,0xbe,0x7f,0xd7,0x13,0x52,0xf4,
0x9d,0x14,0xbd,0x12,0x78,0x29,0x7e,0xe5,0x67,0xfb,0x77,0x7f,0x5e,0x4e,0x2,0xef,
0x71,0xf8,0xd8,0xc6,0x36,0xb6,0xf3,0xa1,0xcd,0xf6,0x5e,0x5c,0xa,0x9f,0xc5,0xae,
0xbc,0x9f,0x8,0xe6,0xfb,0x84,0xd0,0xcb,0x9d,0x80,0x9c,0x4,0xc6,0x13,0xc0,0xd8,
0xc6,0x76,0x3e,0x34,0x29,0xf0,0x9f,0x9d,0xed,0xdb,0x5d,0x5d,0xf1,0x8d,0xac,0xf8,
0x43,0x2f,0xbd,0x9c,0x4,0xd6,0xf7,0xef,0x79,0x72,0x6d,0xdf,0xca,0x3b,0xdf,0x7b,
0xd1,0x45,0x5f,0xe8,0x21,0xc6,0x36,0xb6,0xb1,0x9d,0x8b,0x6d,0xb6,0x77,0xd7,0x4d,
0xbc,0xba,0x5b,0x71,0x7b,0xa1,0xab,0x2e,0x15,0xbe,0xeb,0x36,0x4,0x23,0xaf,0xff,
0xd7,0xdd,0x7d,0x47,0xb4,0x13,0xf3,0xe9,0x3f,0x5f,0xcc,0xf,0xbe,0x6f,0x73,0x36,
0xfd,0x4d,0xd0,0x22,0xf5,0x8b,0xd9,0x6a,0xe9,0xcd,0x8e,0xde,0x78,0xd3,0x87,0x4e,
0xb1,0xeb,0x93,0xff,0x24,0xba,0x5f,0xbc,0xf3,0x43,0x37,0x3c,0xdf,0xc3,0x8f,0x6d,
0x6c,0xe7,0x5f,0x93,0xc2,0xff,0x57,0x52,0xd4,0x78,0xb8,0x17,0x57,0x79,0x2f,0x78,
0xde,0xfe,0x93,0xa7,0x4d,0x79,0x7d,0xfd,0xbf,0xf2,0xef,0x3c,0xcc,0xb3,0xd2,0x8e,
0xad,0x4d,0xff,0xe5,0xb1,0xd9,0xf4,0x37,0x58,0xc0,0x5a,0xb8,0x73,0xc8,0x93,0xf,
0x6f,0xad,0xaf,0x3e,0xbc,0x35,0x9f,0x3e,0xb9,0xb9,0x3e,0x7d,0x52,0x74,0x4f,0x6e,
0xce,0x27,0xd2,0x4f,0x54,0xde,0x5c,0xcf,0x7c,0xa6,0xd0,0xd1,0x8e,0xfe,0x18,0xfa,
0xf5,0xd5,0xa7,0x24,0xfe,0x8d,0xc7,0xe6,0xab,0x72,0x22,0x48,0x27,0x6,0x8c,0xa9,
0x27,0x87,0xc9,0x2f,0x75,0x87,0xae,0xf9,0x63,0x3e,0xb5,0xb1,0x8d,0xed,0xdc,0x6b,
0xf3,0x7d,0x2b,0x37,0x6b,0x81,0x7b,0xc1,0x17,0xe2,0x5d,0x40,0xb9,0x13,0x68,0x48,
0xf4,0x72,0xa7,0x20,0x27,0x8d,0xdd,0x67,0xfc,0x4,0x70,0x6c,0x36,0xf9,0x71,0x29,
0xde,0xf7,0xa1,0xb0,0x17,0xf3,0x55,0x21,0x5c,0xd1,0x57,0x3f,0x2c,0x45,0xff,0x48,
0x14,0xae,0x90,0x16,0xb9,0xd2,0x53,0x52,0xfc,0x5d,0xd0,0x34,0xf1,0x4f,0x9f,0x64,
0x8c,0xa7,0x62,0x1c,0x3f,0x51,0x48,0xbf,0xb0,0xf1,0xe5,0xe4,0x30,0xb9,0xd1,0xee,
0x1e,0x56,0x7f,0xe3,0xd8,0xdc,0x4e,0x8,0xf7,0x1e,0xbe,0xe1,0x4b,0x7c,0x19,0x63,
0x1b,0xdb,0xce,0x6d,0xf3,0xbd,0xbb,0x7e,0x51,0xae,0xe2,0x78,0x3b,0xaf,0x57,0xdc,
0xfe,0x70,0xaf,0xa7,0x6f,0x49,0xee,0x6,0x9e,0x5a,0xdb,0xbb,0xf2,0xce,0xee,0x69,
0xbe,0xfe,0x97,0x42,0x7f,0xbb,0x5c,0x4d,0xa5,0xd0,0x51,0xe4,0x53,0x29,0x72,0xb9,
0x8a,0xcf,0xad,0xc8,0xcb,0xd5,0x58,0x8b,0x6e,0xb5,0x14,0xb8,0x14,0xa3,0xf4,0x56,
0xe0,0x9b,0x95,0xae,0x2e,0x5e,0xd3,0x4b,0xf,0x2,0xdf,0xd8,0x48,0x39,0x46,0x1b,
0x67,0x99,0xf,0xc6,0x17,0xac,0x9d,0x1c,0xca,0x5c,0x71,0xb7,0x30,0xf9,0x84,0xdd,
0x99,0xe8,0x89,0xb,0x77,0xd,0xef,0xbe,0xff,0x77,0xf,0xfe,0x71,0x5f,0xee,0xd8,
0xc6,0xf6,0xdc,0xb7,0xd,0x14,0xfe,0x5e,0x7f,0x5b,0xf,0xb7,0xf2,0x7e,0xe5,0xcf,
0x32,0xc9,0xf4,0x61,0x8b,0xbb,0x84,0x5d,0xdd,0x6,0xfa,0x7d,0x2b,0x1b,0x1e,0xf6,
0xa4,0x6d,0xb1,0x7e,0xe0,0x27,0xa4,0x50,0xde,0xa7,0xb7,0xef,0x1b,0xab,0x1f,0x5e,
0xac,0x4d,0x1f,0x95,0x22,0x8a,0x42,0x9f,0x49,0x41,0x49,0xb1,0x6a,0x11,0x6a,0x31,
0x4a,0xa1,0xb9,0xcc,0xc2,0x64,0xaf,0x5,0x48,0x19,0xf6,0x64,0xb3,0xde,0xf5,0x8c,
0x7,0x1f,0xc6,0x72,0x5f,0x8b,0x3,0xbd,0xe1,0xd4,0xd7,0xa,0xbb,0xc6,0xbb,0xbd,
0xf8,0x24,0xde,0x62,0x9,0x7e,0x3,0xd8,0x55,0x3d,0x21,0xd8,0x9,0x4b,0x68,0xb6,
0xfa,0x79,0x59,0x93,0x9c,0x10,0xec,0x59,0xc2,0xd6,0x6c,0xf2,0xee,0x7,0x3e,0x76,
0xe0,0x4b,0xfd,0x70,0x8c,0x6d,0x6c,0xcf,0x6e,0x93,0xd7,0xea,0x5a,0xf8,0xbc,0x7a,
0x67,0xd2,0x2b,0xfe,0xc0,0xad,0x7e,0x7e,0xfd,0xdf,0xd2,0x6c,0xff,0xae,0xcf,0xcb,
0x9,0x60,0xe9,0xed,0xff,0x62,0xa6,0x5,0xff,0x1f,0x71,0x55,0x97,0x2b,0xe2,0xa3,
0x5a,0xe8,0x7a,0x2b,0xcd,0xab,0x39,0xb,0xcd,0xfb,0xac,0x3b,0x25,0xa,0x6c,0x29,
0x48,0x14,0xb2,0x17,0x73,0x45,0xd5,0x18,0x99,0xb6,0x1b,0xf,0xc5,0x9d,0x8b,0xbd,
0xb5,0x93,0x3c,0x46,0x1a,0xe3,0xb8,0xfa,0xc6,0x1d,0xc2,0xd6,0x86,0xbe,0x5c,0xf8,
0xc4,0x96,0xbf,0x4c,0x38,0x76,0xe8,0x9a,0x3f,0xe1,0x87,0x69,0x6c,0x63,0x3b,0xab,
0xed,0xb,0xfc,0x1,0x9f,0x5c,0xf1,0xbd,0x78,0x71,0x45,0x2f,0x85,0xec,0x57,0x79,
0x7d,0xb8,0x67,0xba,0xea,0xca,0x9f,0x4f,0x0,0x90,0x69,0x33,0xfc,0x93,0xf3,0x3d,
0xf5,0x9,0x40,0xa,0xfc,0x1d,0x92,0xf0,0x1f,0x92,0xfe,0x51,0x29,0x7c,0xbc,0x5e,
0xb6,0x62,0xcf,0x57,0x4d,0xf0,0x4e,0x55,0xb1,0xa2,0x80,0x28,0xbb,0xd,0x57,0x5f,
0xea,0x4a,0x1,0x56,0x3e,0x89,0x47,0xd1,0xa9,0x9f,0x15,0xa2,0xf2,0xc4,0x34,0x27,
0x0,0xb3,0x59,0x6c,0x8e,0x81,0xbe,0x57,0xec,0x25,0x96,0xfb,0x3,0xe7,0x36,0xae,
0xc1,0xc6,0x74,0xbc,0x62,0x2c,0x1e,0xf1,0xc7,0x15,0xeb,0x27,0x3,0xb9,0x2b,0xd8,
0x92,0xbb,0x2,0x39,0x19,0xe2,0x44,0xf0,0xee,0xf1,0x44,0x30,0xb6,0xb3,0xda,0xe6,
0x7b,0xed,0x1,0x5f,0x7b,0x3b,0x6f,0x57,0x7c,0xea,0x78,0xcb,0x9f,0xec,0xd2,0x17,
0x9b,0x16,0x7b,0x8b,0xdd,0xd5,0xcd,0x76,0xad,0x3c,0x79,0xff,0xaf,0x5d,0xf3,0x3b,
0x8b,0x1b,0xf,0xc8,0x55,0x7e,0xfa,0x21,0xb9,0xdd,0x7d,0xd4,0x6e,0xe3,0xfd,0xca,
0x59,0xfa,0x9a,0xa2,0x78,0xac,0x60,0x55,0x47,0xbd,0xdb,0x58,0x3c,0xa0,0x36,0x46,
0xf6,0x47,0xb1,0x85,0xe,0x3c,0x63,0xba,0x3e,0xe1,0x35,0x16,0x7c,0xa,0xd6,0x65,
0xed,0x49,0xd4,0x3b,0x4f,0x6c,0x19,0x33,0x28,0xcf,0xa3,0xe8,0xa8,0x77,0x1b,0x78,
0xd5,0x39,0xbf,0x90,0x13,0x81,0xbe,0x3b,0xb1,0x8e,0xbb,0xa0,0xe9,0x21,0xbc,0x2c,
0x58,0xac,0xbd,0xf2,0xcb,0x7c,0xbb,0xc6,0x36,0xb6,0x33,0xd3,0xa4,0x68,0x7f,0x51,
0xa,0xb6,0xbc,0xad,0x87,0xe2,0xad,0x28,0xe9,0xd4,0x5e,0x15,0xbf,0x17,0x7b,0xb2,
0x17,0xbd,0xd2,0xee,0x6e,0xe3,0xd2,0xdd,0xdd,0x7d,0xbf,0x71,0x2d,0x8a,0x5d,0x5e,
0xc3,0xe3,0xea,0xe6,0x85,0xe0,0xb7,0xc3,0x90,0x35,0xf9,0x95,0x47,0x81,0xb0,0xf0,
0x92,0xde,0xb,0xa7,0xdc,0x42,0x3,0xe7,0x44,0xcc,0x72,0xac,0xeb,0x95,0x18,0x3b,
0xfa,0x42,0x2a,0x9b,0x1f,0x7a,0xc6,0x31,0x3f,0xc6,0x70,0x3f,0x60,0x14,0x8f,0x9e,
0xba,0x3c,0x16,0x7c,0x39,0x46,0xd2,0x7b,0xcc,0x53,0x5d,0x7,0x7a,0x39,0x66,0x9f,
0x17,0xfe,0xf3,0x78,0x59,0xb0,0x58,0x5f,0xfd,0xcd,0xad,0xd9,0xea,0x2f,0x6d,0xae,
0xbf,0xe6,0xcb,0x7d,0xfb,0xc6,0x36,0xb6,0xa7,0xd7,0x50,0xf8,0x52,0xa8,0x4f,0xf0,
0xaa,0xad,0x45,0x8c,0xa2,0xc5,0xad,0x3c,0x8b,0x58,0x8b,0xdb,0x7b,0x14,0xbd,0x17,
0x3a,0x89,0x18,0x14,0x3a,0xb,0x5e,0x63,0x25,0xfa,0xfd,0x6f,0xba,0xb4,0x5b,0x1c,
0x9a,0xa4,0xa4,0x36,0x62,0xc1,0xd5,0x85,0x64,0x5,0x62,0x85,0xc2,0xa2,0x20,0xd6,
0x64,0xc5,0x79,0x51,0x15,0x9c,0xfa,0x38,0x6,0x3a,0xc5,0x39,0xa9,0x1f,0xe3,0xb9,
0xaf,0xfb,0xd7,0xb1,0xc1,0x3b,0xc6,0x75,0x5a,0xac,0x8a,0x35,0x7f,0xc5,0x71,0x1c,
0xc7,0x9a,0xbf,0x10,0x7d,0xa8,0x77,0x9c,0x61,0xdb,0xb1,0x80,0x97,0x5e,0x63,0x27,
0x9c,0xfa,0x38,0x6,0x3a,0xf8,0x6d,0xc8,0x49,0x40,0xee,0x2,0x4,0x1f,0x2f,0xb,
0xe4,0x44,0x80,0x77,0xd,0xc6,0x13,0xc1,0xd8,0x4e,0xab,0x75,0x78,0x9d,0xbf,0x67,
0xd7,0xcf,0x4a,0x31,0x4b,0xe1,0x47,0x1,0x5b,0xb1,0xd6,0xc5,0xcd,0x2b,0x3f,0x6d,
0xad,0xbd,0x3a,0x21,0xb8,0x9d,0xf1,0xc2,0xbe,0xab,0xbb,0xeb,0x47,0xae,0xd2,0x64,
0x8f,0x42,0x10,0xf2,0xe4,0x66,0xe2,0x2b,0xb9,0x5c,0x15,0xcb,0x0,0xc6,0xa,0x2f,
0xf7,0xf4,0xb,0x1c,0xf5,0x99,0x54,0xaf,0xf6,0xc6,0xa6,0x7a,0xc7,0x20,0x66,0x1b,
0x23,0x15,0x69,0xee,0xcd,0x66,0x73,0x82,0xae,0x50,0x85,0x71,0x79,0x0,0x73,0xba,
0xeb,0xd0,0xe7,0x3,0x38,0x11,0xe0,0xb3,0x5,0x78,0x17,0x61,0x36,0xb9,0x69,0xb1,
0x36,0xf9,0xe5,0xcd,0xc3,0xd3,0x3f,0xe9,0xdb,0x3b,0xb6,0xb1,0x6d,0xdf,0xa4,0x28,
0xd7,0xf4,0x2d,0x39,0x2d,0x50,0x29,0x6c,0xe7,0xad,0x88,0x93,0x8c,0x42,0xd6,0x62,
0x8e,0x82,0x6,0x95,0x2,0x77,0x3b,0xef,0xe,0x2a,0xbb,0x9e,0x28,0xc4,0xb6,0x77,
0x57,0x77,0xf8,0x8a,0xbd,0xdd,0x7d,0xff,0xfe,0xd5,0x25,0x89,0xdb,0xa4,0xb6,0x42,
0x18,0x22,0xc7,0x35,0x78,0x50,0x5c,0x59,0x29,0xb,0xa6,0x14,0xb0,0xc7,0x4c,0x5,
0x5d,0x74,0x89,0x38,0x8f,0x16,0x5f,0x74,0x29,0xde,0xd0,0x49,0xe3,0xb9,0x5e,0xc7,
0xe6,0xfa,0x41,0x7d,0x59,0xb0,0xb5,0x2e,0x27,0x81,0xd9,0xe4,0x97,0xb7,0x6e,0xb9,
0xee,0x2b,0x7c,0x8b,0xc7,0x36,0xb6,0x7e,0x9b,0xed,0x5f,0x91,0xd7,0xf9,0xfd,0xf,
0xf2,0xd8,0xd5,0xdd,0x8a,0x58,0xaf,0xf0,0x5a,0xbc,0x27,0xa1,0x52,0xe4,0x94,0xad,
0x8f,0x38,0x16,0x13,0x27,0x80,0x5b,0x5f,0x7b,0x89,0xdd,0xfe,0xa7,0x24,0xd7,0xab,
0x6c,0x49,0x64,0xeb,0x83,0xfa,0x85,0xc5,0xe4,0x2f,0x7a,0x8f,0x95,0xc9,0xa,0x9,
0xbe,0x51,0x44,0xc5,0xa6,0x7d,0x1d,0xd7,0xf4,0xfd,0xb1,0x80,0xb3,0x38,0x11,0x73,
0x68,0x6c,0xd3,0x87,0x7f,0x85,0x51,0xea,0xc7,0x3e,0x93,0xeb,0x38,0x8e,0x97,0x5,
0x33,0x9c,0x0,0xd4,0xe7,0x3,0xc7,0xf,0x5d,0xf3,0x95,0xbe,0xd5,0x63,0x1b,0x5b,
0xb4,0xf9,0xfe,0x95,0x5f,0x98,0xc9,0xeb,0x7c,0x16,0x2b,0x6f,0xcb,0xf5,0xf6,0xbf,
0xe8,0xbc,0x70,0x95,0xc2,0xd6,0xe2,0x7a,0x77,0x3,0xa0,0xc6,0xb7,0xd8,0xfc,0x4,
0xf0,0x7,0xff,0xeb,0x4b,0xf4,0x35,0x6c,0x95,0xc0,0x9a,0xe0,0x96,0xec,0x76,0x75,
0x35,0xd9,0x30,0xce,0xbb,0x4d,0xed,0xc9,0xc7,0x30,0xf0,0x35,0x8c,0xc5,0x70,0x3d,
0x31,0x6e,0xcb,0x76,0x8e,0x45,0x7f,0xc6,0xe2,0x7c,0x5a,0x5f,0x62,0xe8,0x67,0xf6,
0xec,0x6f,0xfa,0x3e,0xc6,0xfd,0xce,0xe6,0x3a,0x34,0x8e,0x9d,0x4,0x60,0xc3,0xc3,
0x41,0xfb,0x34,0xe1,0xe4,0x97,0x3e,0x33,0x9e,0x8,0xc6,0xf6,0xb6,0x8b,0x2e,0x7a,
0x9e,0xbd,0xce,0xb7,0x7,0x7c,0x2c,0x48,0xbb,0x65,0x8f,0x2,0x66,0x41,0x5b,0x11,
0xc3,0x26,0xe4,0x5,0x5d,0x68,0x48,0xa6,0x4e,0x7a,0x2d,0x74,0x16,0x7e,0xb1,0xb9,
0xfc,0xc2,0xdd,0xdd,0x67,0x7f,0xfa,0x95,0xf6,0xc9,0x37,0x16,0x4,0x13,0xdf,0x65,
0xbb,0xfd,0xd,0x1b,0xed,0x3d,0x59,0x13,0xdf,0xf0,0x26,0x37,0xf6,0x62,0x43,0xb1,
0x80,0x1f,0x8a,0xd9,0xea,0x3c,0xa6,0xfa,0x8,0xef,0x31,0x55,0x4e,0xf6,0xe5,0xba,
0x90,0x9f,0xbd,0x75,0x84,0xcc,0x67,0x2,0xfa,0x56,0x21,0x3e,0x30,0x35,0x5b,0xbd,
0x9,0x6f,0x15,0x7e,0xf6,0xe6,0xab,0x5f,0xe0,0xa9,0x30,0xb6,0xf3,0xad,0xcd,0xf7,
0xac,0xfc,0x9f,0xeb,0xfb,0x56,0x7e,0x7d,0x6,0xda,0xbf,0x5b,0x7b,0x29,0xba,0x5f,
0x93,0xab,0xed,0x3b,0x1c,0x82,0x2f,0xec,0xc8,0xeb,0x7c,0x2f,0xc2,0x21,0xda,0xee,
0x36,0x1f,0x36,0x2f,0x64,0x2b,0x6e,0xd3,0xf7,0x4e,0xc,0xad,0xbe,0x89,0x89,0xab,
0xff,0x2d,0xd7,0xee,0xeb,0x1e,0xf8,0xcf,0xd7,0x5a,0xe2,0x32,0xf1,0x35,0xb1,0x85,
0xf7,0xc4,0x67,0x21,0x30,0xe1,0x2d,0xb9,0x51,0x6c,0x6d,0xe2,0x7,0x6f,0xb2,0x15,
0xe4,0x50,0xd1,0x99,0xcd,0xec,0x16,0x37,0x8f,0x17,0x78,0xda,0x75,0xbc,0x34,0xf,
0x8b,0x69,0x38,0x93,0xcd,0x96,0xfd,0xfb,0x71,0xd,0x63,0x7a,0xd3,0x9d,0xf9,0x75,
0xd0,0xe,0x6c,0xc2,0xeb,0x9,0x56,0x3f,0x2b,0x0,0xdc,0x7,0x8e,0xdf,0xfc,0x9a,
0xf1,0x4,0x70,0x3e,0xb4,0xb5,0x3d,0x2b,0x3f,0x53,0x8a,0x7d,0xdf,0xae,0xf,0xcb,
0x95,0xf6,0x71,0x29,0x4c,0xb9,0x9d,0xdf,0x83,0x5b,0xfa,0x27,0xa4,0xe8,0x9e,0x58,
0xdf,0xbb,0xeb,0x9,0xb9,0xda,0x3f,0x2a,0x45,0xff,0x41,0xc1,0x7c,0x8,0x3f,0xb8,
0x51,0x5d,0x95,0x59,0x90,0xa5,0x50,0x53,0xc1,0x96,0xa2,0x15,0x1d,0xf4,0x6e,0xb3,
0xa7,0xf9,0x86,0xad,0xee,0xa,0x54,0x4f,0x4c,0x33,0x6,0x64,0xea,0xd0,0xcb,0x9,
0x40,0xdf,0xfe,0xbb,0xd1,0xde,0xfe,0xcb,0x49,0xad,0x89,0x8a,0x64,0x1e,0x28,0x1a,
0x95,0x59,0x64,0x8e,0xa1,0xbe,0xf8,0x39,0xcf,0x22,0x30,0x1b,0x71,0x28,0x2,0xe7,
0x25,0x4e,0x89,0x9b,0x8b,0x95,0xb2,0xf6,0xa2,0x2b,0x31,0x61,0xe3,0xdc,0x2c,0xe,
0xb1,0x36,0xef,0xe4,0xef,0xe3,0xd3,0x9f,0xba,0x32,0x1e,0x68,0x60,0xc,0xe8,0x9f,
0xde,0x3a,0x5c,0xc6,0x58,0x8c,0xeb,0x36,0xf0,0xfa,0x72,0x40,0x7d,0x26,0x37,0x2d,
0xd6,0xc7,0xbb,0x80,0x73,0xb6,0xcd,0xf7,0xec,0xfe,0x19,0x29,0xf8,0xdf,0x96,0xa2,
0x94,0x62,0xd7,0x5f,0xda,0x79,0x42,0xae,0xf4,0x4f,0xe1,0xc9,0xbd,0xbd,0x7e,0xf7,
0x82,0x73,0x72,0xdd,0x53,0x4a,0x28,0x5a,0xd7,0x59,0x1f,0x5,0x9a,0xf9,0x21,0x99,
0x3a,0x8b,0x6f,0xc5,0x6c,0x2f,0xb,0x44,0xf6,0xc2,0x57,0x1d,0x7b,0x2d,0x7e,0xe3,
0x4d,0x4e,0x18,0xf8,0x5c,0xb2,0xab,0xfb,0xf4,0xdb,0xfc,0xed,0x3f,0x24,0x6e,0x49,
0x58,0xeb,0x21,0xb3,0x70,0xa2,0x20,0x52,0xc1,0xb8,0xbd,0xc6,0x25,0x5b,0x91,0x23,
0x7e,0xa5,0xf3,0x78,0xa5,0x58,0x1c,0x67,0x36,0xf0,0x86,0x51,0x5d,0xd2,0xd7,0xfe,
0x39,0xa6,0xe1,0x94,0x6f,0xe4,0xb3,0xbf,0xe,0xe2,0x3,0xc3,0xf9,0x96,0xe3,0x8b,
0xbb,0x80,0xf9,0x2a,0x1e,0xa,0xda,0xdb,0x83,0xf2,0x52,0xe0,0xc4,0x6c,0xf5,0x4f,
0x79,0x5a,0x8d,0x6d,0x27,0x37,0x2f,0xfa,0xf,0xcb,0xd5,0xfc,0x71,0xb9,0x8a,0x6b,
0xb1,0x6b,0x11,0x79,0xe1,0x91,0xd7,0xfe,0x24,0xc4,0x13,0x44,0xf1,0x6b,0x9,0x7a,
0x25,0xe7,0x5d,0xa7,0x78,0xca,0x19,0x2b,0x3d,0x63,0x2e,0xa3,0x72,0x27,0x40,0xbc,
0x5c,0xfd,0x37,0xae,0xd8,0xd3,0xdd,0xf7,0x2b,0xf6,0xf6,0x1f,0x12,0x34,0x27,0x7e,
0x24,0xba,0x15,0x8a,0x52,0x55,0x10,0xa2,0x97,0xe4,0x6,0xdf,0x2b,0x94,0xd4,0x5b,
0xf2,0x1b,0x15,0x5d,0x15,0x3f,0x30,0x2a,0xa7,0x58,0x43,0x73,0x40,0x41,0x65,0x9b,
0xf5,0x4d,0x7c,0xda,0x9e,0xc5,0x75,0x14,0xc,0x63,0xf4,0x62,0xf9,0xf8,0xfa,0x52,
0x0,0xdf,0xa7,0x38,0x88,0xb5,0x7c,0x60,0x3c,0x1,0xec,0xf0,0x26,0x5,0xf3,0x6e,
0x29,0xbc,0x27,0x58,0xf4,0x2c,0x5a,0x16,0x54,0x2e,0xe2,0x62,0x4b,0x7d,0x29,0x4c,
0xd5,0xf9,0xd5,0x98,0x36,0x5e,0xb5,0x9b,0x58,0x6d,0x1f,0x45,0x6f,0xfe,0xa1,0x13,
0x4a,0x36,0xf0,0x8c,0x5d,0xfc,0x31,0x6,0xfc,0x7c,0xc,0xc5,0x41,0xc6,0xeb,0xff,
0xd7,0xec,0xef,0x16,0xbf,0xe7,0x9f,0xfe,0x63,0x82,0x82,0x2f,0x45,0x86,0x3e,0xf4,
0xa6,0xb,0x8c,0x16,0x0,0xb0,0xa5,0x77,0xbf,0xd2,0xb,0x1,0x4f,0x39,0xc5,0x33,
0xc,0xb,0x2a,0xa,0xcb,0x70,0xf0,0x31,0x8c,0x16,0x56,0x8e,0x5b,0xc5,0xb2,0x9e,
0xf8,0xac,0x2f,0xf8,0xa2,0xb,0xbd,0xe9,0x2,0xf3,0x4c,0xd6,0x51,0xe3,0x7c,0x2e,
0xd4,0x3b,0x5,0x26,0xec,0x8a,0x1d,0xef,0x2,0x76,0x6e,0x93,0xc2,0x79,0xf7,0x6c,
0xdf,0xee,0x27,0xe3,0x3,0x39,0x2c,0x2c,0x14,0x61,0x14,0x59,0x4b,0x5a,0x6c,0x28,
0xc4,0xc6,0xae,0x27,0x2,0x5c,0xd1,0x93,0xae,0xe8,0xd1,0x37,0xb6,0xec,0x5f,0x4e,
0x22,0xaa,0xcf,0x3e,0x8e,0x81,0xaf,0x8f,0xc9,0x13,0x80,0x16,0x7c,0x83,0xcd,0x27,
0x9c,0xf9,0x9e,0x5d,0xdd,0x1f,0xfc,0xad,0xcb,0x4b,0x62,0x6a,0xd2,0x96,0x44,0xf6,
0x84,0x4d,0xb2,0xda,0x5b,0x3e,0xf7,0x5,0xeb,0xb1,0x68,0xcb,0x72,0xf2,0x5,0x9e,
0x36,0xc6,0xb4,0x82,0x71,0x7d,0x99,0x3,0xf1,0x8e,0x51,0x7d,0xb6,0xa5,0xf8,0xcf,
0xfa,0x3a,0x1a,0x2c,0x7d,0x95,0xb0,0xe,0xe2,0x60,0xb,0x2a,0xdf,0x26,0x14,0x5e,
0x70,0x1f,0x38,0xb1,0x3e,0xf9,0x2a,0x4f,0xbb,0xb1,0x3d,0xd7,0x6d,0x7d,0xef,0xee,
0x77,0x4b,0xc1,0x3c,0x89,0x1f,0xc7,0xcc,0x5,0xcb,0x2,0x62,0xc1,0x41,0x36,0x7b,
0x14,0x61,0x2e,0xd4,0xca,0x17,0x94,0x8a,0xb2,0xe0,0xc1,0x23,0x8e,0xca,0xb0,0x61,
0xc,0xeb,0x8b,0x6f,0x23,0x13,0xab,0x7a,0xd8,0x89,0x71,0x9b,0xce,0x41,0x63,0x63,
0xbc,0x8c,0xb7,0xbe,0xf0,0x78,0xfb,0xef,0x27,0x5f,0x51,0x12,0x14,0x49,0xcc,0x84,
0xd5,0xe4,0xa5,0x3e,0x17,0x18,0x12,0x16,0x49,0xae,0x89,0x9e,0x92,0x5d,0x13,0x99,
0x78,0xea,0x22,0x86,0xea,0x5d,0x36,0x1d,0x78,0x97,0x7d,0xcc,0x12,0x5b,0xed,0x90,
0x3d,0x3e,0xfc,0xca,0xbc,0xc,0x6f,0xbe,0xd0,0x7,0x9e,0x63,0xd5,0x78,0x1b,0x83,
0x3c,0xb1,0x67,0x64,0x1d,0xea,0x4b,0xec,0x40,0xec,0x56,0x7,0x5c,0x99,0x97,0xeb,
0x31,0x3f,0xdc,0x5,0xcc,0x57,0x7f,0x69,0x3c,0x9,0x3c,0xc7,0xd,0x85,0x3f,0x93,
0xc2,0x67,0x21,0x55,0xa4,0xc5,0x13,0x72,0x2e,0xf4,0x5c,0x7c,0x5a,0x78,0xc9,0x46,
0xe2,0x89,0x43,0x8b,0x55,0x75,0x4d,0x41,0x43,0x9f,0xe2,0xb7,0xe3,0x5,0x1e,0x5,
0x9c,0xf4,0x89,0xb7,0x79,0x18,0xae,0x1a,0xa3,0xc5,0x88,0x8c,0xdb,0xff,0x23,0xd7,
0xec,0xeb,0x1e,0xf8,0x4f,0xfe,0xf6,0x5f,0x49,0x48,0x21,0x24,0xa9,0x27,0xaa,0xd9,
0x52,0x32,0x7b,0x22,0xb7,0x98,0x8a,0x2a,0x7d,0x2a,0x82,0x8a,0xaf,0xa9,0x1d,0xbf,
0xc8,0x99,0x4f,0x14,0x85,0xea,0xc5,0x98,0xf8,0x82,0xc3,0x3c,0xd2,0x5c,0xce,0xe4,
0x3a,0x58,0xc8,0x2d,0x55,0xe3,0x27,0x6a,0x4f,0x22,0x20,0xdc,0x5,0x48,0xff,0xd4,
0xa6,0x3e,0x18,0x9c,0x7e,0xe0,0xbe,0x4f,0xfc,0xe9,0x15,0x4f,0xc5,0xb1,0x3d,0x9b,
0x4d,0x6e,0xf3,0xdf,0x2d,0x5,0xf3,0xa4,0x16,0x86,0x14,0x4d,0x14,0xa9,0x15,0x8c,
0x15,0xd,0xf4,0x5e,0x5c,0xca,0x1b,0x56,0x65,0xe7,0x95,0x80,0x15,0x59,0x49,0xfd,
0x2,0x1f,0xf1,0xac,0xa7,0x6f,0x29,0xd0,0xd2,0x87,0x1f,0x65,0xc6,0xc8,0x27,0x89,
0xd0,0xa5,0x58,0x89,0xf2,0x7c,0x72,0x2c,0x95,0xe5,0x4,0x70,0xc7,0x5f,0x7a,0xb1,
0x7e,0xfc,0x57,0x93,0xd9,0x13,0x3a,0x5f,0xd5,0xea,0xdb,0x59,0xd8,0x6a,0x9c,0x16,
0x21,0xf1,0xe0,0xd1,0x27,0xaa,0xfc,0x12,0x6f,0xbe,0x31,0x8e,0xc5,0x4d,0x45,0xc5,
0xbe,0xd8,0xc3,0x56,0x30,0xc5,0x16,0xbd,0xf2,0x45,0x3e,0x7b,0xeb,0xa8,0x6c,0x55,
0x2c,0xf0,0x12,0x67,0x0,0x67,0xf6,0xb4,0xe,0xd7,0xe1,0x6d,0xc1,0x7,0x85,0x8e,
0xcf,0xf,0x7e,0xe0,0xc1,0xc3,0xd7,0x5d,0xec,0x29,0x39,0xb6,0xb3,0xdd,0xe,0x5d,
0x73,0xcd,0x1f,0x5e,0xdf,0xbb,0xeb,0xff,0x92,0x42,0xd3,0xd7,0xf8,0x2c,0x60,0x16,
0x4f,0x2e,0x96,0x1e,0x9f,0xa9,0x29,0xc8,0x2c,0xab,0x4e,0x63,0xba,0x2f,0x8b,0x4f,
0x8b,0xdb,0x31,0x29,0xae,0x62,0x8b,0xec,0x45,0x4f,0x39,0xf9,0xb6,0x63,0x14,0x9f,
0xe2,0x3b,0x40,0x19,0xa3,0xfe,0xbb,0xba,0x4f,0xff,0xe0,0x95,0x83,0x9,0xaf,0x9,
0xac,0x5,0xc1,0x22,0x42,0x52,0x93,0xf,0xb2,0xc2,0x71,0x7b,0xb6,0x21,0xd1,0x2b,
0x5f,0xe8,0x92,0x5d,0x31,0x18,0x37,0x61,0xa4,0xef,0xcd,0xa3,0x8a,0x9b,0xf9,0x3e,
0xd,0x16,0xa8,0x8e,0xb,0xbf,0x34,0xce,0x33,0x5d,0x87,0xe2,0x5d,0xe7,0xf1,0x33,
0x46,0xe7,0xa1,0x18,0xb7,0xab,0x8d,0x76,0xca,0x66,0x3,0xc6,0x3e,0x17,0xa0,0xfa,
0x43,0xb,0xfc,0xfa,0xf0,0xc7,0xc7,0x93,0xc0,0xb3,0xd2,0x66,0xfb,0x77,0x1d,0x39,
0x2c,0x5,0x91,0xaf,0xaa,0x75,0xc1,0x79,0x41,0xba,0x5e,0x75,0xd,0xaf,0x32,0x8b,
0xbb,0x22,0xe8,0x6,0x4e,0x28,0xae,0xf,0xde,0xf5,0x55,0x4c,0xf8,0x19,0x1f,0x73,
0x6b,0xe3,0x8,0xe9,0xfc,0x8c,0x2a,0x5d,0x33,0xbf,0xfa,0x64,0xe1,0x36,0xd1,0xe1,
0xed,0xbf,0x7b,0xdf,0xfd,0x2a,0x4f,0x3e,0x27,0x24,0xa5,0x27,0x68,0x49,0x64,0xc8,
0x9a,0xc8,0xc6,0x53,0x1f,0x49,0x9d,0x92,0x5e,0x65,0x62,0x85,0xb4,0x38,0x44,0x46,
0xcf,0xa2,0x71,0x7c,0xe0,0x60,0x3,0x26,0x62,0x14,0x5d,0x91,0x83,0x42,0x67,0x71,
0x18,0x57,0xe7,0xe9,0xf6,0xb3,0xb6,0x8e,0x82,0xad,0x31,0x26,0x73,0xbc,0xc0,0xa8,
0xdc,0xac,0x23,0xdb,0x94,0xf4,0x2d,0x41,0xfc,0x86,0x80,0xbd,0x25,0x78,0xff,0x4d,
0x7,0x77,0x79,0x8a,0x8e,0xed,0x4c,0xb7,0xc3,0x57,0x5e,0xf9,0x47,0xd6,0xe4,0xaa,
0xef,0x7f,0x7c,0xa9,0xc5,0xa0,0x45,0xaf,0x45,0x17,0x85,0xa3,0x3a,0x14,0x92,0x17,
0x8f,0x5d,0xb1,0x87,0x71,0xb9,0x2f,0x7a,0xd7,0xa9,0x5f,0xa3,0x33,0x7c,0xe2,0x4b,
0x3c,0xc3,0x17,0xac,0x93,0xd9,0x1a,0x42,0x6c,0xf7,0xcb,0xf1,0x69,0x6f,0xe7,0xc3,
0x13,0x83,0xc6,0x44,0x2f,0xb7,0xff,0xf8,0xf6,0xdf,0xb1,0xdf,0x39,0x10,0x89,0xc8,
0x2,0xf5,0x84,0x2d,0x3a,0xa5,0xa4,0x97,0xbe,0x14,0x1d,0xa,0xa3,0xf8,0x79,0xef,
0x98,0xd2,0xd3,0x9f,0x36,0x25,0x60,0xeb,0x2,0xe,0x9f,0x88,0xc3,0xe2,0x31,0x22,
0xde,0x30,0x3c,0x69,0xf4,0x70,0x6d,0x3c,0xea,0x94,0x92,0x5e,0xfa,0xd3,0x5b,0x47,
0xe0,0x4d,0x6,0x6f,0x54,0x15,0x76,0xf1,0x89,0x38,0xf5,0xfc,0x9c,0x68,0xf3,0xfe,
0xc4,0x61,0x8d,0xf5,0x81,0x87,0x6e,0x1d,0x4f,0x0,0x67,0xad,0xcd,0xf6,0xae,0x1c,
0xe1,0xfb,0xf8,0xa5,0x18,0xb4,0x90,0x8c,0xac,0x88,0x52,0x41,0x2a,0x46,0x28,0xe9,
0xaa,0xc2,0x72,0xd2,0x38,0x42,0xa1,0x33,0x9e,0x3a,0xeb,0x39,0x56,0xf2,0x4b,0x7c,
0xad,0x6f,0xe3,0xd,0x13,0xe3,0x1a,0xef,0x7a,0xf6,0x85,0x3c,0x8e,0x9e,0x4,0x6c,
0x4c,0x9c,0x0,0x3e,0xf9,0x6d,0x97,0x4b,0xf2,0x45,0xf2,0x6a,0x11,0x78,0xcf,0xe4,
0x2c,0xe4,0x9,0x4b,0x5b,0x5d,0x98,0xc9,0x9e,0x75,0x90,0x11,0xd3,0xe3,0x66,0x7d,
0x4b,0x31,0x26,0xf0,0xae,0xa3,0x4d,0x8b,0x2c,0xf8,0x32,0x47,0xc5,0xd,0xe0,0x7d,
0xbc,0x88,0x99,0x88,0x58,0xb7,0x9d,0xf6,0x3a,0x94,0xfa,0xf6,0x3e,0x2e,0x62,0xd7,
0x58,0x8e,0x6b,0xf3,0x67,0x8f,0xbb,0x80,0xe3,0x87,0x81,0x9d,0xc8,0x1d,0xc0,0xab,
0xc6,0x13,0xc0,0x99,0x6c,0xb8,0xea,0xcb,0xed,0xbe,0xbc,0xd6,0x5f,0xf9,0x7c,0x5d,
0x18,0x56,0xc,0x95,0x9c,0x8b,0xc8,0xf9,0x52,0xc4,0x8e,0xc9,0xd4,0x16,0xa9,0x16,
0x17,0x78,0xf5,0xaf,0x6d,0xf6,0xda,0x9b,0xc5,0xe8,0x31,0x7,0x30,0xed,0xc9,0xa6,
0x8c,0xcb,0xb9,0x65,0x62,0x9c,0x24,0xc7,0x1a,0xc4,0xe6,0xf3,0xd0,0x71,0x5c,0x9e,
0xef,0x16,0x79,0x65,0x57,0x77,0xf7,0x8f,0xbd,0xbc,0xdb,0x9c,0x79,0x92,0x96,0xa4,
0xf6,0xa2,0x41,0x52,0xe,0x26,0xb0,0xc9,0xd4,0xd1,0x27,0x92,0xdd,0x13,0x1c,0xfa,
0x46,0x47,0x99,0x94,0xe3,0x16,0x1e,0x5,0xe1,0x72,0x2e,0xa0,0x28,0x7c,0x93,0x55,
0xf,0x7b,0x1b,0xb3,0xd8,0xcf,0xe0,0x3a,0x6,0xfa,0x8a,0x30,0xa6,0xcf,0x3b,0xc6,
0x1d,0x5e,0x87,0x61,0x5c,0x4f,0x5e,0xed,0x53,0xb9,0x3,0xd0,0x7e,0xbc,0x3,0x38,
0x93,0xed,0xce,0xfd,0xfb,0x9f,0x2f,0x5,0x71,0xe3,0x61,0x24,0x3e,0xae,0xaa,0xe9,
0x6a,0x69,0x45,0x63,0xc5,0x91,0xaf,0xcc,0x94,0xad,0x37,0xb9,0xe0,0x94,0x77,0x5c,
0xa5,0x63,0xdc,0x6c,0xb7,0x3e,0x93,0xda,0x31,0x76,0xf1,0xeb,0x63,0x40,0x6a,0xf7,
0x9e,0x72,0xb1,0x61,0x5c,0x1f,0xaf,0xb5,0x15,0x19,0x63,0xc8,0x55,0x7e,0xbe,0x7b,
0xa5,0x9b,0x5d,0x2c,0xf4,0x82,0x15,0xb1,0xc9,0x6d,0xff,0x6b,0x2e,0xd1,0x2b,0xff,
0x3d,0x3f,0x77,0x75,0xb7,0xe5,0xc5,0x5f,0x92,0xb2,0x24,0x71,0xcd,0xb7,0x45,0x6,
0xa2,0x5d,0xb,0x2e,0x63,0x5b,0x82,0x6f,0xc2,0x94,0xde,0x6d,0x2c,0x8e,0xb0,0x45,
0xac,0x3c,0x46,0x75,0x5b,0xee,0x36,0xb5,0x7b,0xfc,0xd6,0x36,0xc4,0xb7,0x38,0x50,
0x1e,0xa3,0xc2,0x92,0x44,0x17,0x18,0xe9,0x33,0x5f,0xfa,0x38,0x71,0x4,0xde,0xec,
0x35,0x16,0x72,0xc4,0x2b,0x36,0xc7,0x9f,0xc0,0xb3,0x80,0xd9,0xf4,0x83,0xe3,0x33,
0x80,0x33,0xd8,0x66,0x97,0xec,0xbe,0xb5,0x14,0x46,0xd3,0xb7,0xfc,0x52,0x92,0x62,
0xca,0x7d,0x29,0x4a,0xda,0x13,0x55,0x77,0x10,0xde,0x17,0x5d,0x8b,0x79,0x9a,0xd4,
0x1b,0x77,0xaf,0xe8,0xf6,0xe8,0xcf,0x79,0xeb,0x95,0x7d,0xbe,0x67,0x77,0x77,0xf8,
0xaa,0xbd,0xdd,0xed,0x6f,0x7a,0x51,0xf7,0xdf,0xdf,0xf2,0xd2,0xee,0x9e,0x7f,0x73,
0x75,0xf7,0xc0,0x7f,0xb9,0xb6,0x3b,0xf6,0x5f,0xf,0x74,0x8b,0x4f,0x4c,0xba,0xcd,
0x9b,0x23,0x1,0x8d,0x5a,0x59,0xa8,0x2d,0x2a,0x60,0x52,0xe2,0x2a,0xd,0x14,0xd4,
0x60,0xac,0x65,0xd4,0xc6,0x7b,0xc6,0x74,0x66,0xd7,0x61,0x27,0x5,0x93,0x73,0xd1,
0x2e,0xa7,0x3e,0x26,0xae,0xfa,0xc3,0xfe,0xb4,0xeb,0x3b,0x1,0x1b,0x7,0x31,0x37,
0xfc,0xb7,0xc0,0x2f,0x8c,0x27,0x81,0x67,0xd0,0xf8,0xa0,0x6f,0xbe,0x6f,0x4f,0xb9,
0xe5,0xe7,0x15,0x73,0xe8,0x24,0x40,0xb2,0x2b,0xab,0xf0,0x43,0x5,0x9a,0x75,0x15,
0x1f,0x57,0xe3,0xd2,0x27,0x5d,0x91,0xcb,0x49,0x23,0x30,0xd9,0xa6,0xb2,0xeb,0xec,
0x56,0x9d,0xba,0x34,0x16,0xf0,0xb8,0xaa,0xef,0x92,0x62,0x97,0xab,0x3a,0xfa,0xf5,
0x17,0xed,0xee,0x6e,0x59,0xdd,0xdf,0xfd,0xb7,0xff,0xe9,0xd2,0xee,0xae,0x1f,0xbe,
0xaa,0xbb,0xf7,0x97,0x5e,0xd5,0x1d,0xfd,0xc0,0x75,0xdd,0xe2,0xa3,0x52,0xe8,0x87,
0x24,0xe9,0xe4,0x2a,0xaf,0xb7,0xcf,0x9a,0x60,0x39,0x21,0x41,0x48,0x4a,0x4b,0x4c,
0xc5,0x68,0xb2,0x8b,0x9c,0x92,0xbe,0x5c,0xd9,0xd4,0x6e,0x64,0xb6,0xc0,0x84,0xcd,
0x7d,0x20,0x6b,0x4c,0x27,0xd5,0x45,0x9c,0xf0,0xf,0x3d,0xe3,0x2a,0xef,0xbd,0xce,
0x3,0x31,0xa9,0xf7,0x31,0x2a,0x8c,0x92,0xcd,0xc1,0xf4,0xc4,0x88,0x4c,0x6c,0xf2,
0xd3,0x31,0x55,0xce,0xf3,0x30,0x4c,0xd8,0x4c,0x1f,0x18,0xd1,0xa5,0xbe,0xef,0xd7,
0xef,0x5b,0x1d,0x8f,0x49,0x91,0x11,0x3f,0x61,0xb0,0x37,0xf8,0x49,0x71,0xdd,0xa3,
0xf9,0xf4,0x7d,0x8b,0xd9,0x81,0x17,0x7a,0x3a,0x8f,0xed,0x74,0xda,0xef,0xed,0xd9,
0xf3,0x47,0xa5,0x70,0x6e,0xc4,0xdb,0x7b,0x2c,0x30,0xde,0xbe,0x53,0xae,0x74,0x2e,
0xa3,0xf0,0x7b,0xc5,0x49,0x7c,0xf,0x6b,0xfe,0x56,0xb0,0xec,0x6b,0x2c,0x9,0x7a,
0xb5,0x3b,0xa9,0x5d,0xb1,0x8e,0x77,0xd2,0x38,0x8c,0xe1,0xb8,0x75,0x29,0x76,0x5c,
0xd5,0x67,0x5f,0x65,0xc5,0xbe,0x71,0xe5,0x9e,0xee,0xb6,0xd7,0xbf,0xb0,0xfb,0x83,
0xff,0xe5,0x25,0xdd,0x67,0x7e,0xfc,0x15,0xdd,0x7d,0xbf,0xfa,0xea,0xee,0xe8,0x87,
0xa4,0xd8,0x3f,0x2e,0xc5,0x7e,0x93,0x24,0xd5,0xcc,0x13,0xd,0xc5,0xae,0xc9,0xe5,
0xe4,0x89,0xa7,0x9,0xae,0x49,0x4e,0x9b,0x27,0x68,0x22,0x2b,0x2,0xb3,0x5,0x8e,
0xfe,0xc4,0xb8,0xe,0xfe,0x8a,0x23,0x99,0xbf,0xd9,0xc3,0xbf,0x8c,0x4b,0x3d,0x30,
0x6a,0xb,0x8c,0xe1,0xa4,0x27,0x96,0xf1,0x92,0x9d,0x63,0x9f,0xf5,0x75,0xb8,0xaf,
0x62,0x61,0x23,0xce,0xc7,0x8d,0x13,0xb,0x31,0xc6,0x93,0x2a,0xbf,0x84,0x2b,0x98,
0xe2,0x13,0x18,0xf4,0xf,0x1d,0x51,0xdd,0xe7,0x1e,0xb8,0x69,0xf2,0x52,0x4f,0xe7,
0xb1,0x9d,0x6e,0x93,0xc2,0xba,0x95,0x5,0x69,0xc5,0x27,0x45,0xa5,0x45,0x97,0x74,
0x28,0xb4,0x2c,0xf3,0x2a,0x9b,0xae,0xb6,0x43,0x77,0x8,0x4a,0x5a,0xb8,0x66,0x67,
0x21,0x43,0x4f,0x99,0xb8,0x21,0x7d,0xe9,0xb5,0xc8,0xb3,0x2c,0x24,0xb7,0xf1,0xb3,
0x15,0x7b,0xad,0x3e,0xdf,0xb3,0xd2,0x1d,0x79,0xd5,0x3e,0xfd,0x94,0xde,0xa7,0xfe,
0xc1,0x95,0xdd,0xe7,0xe4,0x16,0xfe,0xfe,0xf7,0x5d,0xa3,0x6f,0xd9,0xe1,0x47,0x3b,
0x70,0xb,0xcf,0x44,0x52,0xf2,0x82,0xb7,0x4,0x45,0x12,0x39,0x41,0x27,0x7d,0x24,
0xb1,0xf5,0x4c,0xe0,0x9c,0xb8,0xa1,0x43,0x82,0xa7,0xc4,0xac,0xf4,0xe4,0xad,0x37,
0xbf,0x46,0xdf,0xf2,0x42,0x65,0x2e,0xf0,0x61,0x1,0xa9,0x7e,0x60,0xbe,0x4a,0xcf,
0xf1,0x3a,0x48,0x22,0xc7,0xd8,0x8e,0xa3,0xac,0x18,0xdf,0x7,0xf1,0xcd,0xf3,0xa5,
0x7f,0xe8,0x1c,0x7,0x3d,0xec,0xcd,0x1c,0x54,0x2f,0xf4,0xe0,0xe1,0x83,0x78,0x28,
0xfb,0xc1,0x87,0x6e,0x9f,0xee,0xf6,0x74,0x1e,0xdb,0xc9,0x9a,0x14,0xf2,0x4f,0xce,
0xf7,0xaf,0xfc,0xea,0x6c,0xef,0xca,0xfb,0xe5,0x2a,0x9a,0x3e,0xc3,0xdf,0x16,0x7c,
0xf0,0xcb,0xf4,0x7a,0x25,0x2e,0x85,0x6b,0xfe,0xb9,0x48,0x89,0x3b,0x65,0xf2,0x13,
0x51,0x35,0xb6,0xc4,0x99,0xed,0xb6,0x5b,0xf8,0xd9,0x57,0xa0,0xd8,0x77,0x75,0xb7,
0x4c,0xe4,0x16,0xfe,0xaf,0x5f,0xd6,0xdd,0xfd,0x63,0x2f,0xeb,0xee,0x7b,0x8f,0x5c,
0xd5,0xdf,0x7f,0x5d,0x77,0xec,0xf7,0xe,0x74,0x9b,0x9f,0x90,0x44,0x59,0xf3,0x44,
0x41,0x91,0xe3,0xf6,0x50,0x8b,0xdd,0x12,0xbb,0x22,0x26,0x94,0x13,0x93,0x2a,0x27,
0x64,0x6d,0x63,0x8c,0x81,0x58,0x85,0x1a,0x5b,0x15,0x4b,0x6c,0x49,0xb6,0x64,0xdf,
0x2e,0x56,0x4d,0xf5,0x1c,0x12,0x3d,0xc7,0xeb,0x0,0x71,0x1d,0x1c,0xbb,0xe8,0x95,
0xdc,0xc6,0xa2,0x57,0x5b,0xc4,0xb7,0x62,0xa7,0xbf,0x61,0xe8,0x4b,0x7b,0xef,0xb8,
0x9,0x1d,0xdf,0xf0,0x87,0x80,0xf3,0xf1,0x5d,0x80,0xc1,0x36,0xdb,0xbf,0xf2,0x53,
0x72,0x4b,0xfc,0x2b,0x52,0x40,0xef,0x15,0xfe,0x57,0x66,0x7b,0x77,0xbf,0x7f,0xb6,
0x77,0xd7,0x63,0x52,0xa8,0xf8,0x31,0xcd,0x27,0xcb,0x55,0x5f,0x8b,0x98,0x3c,0x8a,
0xe,0x32,0xf5,0x90,0x87,0xf8,0xc0,0x6b,0xb1,0xba,0x5f,0x14,0xbf,0xd9,0xd9,0x93,
0x60,0x2f,0x27,0x6,0xf6,0xe4,0x11,0xb,0xe4,0x3a,0xbd,0x85,0x7f,0xc9,0x9e,0xee,
0xf6,0xd7,0xbd,0xb0,0xbb,0xf3,0xef,0xbd,0xa4,0xbb,0xe7,0x67,0x5f,0xd9,0x3d,0xf0,
0x1b,0xd7,0x76,0xc7,0x3e,0x22,0x57,0xf5,0x8f,0xd9,0x2d,0xbc,0x26,0x86,0x16,0x7a,
0x24,0x4e,0x26,0x4b,0x2c,0xa3,0xbe,0x1d,0x3a,0x4b,0xbc,0xc0,0xb6,0x98,0x21,0x9b,
0xf0,0x25,0x29,0x5b,0x1f,0xc8,0x6e,0xab,0x8a,0xc4,0xf5,0x3d,0x39,0xeb,0x4c,0x3f,
0x58,0xb8,0x3b,0x74,0x1d,0x36,0x57,0xe0,0xda,0x79,0x61,0x1d,0xa6,0x53,0xbd,0xe0,
0x54,0xd6,0xf1,0x8d,0xd4,0xa6,0x32,0x30,0xae,0x73,0xd9,0x62,0xd7,0x98,0x3c,0x4f,
0xe8,0xd2,0xc7,0x81,0x6f,0x5c,0xcc,0x27,0xff,0xf6,0x81,0xb5,0xb,0xf8,0x2e,0x40,
0xae,0xe6,0x3f,0x2d,0xc5,0x2d,0x45,0xe,0xda,0xfd,0x5b,0xb3,0x7d,0x2b,0x8f,0x49,
0x31,0x3d,0x21,0x85,0xfa,0xb8,0x5c,0xed,0x1f,0x97,0x82,0xaa,0xbe,0x9f,0x5f,0xa,
0xaf,0xe8,0xea,0x42,0xed,0xd3,0xb0,0x7d,0x99,0xdf,0xd3,0xba,0xfa,0x93,0x5e,0xbc,
0x5b,0x5e,0xaf,0xbf,0xbc,0x7b,0x40,0xae,0xea,0x78,0x30,0xa7,0xb7,0xf0,0x6b,0xb2,
0xf1,0xd8,0x70,0xbc,0xef,0xab,0x5,0xcf,0xcd,0xaf,0x29,0x27,0xd0,0xd3,0xa7,0x1c,
0xe3,0xe9,0xc6,0x7b,0x66,0xf3,0xd8,0xe9,0xeb,0xc8,0x27,0x29,0x9d,0x6b,0x75,0x92,
0x10,0x6a,0xe6,0x3f,0x7c,0x52,0xdb,0x5e,0xee,0xc7,0x80,0x5c,0xeb,0xf8,0xdf,0x1,
0x8b,0xf9,0xf4,0x7d,0x9b,0xeb,0xd7,0xbe,0xc8,0xcb,0xe1,0xfc,0x6e,0x56,0xec,0x7b,
0x7e,0x65,0x86,0x2b,0xbb,0xdc,0xc6,0xaf,0xc9,0x55,0x5d,0xb,0x7d,0xdf,0x6e,0xfc,
0xce,0x9e,0x7e,0x3b,0xf,0xdf,0xc9,0x7,0x69,0x21,0xa6,0x5e,0x49,0x8a,0xcc,0xae,
0xb2,0x5e,0xbc,0xb4,0x17,0x9d,0x50,0xc2,0x92,0x7a,0xb7,0xf8,0xde,0x97,0x98,0x38,
0x19,0x14,0xbf,0xc0,0x42,0xdf,0x8e,0x1f,0x78,0xf7,0xd1,0x31,0x77,0x75,0x87,0x5f,
0xba,0xd7,0x7e,0x69,0x57,0xa,0x7c,0x53,0xae,0xea,0xb9,0xd0,0xed,0xf6,0xd0,0x12,
0x80,0xc9,0x52,0x92,0xc6,0x93,0x85,0x57,0xa1,0x48,0x26,0xd1,0xb7,0xb6,0xc2,0x43,
0x6f,0x36,0x12,0x92,0x8c,0x89,0x56,0x61,0x10,0x4f,0x8,0x71,0x79,0xb5,0xa,0x1f,
0xc6,0xb,0xca,0x72,0x5b,0xcc,0xe7,0xfa,0x3a,0x86,0x30,0xbd,0x75,0x28,0x6f,0x73,
0xc8,0x76,0x9b,0x3,0xe7,0x94,0xb0,0xb4,0xb5,0xf3,0xc9,0x31,0x12,0x86,0xf1,0xf0,
0x10,0x50,0xae,0xfe,0xf7,0x1e,0x5d,0xbb,0xee,0x2a,0x2f,0x8f,0xf3,0xaf,0xad,0xef,
0x5b,0xf9,0xe9,0xf5,0xbd,0xb8,0x85,0x5f,0xf9,0x2d,0xb9,0xa5,0x7f,0x6c,0xbe,0x57,
0xa,0x1d,0xc4,0xdb,0x78,0x2d,0x2c,0x2b,0xb8,0x28,0xba,0x28,0x34,0xd8,0xb4,0x78,
0x13,0xce,0x8a,0xd9,0x75,0x8e,0x8b,0x62,0x75,0xc,0x7a,0xb7,0x53,0x57,0xf3,0x6e,
0x27,0xb9,0x1d,0xfc,0x10,0x5e,0x4f,0x18,0x99,0x4f,0x4,0xcc,0x91,0x57,0xef,0xeb,
0x16,0xbf,0x9b,0x7f,0x65,0x37,0x25,0x3,0x36,0xbd,0x92,0x9d,0x24,0x39,0xa8,0x33,
0x12,0xd9,0x93,0x26,0xb0,0x96,0x40,0xe4,0x79,0xb5,0x22,0xc6,0x62,0x25,0xbc,0xea,
0x3d,0xe9,0x72,0x1c,0xe2,0xa5,0x2f,0xf8,0x9c,0xd8,0x19,0x93,0xe3,0x35,0x7c,0x2d,
0x3b,0xa5,0x71,0x8c,0x44,0xc6,0x38,0x49,0x6f,0xbe,0xc1,0x3f,0x17,0xeb,0x50,0x9f,
0x62,0x33,0xca,0x7c,0x91,0xab,0xd8,0xe1,0x43,0x2c,0xf9,0x4c,0x19,0x53,0xe9,0xb5,
0x47,0x3c,0xc6,0x8d,0x18,0xf,0xe2,0xa3,0xc0,0xf3,0xe9,0x7,0x8f,0x6e,0x5c,0xbb,
0xd7,0xcb,0xe5,0xdc,0x6e,0xb8,0xba,0xaf,0xef,0x5f,0x79,0xaf,0xdc,0xb6,0xbf,0x47,
0xe8,0xfd,0x52,0x18,0x72,0x75,0xb7,0x5b,0x78,0x16,0xf,0x6f,0xe5,0x8d,0xea,0x82,
0x2d,0x57,0x69,0xd7,0x15,0x82,0xad,0xd1,0x55,0x27,0x89,0xa2,0xa3,0x7f,0x2b,0xbb,
0xef,0x36,0x3e,0xc6,0xf7,0xed,0x2d,0x1,0x5f,0xfb,0xec,0xd2,0xb7,0xea,0xf4,0x35,
0xbd,0x6f,0xac,0x6e,0x34,0x13,0xa2,0x24,0x67,0x9f,0xec,0x2a,0x61,0x4,0xdc,0x50,
0x12,0xe5,0x58,0xbc,0xaa,0xf4,0x30,0x29,0xd1,0x95,0x10,0x2f,0xcb,0x3,0x64,0x71,
0x87,0x6d,0xa4,0x3c,0xf6,0x39,0xbf,0x8e,0x36,0x76,0x43,0x6d,0xc,0x9e,0x30,0x2a,
0x5d,0x3b,0xe7,0x66,0x1d,0x56,0xe4,0xc9,0xce,0x31,0x5d,0x47,0x1b,0x7c,0x8e,0x8b,
0xd,0xcf,0x1,0x84,0xff,0xc0,0x43,0xf3,0x3,0x7b,0xbc,0x84,0x76,0x7e,0x7b,0xef,
0x45,0x17,0x7d,0xa1,0x5c,0xd1,0x7f,0x7a,0x7d,0xf,0x1e,0xce,0xed,0x7e,0xcf,0x7c,
0xdf,0xca,0x7b,0x70,0x2b,0x3f,0xd3,0x62,0xd7,0xdf,0xc6,0xd7,0xab,0x3b,0xa,0xbd,
0x2e,0xf6,0x96,0xa2,0x88,0x4e,0x8d,0x32,0x7e,0x79,0x41,0x17,0x5d,0x65,0xa3,0xef,
0x92,0x31,0x5,0x9b,0x4f,0x1a,0x85,0x77,0x3c,0x64,0xf0,0xe5,0x4e,0xc4,0x6d,0xf8,
0x90,0xce,0x9d,0x7f,0xfb,0x25,0xbe,0xd9,0xb6,0xd1,0xd8,0x5c,0x4b,0xf0,0xb4,0xe9,
0x4e,0x4c,0x16,0xda,0x73,0xc2,0x84,0x1f,0x92,0x15,0x3a,0x93,0x33,0x3e,0x78,0x89,
0xc3,0x9e,0x3a,0xf5,0x11,0x2a,0x3a,0x4b,0xe0,0x18,0xc3,0x65,0xf5,0x33,0xbc,0x25,
0x39,0xe3,0x6,0x7f,0xfe,0xad,0xc3,0x88,0xf6,0xfe,0x3a,0xc4,0x9e,0xe2,0x86,0x1f,
0x6d,0xd2,0x2b,0xae,0xc6,0x9a,0xaf,0xeb,0x9c,0xca,0x18,0xd2,0x2b,0x55,0x3a,0x60,
0x5c,0x2f,0x64,0xef,0x2,0x4c,0x3e,0x70,0x4e,0xdc,0x1,0x1c,0x7e,0xc1,0xb,0xbe,
0x64,0xb6,0x6f,0xe5,0xe7,0xa5,0xc0,0x9f,0x98,0xef,0xd1,0x5b,0x78,0x79,0xdd,0x8e,
0x62,0xb7,0xab,0xbb,0x15,0x7b,0x2e,0xcc,0xa6,0xd8,0x58,0x44,0x7e,0xf5,0x8c,0xab,
0xa8,0xcb,0x2d,0x1e,0x3a,0x60,0x2a,0x3c,0xb1,0x16,0x4f,0x71,0xe8,0x19,0x2b,0x8d,
0x6b,0x63,0x19,0x46,0xf9,0xa1,0xf8,0x99,0xaf,0xe2,0x7,0x36,0xe6,0x59,0xf3,0xa0,
0x7b,0x7e,0xe6,0x95,0x69,0x73,0xa5,0xcf,0x89,0x51,0xe9,0xc9,0x47,0xa2,0x40,0x47,
0x5f,0xda,0x33,0x26,0xfb,0x65,0x7d,0xeb,0x37,0xc4,0xa3,0x8f,0x38,0x66,0x23,0x1f,
0xf8,0xe0,0xd,0x1f,0xfc,0x79,0xb5,0xe,0xe2,0x4a,0xe1,0xd5,0x71,0x94,0xaf,0xe4,
0xec,0x13,0x3a,0xed,0xa1,0xf3,0x3e,0x64,0xf3,0xd7,0xd8,0xee,0x93,0x75,0x45,0x56,
0x1f,0xca,0xe6,0xaf,0x3f,0xf,0x36,0x9b,0xfe,0xd6,0x43,0xf3,0x1b,0x76,0xf6,0x1d,
0xc0,0xda,0xfe,0xfd,0x5f,0x36,0xdb,0xbb,0xeb,0xb7,0x7f,0x7f,0xff,0x5e,0x2d,0x2,
0xfb,0xe1,0xcc,0x28,0x98,0x42,0xa2,0x8f,0x22,0x89,0x62,0xb7,0xe2,0xf,0x1c,0xf4,
0x90,0xb5,0x40,0xb,0xde,0x9,0xb2,0x17,0x2e,0x89,0x71,0xda,0xd7,0xde,0x56,0xfc,
0xb5,0x2e,0xc6,0xcf,0xe4,0xfe,0x8c,0xa3,0x63,0x80,0xc4,0xa6,0xba,0xbe,0xbd,0xc4,
0x11,0x4c,0xe1,0xdd,0x86,0xf,0xed,0x1c,0xfb,0xed,0x3,0xba,0x91,0xdc,0x58,0xdb,
0x5c,0x4f,0x84,0x22,0x7b,0x42,0xa8,0x3e,0xb0,0x76,0xd5,0x48,0x38,0xd8,0x34,0x29,
0xc0,0x1b,0x96,0x57,0x8e,0x82,0x29,0xb1,0x6a,0x1b,0x93,0xc9,0x28,0xb0,0xd9,0x87,
0x7a,0xf3,0xb,0x5b,0xc6,0x64,0xdc,0xf9,0xb3,0xe,0xe1,0x7d,0x7e,0x66,0x8b,0x9e,
0x73,0x63,0xa1,0x2a,0xa6,0xf4,0xd0,0x7b,0x5c,0x50,0xb5,0x46,0xef,0x35,0x4e,0x90,
0xe9,0x4c,0x9f,0xd7,0xa1,0x76,0xc4,0x6b,0xb0,0x28,0xfe,0x13,0x78,0x50,0x3c,0x9b,
0xfc,0xd6,0xb1,0x43,0xd7,0xef,0xf3,0x52,0xdb,0x91,0xed,0xb,0x66,0xbb,0x76,0x5d,
0x2e,0xb7,0xbb,0x47,0x6e,0x61,0x41,0x78,0x31,0x18,0x45,0xa1,0xb4,0x45,0x4f,0x8c,
0xea,0x92,0xac,0xba,0x8a,0x8f,0x2,0x2b,0x94,0xa,0x8f,0x58,0xc6,0x19,0xba,0x42,
0x1b,0x26,0xe9,0xc1,0x2b,0x36,0x30,0x3a,0x87,0x5e,0x5c,0x3b,0x19,0x15,0x3f,0xf7,
0x9,0x19,0x58,0xc7,0xcb,0x2d,0xff,0x1f,0xe4,0x5b,0x7e,0x27,0x4d,0x10,0xdf,0x58,
0x26,0x4b,0x4e,0x1a,0xca,0x7d,0x9d,0xf9,0x64,0x59,0x71,0x95,0xae,0xe1,0x7,0xe2,
0x30,0xc9,0x4b,0x4f,0x3e,0xc9,0x79,0x2c,0xf2,0xfd,0xf1,0xa5,0x2f,0xb6,0xa4,0x6b,
0x30,0x7d,0xdd,0x4e,0x5e,0x7,0x6d,0x7d,0xc,0xc7,0xdf,0x2e,0x4e,0xd6,0x65,0x1f,
0xca,0xca,0xb7,0xfe,0x55,0x5c,0xda,0x42,0xf,0xd2,0x67,0x0,0x87,0xf5,0xdf,0x83,
0xdf,0xb7,0xb9,0x71,0xf0,0xc5,0x5e,0x6b,0x3b,0xb3,0xcd,0x5e,0xb8,0xeb,0x72,0x79,
0x8d,0x7f,0xf8,0xd6,0x4b,0xf6,0x34,0x85,0xe1,0x7d,0x2a,0xaa,0x4c,0x2c,0x54,0xd8,
0xc0,0x57,0x3e,0x9,0x17,0x3a,0xc7,0x6c,0x83,0x83,0xd,0x7a,0xa5,0x14,0x73,0x29,
0xce,0x31,0x2c,0xea,0x5c,0xdc,0xa4,0x82,0x69,0x89,0x76,0xe1,0xd7,0x2f,0xdb,0xdd,
0xdd,0xff,0x6b,0xd7,0xf8,0x6,0x4a,0x82,0xfb,0x6,0x6b,0x92,0xcb,0xc6,0x6a,0x72,
0x24,0x9b,0x6d,0xb6,0xe3,0xd0,0x33,0x49,0x68,0x4f,0x58,0x26,0x52,0xb9,0xea,0x20,
0x6e,0x4a,0x16,0xe3,0xc3,0xcf,0xec,0x9e,0x6c,0x99,0x30,0x87,0x42,0x86,0x51,0x5c,
0x8a,0x5,0x32,0x3d,0x78,0x8b,0xa9,0x72,0xf6,0x57,0x5c,0xe8,0xce,0xb5,0x75,0xc4,
0xbc,0x42,0x57,0xad,0x83,0xb1,0x13,0xce,0x28,0xd9,0x5d,0xc7,0xb5,0x64,0x32,0xbb,
0x60,0x39,0x1e,0xe6,0xd6,0x62,0x94,0xc,0x63,0xb2,0xe3,0x21,0x8b,0xff,0x43,0xb7,
0x1c,0xc4,0xfb,0xff,0xf7,0x9d,0x98,0x4f,0x5f,0xee,0x65,0xb6,0x73,0x1b,0xee,0x0,
0x70,0x2,0xb8,0x65,0xbf,0x9c,0x0,0x50,0xc,0xa9,0x30,0xb4,0x38,0xb4,0x88,0xbc,
0x50,0xdc,0xa6,0x57,0xdb,0x56,0xe7,0xc4,0x13,0x43,0xc6,0xe4,0x38,0xd9,0x66,0xba,
0x1c,0xc3,0x71,0xee,0xd3,0xe2,0x89,0xcd,0xe3,0x96,0xd8,0x49,0xa7,0xe4,0x27,0xae,
0xb0,0xd7,0x58,0xa5,0xdd,0xbb,0xba,0x4f,0x7e,0xfb,0xe5,0xf6,0x2d,0xbb,0xbc,0x99,
0x3,0x89,0x41,0x6a,0x13,0xa2,0x95,0x8d,0x86,0x63,0x64,0xdd,0xb0,0x1f,0x30,0xb4,
0x99,0xbd,0x4a,0x2e,0xb7,0xd,0xf3,0x8d,0xbc,0x64,0xe,0x24,0xe2,0x96,0xc9,0x46,
0xc3,0x31,0x9e,0xab,0x75,0x54,0x5,0xd9,0xe0,0x8a,0x3d,0xe1,0x83,0xfa,0xba,0x88,
0x5f,0xcb,0xe4,0x4b,0xac,0x32,0x46,0xeb,0xef,0xbd,0xf2,0x1e,0xcb,0xb1,0xf,0x1e,
0xd1,0xaf,0x2,0x7f,0xe0,0xe1,0x73,0xe1,0x1,0xe0,0xfa,0xfe,0x95,0x2b,0x66,0x7b,
0x77,0xdd,0xa3,0x5,0xe3,0xc5,0xc1,0x22,0x89,0x62,0x61,0xb1,0x91,0xc4,0x56,0x15,
0x54,0x5b,0x74,0xd9,0x66,0xd8,0x6c,0xab,0xc6,0x22,0x16,0x7a,0xc6,0xca,0xba,0xa2,
0xb7,0x78,0x39,0x26,0x75,0x2d,0x36,0x13,0xc7,0xa9,0xfc,0xe5,0x76,0xff,0xf0,0x2b,
0xf6,0x76,0x47,0x3f,0x7c,0x5d,0xb5,0x99,0x99,0x62,0x53,0x5d,0x97,0x30,0x79,0xc3,
0x71,0x8b,0x58,0x92,0x61,0x10,0x53,0xcb,0x7d,0xa,0x7f,0xc6,0xea,0x27,0xb0,0xc5,
0x41,0x8c,0x76,0xc,0x4b,0xc0,0xc0,0xd0,0x96,0x31,0x95,0xad,0xf1,0x2f,0x7d,0x8a,
0xdd,0x8e,0x91,0x75,0x94,0xfb,0xf4,0xec,0xac,0x63,0x48,0x1e,0x8a,0x67,0x7d,0xad,
0x23,0xa9,0x8c,0xf9,0x36,0xf3,0xb,0xbf,0xe8,0x11,0x83,0xb8,0x6a,0x5e,0xd0,0xbb,
0x9d,0x3a,0xc8,0x78,0xfb,0x4f,0xdf,0x2,0x94,0xd7,0xff,0xf,0x1f,0xde,0xd9,0xaf,
0xff,0xf5,0xe9,0xbf,0x5c,0xf5,0x3f,0x72,0xdb,0x25,0x56,0x28,0x5a,0x1c,0x5a,0x2c,
0x90,0xa3,0x60,0xaa,0x2b,0x73,0xd1,0x99,0x5c,0xf5,0x82,0x23,0xa6,0xb2,0xa9,0xce,
0x6c,0x25,0x96,0xdb,0x8a,0x4f,0x22,0xc5,0xa0,0x87,0x9c,0xec,0x3d,0xd9,0x79,0xc4,
0xcb,0x44,0x7b,0x21,0xe2,0xfc,0x4,0xf1,0xd9,0x7f,0x65,0x4f,0xf8,0xb9,0x69,0x9a,
0xc,0xba,0x99,0xe0,0x45,0xe7,0xb6,0x4c,0xc5,0x5e,0x28,0xeb,0xd1,0x3b,0xb5,0xd8,
0x94,0x64,0x2d,0xce,0x8a,0xc6,0xc8,0x30,0xc0,0x1b,0x36,0x62,0x67,0x32,0xdd,0x52,
0xec,0x79,0xbc,0xe,0xe2,0x8b,0x8e,0x76,0x25,0x60,0x32,0xf,0xbb,0x53,0xf2,0xe1,
0x3c,0x63,0xac,0x96,0x60,0xcb,0x18,0xfa,0x89,0xad,0xe0,0xc5,0xe6,0xf1,0xc2,0x27,
0x61,0xa5,0xf8,0xed,0x43,0x40,0x3b,0xfc,0xf5,0x7f,0x77,0xd1,0x45,0x5f,0x70,0xf3,
0xee,0xdd,0x97,0x49,0x71,0x1c,0xbe,0x55,0x6e,0xff,0xb5,0xb0,0x79,0x15,0x4d,0x57,
0xd2,0x7c,0x35,0x1f,0x22,0xbd,0x62,0x67,0x99,0x7c,0xa3,0xd7,0x62,0x2d,0xfa,0x14,
0xcf,0x63,0xe7,0x31,0x7a,0xe3,0x2d,0x9b,0x43,0xd1,0x67,0xdf,0xac,0xf,0x1d,0xbe,
0xa9,0xf7,0xa9,0xef,0xbb,0xb2,0xfc,0x82,0xe,0x37,0x56,0xf9,0xb2,0xa1,0xdc,0x4c,
0xda,0x73,0x32,0x40,0x7,0xbe,0xf6,0x57,0x5f,0x49,0x4,0xf2,0x5,0xab,0xfa,0xb0,
0xf5,0x62,0xc1,0x36,0x18,0x9f,0xf6,0x1a,0x47,0x7d,0x4b,0x98,0x7,0xae,0x38,0x48,
0xba,0x7,0x8f,0xe0,0xf6,0x13,0xbf,0x48,0x6b,0x3a,0xda,0xcf,0x95,0x75,0x14,0x5e,
0xb1,0xd6,0x87,0xec,0xbe,0x65,0x1e,0xf0,0xe9,0xc7,0x53,0x6c,0xb3,0x8e,0x1c,0x3b,
0xa8,0x99,0x73,0x1a,0xab,0xe8,0x3c,0x7e,0x1c,0x43,0xfa,0x2e,0x27,0xff,0x8,0xf0,
0x7d,0xc7,0xd6,0x27,0xaf,0xf0,0x52,0xdb,0xb9,0x4d,0x6f,0xff,0xf7,0xc9,0xed,0xbf,
0x16,0x90,0x17,0x68,0x55,0x9c,0xde,0xa3,0x88,0xa0,0xd7,0xe2,0x32,0x7b,0x5c,0xc1,
0xcd,0x96,0x79,0xf3,0x4d,0x71,0x5c,0xd7,0x16,0xb1,0xfa,0x29,0x1,0xdf,0x60,0xd1,
0x23,0xa6,0xc6,0xd,0x3f,0x9b,0x63,0xc4,0xa2,0x4c,0x2c,0xd7,0xa1,0x4,0xdd,0xae,
0x5d,0xdd,0x9d,0x7f,0xf7,0xa,0xfd,0x96,0x9e,0x7e,0x33,0xaf,0x6c,0xb0,0xf3,0xb2,
0xa9,0xe8,0xeb,0x44,0x15,0xde,0x71,0x26,0x47,0x52,0x10,0x4f,0x9b,0x16,0x92,0xea,
0xdc,0xce,0xb8,0x8e,0x57,0x7f,0x25,0xf2,0x16,0x23,0xdf,0x72,0xe7,0xe4,0xca,0x89,
0x6f,0xb8,0x90,0x99,0xc8,0x28,0xf0,0xc7,0xef,0x38,0xd8,0x3d,0x7a,0xfb,0xc1,0xee,
0xde,0x1b,0x27,0xdd,0xe1,0xff,0x72,0x5d,0xf7,0xb1,0xff,0xe7,0x9a,0xee,0xe3,0xff,
0xe1,0x9a,0xee,0x96,0xf7,0x5f,0xdb,0xdd,0x7b,0x68,0xda,0x3d,0x76,0xbb,0x61,0xec,
0xc7,0x29,0x7d,0xec,0x1d,0xb6,0xe,0xf3,0xe5,0x18,0xce,0x3b,0x8e,0xe3,0x98,0xad,
0xd6,0x95,0xc2,0x44,0x5c,0xda,0x8b,0xcc,0x18,0xe1,0x47,0xc,0xe5,0x2a,0x56,0xb2,
0xab,0x4e,0x63,0x9b,0x9d,0x78,0xda,0xa9,0xa7,0x2e,0xd6,0x41,0xbb,0x9c,0x78,0xf1,
0x43,0x20,0xeb,0xe7,0xc0,0xed,0xff,0x87,0xf0,0xe1,0x9f,0xbd,0xbb,0x7e,0xf7,0xb6,
0x4b,0xec,0xfd,0x7f,0x23,0x2f,0x1a,0x2d,0x24,0x16,0x1a,0x75,0xde,0xa3,0xc0,0x9c,
0x27,0x26,0xb0,0xe6,0x5b,0x51,0x2a,0xde,0x7c,0x72,0xa1,0x3d,0x8a,0x5c,0x74,0xd,
0x96,0xfe,0x86,0xcd,0x3e,0xcb,0xc7,0xd7,0x1e,0xbf,0xbe,0xb3,0x5b,0xae,0xf8,0x6f,
0x7d,0xa9,0x7e,0x17,0xbf,0xfa,0xe2,0x4e,0xda,0xac,0x2c,0x57,0x9b,0x5a,0x6d,0x7a,
0x50,0x9d,0x2c,0x8e,0x1f,0xc0,0xb6,0x63,0xb4,0x4,0x9f,0xd3,0xf1,0x7,0x6,0x85,
0xfc,0xd4,0x27,0xaf,0xef,0x6e,0xff,0xe0,0x75,0xdd,0xdb,0xff,0xd1,0x95,0xdd,0x5f,
0xfd,0xcb,0x2f,0xee,0xfe,0xec,0xf5,0xfb,0xbb,0x3,0xd7,0xec,0xed,0xae,0xb9,0xda,
0x8,0xfc,0x57,0xbf,0x66,0x7f,0xf7,0xd7,0xbe,0xf1,0xc5,0xdd,0x4f,0xfd,0xc8,0x55,
0xdd,0x27,0x7f,0xe7,0x40,0xf7,0x44,0x3a,0x9,0xe4,0x78,0x2d,0x7f,0x2a,0xf3,0x68,
0x9,0x3e,0xa7,0xe3,0x3f,0x84,0xed,0x63,0x96,0xe9,0xeb,0xf8,0xcb,0xfd,0x72,0xec,
0x9a,0x6f,0x7d,0x4c,0x9f,0xf9,0x58,0x4f,0xb6,0xb5,0xb1,0xeb,0x3e,0xf0,0xf8,0x1d,
0x80,0xe3,0xeb,0x7,0xbb,0xc5,0xda,0xf4,0x3f,0x6e,0xde,0x34,0xbd,0xd4,0x4b,0x6d,
0xe7,0x35,0xdc,0xfe,0xeb,0xd3,0xff,0xbd,0xbb,0x8e,0xdc,0x8a,0xe2,0x61,0xe1,0x78,
0x71,0x19,0xf,0x7d,0x14,0x56,0x29,0x2e,0xe0,0x9d,0xb4,0x60,0x1d,0x13,0x57,0x60,
0xf0,0x26,0x5b,0x6f,0xf6,0xec,0x97,0x49,0xc7,0xd1,0x38,0x11,0xab,0xc4,0x51,0xf2,
0x13,0x80,0xeb,0xcb,0x3c,0x38,0x86,0xe3,0xb4,0xe8,0x57,0x56,0xf4,0x1f,0x72,0x3e,
0xf3,0x13,0x2f,0xd7,0xaf,0xea,0xea,0x37,0xf7,0xb0,0x51,0xbe,0x49,0xba,0x61,0xbe,
0x69,0xe0,0xb9,0x91,0x99,0xf2,0x59,0xbd,0xb5,0xd3,0x86,0x84,0xd0,0xb8,0x88,0x81,
0x58,0xc9,0xae,0xb2,0xfb,0x15,0x4c,0x91,0x6d,0x6c,0xf0,0x46,0x66,0xe3,0xfc,0x14,
0xa3,0x78,0xda,0x57,0xe5,0x4a,0x7e,0xb0,0xbb,0xfd,0x3,0xd7,0x75,0xdf,0xf5,0x37,
0x2f,0xef,0x26,0x52,0xe0,0x97,0x5f,0xba,0xbb,0xdb,0xb7,0x77,0xa5,0xdb,0x25,0x77,
0x36,0xa0,0x95,0x5d,0x2b,0xdd,0xca,0x8a,0xf1,0xbb,0x84,0xdf,0x27,0xc7,0xe4,0x25,
0x97,0xed,0xee,0xae,0x7b,0xd5,0xde,0xee,0xfb,0xff,0xce,0x4b,0xba,0x3b,0xe5,0x24,
0x80,0xb7,0xa5,0xf8,0x92,0x40,0xc7,0x60,0xff,0x2c,0xae,0x83,0x57,0x49,0xc6,0x26,
0x66,0xd9,0x7e,0x50,0x2e,0x3a,0xcc,0xd5,0xf9,0x32,0x4f,0x95,0xdd,0x9f,0x3e,0xce,
0xe7,0x93,0x78,0xc1,0x83,0x80,0x49,0x44,0x4c,0x89,0x3,0x3d,0x63,0x38,0xde,0x6c,
0x8e,0xcb,0xeb,0x70,0x7f,0xf6,0xf,0xe3,0xed,0xbf,0xf5,0xe9,0x7d,0x8b,0xc3,0xd7,
0x5d,0xed,0xa5,0xb6,0x73,0xdb,0xfc,0x92,0x5d,0x2f,0x99,0xef,0xdf,0x73,0x4,0xf,
0x0,0xad,0xc8,0xbc,0xe0,0x4a,0x81,0x79,0x71,0xa5,0x2,0xb6,0x22,0x16,0xbd,0xe8,
0x4a,0x21,0xba,0xae,0x9c,0xc,0x18,0x7,0x32,0xfa,0x12,0x97,0x7a,0xf8,0xd0,0xe6,
0x3e,0xae,0xf,0x32,0xbd,0xc5,0xf4,0xb9,0x69,0x5f,0xe3,0xf5,0xa7,0xb7,0xf0,0xeb,
0xb9,0xa2,0xff,0xfd,0x6f,0xba,0xb4,0xbb,0xef,0xd7,0xaf,0xb1,0x2f,0xee,0x94,0x64,
0x4f,0x1b,0x57,0xa8,0xd5,0x41,0x1e,0xc2,0x19,0x59,0x32,0x65,0xdd,0xf2,0x98,0x96,
0x34,0xcb,0x62,0x2d,0x1f,0xa3,0x24,0x95,0xf7,0x28,0xd6,0x87,0x6e,0x59,0xed,0x7e,
0xfe,0x5f,0xbe,0xbc,0x7b,0xed,0x74,0x5f,0xf7,0xc2,0x4b,0xac,0xb8,0x77,0xef,0x6,
0xed,0xea,0xf6,0xec,0x19,0x26,0xd8,0x77,0x89,0x1d,0x27,0x3,0xf8,0xbc,0x76,0x75,
0x5f,0xf7,0xab,0x3f,0x83,0xbf,0xb,0xb7,0xa7,0xd3,0xcf,0xf6,0x3a,0xfa,0xd8,0xe5,
0x63,0x66,0xb9,0xf6,0xaf,0xed,0x5a,0x78,0x59,0xae,0x8a,0x38,0x30,0x43,0xfc,0x90,
0xae,0x3a,0x49,0x2d,0xd1,0xf5,0xc7,0xc8,0x73,0xc,0x1d,0x9e,0xbf,0x2c,0xe6,0x7,
0x77,0xfe,0x87,0x7f,0xd0,0x70,0x2,0x90,0x22,0x3a,0x8c,0x3b,0x0,0x5e,0x5d,0x4b,
0x61,0x39,0x6f,0x5,0x67,0x5,0x48,0x22,0xa6,0xc5,0x1a,0xef,0x7a,0xd5,0x79,0x8c,
0x62,0xb3,0x2,0xce,0x44,0xbd,0xfe,0xa4,0x96,0x5c,0xbd,0xf5,0x27,0xb1,0x8b,0x3e,
0x78,0x9d,0x83,0x5c,0xe1,0xd7,0x25,0xc9,0xf5,0xb7,0xf6,0xbe,0x4a,0xf8,0x17,0xef,
0xee,0xee,0x90,0x5b,0xdd,0xcf,0xfe,0xeb,0x57,0xda,0x57,0x75,0x91,0xe0,0xe9,0x2a,
0x47,0xc2,0x46,0xe5,0x33,0x75,0x2b,0xf,0xe9,0x55,0x47,0xbb,0xea,0xfa,0x78,0xe2,
0x4c,0x5e,0x6e,0xab,0x74,0x5,0xe3,0xfa,0x14,0x97,0x18,0xdc,0xae,0xff,0xd0,0x77,
0x5d,0xd1,0xbd,0xec,0xa5,0x7b,0xb4,0xd8,0x59,0xf0,0x56,0xfc,0x2b,0x89,0xaf,0x6d,
0x7b,0xf6,0xf0,0x4,0xc1,0xbb,0x83,0x95,0xee,0xaa,0x2b,0x76,0x77,0xef,0xf8,0xa1,
0xab,0xba,0xa3,0x6b,0x7e,0x2,0x78,0x96,0xd6,0xd1,0x1e,0xcb,0x4c,0xed,0x18,0x15,
0x56,0xe5,0x25,0x7e,0x20,0xd8,0x7c,0x4c,0xd5,0x39,0x36,0xfb,0x54,0x5,0x3f,0x10,
0xb,0xd8,0xa,0xaf,0xb2,0xf3,0xb2,0x8e,0xc2,0x97,0xbe,0x1f,0xa3,0x25,0x60,0xf0,
0xde,0xff,0x62,0xbe,0x7a,0xdf,0x83,0x1b,0xd7,0xbf,0xd2,0x4b,0x6c,0x67,0x37,0x3c,
0x0,0x9c,0xef,0x5d,0xb9,0x67,0xc3,0xaf,0xb2,0x7a,0xc5,0x65,0xc1,0x35,0xc5,0x9b,
0xb,0x32,0x30,0x4e,0x3,0x27,0x85,0x96,0xca,0x15,0x3f,0x13,0xe2,0xe1,0xe3,0xb7,
0xdf,0x7e,0x79,0x77,0xfb,0x1b,0x5e,0xd4,0x1d,0xbe,0x72,0xaf,0xfd,0x1e,0xfe,0xb,
0xec,0xc7,0x34,0x33,0xe9,0xfb,0xf6,0xfe,0xdb,0xf8,0x9f,0xfa,0xfe,0x2b,0xbb,0x7b,
0x7f,0xf9,0x55,0xdd,0xd1,0x8f,0x5c,0xd7,0x6d,0xae,0xc9,0xc1,0xc7,0x67,0xae,0xb1,
0x9,0xbe,0x11,0xdc,0x90,0x76,0x83,0xb2,0x3d,0x63,0x98,0x30,0xcb,0x7c,0xcb,0x15,
0xc8,0x63,0x64,0x4c,0x95,0x6c,0x89,0x74,0x2c,0x24,0x13,0xfa,0x26,0x5e,0x3f,0xbe,
0x11,0x1e,0xe8,0xfd,0xa3,0xef,0xb8,0x42,0x6f,0xdf,0x71,0x5b,0x6f,0x5,0xce,0x82,
0x27,0xd5,0xfa,0x28,0x7e,0xf0,0xb5,0x6d,0x45,0x4e,0x94,0x97,0xc9,0x49,0xf2,0xa7,
0xfe,0xf1,0x55,0xdd,0xb1,0x19,0x4e,0x0,0xcf,0xce,0x3a,0x72,0xcc,0xc2,0xf,0xf8,
0xb6,0x31,0x7b,0xfc,0x40,0x1,0x86,0x5f,0xf0,0x2d,0xa6,0x9c,0x9c,0x54,0xef,0x76,
0xa5,0x26,0xfe,0x10,0x9f,0x75,0xd9,0x97,0x31,0xa5,0x67,0x4c,0x23,0xf7,0x15,0x3d,
0xde,0x85,0x91,0xb,0xd0,0xfb,0x8f,0xdd,0xb4,0xba,0xdf,0x4b,0x6c,0xe7,0xb6,0x43,
0x2b,0x2b,0x7f,0x4c,0xa,0xf9,0x23,0xb7,0xb6,0xc5,0x8b,0xa2,0x94,0x9e,0x45,0x9e,
0x4f,0x0,0x2a,0xf3,0x24,0x40,0xb9,0x14,0xb6,0xf4,0x88,0xa5,0xf1,0xea,0x93,0x44,
0xef,0xae,0x1,0x31,0xa4,0xa0,0x71,0xcb,0x8e,0x27,0xf3,0xf8,0x29,0xec,0xfb,0xff,
0xe3,0x35,0xdd,0xe7,0xfe,0xed,0xd5,0xdd,0x67,0x7f,0xf2,0x15,0xdd,0xdd,0x3f,0xfa,
0xb2,0xee,0xae,0x1f,0xb9,0xaa,0xbb,0xeb,0xc7,0x5e,0xd6,0x7d,0xf6,0xa7,0x5e,0xd1,
0x7d,0xee,0x17,0x5e,0xa5,0xf6,0xa3,0xbf,0x2d,0x5,0x7f,0xa3,0x6f,0x8c,0x5c,0xcd,
0xe2,0xaa,0x93,0x37,0xc8,0x28,0x6f,0x8c,0xea,0xc1,0x27,0x22,0x46,0xf5,0xba,0xa9,
0xc4,0x47,0xac,0xc0,0x65,0x12,0x5b,0x8b,0xa1,0xad,0x87,0xd,0xca,0x73,0x34,0x39,
0xc6,0xc3,0x6b,0xfc,0x77,0xfd,0x8b,0x97,0x77,0x57,0x5c,0xbe,0x5b,0xaf,0xda,0x51,
0xd8,0x56,0xd4,0x2c,0x72,0x93,0x6b,0xca,0xfa,0xfa,0xc4,0x80,0xe7,0x2,0x2b,0xdd,
0xa5,0x97,0xee,0xee,0x7e,0xf3,0xe7,0xae,0xd6,0xbf,0xc,0xd3,0x6f,0xa7,0x15,0x3a,
0xf3,0xeb,0x20,0x9f,0x31,0xc6,0x3,0x4b,0x9c,0xeb,0xc1,0x27,0x82,0x6c,0xb8,0x90,
0x95,0xf7,0x58,0x6a,0x77,0x59,0xed,0x5,0x2b,0xf1,0x32,0xc6,0xe3,0xd7,0x98,0x44,
0x8e,0x55,0x7b,0xd2,0xd3,0x9f,0x18,0xd3,0x25,0xac,0xf2,0x81,0xd5,0xde,0x9,0x3c,
0x8e,0xed,0xf1,0xc3,0xb8,0x3,0x98,0xec,0xec,0x87,0x7f,0x68,0x7c,0x0,0x28,0x45,
0x78,0xe4,0x76,0xbc,0xfe,0x67,0x81,0xa2,0x30,0xbd,0xd7,0x5b,0x6e,0xe1,0x79,0x32,
0x68,0xf5,0xc4,0x6a,0xa1,0xab,0xde,0xc9,0x8b,0xbf,0x60,0x12,0x8e,0xfd,0x91,0xab,
0xf7,0x75,0xf7,0xff,0xa7,0x6b,0xf5,0x37,0xf4,0x36,0xed,0xac,0x69,0x1f,0xc5,0xc5,
0xcf,0x63,0x1f,0x12,0xfa,0x84,0xf7,0x78,0xbf,0x1e,0x7,0x1d,0xc5,0x8e,0xb7,0xef,
0x50,0xb0,0xd8,0xa8,0xb2,0x29,0x66,0xa7,0xae,0x67,0xd3,0xcd,0xa1,0x9c,0x74,0xc4,
0xa5,0xd,0xd,0xbc,0xc8,0x8e,0x37,0x9c,0xc5,0xe0,0x46,0x7,0x36,0x62,0x99,0x8f,
0xe9,0x73,0x9c,0x9c,0x9c,0x5,0xe7,0x18,0x10,0xbe,0x2f,0x7e,0xf8,0xbf,0x5c,0xdb,
0x4d,0xaf,0xd9,0xe7,0x85,0x8f,0x62,0x36,0xca,0x85,0xcf,0x62,0xa7,0x9c,0x8b,0x7c,
0x48,0x26,0xf6,0xab,0xe4,0x65,0x15,0x1e,0x1a,0xde,0xf2,0x7e,0xfb,0xb4,0xe3,0xd9,
0x5a,0x7,0xb1,0x66,0xdf,0xc6,0xc6,0x58,0x2a,0x87,0xae,0xf4,0xb0,0x43,0x9f,0x74,
0x5,0xdb,0xce,0x3d,0xf3,0x4e,0x25,0x86,0xae,0x21,0x6c,0xd4,0x5b,0x9c,0xf0,0x1b,
0xf4,0xf7,0xde,0xf6,0xbe,0x4f,0x7d,0x5f,0xeb,0xf1,0x90,0x55,0xfa,0xfb,0x16,0x6b,
0xe7,0xc0,0xc3,0x3f,0x34,0xbc,0xfe,0x97,0x5b,0x7f,0xfb,0xfc,0xbf,0x16,0xa6,0x17,
0xa9,0x16,0x74,0x14,0x71,0xd5,0xc3,0xe6,0x7c,0xee,0xe3,0x8a,0xf,0x2c,0x75,0x41,
0x6a,0xc3,0xc9,0x41,0x4e,0x36,0x77,0xcb,0x95,0x4e,0xb,0xda,0xf,0x62,0x29,0x42,
0xdd,0x60,0x23,0xbb,0xba,0x9b,0x5e,0x37,0x82,0x3c,0x70,0x7a,0xd0,0xe3,0xc0,0xd7,
0x3a,0xa3,0xbc,0x79,0xf4,0xb3,0xc4,0xa2,0x3e,0xf9,0xba,0x7f,0x85,0x6b,0x7d,0x9d,
0xb2,0x3e,0xcf,0xa9,0xd8,0x9d,0x94,0x27,0x96,0xa4,0x6b,0xb,0x2c,0x1e,0xf0,0xfd,
0xdd,0x6f,0xb9,0xac,0xdb,0x27,0x77,0x42,0x2c,0x5a,0x16,0xf3,0x10,0xb1,0xa8,0x4d,
0xae,0xb1,0xb5,0xaf,0x15,0xfe,0x57,0xca,0xcb,0xa6,0x37,0x7c,0xf5,0x25,0xdd,0x5c,
0x4e,0xb4,0x58,0x2f,0xc7,0xad,0xe6,0x6,0x3e,0xe9,0x8b,0xdd,0x49,0x79,0x62,0x49,
0xcd,0x3a,0x68,0x7f,0xba,0xfb,0x41,0x3c,0x75,0x56,0xbc,0x9,0x47,0x82,0xe,0x31,
0xdc,0x7,0x14,0x31,0x19,0x1f,0xfa,0x64,0x77,0xaa,0x63,0x1a,0x5e,0x75,0x8e,0x2b,
0xe4,0xc7,0x89,0x58,0xc6,0x27,0x55,0x58,0x92,0x8f,0xa9,0x9f,0xfd,0x9f,0x9d,0x23,
0xb7,0xff,0x68,0xfa,0xfa,0x7f,0xff,0xca,0x67,0xe3,0xd6,0x1d,0xbd,0x15,0xaf,0x5e,
0xbd,0x5b,0x2,0x66,0x88,0xcf,0xb4,0x44,0x8f,0x13,0xc0,0xef,0xff,0x15,0xb9,0xdd,
0x3f,0x94,0x7f,0x53,0x8f,0x7d,0x1c,0xd8,0x92,0x10,0x95,0x4c,0x7b,0xbf,0xaf,0xed,
0xc3,0x31,0x69,0x2f,0x36,0xdf,0x64,0xd3,0xf5,0x71,0x59,0x6f,0x9b,0xce,0x44,0xf1,
0x44,0x70,0x8c,0xe1,0x82,0xf,0x5c,0xe8,0x39,0x56,0x9e,0x27,0xae,0xfa,0x37,0xbf,
0xef,0x9a,0xee,0x95,0x2f,0xdb,0xd3,0x2b,0x6a,0xca,0xa6,0x33,0x7d,0xd6,0x51,0x6f,
0x7c,0x7d,0x52,0xb8,0xf8,0xe2,0x8b,0xbb,0x17,0xfc,0xa9,0x8b,0xf5,0x73,0x1,0xef,
0xfc,0x67,0x2f,0xeb,0xee,0xf8,0xe0,0x75,0xdd,0xd1,0x35,0x3b,0xde,0x67,0x63,0x1d,
0x43,0x7d,0x6d,0x4f,0xfe,0x49,0x47,0x7b,0x19,0xb3,0x14,0x56,0x3d,0x27,0xca,0x59,
0x37,0xb8,0x8e,0xc6,0x3f,0xf0,0xc4,0x19,0x5,0xe,0x18,0x8b,0x63,0xbc,0x63,0xbc,
0x90,0x2d,0x46,0xd8,0x89,0xe1,0x1a,0xd0,0x9b,0x4f,0xf8,0x1f,0xdf,0x38,0xd8,0x9d,
0x0,0x2f,0xb7,0xff,0x5b,0x37,0x4f,0x2e,0xf3,0x12,0xdb,0xb9,0xed,0xd3,0xf6,0x77,
0x5b,0x1f,0xb9,0xed,0x12,0xfb,0xf8,0x6f,0xef,0x35,0x7a,0x21,0x5c,0xd9,0xe3,0xa,
0x1e,0x7d,0x60,0x6,0x4f,0x16,0x4a,0x76,0x57,0x80,0x1f,0xd7,0xc0,0xbf,0xe0,0x94,
0xab,0x3a,0xb,0xd0,0x37,0x24,0x6f,0x4c,0x2d,0xfb,0xe6,0xa,0xbe,0xc5,0x64,0xea,
0xe1,0x2b,0x9d,0xf0,0x8d,0xdc,0xda,0x4d,0x36,0x5c,0xb9,0x2,0xa8,0x3e,0xe2,0x65,
0x5c,0xb1,0x93,0x6f,0x30,0x39,0x71,0x48,0x8a,0x11,0x3c,0xde,0x23,0xfe,0xe7,0xdf,
0xff,0xd2,0x6e,0xbf,0x1c,0x1b,0x16,0x6f,0x2e,0xe2,0x96,0xef,0x9f,0x14,0xea,0x13,
0x2,0x5e,0xe3,0x7f,0xf9,0x57,0x5c,0xdc,0xad,0x5e,0xb7,0xaf,0x7b,0xc7,0xf,0x5d,
0xd9,0x6d,0xfc,0xe7,0x6b,0xbb,0xfb,0x6f,0xb2,0x97,0x16,0x78,0x4d,0x7a,0xb6,0xd6,
0xd1,0xc7,0x36,0x18,0xe5,0xb7,0xdf,0xf,0xd5,0xe9,0xd8,0xfd,0x58,0xba,0x1f,0xea,
0x13,0xfe,0xc5,0xa7,0xc2,0xb9,0x3d,0xc9,0x19,0xa3,0xeb,0x54,0x62,0x9c,0xe4,0xe7,
0x63,0x4,0x1e,0xbc,0xd9,0xb,0xc6,0x79,0xca,0x7a,0x12,0x70,0x7d,0x5e,0xc7,0x43,
0x72,0xf5,0xdf,0x9c,0xad,0xde,0xb5,0x35,0x9b,0x4c,0xbc,0xc4,0x76,0x6e,0xcb,0xaf,
0xff,0x6f,0x63,0xb1,0xfa,0x95,0x9f,0x84,0xc2,0xe5,0xad,0x3c,0x8b,0xbe,0xd8,0x5c,
0x5f,0x8,0xd8,0xca,0xdf,0x79,0xdc,0xee,0xff,0x98,0xdd,0xee,0xe7,0x3,0xb9,0x6c,
0xc3,0x69,0x63,0xd2,0x32,0x31,0xb7,0x23,0x6e,0x52,0xe9,0x87,0x74,0xde,0xe7,0x78,
0x45,0xa7,0xbc,0x51,0xd6,0xa3,0xcf,0xc9,0x40,0xca,0x7e,0xa1,0x4b,0x7a,0xf8,0x25,
0xbd,0xe9,0x28,0x4f,0xbb,0xbf,0xfc,0xa6,0x17,0x75,0x7b,0x53,0x1,0x93,0xa2,0xe0,
0x59,0xe0,0x71,0x6b,0x1f,0xcf,0x2,0xc,0x8b,0xb7,0xf7,0xbe,0xfc,0x4f,0x5e,0xdc,
0x5d,0xf5,0xd2,0xdd,0xdd,0x8f,0x7d,0xdf,0x4b,0xe5,0x6e,0xe2,0xda,0xee,0xde,0x4f,
0xe0,0xd3,0x67,0x3e,0x9e,0x8f,0xc5,0xfe,0x4c,0xaf,0x63,0x3b,0xca,0xe3,0x6a,0x3f,
0xa4,0x5b,0xd2,0x93,0x6c,0x1e,0xa6,0xaf,0xa9,0x1e,0x2b,0x13,0x31,0xc6,0x53,0x36,
0x5e,0xd7,0x92,0x7d,0x9d,0xcf,0x3e,0xf4,0xb,0x3e,0xe6,0x56,0xe2,0x14,0x39,0x6c,
0x38,0xd1,0xe2,0x9d,0x9b,0xc5,0x6c,0xfa,0xb9,0xad,0xf5,0x83,0xab,0x5e,0x62,0x3b,
0xbf,0xe1,0xf6,0x7f,0x1d,0x9f,0x0,0xc4,0x1d,0x0,0x8a,0x3b,0x15,0x78,0x26,0x14,
0xbb,0x5e,0xe1,0x9b,0xab,0xbe,0x12,0x8b,0xbe,0x2a,0x7e,0xc1,0xe1,0xe9,0xfe,0x5f,
0x7a,0xb1,0xfd,0xb9,0x65,0x29,0xf6,0x38,0xd0,0x7a,0xf0,0xc8,0xe7,0x83,0xab,0x3a,
0xf8,0x58,0x5f,0xe1,0xcb,0x81,0x5f,0x16,0x53,0xf8,0x84,0x9,0xb2,0xb8,0x1c,0x4f,
0x79,0xc5,0xd0,0x2f,0xa8,0x60,0x8a,0x3d,0x62,0xb4,0x72,0xdc,0x6,0x6,0x71,0x9c,
0x32,0x57,0x5d,0x97,0xbd,0xf7,0xfe,0xa9,0xdf,0x3d,0xd0,0x5d,0xfb,0xaa,0xbd,0x5a,
0xd4,0xfd,0x62,0xaf,0x29,0x63,0x42,0x67,0x45,0x7f,0x89,0xec,0xc7,0xf,0xfc,0x9d,
0x97,0x74,0x1f,0xfb,0xf,0xaf,0xee,0xee,0xf9,0xf8,0x44,0x63,0xdb,0x7b,0xfb,0xf5,
0x3c,0xb4,0x3f,0xc3,0xeb,0xa8,0x30,0xb4,0xa9,0x3f,0x6d,0x19,0x3,0xbf,0xc0,0x4,
0x65,0x5f,0xc6,0xa2,0x8f,0xcb,0x4e,0xc6,0x23,0x3e,0x6d,0x75,0x8c,0xaa,0x77,0x32,
0x5c,0xe8,0x2b,0x3e,0xad,0x23,0xe2,0x5b,0x6f,0x3c,0x7d,0x1c,0x53,0xe6,0x15,0xb1,
0x38,0x87,0x87,0x6f,0x95,0xd7,0xfb,0xeb,0xd3,0xcd,0xc5,0x7c,0xf2,0xa9,0xc5,0x7c,
0xfa,0x91,0xc5,0xe1,0x83,0xe7,0xc6,0x83,0x3f,0xb6,0x8d,0xfd,0x17,0xbf,0x54,0x4e,
0x2,0x9f,0xd5,0x1f,0xfa,0x1c,0x2a,0xfe,0xac,0x43,0xf1,0xb7,0x3a,0xa1,0xf6,0xd6,
0x1f,0x77,0x1,0xf8,0xb7,0x5b,0xfc,0xf,0x9e,0xfe,0x43,0x4e,0x39,0x68,0x42,0xcd,
0x26,0xd7,0xba,0x7c,0x80,0xd3,0x86,0x25,0x1e,0x7d,0xe8,0x8d,0xcf,0xb8,0xc0,0xa,
0x49,0xdc,0x8c,0xcd,0x98,0x3c,0xf,0x62,0xa,0xd6,0x6d,0x39,0x6e,0x24,0xc5,0x0,
0x31,0x56,0x8a,0xc9,0xf1,0x10,0x3,0x84,0x2b,0xc4,0xa1,0xff,0xf7,0x9a,0xee,0x8a,
0x97,0xec,0xee,0x76,0xf7,0x8a,0x1b,0x7d,0x3e,0x21,0xe4,0x13,0x80,0xc9,0x78,0x4d,
0xbf,0x57,0x4e,0xa8,0x7f,0xef,0xdb,0x2e,0xef,0xfe,0xeb,0xaf,0xbe,0xba,0xfb,0xcc,
0xc7,0xbc,0xe8,0xcb,0x78,0xcf,0xce,0x3a,0xa8,0xcf,0x63,0x85,0xfe,0x74,0xf6,0x23,
0xdb,0x8d,0x42,0x96,0x18,0xb4,0xbb,0xde,0x30,0xe1,0xab,0x27,0x84,0xe4,0x63,0x3a,
0xe7,0x9b,0x58,0xd9,0xae,0xb1,0x5d,0x57,0x8a,0x9f,0xf8,0xe2,0x17,0xeb,0x68,0x31,
0x90,0xf9,0xe5,0x2b,0x39,0xb1,0xdd,0xb3,0x58,0x5f,0xfd,0x86,0x7,0x6f,0xf9,0xd3,
0x2b,0xf8,0xbb,0xaf,0x3b,0xee,0xb8,0xf4,0x8b,0xbc,0xac,0xce,0x8d,0x76,0xe7,0xfe,
0xfd,0xcf,0x5f,0xc3,0xeb,0xff,0xa6,0x88,0xf5,0x6a,0x8f,0xdb,0x79,0xea,0x50,0xf0,
0x4a,0x72,0x85,0xc7,0x49,0x20,0xdb,0x14,0x1f,0x3c,0x8,0x7f,0x84,0xb9,0x75,0x4,
0x7,0x34,0xe,0xa0,0x1d,0x44,0x3f,0xf0,0x7e,0x70,0xb3,0x4e,0xf9,0x64,0x33,0xbd,
0xf3,0x25,0x79,0xb2,0x2f,0x7b,0x8f,0xef,0x3c,0x75,0x86,0xb,0xd9,0x12,0x10,0xb1,
0xa8,0x33,0x7b,0x3b,0x46,0xf8,0x12,0x93,0xfb,0xda,0x6e,0x94,0xc6,0x40,0xf,0x5d,
0x19,0xc3,0x7a,0x24,0xcc,0x87,0xff,0xef,0x57,0x75,0x97,0x5d,0x6a,0xc5,0xce,0xe2,
0x8f,0x82,0xcf,0x27,0x2,0x2b,0x78,0xea,0x2e,0x5e,0xd9,0xd5,0x7d,0xeb,0x5f,0xb9,
0xb4,0xfb,0xf0,0xbf,0x7b,0x75,0x77,0xd7,0xef,0xa1,0xe8,0x71,0x32,0xc9,0x63,0xd8,
0x1c,0x9e,0x8d,0x75,0xb4,0x63,0xd0,0x27,0xdb,0x18,0x5b,0x63,0x34,0xfe,0x35,0x5e,
0xf8,0xca,0xc7,0xec,0xe8,0x8b,0xcd,0xfb,0x88,0x43,0x3c,0x6d,0xc4,0x5,0xa6,0x8c,
0x41,0x99,0x36,0xa1,0x7e,0x1c,0x9f,0x2b,0xc8,0xfd,0xfa,0x36,0x8b,0x75,0xe2,0xf0,
0xc1,0xee,0x91,0xdb,0x80,0x99,0x9c,0x90,0x98,0x47,0xb6,0xd6,0xf,0xbc,0xc9,0xcb,
0xe8,0xdc,0x6c,0xe5,0xf5,0xff,0x7e,0xdc,0xfe,0xf7,0x8b,0x98,0x27,0x1,0x95,0x59,
0xfc,0x15,0xc6,0x64,0x3d,0x19,0x80,0xf8,0x61,0x1e,0x3c,0xdd,0xf7,0x5b,0x51,0xdb,
0x50,0x1e,0x58,0xe9,0xf5,0x80,0xfa,0x41,0xa5,0xae,0xed,0x7d,0xc3,0x32,0xc1,0xc6,
0x58,0xcb,0xc8,0x30,0x7d,0xdf,0x53,0xa5,0xed,0x7c,0xcb,0xdc,0xb6,0x8d,0x6f,0xe3,
0xb7,0x18,0x14,0xff,0x87,0xb4,0xf8,0xe5,0xca,0x9f,0x8a,0x7e,0x19,0x65,0xcc,0x8a,
0xbc,0xc6,0xff,0xfa,0xaf,0x7d,0x61,0xf7,0xc1,0x5f,0x7e,0x75,0xf7,0xc8,0xad,0xf6,
0xdd,0xf2,0x1c,0x7b,0x88,0xce,0xd6,0x3a,0x32,0x99,0x7d,0xd8,0x46,0x5a,0x1e,0x63,
0xfb,0xd8,0x20,0xcb,0x93,0xed,0xe7,0x38,0xac,0xf,0xe2,0x18,0xdb,0x8d,0x55,0x30,
0x8d,0x9e,0x84,0xbd,0x7b,0xe4,0xb6,0xeb,0x5,0x37,0x39,0x21,0xb7,0xf7,0x47,0x8e,
0xcd,0xa6,0x7f,0xe1,0xc1,0xc3,0xd7,0x5d,0xdc,0x75,0x37,0xfc,0x21,0x2f,0xa3,0x73,
0xbb,0xe9,0xf7,0xff,0xe5,0x4,0x70,0x24,0xff,0x0,0x28,0x7a,0x2f,0xea,0x4a,0x47,
0xbe,0xbd,0xfd,0x17,0xdc,0xe1,0xab,0xf7,0xea,0xa7,0xf3,0xf4,0xc3,0x3c,0xd8,0x9c,
0x94,0x1c,0x7a,0x70,0x29,0x4b,0xf,0xb9,0xd2,0xb9,0x1c,0x27,0xb,0xd0,0x92,0x4d,
0x53,0x5b,0xd8,0xdb,0xb3,0x7b,0x26,0xc5,0x38,0xde,0x64,0xda,0x18,0xdb,0x7d,0x81,
0x51,0xd9,0x71,0xa2,0x87,0x6f,0xf8,0xb9,0x9c,0x31,0xae,0x53,0xb9,0xc4,0x35,0xbd,
0xf1,0xe6,0xaf,0xb7,0xfd,0xbf,0x2e,0xb7,0xfd,0x97,0xa3,0xf8,0x51,0xe0,0x71,0x85,
0x67,0xb1,0x67,0xb9,0x25,0x7c,0x81,0x7,0xcf,0xb,0xf0,0xcd,0xbf,0xd9,0x6f,0x5e,
0xa3,0x9f,0x12,0x44,0x52,0x72,0x8c,0xdc,0x9f,0xcd,0x75,0x84,0xdc,0x90,0xda,0xc2,
0x7e,0xd2,0xfd,0x68,0x75,0xda,0xa7,0xb1,0x8a,0x8e,0x76,0xe8,0x6c,0x8e,0x65,0x1d,
0xb4,0x41,0x47,0x8c,0xda,0x7d,0xec,0x34,0xe,0x31,0xcb,0xd7,0xe1,0xf6,0xb4,0xe,
0xf4,0x8f,0xd8,0xeb,0xfa,0xe3,0x28,0xfa,0xad,0xd,0x29,0x7a,0xb9,0xc5,0x3f,0x6f,
0x8a,0x3e,0xb7,0x9b,0xe4,0xf5,0xff,0xc,0xef,0xff,0xa7,0x82,0xef,0x3d,0xe0,0xcb,
0x44,0x9b,0xf6,0x82,0x97,0x3b,0x87,0xbb,0xfe,0x77,0xb9,0xdd,0x97,0x83,0x68,0x7,
0xf,0x7,0xd8,0xfa,0xbc,0x51,0x7a,0xb0,0xd1,0x93,0x87,0x5e,0x7b,0x93,0xb9,0x91,
0x66,0x73,0x5d,0xc6,0x26,0xde,0xe2,0x7,0x1f,0x7a,0xe0,0x32,0xf,0x9b,0x61,0x6b,
0x7f,0x21,0xc5,0x71,0xbe,0xc4,0x27,0x3b,0x75,0xc0,0xf4,0xc6,0xa0,0x9c,0xe6,0x91,
0x74,0xc4,0xe1,0x56,0xfd,0xf,0x7e,0xe7,0xba,0xee,0xd5,0xaf,0xdc,0x5b,0xa,0xba,
0x2d,0x74,0xbb,0xda,0xd7,0xba,0xb0,0xe1,0xad,0x3d,0x39,0x9,0xbc,0x70,0x57,0x77,
0xfd,0x81,0x7d,0xdd,0x8f,0xbc,0xf5,0xa,0x7d,0x9,0xf0,0xd8,0x6d,0x72,0x12,0xe0,
0xc3,0xbe,0x67,0x61,0x1d,0xe4,0xeb,0x31,0x6a,0x7b,0x8c,0x99,0xf5,0xfd,0xb9,0x98,
0xec,0xf1,0x92,0xbe,0x3e,0x91,0x8,0xb9,0x5c,0xec,0x4e,0xbd,0x78,0xaa,0xe3,0x98,
0x58,0x63,0xc6,0x98,0x1c,0xf8,0x5a,0x86,0x9f,0x62,0x85,0x70,0x7b,0x8f,0xf,0xef,
0x3c,0x7e,0x87,0x5c,0xed,0xd7,0x57,0xef,0x39,0x3e,0x3f,0xf8,0xf5,0xf7,0x7d,0xe2,
0xd5,0x2b,0xdd,0x87,0xce,0xc3,0xa2,0x67,0xbb,0xe3,0xd2,0x4b,0xbf,0x48,0xa,0xff,
0x77,0xf4,0xd3,0x7f,0x7b,0xa3,0xb8,0xcb,0x2d,0xbd,0xdf,0xe2,0x67,0x8a,0x93,0x84,
0xdc,0xee,0x7f,0xe3,0x8b,0xbb,0xc5,0x27,0x78,0xbb,0xef,0x1b,0xa7,0x7,0x36,0xe,
0xb0,0x1e,0xf4,0x26,0x59,0x8a,0x4d,0x70,0xb5,0x2d,0x30,0xb6,0x39,0xb4,0xd,0x61,
0x8c,0x2,0xd7,0xc7,0xe6,0xd8,0x75,0xe2,0xd4,0x98,0x8c,0x6b,0xa9,0x6f,0xef,0xc7,
0xac,0x93,0x30,0x68,0x31,0x9b,0x76,0x5f,0xf7,0xfa,0x4b,0xba,0xbd,0x7b,0xb7,0xbf,
0xca,0x83,0xf2,0x6d,0xbf,0xc9,0xd1,0xeb,0x67,0xf8,0x5f,0xbc,0xab,0xfb,0x33,0xd7,
0xef,0xef,0xfe,0xcd,0x8f,0xbd,0x5c,0xbf,0xc8,0x83,0x2b,0x54,0x7e,0xe2,0x7f,0x36,
0xd7,0x1,0x6c,0xed,0x7f,0x2a,0xe3,0x34,0x58,0xd5,0x27,0x6c,0xb3,0x1f,0x75,0xce,
0x98,0x2e,0xec,0x24,0xd3,0x11,0x53,0x8f,0x53,0xcf,0x3d,0xf3,0x35,0xd9,0x58,0x20,
0x7d,0xdb,0x4e,0x4e,0xa6,0x32,0xb7,0x4d,0xc1,0xff,0xf7,0xcd,0xf5,0xc9,0xfa,0xd6,
0xfa,0xe4,0x8d,0x5e,0x1e,0xe7,0x77,0xc3,0xeb,0x7f,0xfd,0xfa,0xef,0xa5,0xbb,0xef,
0x5e,0x97,0xd7,0x99,0x78,0xfd,0xde,0x16,0x79,0x90,0x17,0xbd,0xdb,0xe,0xcb,0x15,
0x4d,0x3f,0xcc,0x73,0x78,0xd9,0x41,0x4e,0x54,0x6d,0xb4,0x6f,0xc,0x37,0xb0,0xd9,
0xd0,0xa1,0xcd,0x8c,0xa4,0x9,0x1b,0x29,0xae,0x68,0xad,0x8d,0xbe,0xe8,0x33,0xc6,
0x79,0x26,0x9b,0xea,0x21,0x13,0x3,0xca,0xfc,0xc9,0x68,0x99,0xdf,0xb4,0x7b,0xf8,
0x96,0xd5,0xee,0x9f,0x7e,0xf7,0x15,0xfa,0x43,0x1d,0x2c,0xea,0x96,0xa2,0xc8,0x97,
0x61,0x4c,0xcf,0x1f,0xf8,0xc0,0xb7,0x2,0xbf,0xe1,0xd,0x2f,0xec,0x7e,0xed,0x5f,
0x5f,0xad,0xc7,0x45,0x7f,0xd4,0x43,0xc6,0x3b,0x9b,0xeb,0x20,0xff,0x4c,0xf6,0x23,
0x4e,0x2c,0x1e,0x43,0xf5,0xad,0x1c,0x98,0x18,0x83,0xb8,0xe5,0x3e,0xa4,0x90,0xed,
0x4,0x54,0xdf,0xed,0x40,0xb6,0x1e,0xb2,0xde,0xde,0xcf,0xa7,0xc7,0x65,0x9c,0x23,
0x22,0xbf,0xe9,0xe8,0x8d,0xd7,0xee,0xc5,0xcf,0x75,0x9d,0xd7,0x57,0xfb,0xb6,0xc9,
0xeb,0x99,0xe7,0xdf,0xff,0xbe,0x6b,0x67,0x9f,0xfb,0xe9,0x57,0xea,0xf7,0xe8,0x79,
0x2,0x60,0x91,0x2b,0x8f,0xbe,0xf0,0x76,0x32,0xb8,0xeb,0x47,0xe5,0x76,0x5f,0x5f,
0xe7,0xdb,0xc1,0xd5,0x83,0xed,0xc9,0xa1,0xa4,0x7,0xdf,0xf4,0xd4,0x15,0xc,0x37,
0x56,0x7a,0x62,0x7a,0x7a,0xe8,0xb8,0xc9,0xae,0x87,0x9c,0x63,0x52,0x26,0xcf,0x4d,
0x37,0x1f,0xeb,0x19,0x4b,0x79,0x97,0x4b,0x72,0x94,0x38,0x2d,0xde,0xb0,0xaa,0xaf,
0xc6,0xc,0xbc,0xf6,0xf4,0x4f,0xbd,0xce,0xc3,0xfd,0xf1,0x1a,0xfd,0x46,0x79,0xdd,
0x7f,0x95,0x7e,0x7f,0x3f,0x6e,0xf1,0xd1,0x1b,0xf1,0x8e,0xa0,0xb6,0x59,0xd1,0x53,
0xae,0x31,0x38,0x1,0x80,0x7f,0xf9,0x95,0x7b,0xba,0x6f,0xfb,0x2b,0x97,0x76,0xbf,
0xfd,0x9e,0x57,0xeb,0x49,0x6,0x63,0x9d,0xad,0x75,0x58,0x2c,0xd7,0xa9,0x9d,0x71,
0x73,0xcc,0x90,0xc9,0xd7,0xfb,0x61,0xb8,0x4c,0xd0,0xdb,0x18,0x7d,0x7d,0xb6,0x57,
0xeb,0x28,0x18,0xe9,0x75,0xc,0xd3,0x9b,0x8f,0xd9,0xe9,0xaf,0x4,0xc,0xfd,0x45,
0xc6,0xd5,0xfe,0x31,0xb9,0xbd,0x5f,0xcc,0x57,0xef,0xd9,0x9a,0x1f,0xfc,0x3a,0xbc,
0x65,0x77,0x41,0x15,0x7c,0x6e,0xf7,0xcc,0x5e,0xf1,0xc5,0x52,0xc4,0x37,0x1d,0xbf,
0x79,0xda,0xdd,0xf5,0xc3,0x57,0x75,0x73,0x49,0xae,0x52,0xf0,0xbc,0xed,0x17,0xbe,
0x9c,0x8,0xe4,0xe4,0x70,0x87,0x7e,0x98,0xc7,0x6e,0xf7,0x79,0xb0,0x99,0x50,0x7a,
0x90,0x79,0xf0,0x13,0x5f,0x6c,0xce,0xab,0xdd,0xa9,0x24,0x59,0x43,0xdc,0xf4,0x65,
0xb2,0xe9,0x22,0x5e,0x6b,0x5b,0x46,0x39,0x4e,0x99,0x43,0x92,0x7b,0x18,0xef,0xb,
0xf5,0xe6,0xd1,0xf7,0x27,0xe1,0xb5,0xff,0xff,0xfc,0xd7,0x2e,0xd3,0x5b,0x7f,0xbc,
0xdf,0x6f,0x45,0x1d,0x57,0xf9,0x5c,0xec,0xc6,0x2f,0xbb,0x3,0x8,0xb2,0x93,0xc0,
0x4a,0xb7,0x5f,0xf6,0xe4,0xda,0xab,0xf7,0x76,0x6f,0xf9,0x5b,0x97,0x77,0x7f,0x80,
0xff,0x2b,0x3c,0x8b,0xeb,0x30,0xdd,0xf6,0xb2,0xe9,0x38,0x6e,0xdf,0x7f,0x19,0x21,
0xe,0x63,0xf5,0xc7,0xe8,0xaf,0xa3,0x47,0x4b,0x7c,0x4d,0x27,0xfe,0xa2,0xc7,0x4b,
0x24,0xbd,0xc5,0xf7,0x87,0x79,0x9b,0xb3,0xe9,0xd7,0x7a,0x9,0x5c,0xd0,0xed,0xb,
0x36,0xe7,0x93,0x5b,0xf1,0xd0,0xe3,0xd8,0x7f,0x9d,0x74,0xff,0xed,0xaf,0x5f,0xa6,
0xbf,0xbe,0x63,0x45,0xcf,0x5b,0x7e,0x27,0x91,0xf1,0xa3,0x1b,0xf,0xbc,0xcf,0xbe,
0xaa,0xcb,0xab,0x7b,0x7d,0xc0,0x5b,0x9d,0x27,0x1,0x37,0xd1,0xf5,0xe5,0xca,0xe0,
0xb2,0xd9,0x1d,0xb,0x7b,0x8a,0x5d,0x7a,0xd9,0xc4,0xa1,0xa4,0x2a,0x57,0x0,0xd8,
0xb5,0x77,0x8c,0xca,0x56,0xdc,0xe1,0x87,0xb8,0xae,0x53,0xd9,0x71,0x5,0x63,0xfa,
0x62,0x73,0xb2,0xb8,0x8e,0x53,0x39,0xe6,0xa1,0xd8,0x12,0x1f,0x14,0x3c,0xae,0xc8,
0xf8,0x38,0x2e,0xae,0xd4,0x71,0x15,0xb7,0xab,0x77,0xbf,0xa8,0xeb,0x93,0x42,0x2d,
0xdb,0x33,0x81,0xac,0xc3,0x57,0x84,0xf1,0x61,0xa0,0xd7,0xae,0xee,0xef,0x3e,0xf9,
0xdb,0xd7,0xd9,0xed,0xff,0x59,0x5a,0x7,0xf1,0x5,0xa7,0x3a,0xd3,0x13,0x43,0x5a,
0xb6,0x1f,0xa5,0x77,0x32,0x3c,0xe2,0xa6,0xb9,0x88,0x4f,0xc1,0x28,0xbe,0x5d,0x47,
0x8a,0x81,0x39,0x81,0x54,0xb6,0x5e,0x6d,0xae,0x7,0x7f,0x5c,0x8e,0xff,0xa3,0xb7,
0x5f,0x2f,0x71,0x27,0xc7,0x17,0xb3,0x89,0xde,0xe2,0x3f,0x30,0x3f,0xb0,0xe7,0x82,
0xbd,0xda,0xb3,0x7d,0xfe,0x8e,0xaf,0xfd,0xa2,0xcd,0xf5,0x3,0x3f,0xb1,0x39,0x9b,
0x3c,0xc9,0xd,0x7b,0xe0,0x3f,0x5f,0xd7,0xdd,0xf2,0x9a,0xfd,0xfa,0x77,0x58,0x7c,
0xe0,0x57,0xde,0xfb,0xdf,0x2b,0xb7,0xfb,0xff,0x54,0x6e,0xf7,0xfd,0x41,0x53,0x39,
0xf8,0x3,0x14,0xc5,0x8e,0x1e,0xba,0x8c,0x37,0x9e,0xf6,0xd0,0x37,0xb4,0xed,0x18,
0x6e,0x73,0xcc,0xb2,0xf9,0x94,0x79,0xa4,0xf1,0x33,0xb6,0xf5,0x1b,0x92,0x5b,0x9d,
0x92,0x1f,0xaf,0x9e,0x7e,0x80,0x70,0x2,0x78,0xe7,0x3f,0x7f,0x99,0x16,0x74,0xfc,
0x66,0x1f,0x29,0x8a,0x1c,0x7c,0x5b,0xe8,0x99,0x6a,0x9b,0xc5,0xfa,0xaa,0xaf,0x5a,
0xe9,0xfe,0xfd,0xcf,0xbe,0x52,0x7f,0xce,0xb,0x6b,0xe5,0x98,0x67,0x63,0x1d,0xcf,
0x68,0x3f,0x8a,0xdc,0x8f,0x51,0xb0,0x15,0xc6,0xf8,0x2a,0x8e,0xf2,0x19,0xe3,0x7a,
0xb5,0x65,0x9d,0x3f,0xcc,0xf3,0xd7,0xf5,0xb8,0xd2,0x1f,0x5d,0x3b,0x60,0x45,0xdf,
0xbd,0xf9,0xb,0x3d,0xfd,0xc7,0x26,0x7,0xeb,0xc8,0x83,0x1b,0xb8,0x1d,0x92,0xe4,
0x90,0x3,0x87,0x33,0xef,0xe7,0x7e,0xf1,0xea,0x6e,0xe3,0xf2,0x3d,0x7a,0x8b,0x5f,
0x4e,0x0,0xf8,0x30,0xcf,0x37,0x5e,0x5a,0x9e,0xee,0xe3,0x20,0xeb,0x59,0x1a,0xbd,
0x27,0x50,0xbb,0xe1,0x51,0x78,0x86,0xd5,0xde,0x71,0x59,0x5f,0x78,0xef,0xb1,0x79,
0x39,0x26,0xc9,0x30,0x7d,0x3d,0xc9,0x7c,0xd,0xc3,0x78,0xcb,0x31,0x22,0x3b,0x4f,
0x39,0xf7,0x95,0xae,0xa7,0x37,0x79,0x88,0xb2,0x1f,0xd7,0x81,0x5b,0x4e,0x3c,0xa1,
0xff,0xe1,0xef,0x7a,0xa9,0x16,0x2c,0x1e,0xde,0xf1,0xea,0x3d,0x44,0xb9,0xd8,0x97,
0xbd,0xc,0xc0,0x6d,0x3f,0xbe,0xcf,0xff,0x93,0xff,0xf8,0xaa,0xee,0x5e,0xec,0x49,
0x5a,0x73,0x3d,0x87,0xa4,0xeb,0xe9,0x4d,0x1e,0xa2,0xec,0x77,0x26,0xf6,0xa3,0xe8,
0x7d,0xbf,0xfb,0x73,0x71,0x3d,0x29,0xe9,0x87,0x31,0x90,0xfb,0xf1,0x71,0xac,0x1f,
0xb9,0x15,0x57,0x7a,0x2f,0x7a,0x7f,0x98,0x37,0x16,0x7d,0x6a,0x77,0x7e,0xe8,0x86,
0xe7,0xcb,0xeb,0x9e,0x9f,0x90,0x3,0xf7,0xa4,0x1d,0x44,0x39,0xc8,0x7e,0x10,0x37,
0xe5,0x2a,0x82,0x2b,0x3c,0xfe,0x24,0x43,0xb,0x5f,0xae,0xfa,0xfa,0x61,0x1e,0xfc,
0x23,0x2e,0x6e,0xf7,0xcb,0x6,0xf8,0xc6,0x24,0xd9,0x74,0xb5,0x6c,0xba,0x76,0xf3,
0x96,0x51,0xe0,0x4e,0xc5,0xa7,0x1d,0xab,0xf5,0xe1,0x15,0xa1,0xd2,0x1,0xa3,0xeb,
0x6d,0x74,0x95,0x5c,0xeb,0x96,0xce,0x65,0x99,0xbe,0x59,0x7,0xae,0xfe,0xf7,0xdc,
0x38,0xe9,0xfe,0xc9,0x5b,0xaf,0xd0,0xaf,0xf8,0x5e,0x2c,0x85,0xcb,0x42,0xb6,0x42,
0xb7,0xab,0x79,0xab,0xcb,0x32,0x4f,0x8,0x7f,0x4a,0xae,0xf6,0x97,0x5c,0xb2,0xab,
0x7b,0xc7,0xf,0x5f,0xa5,0x9f,0xf9,0xe7,0x9d,0x18,0xc7,0x22,0x6f,0xf2,0x99,0x5d,
0x47,0x6d,0xeb,0xd3,0xb2,0xfd,0xd0,0xbe,0xf8,0x67,0x3e,0x63,0x6a,0xdf,0x4c,0xba,
0xe,0x9f,0xcb,0x20,0x4e,0x62,0xe0,0x9,0xbe,0xbc,0x84,0x3d,0x2e,0x79,0x2d,0xb7,
0xf7,0x93,0x37,0x1e,0xdd,0x18,0x8b,0x7e,0xb0,0xdd,0xfb,0xa1,0x1b,0xbe,0x44,0xae,
0x46,0x87,0x4e,0x1c,0xf1,0xb3,0xa7,0x50,0xd9,0x4,0x49,0xa6,0xc5,0x47,0x27,0xdd,
0x27,0xbf,0xe5,0xf2,0x6e,0x26,0x89,0xb6,0xfe,0x42,0xb9,0xdd,0xff,0x91,0xab,0xcc,
0xa6,0xb8,0x38,0xe8,0xe6,0xcb,0xde,0xfd,0x33,0x8e,0x36,0xe0,0x55,0x47,0x3e,0xf9,
0x17,0x3c,0x78,0xa1,0x14,0xbf,0xb6,0xb9,0x9c,0x6c,0x99,0x14,0xa3,0xe3,0x51,0x96,
0x5e,0x29,0x62,0x32,0x4e,0x8e,0x47,0xaa,0x6c,0x8e,0x37,0xd9,0xa8,0xc6,0x88,0x4c,
0x7d,0xb2,0x19,0x16,0x98,0x3a,0x6,0xe8,0xc1,0xc3,0xd3,0xee,0xb3,0x1f,0x9f,0x74,
0xbf,0xf0,0xf6,0x97,0xeb,0x77,0xf2,0xbf,0xe2,0x5,0x17,0x77,0x17,0xcb,0x15,0x3c,
0xa,0x3c,0x17,0x7e,0x3e,0x1,0x18,0xe1,0x47,0x3c,0xf0,0x7d,0xfe,0x1b,0xe,0xee,
0xeb,0xde,0xf3,0x53,0xaf,0xd0,0x6f,0xf8,0xe5,0xe2,0x24,0x9d,0xed,0x75,0x98,0xdd,
0xfc,0x55,0x4e,0xb6,0x4c,0x8a,0x61,0x6c,0x97,0x83,0x12,0x6,0x7d,0x6b,0xcf,0x36,
0xf4,0x88,0x93,0x74,0x98,0x17,0xb1,0x27,0xe4,0xce,0xf5,0x71,0x79,0x5d,0x2f,0xfc,
0x67,0xf1,0x51,0xdc,0xb1,0xe8,0x4f,0xd2,0xba,0xee,0xa2,0x2f,0x90,0xd7,0xfa,0xb7,
0xe9,0x5b,0x44,0x7e,0x10,0x79,0x50,0xad,0x5f,0xed,0x8e,0xfe,0xd6,0x75,0xdd,0xad,
0xaf,0xdd,0xdf,0xdd,0xf1,0xf5,0x2f,0xd6,0x3f,0xcc,0xe0,0x99,0x17,0x64,0x1b,0x1e,
0x1b,0x50,0xf4,0xe4,0xa1,0x77,0xbc,0x25,0x56,0x60,0x4a,0x32,0x41,0x97,0xf5,0x4e,
0x8c,0xc9,0x4,0x19,0xa2,0x9c,0x70,0x6d,0x22,0xd1,0x5e,0x27,0x4b,0x8d,0x81,0x4f,
0xc1,0x94,0x75,0xd1,0xd6,0xf4,0x69,0xdd,0x24,0xd8,0xc2,0x6e,0xb4,0xc,0x93,0xd7,
0x81,0xe3,0xfd,0xc0,0x4d,0xd3,0xee,0x13,0xbf,0x7e,0x6d,0xf7,0x43,0xdf,0x79,0x45,
0x77,0xf5,0x2b,0xf6,0xe8,0xd7,0x76,0xbf,0xe2,0x2b,0x2f,0xd6,0xdb,0x78,0xfe,0x34,
0x37,0x7a,0xbc,0xad,0x7,0xdd,0x9f,0x94,0x82,0xff,0x32,0xc1,0xe0,0x5f,0x7c,0x7e,
0xf4,0x7b,0x5f,0xda,0x1d,0xc2,0x8f,0x9d,0xde,0x6c,0x2f,0x27,0x9e,0xab,0x75,0xb4,
0x94,0xfd,0x96,0xee,0x7,0xf4,0x4d,0x8c,0xc0,0xd4,0x63,0x98,0xde,0xe7,0xe5,0x18,
0x5d,0x6b,0xc2,0xe0,0x58,0x3e,0x62,0x45,0x2f,0x57,0xfb,0x55,0xbc,0x7c,0x7d,0xbd,
0xa7,0xf7,0xd8,0x96,0x35,0xdc,0xf2,0x1f,0x5f,0x5f,0x7d,0xfb,0x62,0x3e,0x91,0x5b,
0xfe,0x38,0xd8,0x3c,0xc8,0x99,0xee,0xfb,0xf7,0xaf,0xee,0xee,0xff,0xf,0x71,0xbb,
0x1f,0x98,0x66,0x63,0x32,0x8f,0xbe,0xda,0x64,0x62,0xb8,0xc1,0x26,0x67,0xdb,0xd9,
0xa2,0x7a,0xac,0x21,0x5b,0x3d,0x9f,0x16,0x3f,0xe4,0x7f,0x2a,0x98,0xed,0x8,0x45,
0xb,0xba,0x5b,0xee,0xae,0x3e,0xf1,0xeb,0xd7,0xe8,0x4f,0x71,0xfd,0xed,0xbf,0x7a,
0x59,0xf7,0xa7,0x57,0xf7,0xeb,0xcf,0x71,0xe3,0xf7,0xfe,0x40,0xf8,0x52,0x10,0x3e,
0xd5,0xf7,0xbf,0x7d,0xf3,0x65,0xfa,0x47,0x1f,0xf8,0xcc,0x40,0xf9,0x6a,0xaf,0x10,
0xe3,0xd9,0xf8,0xcf,0xfe,0x3a,0x4e,0x87,0x10,0x3b,0x17,0xf6,0xd0,0xd8,0x99,0xb2,
0xbe,0xc5,0xc4,0x27,0xf3,0x26,0xfe,0xba,0x7e,0xf2,0xc6,0x63,0xf8,0x80,0xce,0x78,
0xb5,0x3f,0x79,0xfb,0xfc,0xec,0x75,0x5f,0x2c,0x7,0xf3,0x10,0xfe,0x89,0x44,0xf,
0xae,0x1f,0x54,0xbb,0x12,0x8b,0xe,0x7,0xdb,0xcf,0xb2,0x7a,0xe0,0x5d,0xc7,0x83,
0x1f,0x45,0x9c,0x74,0x99,0xdc,0xa7,0x2d,0x7a,0x95,0xbd,0xf,0x4c,0x1b,0x3f,0xf4,
0xbc,0x52,0x99,0x2f,0x7a,0xa3,0xac,0xb,0x32,0xdf,0x12,0xc3,0xf5,0x2a,0x93,0x2f,
0xba,0x64,0x4b,0x71,0x6c,0x9e,0xa6,0xe7,0xdc,0x8d,0x12,0x66,0x60,0xfc,0x6a,0x3c,
0xb7,0xa9,0x8e,0xd8,0x25,0xeb,0xc0,0x95,0xb,0x84,0x9f,0xe2,0xc2,0x5f,0x70,0xe1,
0x17,0x78,0xf1,0x9b,0x7f,0xf8,0xa3,0xce,0x8f,0xc9,0x9,0x77,0xed,0x37,0xae,0xed,
0x6e,0x15,0xdd,0x9d,0x1f,0x39,0xd0,0x3d,0x20,0x57,0x7a,0xc5,0x4b,0xe2,0xef,0xb4,
0x75,0x64,0x5d,0x50,0xcc,0x41,0xfb,0x84,0x51,0x1d,0xec,0x8e,0xa5,0x9d,0x79,0x68,
0x76,0xe8,0xc0,0xd3,0xcf,0xd6,0x8f,0xef,0x36,0xd8,0xdb,0x76,0xf2,0xba,0x7e,0x3e,
0x79,0x83,0x16,0xfd,0x7b,0xc7,0xa2,0x3f,0xe5,0x66,0xb7,0xfc,0x53,0xbd,0xe5,0xe7,
0x66,0xc4,0xa6,0x6d,0xaf,0x2b,0x1b,0xd5,0xe8,0xb5,0xa7,0x4e,0x30,0xe5,0x76,0xbe,
0x6c,0x9e,0xdb,0x54,0x97,0x6c,0x59,0x2f,0x64,0x1b,0x6e,0xa4,0x72,0xea,0x8d,0x88,
0xcb,0x3e,0x7d,0x9d,0x51,0x3d,0x2e,0x13,0xc9,0x70,0x61,0xe3,0x18,0x15,0xf9,0x78,
0x59,0x57,0xc5,0xf7,0x79,0xb4,0x44,0x9f,0xd3,0x59,0x7,0xae,0xe2,0xf6,0xd7,0xdc,
0x7,0xf5,0xd7,0x7e,0x4f,0xc8,0x49,0x19,0x27,0x66,0x7c,0x74,0x17,0xbf,0x17,0x87,
0x7d,0xaa,0xaf,0xf4,0x1e,0x47,0xe5,0x98,0x23,0xc7,0xa8,0xc8,0xc7,0xcb,0xba,0xb3,
0xb5,0xe,0xf4,0x99,0xaf,0x74,0x5,0x4f,0x7f,0x92,0xe8,0x14,0x1b,0xfa,0x36,0x67,
0xf4,0xbd,0xfa,0xb6,0xe8,0x6f,0x92,0xdb,0xa4,0xb1,0xe8,0x4f,0xaf,0x75,0x77,0xe2,
0x29,0xff,0xe4,0xed,0x9b,0xe9,0x96,0x9f,0x14,0x1b,0x13,0x7,0x7e,0x19,0x29,0x86,
0xd4,0xda,0xa,0x8f,0x8d,0x85,0x1d,0xb8,0x61,0x8c,0xf5,0x16,0xa3,0x3f,0x2e,0xfd,
0x43,0x97,0x31,0x39,0xb9,0x5a,0x2a,0x49,0xc9,0x3e,0xd9,0x32,0x21,0x9e,0xc5,0xb4,
0x24,0x54,0x5d,0x22,0xc3,0xf5,0xe7,0xa1,0xb8,0x66,0x4d,0x46,0x8c,0xd7,0xe8,0x1a,
0xff,0xb,0x6f,0x1d,0x43,0xf1,0x6a,0xd2,0xb9,0xca,0x5c,0xc,0xb,0xd9,0x7e,0x3a,
0xb,0x4f,0xf0,0x51,0xf4,0xf8,0x54,0x1e,0x8a,0xfe,0xbd,0x63,0xd1,0x3f,0xbd,0xd6,
0x1d,0xbe,0xe1,0x4b,0x64,0x13,0xf,0xe9,0xdf,0xf,0xe9,0xc1,0xb6,0xd,0xd1,0x3,
0xee,0x9b,0x90,0x37,0xc3,0x6c,0x99,0xaf,0x37,0xb1,0xf8,0x67,0xbe,0xd7,0xf7,0x7d,
0x8b,0x4e,0x28,0xcb,0xa4,0x2c,0x2f,0xb3,0x71,0x4c,0x26,0x24,0x63,0x59,0xe2,0x6,
0x7e,0xe8,0x4,0x5,0xea,0xc7,0xad,0xe7,0x56,0xeb,0x19,0x83,0x98,0x18,0x23,0xaf,
0xbd,0xa5,0x1c,0xab,0x1f,0xd7,0x7b,0xe5,0xcf,0xf7,0x75,0x44,0xdc,0xd6,0xdf,0xa8,
0x1e,0x17,0x9f,0x38,0xc5,0xd5,0x5e,0xfc,0x3e,0xb3,0xb5,0x7e,0xf0,0x8d,0xf,0x1f,
0x91,0x2b,0x7d,0xf7,0xb6,0xe7,0x79,0x1a,0x8f,0xed,0xe9,0xb4,0xee,0x6d,0x17,0x3d,
0x4f,0x9f,0xf2,0xe3,0x36,0x12,0x9b,0x30,0xb8,0x11,0xa4,0x7e,0x22,0xd8,0x86,0x52,
0xef,0x9b,0x9a,0x36,0x5f,0x7b,0xd7,0xd9,0x26,0xd7,0x31,0x14,0x73,0xd2,0x71,0x85,
0x68,0x1f,0xc0,0xd,0x27,0x8f,0x11,0x93,0xc,0x18,0xf0,0x94,0xb3,0x4e,0x79,0xd7,
0x99,0xde,0xe6,0x6b,0xb2,0xf1,0x11,0x27,0x8a,0x83,0x18,0xe2,0xb3,0x2d,0xe3,0x15,
0x4b,0x6a,0x7c,0x33,0x5d,0x78,0xeb,0xa8,0xf5,0xa6,0x73,0xbb,0x90,0x7e,0xaf,0x5e,
0x5e,0xf6,0xe0,0xe3,0xb8,0x72,0x95,0xb7,0xab,0xfd,0xcd,0x93,0xd7,0x79,0xea,0x8e,
0xed,0x99,0x34,0xfb,0x60,0xcf,0xe4,0xc7,0xe5,0x36,0xea,0x89,0xb2,0x9,0xa5,0x8f,
0x4d,0xc8,0x9,0x45,0xa2,0xdd,0x78,0xef,0x4b,0x82,0xc8,0x46,0x7a,0x4f,0x4c,0xbe,
0x4a,0xd,0xc5,0xb3,0xe4,0x4,0xd5,0x76,0x8b,0xe9,0x89,0xa1,0x32,0x7b,0xe8,0x82,
0x14,0x4f,0x5f,0xe9,0x39,0x76,0x8b,0xc5,0x18,0x5,0xaf,0x71,0x85,0xb2,0x6f,0xf1,
0x31,0x5e,0xf5,0x8a,0x7,0x36,0x30,0x24,0xc6,0x2f,0xb2,0xf3,0x1a,0xb7,0xf8,0xb2,
0x8f,0x18,0x17,0xfa,0x3a,0x68,0xaf,0xfa,0xb4,0xe,0xfd,0x54,0xde,0xfa,0x74,0x53,
0xf2,0xec,0x53,0x8b,0xf9,0x64,0xe3,0xe8,0xcd,0x93,0x37,0x2c,0xd6,0x26,0x97,0x8c,
0xaf,0xeb,0xcf,0x50,0xb3,0x5b,0xfe,0xc9,0x4d,0x27,0xf0,0xa7,0x3,0x38,0xf0,0xd8,
0x18,0xdf,0x24,0x6e,0x86,0x25,0x8d,0xc9,0xba,0x91,0xae,0xaf,0x79,0xdb,0xb4,0x1a,
0x9b,0x31,0xd4,0xb9,0xde,0x37,0xdf,0x7a,0xc3,0xd5,0xe3,0x82,0x2,0x93,0x89,0x49,
0xcf,0x84,0x2c,0x7a,0xf8,0x40,0xd7,0xc6,0xa3,0x3d,0x61,0xd,0xe3,0xfa,0xc4,0x33,
0x66,0x8c,0xcb,0x78,0x66,0xb7,0x39,0x41,0xb6,0x39,0x2a,0x6,0x3a,0xc5,0x9a,0x3e,
0x62,0x5,0x8d,0xeb,0xb0,0xbe,0x5a,0x87,0x8e,0xe7,0xe3,0xbb,0xd,0xbd,0x7e,0xc5,
0xf6,0x76,0x7d,0x5d,0x7f,0x37,0x1e,0xe4,0xe1,0x4f,0x30,0xf1,0x3f,0xf8,0x5d,0x77,
0xd1,0x78,0x8b,0x7f,0x26,0x9b,0x16,0xff,0x7c,0x3a,0xc3,0xed,0x55,0x24,0x82,0x6d,
0x9a,0x6d,0x86,0xf5,0x94,0x8d,0xf7,0xcd,0x73,0x9c,0xe2,0x81,0x25,0x86,0xb2,0x93,
0xd9,0x7c,0x73,0xbd,0x37,0x42,0x1c,0xc3,0x43,0xaf,0x78,0x8f,0x1d,0x38,0xe8,0xc1,
0x53,0x4f,0x5f,0x12,0xe6,0x51,0xc7,0x2e,0x73,0x76,0x82,0x4f,0xcc,0x11,0xf1,0x2,
0xdb,0x52,0xf,0xeb,0x64,0xf6,0x18,0x9f,0xba,0x92,0xb4,0x94,0x53,0x9f,0xfd,0xc6,
0x75,0x4,0xe5,0xb9,0xe5,0xbd,0xb7,0xd7,0xf4,0x76,0x7b,0x8f,0x8f,0xe3,0x6e,0xde,
0x3c,0xfd,0x1a,0x4f,0xd3,0xb1,0x9d,0x8d,0x86,0xe2,0x3f,0x36,0x9f,0xac,0x55,0xc5,
0xef,0xbd,0x6d,0x54,0xbd,0x91,0x46,0x99,0xf,0x2a,0x18,0xdf,0xcc,0x76,0xd3,0xb3,
0x5f,0x1d,0xaf,0xa6,0x32,0x8f,0x53,0x18,0x73,0x88,0xd4,0xdf,0x93,0x6a,0xc8,0x6e,
0xd4,0x8f,0xdd,0x16,0xc4,0xd0,0x98,0x79,0x5d,0x1c,0x27,0xec,0x81,0xaf,0x8b,0xa2,
0x3f,0xd6,0xa9,0xd0,0x85,0xb2,0xe,0x7b,0xaf,0x1e,0x9f,0xca,0x9b,0x1c,0x17,0xcc,
0xe1,0xcd,0xd9,0xea,0x9f,0x5b,0xcc,0xe,0xbc,0x70,0xbc,0xd2,0x9f,0xe5,0xf6,0xb6,
0xb7,0x5d,0xf4,0xbc,0x5,0x1f,0xf6,0x55,0x9b,0xc2,0x8d,0x42,0x1f,0x9b,0x56,0xce,
0xfa,0xc9,0xce,0x24,0xa,0x7c,0xf4,0x55,0x82,0x15,0x5b,0x4d,0x75,0xf2,0xd,0x60,
0x60,0x4b,0x49,0x58,0x27,0xa4,0xeb,0xd8,0xb7,0xb6,0x41,0x6c,0x1a,0x43,0xed,0x7e,
0xb2,0xca,0xd8,0xc2,0x7,0xb6,0x5e,0x4b,0xa2,0x66,0xc,0x8d,0xa5,0x7e,0xcd,0xb1,
0x1,0x2e,0x61,0x2f,0xf4,0x75,0x94,0x2b,0xbd,0x7f,0x2a,0xf,0x45,0xbf,0xb9,0x7e,
0xed,0x8b,0xf0,0x0,0xda,0xd3,0x73,0x6c,0x67,0xab,0xe9,0xfb,0xfb,0xf3,0xd5,0x7f,
0x29,0x1b,0x5c,0x1e,0xf6,0x81,0x6,0x37,0xd3,0xcf,0xda,0x39,0xe1,0x42,0x67,0x44,
0xfd,0x10,0x1,0xab,0xd4,0xea,0xb5,0x87,0xad,0xd6,0xf,0x11,0xc7,0xcb,0x89,0x1c,
0x54,0xc7,0xe,0x6c,0x5f,0x37,0x34,0xd7,0xaa,0x90,0xb2,0x7e,0x20,0x8e,0xea,0x95,
0x6,0xc6,0x68,0xe5,0x6d,0xe6,0x71,0xa1,0xae,0x23,0x8a,0x5e,0x6e,0xef,0xd7,0x57,
0xf,0xcb,0xeb,0xf9,0xd7,0x6f,0xae,0xbf,0xe6,0x45,0xf8,0xa0,0x99,0xa7,0xe6,0xd8,
0xce,0x76,0xbb,0xff,0xd6,0x83,0x7f,0x5c,0x36,0xe3,0x26,0xfd,0x7f,0xf1,0xb4,0x51,
0x99,0xb8,0x69,0xdc,0xc8,0xb6,0x1f,0xa2,0x8c,0x39,0x5d,0x7c,0xd5,0xcb,0xd8,0xc6,
0xa3,0xc7,0x3c,0x7c,0x2e,0x72,0xa2,0x68,0x13,0xaf,0xcc,0x33,0x25,0x19,0x29,0xd6,
0xc0,0xbe,0xd6,0x67,0xa,0x6c,0x50,0x19,0xa3,0xf1,0xdf,0x8e,0x32,0x6,0x31,0x19,
0xe7,0x42,0x5f,0x87,0x7d,0xc5,0xd6,0x8b,0x1e,0x57,0x7a,0x7b,0x90,0x37,0x16,0xfd,
0xb3,0xdd,0x50,0xfc,0xb2,0x71,0xfa,0xb0,0x2f,0x6f,0x10,0xa9,0x6c,0x76,0xba,0x2a,
0xc7,0xe6,0x13,0x43,0x5d,0x9f,0xb2,0x7f,0xc1,0x7b,0x6f,0x24,0x76,0x62,0x60,0x63,
0xc2,0x40,0x56,0x3d,0xe4,0x3a,0x79,0xc2,0xdf,0xfc,0xea,0x78,0xc3,0x32,0xe3,0x66,
0x5d,0xcb,0xe7,0x79,0x14,0x9b,0xcf,0x3b,0xe6,0x61,0x64,0x3a,0xfa,0x73,0x9e,0x94,
0xd1,0x53,0x36,0xdb,0xb8,0xe,0xbb,0xda,0x3f,0x76,0xc7,0x6b,0x20,0xdf,0x85,0x4f,
0xe5,0x8d,0x57,0xfa,0xe7,0xb8,0xe1,0xd3,0x51,0xfc,0xa,0xaf,0x3d,0xa1,0xb5,0x8d,
0x6d,0x37,0x50,0x8b,0x97,0x89,0x27,0x3c,0xf5,0x9a,0xc,0x43,0xfa,0x94,0xa4,0xe4,
0x35,0x31,0xc8,0x17,0x1f,0xe9,0xdd,0x2f,0xdb,0x74,0xfc,0x3c,0x26,0x29,0x8d,0xd1,
0x12,0x12,0x3c,0x7c,0x22,0x56,0x8b,0x5b,0x4a,0x69,0x5c,0xea,0x74,0x2e,0xa7,0x11,
0x43,0xe7,0x50,0xc6,0xe,0xdd,0x85,0xbc,0xe,0xbb,0xc5,0xb7,0xab,0xfd,0x62,0x7d,
0xf5,0xc8,0x62,0xb6,0xfa,0x3f,0x78,0xfa,0x8d,0xed,0xb9,0x6a,0xfa,0x7a,0x7f,0x63,
0xfa,0x2f,0xa4,0x80,0xab,0xd7,0xfb,0xbd,0xd,0xf5,0xd,0xcf,0xc5,0x5b,0xa,0x5e,
0x79,0xb3,0x29,0x26,0xdb,0x3d,0x8e,0x25,0x62,0xe0,0x79,0x75,0x61,0x52,0x55,0xfe,
0x94,0x1d,0xaf,0xbd,0xca,0x8e,0xad,0x28,0x12,0xba,0x8c,0x8b,0xd8,0x9,0xcb,0xb1,
0x2a,0xcc,0x50,0x2c,0xb1,0x31,0x59,0x21,0xf7,0xe3,0xb9,0x3d,0xc7,0x73,0x7e,0x68,
0x6e,0xa1,0xb,0xfc,0x85,0xb6,0xe,0x7c,0xe9,0x8,0xff,0x59,0x2f,0xbc,0x3d,0xc1,
0x5f,0x3b,0xf0,0xfa,0xf1,0x16,0x7f,0x87,0x34,0xbb,0xe5,0x9f,0xde,0xfc,0xa0,0xde,
0xf2,0xb7,0x9b,0x2b,0x32,0x37,0x92,0xba,0xca,0x66,0xd8,0xcc,0x67,0x6c,0xc8,0x1e,
0x17,0x3a,0x8f,0x17,0xb6,0xd0,0x55,0x71,0x1c,0xab,0x76,0xa7,0x8a,0x2f,0x71,0x92,
0x2f,0x6d,0xde,0x87,0x1c,0x36,0x95,0x33,0x36,0xf1,0x3d,0x5b,0xd2,0x67,0x1b,0xf4,
0xad,0x8d,0xfa,0x56,0xa7,0xfa,0x76,0x8c,0xcc,0x17,0x9b,0xc7,0xde,0x6e,0xfc,0x73,
0x68,0x1d,0xf8,0x5,0x9d,0xf2,0x5e,0x3d,0x8a,0x7e,0x43,0x8a,0xfe,0xf0,0xf4,0xd2,
0xb1,0xe8,0x77,0x50,0xf3,0xd7,0xfb,0x73,0xdc,0xf2,0x23,0xb9,0xda,0x4d,0x24,0x41,
0x4f,0xca,0xf6,0x48,0x0,0x91,0xd5,0xe6,0xb8,0xa2,0xf,0x32,0x7d,0x8e,0x9b,0x79,
0x4f,0x20,0x8f,0x11,0xc4,0x31,0x8c,0x27,0xe,0xba,0x72,0xf5,0x52,0x9f,0x14,0xa3,
0xd8,0x42,0xce,0x54,0x63,0xea,0x35,0xe5,0xf9,0xe9,0x38,0x43,0x18,0xe5,0x81,0x35,
0x5c,0xa1,0x82,0xe9,0x8f,0x9b,0xfd,0xb3,0xee,0x7c,0x5b,0x7,0x7f,0x4c,0x43,0x5e,
0x46,0x5a,0xd1,0xaf,0x4f,0x5e,0xa7,0x45,0x7f,0xd1,0x58,0xf4,0x3b,0xae,0xf9,0x95,
0x7f,0xa6,0xc5,0xdf,0x6e,0xac,0x27,0x5e,0x14,0x24,0xe5,0xe1,0x24,0x0,0x85,0x7e,
0x98,0x78,0x82,0xd1,0xe4,0x44,0x3f,0x80,0x57,0xbb,0x62,0x1a,0x9d,0xfa,0x26,0x9d,
0xea,0x6b,0x8c,0xf5,0x66,0xe3,0xdc,0x54,0x4e,0x38,0xd5,0xb1,0xd7,0xb1,0x4c,0xce,
0xba,0x82,0xcb,0x31,0x1d,0x4b,0x9b,0xea,0x7d,0x1d,0x45,0xf6,0xb1,0x14,0x47,0xca,
0x78,0xc4,0x38,0xcf,0xd6,0x81,0xf1,0x50,0xf4,0xfa,0xd7,0xd5,0x5a,0xf4,0x93,0xc3,
0xf,0xc8,0xed,0xfd,0xd6,0xcd,0x93,0xcb,0x3c,0xcd,0xc6,0xb6,0x13,0x9b,0x17,0xbf,
0x7d,0xb2,0x6f,0x60,0x83,0x8d,0xf7,0xc4,0x51,0x5d,0x1f,0xa3,0x38,0xd5,0x5b,0x1f,
0x7e,0xa6,0x2b,0x98,0xc6,0xaf,0x95,0x7b,0xb1,0xb7,0x19,0x57,0xf5,0x8d,0xcf,0x32,
0x4c,0xa5,0xa3,0xac,0xbe,0x1e,0xbf,0x1d,0xb7,0xe8,0x93,0x6f,0xe6,0x61,0xe3,0xdc,
0x92,0xbe,0x3f,0x16,0xfb,0x8c,0x71,0x5d,0x22,0xf8,0x9d,0xab,0xeb,0x40,0xff,0xc8,
0x2d,0xfa,0x2e,0xd1,0xd6,0x2,0x57,0xfa,0x9b,0x27,0xaf,0x1b,0x8b,0xfe,0x1c,0x69,
0xf2,0x1a,0xcc,0x3e,0xd9,0xe7,0x57,0x7e,0x25,0xdf,0x60,0x16,0x7d,0xe6,0x99,0x18,
0x55,0xb2,0xb4,0x7d,0xc1,0x18,0xe9,0x9,0xa0,0x8a,0x95,0xc9,0xc7,0x54,0xac,0xf1,
0x2d,0x26,0xc7,0xb,0x5d,0xdf,0xde,0x52,0xac,0xe3,0xf4,0x88,0xb1,0xdb,0xb8,0x59,
0x5e,0xce,0x7,0xbe,0x92,0x97,0xce,0x3d,0xf3,0xe7,0xd6,0x3a,0xf0,0x9c,0x8,0x5f,
0xbc,0x11,0xdd,0xa7,0xf1,0x3,0x99,0x5b,0x47,0xc6,0xa2,0x3f,0x67,0xda,0x9d,0x78,
0xd2,0xbf,0xbe,0xfa,0xcf,0x64,0xd3,0xe3,0x49,0x7f,0x6f,0xd3,0x59,0x90,0x4d,0x2,
0x41,0x16,0x2c,0x12,0x53,0x31,0xd0,0x2b,0x16,0x76,0xb3,0x29,0x16,0x18,0xfa,0x2b,
0xde,0xb,0x3d,0xc5,0x69,0xc7,0x8,0x1b,0xf9,0xd0,0x2b,0xe,0xb1,0x3d,0xbe,0xf9,
0x11,0x7,0x39,0x7c,0xd1,0x57,0x18,0x8c,0xab,0xfe,0x36,0xdf,0xe2,0xe3,0x18,0xea,
0x74,0x4e,0x6a,0x73,0x5d,0x1a,0x43,0x71,0x3a,0xff,0x7e,0xc,0xf4,0x5c,0xaf,0xce,
0xa3,0x37,0x97,0x3a,0xce,0xb9,0xb8,0xe,0x14,0xfc,0x43,0x47,0xa6,0xfe,0x30,0xcf,
0x6e,0xf1,0x17,0x1b,0x93,0x3f,0xe3,0x29,0x35,0xb6,0x73,0xa5,0x95,0x27,0xfd,0xfe,
0xc9,0x3e,0x26,0x1c,0x49,0x93,0x45,0x75,0x96,0x34,0x4c,0x2,0xe3,0x69,0x73,0x1c,
0xf5,0x3,0x94,0xe3,0xf6,0xc6,0x40,0x5f,0xe2,0x90,0x4f,0xf1,0x2a,0xdf,0x1,0x7d,
0x33,0x76,0x3b,0x97,0x2c,0x6f,0x67,0x33,0x79,0x3b,0x5b,0x2d,0x57,0xb4,0x8d,0xad,
0xf8,0x49,0x4f,0xbe,0x8a,0x75,0x8e,0xac,0x3,0x64,0x9f,0xca,0x5b,0xdd,0xdc,0x9c,
0x4d,0xef,0x92,0x5b,0xfc,0xd,0x7d,0x5d,0x3f,0xbb,0xee,0x72,0x49,0xa5,0xf1,0x61,
0xde,0xb9,0xd6,0xe2,0x49,0x7f,0xfa,0x64,0x9f,0x24,0xe,0x92,0x7,0x49,0x52,0xae,
0x2,0x4e,0xa6,0x5b,0x92,0x20,0x48,0x9c,0x94,0x74,0x59,0xaf,0x57,0x97,0x92,0x58,
0xad,0xff,0xf2,0x84,0xdb,0x2e,0x51,0xd5,0xa6,0xe3,0x6d,0x87,0x69,0x65,0x9b,0x47,
0x21,0xda,0xca,0x9a,0x3d,0x6e,0xf2,0x41,0x7c,0xe2,0x8b,0xae,0xf8,0xd7,0xd8,0x88,
0x1,0x4c,0xd6,0xdb,0x5c,0xfb,0xb1,0xc3,0xb6,0x93,0xd7,0x61,0xb7,0xf7,0xf8,0xc,
0xfe,0xea,0xa7,0xf1,0xf4,0xfe,0xc4,0xda,0xf5,0x57,0xdd,0x7f,0x68,0xf5,0xa,0x4f,
0xa3,0xb1,0x9d,0x8b,0xcd,0x8b,0x3f,0x3e,0xd6,0xeb,0x89,0x51,0x25,0x9,0x13,0x4,
0x32,0x92,0x21,0xe3,0xc0,0x27,0xb2,0x22,0x7,0x9f,0xfd,0x53,0x3c,0xfa,0x41,0xee,
0x25,0x1c,0x74,0xc1,0x47,0x4f,0xde,0x31,0x9c,0x83,0xdb,0xb3,0x9f,0xea,0x52,0x5f,
0xe2,0x60,0x3e,0x2e,0x17,0x3d,0x7d,0x95,0xa0,0x13,0x3f,0xf4,0x62,0x67,0xec,0x18,
0x3b,0xfa,0xec,0x53,0x62,0xbb,0x5d,0x89,0x7a,0x8d,0x99,0xf4,0xd0,0x29,0x96,0x71,
0x92,0x9e,0x31,0x2b,0x6c,0xf4,0x8c,0xf3,0x6c,0xaf,0x43,0x3f,0x95,0x77,0x2b,0xdf,
0xab,0x5f,0x3d,0xbc,0x58,0x1b,0x6f,0xef,0xcf,0x9b,0x16,0x6f,0xf3,0xe1,0xa1,0x4d,
0xda,0xf8,0x4c,0x9e,0x4c,0x94,0x99,0x20,0x55,0xa2,0x80,0x92,0x1e,0x89,0x64,0xfa,
0xc0,0x4,0xbe,0xf6,0x53,0x2c,0x92,0x95,0xf6,0x34,0x96,0xc9,0x35,0x1e,0x54,0x92,
0xbc,0xd1,0x2f,0xa3,0xde,0x9c,0x9b,0x98,0x3d,0x3b,0xf5,0x3e,0xd7,0xd6,0x1e,0x7d,
0x60,0x87,0x8,0x38,0xc5,0x34,0x7e,0x61,0x3f,0x79,0x8c,0x4c,0xed,0xf8,0x67,0x6b,
0x1d,0xb8,0xd2,0x3f,0xa2,0x3f,0x87,0xbd,0xba,0xb5,0x98,0xe1,0xbd,0xfa,0xe9,0xd7,
0xdc,0x3f,0x3f,0xf8,0x12,0x4f,0x9b,0xb1,0x9d,0xf,0x2d,0x17,0x3f,0x12,0x81,0x49,
0x30,0x94,0x14,0xad,0x2e,0xa,0xbc,0x4f,0xf5,0x55,0xc7,0xe4,0xcc,0x13,0x47,0xd2,
0xb1,0x7,0xe2,0x85,0x4f,0x63,0x93,0x39,0xc4,0x5c,0x93,0xde,0x29,0xe6,0xda,0x5c,
0xcd,0x8a,0x3d,0xf1,0xa5,0x30,0xfa,0xf6,0x3c,0xd7,0xc1,0x71,0xd2,0xbc,0xf2,0x38,
0x43,0xfc,0x90,0xff,0x4e,0x5b,0x7,0xde,0xf1,0xc1,0x7b,0xf5,0x72,0x52,0xd9,0x5a,
0xcc,0x27,0xfa,0xb6,0xdd,0x78,0x7b,0x7f,0x9e,0xb6,0xea,0xca,0xaf,0x49,0x20,0xc9,
0xa0,0xc9,0xe1,0x89,0xe6,0xfc,0x50,0xf1,0x55,0xf2,0x12,0x8a,0xe4,0x8b,0x78,0x83,
0xc5,0xf,0xd2,0x4,0xf,0x59,0x7b,0xca,0x9e,0xfc,0x8a,0xab,0xec,0xae,0x43,0xdc,
0x44,0xe1,0x6b,0xf6,0x1c,0x4b,0xf9,0x21,0xa2,0x7f,0xd2,0x55,0x63,0x40,0x76,0xc,
0x63,0x30,0x5e,0x89,0x49,0x5b,0x99,0x97,0x17,0xa4,0x53,0x65,0x1b,0xd2,0x71,0xe,
0x79,0x1c,0xed,0xcf,0xee,0x3a,0x50,0xf4,0x78,0x7a,0x2f,0x7a,0x7b,0xaf,0x1e,0x57,
0xfa,0xf5,0xb1,0xe8,0xcf,0xeb,0xe6,0xc5,0xaf,0x1f,0xf0,0x61,0x42,0xd9,0xad,0xa4,
0x90,0x27,0x6e,0xbe,0xb5,0x64,0x32,0x17,0x22,0xb6,0xf0,0xb4,0x9,0x9f,0x6d,0x4e,
0xc5,0x7f,0x30,0xe,0x78,0xe9,0x1b,0x8c,0xf9,0x90,0x92,0xcf,0x36,0x14,0xf3,0xdc,
0xde,0xa7,0xb7,0x9e,0x1e,0x85,0x7d,0x5b,0x6c,0x63,0xdb,0x3e,0xee,0xc9,0xc6,0xc,
0x3a,0xeb,0xeb,0x90,0x13,0x0,0x9e,0xe0,0x8b,0xbd,0x14,0xfd,0xf1,0xb1,0xe8,0x2f,
0x8c,0xc6,0xf,0xf8,0xf0,0xef,0x9e,0x72,0x62,0x54,0x57,0x98,0x4a,0x9f,0x78,0xa5,
0x94,0x4c,0xd4,0x2f,0x8d,0x33,0x8c,0xa9,0x48,0x31,0x72,0x95,0x92,0x9e,0x18,0x8c,
0xc1,0xb1,0xc8,0xeb,0xd5,0x8b,0x3e,0x6a,0xb,0xa2,0xdc,0xd3,0xfb,0xf8,0xed,0x9c,
0x89,0xa5,0xad,0xf8,0x36,0x6b,0x65,0x9f,0xfd,0x81,0x31,0x5d,0x60,0x32,0x9e,0x3c,
0x65,0xe3,0x9f,0xfb,0x75,0x3c,0x78,0xe4,0xfa,0xee,0x71,0x7c,0xdb,0x6e,0x36,0xfd,
0x14,0x9e,0xe0,0x8f,0x45,0x7f,0x1,0x35,0x7c,0x95,0x77,0x31,0x3f,0xf0,0xa3,0x92,
0x24,0x8f,0x47,0x91,0x45,0xb2,0x58,0x52,0x7b,0xaf,0x44,0x1b,0x93,0xa8,0x4d,0xa8,
0x88,0xa1,0x54,0x62,0x18,0x96,0xb1,0x6a,0x1f,0xc3,0x85,0x5f,0xf8,0x64,0x8c,0xf1,
0xc9,0x57,0xb,0x86,0x7e,0xb5,0x9e,0xbc,0xc9,0x3,0x18,0x8c,0x51,0xf8,0x84,0x69,
0x7c,0x8b,0xbd,0x92,0x23,0x4e,0xe8,0x1a,0x7d,0x7b,0x9c,0xd2,0x9a,0x55,0x6e,0xe6,
0x4b,0xb9,0xd5,0x93,0x37,0x79,0x0,0x23,0xfc,0xd3,0x59,0x87,0x3e,0xc1,0xbf,0x4d,
0x78,0x79,0x5d,0x8f,0xf,0xe8,0x1c,0x9b,0xaf,0xbe,0xd6,0x53,0x62,0x6c,0x17,0x4a,
0x7b,0xe0,0x63,0x7,0xbe,0xf4,0xd8,0x7c,0x72,0xf3,0x43,0x47,0x9a,0x24,0x69,0x92,
0xd5,0xae,0xc2,0x9e,0x68,0x3,0x89,0x5,0xd2,0x24,0x5e,0x62,0x23,0x69,0x5c,0xe0,
0x20,0x2f,0x4b,0x50,0x8c,0xd3,0x1b,0xdf,0x29,0xf9,0x70,0xac,0x7e,0x91,0x58,0x8c,
0xa,0xc3,0xe2,0xa2,0xbe,0x2a,0xb2,0x1a,0x5b,0x78,0x92,0xeb,0x5a,0x8c,0xc9,0x98,
0x6b,0x9f,0xf,0xbb,0x10,0xfa,0xa4,0x53,0x4a,0xb8,0xf0,0xf,0x1d,0xe5,0x33,0xbd,
0xe,0x14,0x3d,0x1f,0xe6,0x6d,0xce,0x26,0x7a,0x8b,0xff,0xc0,0xcd,0x7,0xae,0xf4,
0x74,0x18,0xdb,0x85,0xd4,0x50,0xfc,0x92,0x34,0x73,0xfc,0x2f,0x1f,0x93,0x27,0xbf,
0x36,0x44,0xd2,0x40,0x8f,0x24,0xb3,0x44,0x13,0xf2,0x64,0xd2,0xe4,0x74,0x6c,0xf1,
0x55,0x9d,0xfb,0xc2,0x47,0xf5,0x75,0x51,0x64,0x6c,0x4f,0x57,0x7c,0x42,0x5f,0xc6,
0x80,0xcd,0xf5,0x41,0x81,0x5,0x65,0x7b,0x8e,0x53,0x74,0xe8,0x5d,0x6f,0x73,0x8a,
0xd8,0x19,0xa3,0x4,0x7b,0x85,0x31,0xaa,0x31,0x31,0x27,0xed,0x5,0x6f,0xf2,0xf0,
0xd8,0xb1,0x96,0xda,0x76,0xb6,0xd7,0x81,0xb7,0xed,0xf4,0xa3,0xb8,0xf3,0x55,0xb9,
0xd2,0x4f,0x37,0x4e,0xcc,0x57,0xbf,0x7a,0x2c,0xfa,0xb,0xbc,0x79,0xf1,0xcf,0xe4,
0xb5,0x5e,0x49,0x32,0x2d,0x32,0x24,0xb5,0x93,0x25,0x58,0xad,0xcb,0x54,0x12,0x8d,
0x3a,0xf8,0x7b,0x9c,0x2a,0x9e,0xf7,0x59,0x87,0xa4,0x35,0x7c,0x8c,0x93,0xc7,0xb,
0x3e,0x74,0xb5,0x7e,0x7b,0x5d,0xa6,0xed,0x7c,0xd0,0x1b,0x6f,0xa4,0x3c,0xf1,0x69,
0xde,0x81,0x6b,0xfd,0x9d,0x57,0x39,0x51,0xc2,0x2a,0x2e,0xf1,0x2a,0x37,0xf6,0x65,
0xba,0x4c,0xdb,0xf9,0xa0,0x37,0xde,0x48,0xaf,0xf4,0xf8,0x9b,0x2b,0x2f,0x7a,0xfc,
0xf1,0xc5,0xf1,0xb1,0xe8,0xc7,0x86,0xc6,0xe2,0xe7,0xef,0xf4,0x97,0x4,0x42,0xaf,
0x9,0x94,0x7a,0xd5,0x3b,0x25,0x2c,0x31,0xd9,0xcf,0x7c,0x1a,0xc,0xec,0x8d,0x5f,
0x29,0x2c,0x12,0xf5,0xce,0x53,0x57,0xfa,0xc4,0xd3,0x8f,0xd8,0xe2,0x93,0x79,0xc5,
0x84,0x8c,0x39,0xb1,0xf,0x3e,0x61,0xd1,0x57,0x3a,0x62,0xe9,0xbf,0x4,0xe3,0xeb,
0x20,0x99,0xdd,0x88,0x7c,0xe8,0xe8,0x97,0x62,0x56,0x7e,0x6e,0xcf,0xbc,0x62,0x42,
0xae,0xe3,0xf5,0xb1,0x7c,0xdb,0x4e,0x6c,0x5a,0xf4,0xb,0xb9,0xd2,0x8f,0x45,0x3f,
0xb6,0xaa,0x95,0xe2,0x97,0x2b,0x4,0x92,0xc7,0x12,0x89,0xc9,0xd7,0x97,0x2d,0xd1,
0x41,0x91,0x68,0x66,0x37,0x59,0x93,0x51,0xb1,0x46,0x26,0x5b,0x1c,0x4b,0x4e,0xf7,
0xa3,0xd,0x63,0x82,0x57,0x99,0x5,0x40,0x8c,0xf4,0x82,0x41,0x1f,0x71,0xcc,0x46,
0x7c,0x14,0x84,0xeb,0x3d,0x86,0x12,0x31,0xc9,0x4f,0xc9,0xf9,0xb0,0x3b,0xf,0x9b,
0x53,0xe6,0x8b,0x5d,0xc7,0x82,0x6c,0xb1,0x55,0xaf,0x32,0x7a,0x89,0x23,0x64,0xe3,
0xe6,0xb1,0xe9,0xef,0x76,0xd7,0x57,0xe3,0x82,0x3f,0x53,0xeb,0x90,0xfe,0x21,0xfb,
0x9f,0xc5,0xad,0xad,0xf9,0x44,0x6f,0xef,0x8f,0xae,0x5d,0x7f,0x95,0x6f,0xf7,0xd8,
0xc6,0x16,0x2d,0xae,0xfc,0x91,0x5c,0x9a,0x48,0xec,0x3d,0xb9,0x4a,0xa2,0x95,0x1e,
0x3a,0x4f,0x6c,0xc7,0xd2,0x2f,0x74,0xc9,0x2e,0x7d,0x4e,0x5e,0xf6,0xc1,0xd7,0x7a,
0xf3,0x11,0x1e,0x45,0xe1,0xb6,0x6c,0xaf,0xc8,0xc7,0x21,0x71,0xdc,0x90,0x63,0xdc,
0xac,0x2b,0x7c,0xd2,0x17,0x5d,0xb6,0xa7,0x75,0x50,0x97,0xa9,0x1d,0x8f,0x3a,0xe2,
0xd1,0xeb,0x9,0xa1,0x8a,0x39,0x10,0xeb,0xc,0xac,0x3,0x77,0x70,0x9b,0xf3,0xc9,
0xbd,0x78,0xdb,0xee,0xe8,0xda,0x75,0x63,0xd1,0x8f,0x6d,0x79,0x8b,0xe2,0x9f,0x48,
0x2,0xf5,0x13,0xd2,0x92,0xcb,0x92,0x4e,0x13,0x9a,0x49,0x3c,0x90,0x98,0x85,0x77,
0x79,0xb0,0x0,0x30,0x86,0xda,0xea,0x18,0x2c,0x70,0x26,0x3c,0xb,0xb2,0xf8,0x69,
0x9c,0x1a,0x43,0xe2,0x38,0xd6,0xd3,0x47,0xfa,0x84,0xd9,0x8e,0xc,0x97,0x63,0x1b,
0xaf,0x94,0x62,0x16,0xdd,0x12,0x22,0xc6,0xd6,0x6f,0xb2,0xc5,0x3,0xf5,0xfd,0xc3,
0x16,0xf2,0x33,0x59,0x7,0x48,0x3f,0xa8,0x35,0x9f,0x7e,0xd2,0xb7,0x77,0x6c,0x63,
0x5b,0xde,0xe2,0xb6,0xdf,0x92,0xad,0x14,0xa4,0x27,0x60,0x49,0xac,0x94,0x8c,0x90,
0x99,0xa4,0xd9,0xa6,0xfa,0x4c,0xae,0x23,0x51,0x97,0xe3,0x66,0x3f,0xca,0xca,0x3b,
0x86,0x58,0xc6,0x2c,0x45,0xaa,0x36,0xe7,0x3d,0x66,0xa5,0x13,0xca,0xb6,0x5c,0x7c,
0x15,0x9e,0x72,0xea,0xb,0x46,0x7b,0xe3,0x23,0x26,0xf4,0x81,0xcf,0x31,0x89,0x69,
0xf5,0xfd,0x18,0x16,0xa7,0xc5,0x17,0x6c,0xd6,0x9,0x65,0xdb,0xa9,0xac,0x43,0x5e,
0xdf,0x3f,0x26,0xfa,0x7f,0x7b,0x6c,0x6d,0xf5,0x7,0x7d,0x9b,0xc7,0x36,0xb6,0x7e,
0xeb,0xbf,0xe6,0x37,0xe2,0xed,0x3b,0x93,0x2c,0x92,0xcd,0xed,0x4b,0x6c,0x59,0xcf,
0x22,0xa9,0x74,0xaa,0x4f,0xba,0xd2,0xf7,0xc7,0xa0,0xae,0x60,0x5d,0x5f,0x64,0xb5,
0x43,0x17,0x98,0x62,0x53,0xff,0x24,0x67,0x3e,0xc5,0xc8,0x27,0xae,0x21,0xb2,0x38,
0x66,0x6f,0xe7,0x9a,0x9,0xb6,0x65,0x63,0x0,0x4f,0xb9,0xed,0x69,0x3f,0x93,0xeb,
0xc0,0x27,0x35,0x17,0xf3,0xe9,0x13,0xfa,0x15,0xdc,0xd9,0xe4,0xe7,0x37,0x37,0x26,
0x3f,0xe0,0xdb,0x3d,0xb6,0xb1,0x45,0x63,0xf1,0x1f,0xf7,0xe2,0x67,0x52,0x19,0x6f,
0x7d,0x5f,0x8f,0x24,0x74,0x5b,0xc2,0x64,0x1b,0xfa,0xe2,0xaf,0xba,0xd6,0xdf,0x64,
0x8b,0xb,0x99,0xbc,0x63,0x3c,0x99,0x95,0x68,0x4b,0x18,0xf4,0xf4,0x2d,0xba,0x54,
0x0,0x35,0xd5,0x7e,0x43,0x18,0x5d,0x7,0xf8,0x6d,0xfd,0x81,0x33,0x6c,0x1f,0x63,
0xb4,0xad,0x8d,0xe3,0x37,0xb2,0xf1,0x49,0x77,0x6,0xd6,0x81,0xb7,0x6e,0xf1,0xde,
0xbe,0xc8,0x4f,0xe0,0x5f,0x6f,0x37,0x67,0xab,0x3f,0x7f,0x6c,0x3e,0x19,0xef,0x4,
0xc6,0x16,0x8d,0xc5,0xff,0xe0,0x86,0x7f,0xa9,0x27,0x27,0xa4,0xf7,0x4c,0xba,0x42,
0x9e,0xa8,0x24,0x16,0x85,0x15,0xbb,0x25,0xa0,0xd9,0x52,0xac,0xc1,0x64,0xae,0xb1,
0x25,0xa9,0x93,0x9d,0xb6,0xac,0x47,0xaf,0x58,0xc5,0x7b,0xd1,0x52,0x5f,0x88,0x76,
0x93,0xb5,0x17,0xb9,0xe2,0x3d,0x86,0xe9,0x1c,0xeb,0x3e,0x85,0x54,0xe,0x5d,0xf1,
0xf7,0x3e,0xf4,0x35,0x46,0x29,0x1d,0xa7,0x6a,0xec,0xd4,0x73,0xe,0x67,0x6b,0x1d,
0xb8,0xb,0x78,0xf0,0x88,0xc6,0x79,0x42,0x30,0x76,0x27,0xb0,0x36,0xde,0x9,0x8c,
0x4d,0xda,0x3,0x77,0x1c,0xf8,0xd2,0xc5,0x7c,0xb2,0xa1,0x9f,0xf0,0x63,0x42,0xb1,
0xf7,0xc4,0xca,0x49,0x4c,0x62,0x72,0x65,0x99,0x7e,0x4a,0x4d,0xe2,0x1b,0x5f,0xfb,
0x64,0x5d,0xe5,0xb,0x39,0x8d,0x5b,0xdb,0xda,0x71,0xb3,0xcd,0x64,0xfa,0x72,0xdc,
0x18,0x7f,0x7b,0xdc,0x20,0x35,0xf1,0x87,0xc8,0xe6,0xb0,0x4d,0xc,0xa7,0x18,0xf,
0xf2,0xb3,0xbb,0x8e,0x72,0x27,0x30,0x9f,0xe0,0x24,0x70,0x42,0x8e,0xe9,0xdb,0x3d,
0x5,0xc6,0x76,0xa1,0x36,0x7c,0x9d,0x77,0x31,0x9b,0x7e,0xf4,0x61,0xfb,0x4a,0xa7,
0x27,0x4b,0x9d,0x6c,0xb9,0xcf,0x57,0xb8,0x3e,0xc1,0x1e,0x3d,0xb0,0xec,0x8b,0xbd,
0x97,0xa0,0x1e,0xbb,0x60,0x7c,0xbc,0x26,0x99,0x2b,0xbb,0x13,0xb1,0x36,0xaf,0x5a,
0x5f,0x61,0x33,0xc6,0x63,0xe,0xe2,0x94,0x62,0x8e,0x11,0xb7,0x8e,0xdf,0x92,0xc5,
0x88,0xb8,0xd4,0xd5,0x3d,0x62,0x10,0x33,0x80,0xcd,0x73,0x4c,0x7a,0x92,0xea,0x32,
0x46,0x7a,0xea,0x7b,0x38,0x25,0xc3,0xaa,0xae,0xc4,0x15,0x99,0x77,0x2,0xf3,0xd5,
0x47,0x70,0x17,0x70,0x6c,0xbc,0xb,0xb8,0x70,0x1b,0xbe,0xce,0x7b,0x74,0x6d,0x7a,
0x3d,0xde,0x1b,0x3e,0xce,0x84,0x51,0xd2,0x4,0x29,0xc9,0xc3,0x62,0x2c,0x89,0x4b,
0x9c,0xf0,0xc5,0x56,0xc9,0x8e,0xf1,0xa4,0xa3,0x5d,0x75,0xb0,0x1,0x57,0xe2,0x18,
0x4f,0xd9,0x8,0xb2,0x63,0x81,0xd1,0x38,0xc4,0x64,0x9c,0x61,0xa3,0x4f,0x71,0xb,
0x96,0x14,0xd8,0x7a,0x2c,0x93,0xf3,0x3a,0x74,0x9d,0xd9,0xf,0x76,0xa7,0x82,0x11,
0x52,0xd9,0x75,0xc5,0xce,0xe3,0xa8,0x7a,0xfa,0x10,0x93,0x70,0x79,0x3c,0x25,0xca,
0x66,0x33,0x4c,0xc4,0x9,0xa,0x2c,0x31,0x24,0x8d,0x5d,0x30,0x42,0x3,0xeb,0x0,
0xe1,0x2e,0x40,0xe6,0x62,0xf,0x5,0xd7,0xe5,0x24,0x30,0x1f,0x4f,0x2,0x17,0x64,
0xbb,0xf3,0x43,0x37,0x3c,0x5f,0x8a,0x7f,0xe3,0xb8,0x7e,0xd0,0x27,0x12,0x25,0x27,
0x9f,0x5e,0xb9,0xc0,0x27,0x5b,0x6d,0xf,0x82,0x8e,0x5,0xd1,0xda,0x29,0xe7,0x82,
0x69,0x31,0x65,0x2c,0x97,0x3,0xb,0x7d,0xe0,0xa0,0x33,0xea,0xc7,0xa2,0x8d,0xd8,
0x6c,0x53,0x3e,0xe9,0xc2,0xa7,0xc6,0xf4,0x8a,0x28,0xf9,0x14,0xcc,0x36,0x14,0x71,
0xf3,0x18,0x16,0x6b,0x27,0xac,0x23,0x3f,0x14,0xdc,0x9a,0x4d,0x8e,0xcb,0xc9,0xff,
0xe7,0x4,0xf3,0xfd,0x9e,0x16,0x63,0xbb,0x10,0x9a,0xde,0xfa,0xfb,0x7b,0xfd,0x25,
0x61,0x94,0xea,0xa4,0x2b,0x94,0x12,0x97,0x18,0x2d,0x50,0xf2,0x9a,0x64,0x61,0xcb,
0x54,0x25,0x65,0x45,0x59,0x1f,0xfc,0x50,0x41,0x94,0x31,0xa9,0x57,0x5d,0x4d,0x5a,
0x60,0xda,0x13,0xef,0xc9,0xf,0x4a,0xf1,0x6b,0x1f,0xf2,0xf4,0x25,0xd6,0x65,0xf5,
0xd,0x7d,0x89,0x27,0x64,0xfe,0x66,0x57,0x3e,0xe9,0x29,0x93,0xf,0x72,0xbf,0xe2,
0xdf,0xda,0x23,0xa6,0xd9,0x80,0x8b,0x31,0x6d,0x6e,0x43,0x3e,0xe4,0xe9,0x4b,0xac,
0xcb,0xea,0x1b,0x7a,0x3b,0x9,0xa8,0xfc,0x84,0xdc,0x5,0x9c,0x38,0xb6,0x3e,0x19,
0x9f,0x7,0x5c,0x28,0xad,0xfc,0x86,0x9f,0x7e,0x34,0x54,0x12,0xc2,0x93,0x31,0x27,
0x9a,0x26,0x55,0x63,0x63,0xa2,0x31,0xd9,0xa,0xae,0x91,0x49,0xd4,0x1b,0xef,0xb1,
0xb3,0xce,0xe3,0x6b,0xa2,0x56,0x27,0x18,0x52,0x1e,0x3f,0xa8,0xbd,0x8a,0x66,0x9b,
0xcd,0x13,0x7e,0x59,0x97,0xa8,0xe0,0xfb,0x71,0x49,0x8c,0xd9,0xc6,0xae,0xd7,0x13,
0x7c,0xa6,0x65,0xe3,0xee,0xb4,0x75,0x80,0xf4,0x9d,0x1,0xfd,0xbf,0xbd,0x89,0x3e,
0xf,0xd8,0x9c,0x1f,0x18,0xef,0x2,0xce,0xf7,0x16,0x3f,0xe0,0xc9,0x64,0x58,0x92,
0x24,0xbd,0x84,0xc,0x1d,0xfa,0xca,0xde,0x24,0x29,0x8b,0x63,0x28,0x6,0x12,0xb7,
0xc4,0x49,0x63,0x47,0xcc,0x1c,0xb7,0x19,0xc7,0xb1,0xc3,0x32,0xb0,0x11,0x6b,0x8,
0x43,0x1b,0x71,0x19,0x63,0xb7,0xcb,0x49,0x16,0x22,0x3e,0xeb,0x6a,0x5b,0x2d,0x67,
0xbb,0x12,0x75,0x3,0x71,0x96,0xcb,0x31,0xbf,0x65,0x18,0xda,0xce,0xc4,0x3a,0xf4,
0xd3,0x9e,0x72,0x17,0x20,0x77,0x83,0xc7,0x8f,0xcd,0xe4,0xa5,0xc0,0xec,0xc0,0x3f,
0xf0,0x54,0x19,0xdb,0xf9,0xd6,0x50,0xfc,0x92,0x20,0xfa,0x29,0xbf,0xa1,0x64,0xd0,
0x24,0x69,0x12,0x65,0xd9,0x95,0xce,0x12,0x95,0x58,0xeb,0x5b,0xac,0x5e,0xf5,0x8b,
0x9e,0x98,0x88,0x9f,0x79,0x8d,0x87,0xbe,0x2d,0x2a,0x1f,0xc3,0x92,0x38,0xec,0x4c,
0xf2,0x32,0x66,0x95,0xf4,0xf5,0xb8,0xf5,0x38,0x46,0x6a,0xd7,0x98,0x4e,0xaa,0x7,
0xcf,0xd8,0xee,0xe3,0x36,0xae,0x85,0xfa,0xca,0x57,0x88,0x31,0x73,0x9f,0xb1,0x3b,
0x75,0x1d,0x78,0x29,0xc0,0x93,0x80,0xe8,0x8f,0x6f,0xca,0x49,0xe0,0xd8,0xcd,0xe3,
0xf3,0x80,0xf3,0xae,0x59,0xf1,0xf7,0x5f,0xf3,0xe7,0xa4,0x41,0xf2,0x31,0x91,0x68,
0xeb,0x61,0x8b,0x2d,0xc9,0x15,0x2e,0x61,0x5c,0x47,0x1c,0x13,0xd8,0x78,0xb1,0xa5,
0x64,0xb7,0x38,0xc4,0x86,0x3e,0x6c,0xe1,0xdf,0x23,0xf7,0xcb,0xba,0xbe,0x1c,0x7c,
0xe8,0x88,0xb1,0xf9,0xd5,0xba,0x16,0x13,0x7c,0x8b,0x21,0xd5,0x63,0x9c,0x3b,0xeb,
0xc0,0x4b,0x1,0xfd,0x8a,0xf0,0x7c,0x62,0x9f,0x14,0xc4,0x43,0x41,0xbb,0x13,0x18,
0xff,0x97,0xef,0x7c,0x68,0x9f,0xb7,0xdb,0xfe,0x8d,0x72,0xdb,0x2f,0x1b,0x3f,0x94,
0x10,0x2d,0x6f,0xb2,0xf4,0x9a,0x98,0xae,0x73,0x3e,0xc7,0x60,0x31,0x53,0x4f,0xdd,
0xb2,0xb8,0xca,0x33,0x1e,0x75,0xae,0xdf,0xce,0xa7,0x4d,0xfe,0x5e,0x1c,0x9f,0x43,
0xf,0xe3,0x7d,0xc4,0x8b,0xb8,0xcb,0x31,0xcb,0xed,0x5,0xe3,0x63,0x65,0x9f,0x8c,
0x6d,0x75,0xe4,0x77,0xe2,0x3a,0xf4,0x79,0x80,0xe4,0xc7,0x62,0x3e,0x79,0xd2,0xbe,
0x33,0xb0,0xaa,0x27,0x1,0xbc,0x55,0xec,0x69,0x34,0xb6,0x73,0xb1,0x75,0x87,0x6f,
0xf8,0x12,0x39,0xa3,0x7f,0xd4,0x7e,0xbb,0x5d,0x36,0xdf,0x93,0xa1,0xe2,0x3d,0xd9,
0x34,0xe9,0x90,0x7c,0xcb,0xae,0x50,0x42,0x91,0x58,0x81,0x59,0x5a,0xec,0x59,0x87,
0xab,0x93,0xfa,0x84,0xce,0xf4,0xce,0x3b,0x56,0x63,0x51,0x97,0x88,0x63,0x2c,0xb3,
0x2b,0x66,0x20,0x46,0xc6,0xe,0xfb,0x5a,0xcc,0x6c,0xef,0xe1,0xaa,0x75,0x2c,0xc1,
0x38,0xd,0xcd,0xa1,0xb2,0x83,0x76,0xe8,0x3a,0x78,0x12,0x90,0xf1,0x9f,0x94,0x78,
0xfa,0x49,0xc1,0xee,0x6d,0xe3,0x9,0xe0,0x9c,0x6d,0x5d,0xf7,0xb6,0xe7,0x1d,0x9b,
0x5f,0xf7,0x5a,0xd9,0xd0,0xfb,0xb0,0xb9,0xba,0xf1,0x48,0xbe,0x94,0x8,0x59,0x97,
0xaf,0x3a,0xcb,0x71,0x7d,0x39,0x63,0x4b,0xaf,0xbc,0xcb,0x6e,0xf,0x8c,0xe9,0xcd,
0x66,0x58,0xc6,0x24,0xe5,0x71,0x96,0x51,0x89,0xd7,0xe8,0x4f,0x85,0x86,0xe2,0x33,
0x5e,0x91,0x53,0x51,0x15,0x5d,0x9a,0xaf,0xad,0x3,0x54,0xfb,0x65,0x3a,0xd7,0xd6,
0x61,0x2f,0x7,0x44,0x3f,0x9f,0xda,0x27,0x5,0x71,0x17,0x30,0x9e,0x4,0xce,0xcd,
0xf6,0xf9,0x3b,0xbe,0xf6,0x8b,0xf0,0x19,0x7f,0x7e,0xb5,0x97,0x9b,0x5d,0x27,0x42,
0x24,0xb,0x6d,0x81,0x45,0x91,0x26,0xbc,0x27,0x4a,0x8d,0xd,0xbe,0xa5,0x3a,0x4e,
0x1a,0xbf,0xc1,0xd3,0x46,0xfb,0x50,0x21,0x70,0x1c,0x8e,0xc5,0x7e,0x88,0x38,0xef,
0x1c,0xb7,0xa5,0x88,0x13,0x73,0xcc,0x76,0x52,0x3d,0x37,0x62,0x87,0x31,0x35,0x56,
0xc8,0xf9,0x4c,0x36,0x2f,0x23,0xca,0x2d,0x86,0x84,0x78,0x86,0x1d,0x9e,0x1b,0x28,
0xe2,0xf4,0xe7,0x90,0xa9,0x9e,0x1b,0xb1,0x7d,0xc,0x74,0x78,0x7b,0x78,0x81,0xbb,
0x0,0x7c,0x69,0x48,0x9f,0x7,0x4c,0xbe,0x6f,0x7c,0x29,0x70,0x8e,0xb5,0xa1,0xf,
0xfa,0xd4,0x49,0x90,0x37,0x5d,0x8,0x7a,0xd5,0x45,0x22,0x29,0x7e,0x40,0x17,0xfa,
0x5a,0x67,0x31,0x33,0xd6,0xfa,0xac,0x8b,0xbb,0x81,0x25,0x71,0x45,0xc7,0xb9,0xd5,
0x77,0xe,0x86,0xad,0xf0,0x8c,0xa9,0x7d,0x1b,0x47,0x64,0x62,0x93,0xbd,0xf5,0x2f,
0x31,0x53,0x6f,0xb8,0x8c,0xd,0xbd,0xf6,0x42,0x75,0x9c,0x26,0xae,0xd0,0xb9,0xbc,
0xe,0xd0,0x83,0x47,0xe,0xda,0xf3,0x0,0xfd,0xfa,0xb0,0x9f,0x4,0x3e,0x74,0xc3,
0x1f,0xf2,0xf4,0x1a,0xdb,0x4e,0x6e,0xdb,0x17,0x7f,0x6c,0x32,0x13,0x34,0x12,0x98,
0x72,0xd8,0xe9,0xd7,0xf6,0x96,0xe0,0x8d,0xcd,0x75,0x4a,0x25,0x66,0xeb,0xe7,0x38,
0xe7,0x33,0x65,0xec,0x90,0x9d,0xb6,0xbe,0xe,0x31,0x6b,0x1d,0xf5,0xc1,0xf7,0xe7,
0x61,0xf2,0x0,0xc6,0xe7,0x3e,0x44,0x9c,0xdb,0xd0,0x3c,0x48,0x79,0xac,0x73,0x75,
0x1d,0xd5,0xf3,0x0,0x7c,0x73,0x70,0x36,0xfd,0x89,0xee,0xbd,0x6f,0xfe,0x42,0x4f,
0xb1,0xb1,0xed,0xd4,0xa6,0x4f,0xfc,0xd7,0x57,0xd7,0xe3,0x53,0x7e,0xfd,0xcd,0x5,
0x51,0x5f,0x92,0xa5,0x24,0xcd,0x10,0x26,0x28,0xcb,0xc4,0x15,0x6a,0x30,0xd4,0x15,
0x72,0x9c,0x8e,0x95,0xe4,0xa2,0x4b,0x72,0xa6,0x21,0xbc,0xe9,0xc9,0xc7,0x3a,0xb7,
0x8f,0x33,0xac,0x1f,0xa2,0x72,0x3c,0x18,0x4f,0x7c,0xb3,0xe,0xb1,0x54,0x6e,0x62,
0x16,0xfc,0x0,0xd,0xe1,0x4d,0x4f,0x7e,0x67,0xad,0x3,0x27,0x81,0x87,0xf5,0x1f,
0xa0,0xa6,0x8f,0x6c,0xce,0xf,0xbe,0x4b,0xee,0x8,0xbe,0x77,0x3c,0x9,0xec,0xe0,
0xa6,0x4f,0xfc,0x67,0xd3,0x8f,0x3e,0xa2,0x1f,0xef,0x1c,0x48,0x20,0x6c,0x78,0xd2,
0x1b,0x9f,0x75,0x48,0x88,0x48,0x8a,0x38,0x19,0x20,0x41,0xcc,0x56,0x7c,0x13,0x5f,
0x11,0x7c,0x9b,0x98,0xd9,0x5e,0xf9,0x69,0xcc,0xb0,0x65,0x7b,0x75,0x25,0xa4,0x2e,
0xf5,0xb4,0x57,0x27,0xac,0xd4,0x2b,0x69,0xfc,0x1a,0x5b,0xd6,0xa6,0x7d,0xd2,0x39,
0xc6,0x8e,0x1,0xf5,0xe6,0xb,0x79,0x68,0xc,0xea,0xce,0xe7,0x75,0xe0,0x2e,0x12,
0x2f,0x5,0xf0,0x49,0x41,0xc9,0xad,0x77,0x2d,0xd6,0x56,0xbf,0xf7,0xd0,0xa1,0x6b,
0xfe,0xb0,0xa7,0xdc,0xd8,0x76,0x4a,0x7b,0xaf,0x9c,0x99,0x4f,0x6c,0x4c,0xfe,0x8c,
0x6c,0x76,0x79,0xe2,0xdf,0x92,0x16,0xa6,0x6c,0xf2,0x90,0x2d,0x53,0x8b,0x89,0xa4,
0x18,0xf6,0x2f,0xc9,0x94,0x6c,0xc6,0xb7,0xd8,0x36,0xae,0xc8,0x3,0xf1,0x4e,0x97,
0x6c,0xfc,0x81,0xd8,0xdb,0xc8,0x45,0x9f,0xf9,0x65,0x98,0x93,0xc4,0x52,0x79,0x89,
0xef,0xe9,0xd0,0x4e,0x5c,0x87,0xbe,0x14,0xd0,0xf,0x9,0xf9,0x4b,0x81,0x75,0x79,
0x29,0x30,0x3e,0xb,0xd8,0x79,0xd,0x4f,0xfc,0xf1,0xd5,0xde,0x13,0xfe,0x93,0x5e,
0xbd,0x24,0x40,0x11,0xe3,0x8a,0xa0,0x64,0x36,0xf4,0x2c,0x6e,0x3b,0x39,0xa0,0x27,
0x2e,0x30,0xe1,0x6b,0x7c,0x6b,0xcb,0xc9,0xa7,0xd4,0x60,0xca,0x9,0xc4,0x75,0xec,
0x89,0xd1,0xf8,0x18,0x1f,0x3c,0x69,0x10,0x63,0x3d,0xef,0x2e,0x88,0x8f,0x13,0x54,
0xe0,0xcb,0xba,0x92,0xac,0x3c,0xf4,0x3d,0x9b,0xe9,0xf3,0x3c,0x2b,0x3f,0xe8,0x32,
0xb9,0xed,0x42,0x59,0x7,0xdf,0x1a,0x14,0xfb,0xa3,0x42,0xef,0x5c,0xcc,0x56,0xff,
0xc9,0xf1,0x8d,0xe9,0xf7,0x1c,0x3e,0x7c,0xe5,0x1f,0xf1,0xf4,0x1b,0xdb,0x73,0xd9,
0xf4,0x75,0xff,0x6c,0xb2,0xbe,0xec,0x33,0xfe,0x3d,0x4a,0x89,0xb1,0x8c,0x2c,0xd1,
0x84,0xf7,0xbe,0x24,0x55,0x45,0x96,0x24,0x4a,0xc9,0x3e,0x1c,0x7b,0xf9,0x98,0xd0,
0x93,0x4a,0x52,0xf6,0x30,0xd2,0x2b,0x26,0x8d,0xd5,0x60,0x35,0x6,0xc7,0x71,0x4c,
0x15,0x3b,0xe3,0x40,0x5e,0x80,0xcb,0x70,0xd9,0xa6,0xbc,0xf6,0xc3,0x18,0x50,0x15,
0x63,0x29,0x46,0x7a,0xc5,0x38,0xf,0x7d,0x83,0xd5,0x18,0x3b,0x69,0x1d,0x32,0x7,
0xbf,0xb,0x78,0x62,0x6b,0xe3,0xe0,0x43,0x72,0xa1,0x91,0x3b,0x81,0x3,0x3f,0x31,
0xbe,0x14,0xd8,0x1,0xed,0xfe,0xdf,0xc5,0x43,0x3f,0xff,0xa4,0x9f,0x6e,0xda,0xf0,
0x66,0x2a,0x9f,0x74,0x19,0x63,0x3a,0xef,0x3d,0x99,0x5a,0x9f,0x61,0xdd,0x0,0x66,
0x49,0x9f,0x69,0x28,0x76,0xa6,0xaa,0x38,0x7a,0x36,0xf3,0x5d,0x46,0xb0,0xab,0xbf,
0x27,0x78,0x8b,0xcf,0x3a,0x8c,0x3f,0x84,0x31,0x5c,0x23,0xa7,0x22,0x2b,0xba,0x14,
0xa7,0xb5,0xa9,0xfe,0x3c,0x5a,0x87,0x7d,0x69,0xe8,0x60,0xf7,0xf0,0x2d,0x7a,0x22,
0x78,0x54,0x4e,0x0,0x3f,0x77,0x7c,0xe3,0xe0,0xf7,0x74,0xe3,0x49,0xe0,0xb9,0x6b,
0x78,0x22,0xbb,0x58,0x3b,0xf8,0x67,0x65,0x43,0xf4,0x75,0x7f,0xd9,0xc8,0xb2,0xa1,
0x92,0x14,0xbe,0x89,0xa5,0x58,0x13,0xa6,0x8f,0xe7,0x86,0xf,0xf9,0xd7,0x94,0x7d,
0x96,0xfa,0x4b,0x1f,0x3a,0xa3,0x72,0x45,0x1b,0x88,0x6d,0xb1,0x40,0x66,0xcb,0xf6,
0x96,0xcf,0xf6,0xd2,0x7b,0xfc,0x41,0x9b,0xf7,0x86,0x8b,0xf5,0x55,0x98,0xca,0x37,
0xdb,0xc6,0x75,0x28,0x2f,0xc4,0xe7,0x1,0xc2,0x1f,0xd7,0x77,0x6,0xd6,0xa6,0xe3,
0x49,0xe0,0xb9,0x6a,0x9d,0xbc,0x6,0xe3,0x27,0xfd,0xf2,0xc6,0xe9,0xe6,0xf9,0xc6,
0x16,0xde,0x93,0x45,0x13,0x8b,0x94,0x70,0xa6,0x73,0x4c,0x23,0xb7,0xb6,0x1a,0x23,
0xd4,0xe8,0x69,0xab,0xe5,0xc6,0x3f,0xd9,0x87,0x62,0xb7,0x94,0xe7,0xb2,0xcc,0x66,
0x7c,0xd6,0xf,0x63,0x94,0x20,0x8b,0x7d,0x3b,0xcc,0xc9,0xc6,0x52,0xda,0x6e,0x8c,
0x1,0x22,0xe6,0x5c,0x5d,0x87,0x3e,0xf,0xc0,0x5d,0xc0,0xba,0x9c,0x4,0xe6,0x38,
0x9,0x4c,0xdf,0xb5,0x98,0x4f,0xbf,0x7,0xcf,0xa0,0x3c,0x2d,0xc7,0xf6,0x6c,0x34,
0x7d,0xcb,0x6f,0x3e,0x5d,0xc3,0xdb,0x34,0xdc,0x30,0x9e,0xa5,0xad,0xb0,0x9b,0x24,
0x70,0xaa,0x74,0x82,0xe1,0xd5,0x83,0xb2,0xf6,0xd5,0x95,0x22,0xc7,0x16,0xfd,0x50,
0xdc,0x26,0xc1,0xc,0x53,0xc7,0x2d,0x71,0x1c,0x1b,0x7d,0x8d,0xeb,0xfb,0x19,0x5f,
0x74,0x89,0x2f,0x3a,0xc1,0x64,0x5c,0x8e,0xd9,0xea,0x62,0x5d,0x75,0xdf,0xf2,0x26,
0xf,0xcd,0xc7,0xe3,0x34,0xfe,0x79,0xcc,0x61,0x3f,0xe3,0x8b,0x2e,0xf1,0x45,0x27,
0x98,0x8c,0xcb,0x31,0x5b,0xdd,0x73,0xb9,0x8e,0xf2,0xce,0x80,0x9c,0x4,0xb6,0xf0,
0x3c,0x60,0x3e,0x7d,0x7,0x2e,0x46,0x9e,0x9a,0x63,0x3b,0xdb,0xcd,0x5e,0xf7,0xaf,
0xae,0x6b,0xf1,0x73,0x73,0xd2,0x46,0x95,0xd,0x63,0xcf,0xcd,0x2e,0x18,0xe9,0x7,
0x93,0xc4,0x7b,0x26,0x3,0xf1,0xae,0x53,0xb9,0xb5,0x39,0xd1,0xbf,0xc8,0xaa,0x13,
0x5e,0xfd,0xc8,0x1b,0x6,0x3c,0x13,0x4e,0xed,0x8e,0x69,0x79,0xe0,0x31,0xe,0xd7,
0x51,0xc6,0x56,0x3d,0x78,0x4b,0xc8,0x3a,0x96,0xdb,0x30,0x16,0x64,0xe0,0x39,0xef,
0x34,0xbe,0xf6,0xca,0xd3,0x16,0x3a,0x8b,0xe5,0x58,0xc5,0x98,0x3d,0xf8,0x88,0x53,
0x8f,0x6d,0x98,0x96,0x7f,0xee,0xd7,0x61,0xb1,0x14,0x2f,0x14,0x7c,0xc4,0xa9,0xc7,
0x36,0x4c,0xcb,0xeb,0x3a,0x94,0xf0,0x4c,0x60,0xaa,0x77,0x2,0x72,0xf5,0xc7,0x3b,
0x3,0xef,0xda,0xda,0x58,0x7d,0x6b,0x77,0xf8,0xcd,0xe3,0x49,0xe0,0x6c,0xb7,0x7b,
0xe5,0xca,0x7f,0x6c,0x3e,0xfd,0x18,0x7e,0xc7,0x9f,0x9b,0xae,0x3d,0x36,0xc9,0x37,
0xb3,0xd5,0x55,0xb6,0x4a,0xe6,0x86,0x66,0xff,0xd8,0xe4,0x8c,0xd,0x5b,0x8b,0x5b,
0x82,0x6d,0xe4,0x4c,0xc0,0xd3,0xd7,0xe4,0xe0,0x7,0x29,0xc5,0x67,0xdc,0x3c,0xee,
0x29,0xc7,0x69,0xc8,0xe6,0xd1,0xea,0xea,0x18,0x17,0xf4,0x3a,0x6,0x62,0x66,0xf9,
0x44,0xf9,0xbe,0x80,0x7f,0x48,0x68,0xe3,0xc0,0x77,0x8f,0x2f,0x5,0xce,0x62,0xd3,
0x87,0x7e,0xf3,0xd5,0xaf,0x96,0xb3,0xee,0xfd,0x5b,0xfe,0x53,0xde,0xa4,0xb2,0x69,
0x49,0x57,0x6c,0xa0,0x92,0x64,0xec,0x89,0xb5,0xbe,0xc8,0x1a,0xc7,0x30,0xc5,0xd6,
0x62,0x94,0xf7,0xbe,0xe7,0x4f,0xdf,0x1a,0x9f,0xa9,0x8a,0xe3,0xfe,0xcb,0x28,0x27,
0x6e,0xcc,0xb,0x14,0xe3,0x32,0xde,0xf2,0x24,0x5f,0x3e,0x86,0xfa,0xf,0xe8,0x2f,
0xb8,0x75,0x94,0xb1,0x11,0x67,0x19,0xce,0x7b,0xe5,0xd,0x63,0xbf,0x24,0x84,0xe7,
0x1,0x7,0x8e,0x6f,0xce,0x27,0xef,0x5c,0xcc,0xe,0xbc,0xb5,0xbb,0xf3,0x86,0xe7,
0x7b,0xca,0x8e,0xed,0x4c,0x36,0x7d,0xe8,0x37,0x9b,0x1e,0xd1,0x27,0xfe,0xba,0x11,
0xbe,0x69,0xba,0xf9,0xed,0xa6,0x59,0x42,0x71,0xa3,0x94,0x98,0xc,0xdc,0x6c,0xf4,
0xaa,0x8b,0xe4,0xa9,0x63,0x42,0x76,0xbd,0xfa,0xb8,0x2d,0x61,0xea,0x1e,0x36,0x23,
0xc4,0x35,0x99,0x3e,0x3,0x44,0xbf,0x1,0xb9,0xd5,0x97,0xe4,0xf3,0xb8,0xe0,0xf5,
0x64,0xa5,0x98,0x98,0x2b,0x49,0xed,0xe0,0x9b,0x31,0xb2,0xce,0xc8,0x7d,0x75,0xc,
0xc7,0xea,0xbc,0x1d,0xef,0xe3,0x5d,0xc8,0xeb,0x20,0x41,0x57,0x78,0x9f,0x7b,0x7c,
0x48,0x68,0xf2,0xe4,0xd6,0xfa,0xe4,0xc4,0xe6,0xc6,0xf4,0x1d,0xf8,0xbf,0x9,0x4f,
0xd9,0xb1,0x9d,0xa9,0x86,0x5b,0xff,0xc5,0xfa,0x44,0xff,0xc2,0xab,0xda,0x2c,0x6c,
0x38,0x37,0xa5,0xf4,0x75,0x2,0x90,0x27,0x9e,0x98,0xcc,0xd3,0x46,0x5d,0x85,0x6d,
0x7a,0xe5,0xd3,0x18,0xd4,0xb5,0xb6,0x21,0x8a,0x79,0x34,0xfa,0xe4,0xa3,0xf3,0xc6,
0x5c,0xb6,0x8d,0xb3,0xbd,0x2d,0xc7,0x37,0x59,0xf0,0xec,0x13,0x36,0x17,0x4e,0xad,
0x17,0xdd,0xb8,0xe,0xed,0x5b,0x5b,0x26,0x8c,0x87,0x93,0xc0,0xc3,0xb7,0x80,0x9f,
0x3c,0xaa,0x2f,0x5,0x66,0xab,0xe3,0x5d,0xc0,0x99,0x6c,0xbc,0xf5,0x97,0x3,0x7c,
0xbf,0x5e,0xfd,0x75,0x93,0x7d,0x83,0xd2,0x86,0x83,0x2f,0x1b,0x7,0xde,0x6d,0x15,
0xaf,0x34,0xa4,0xb7,0xbe,0xa7,0x6f,0x78,0x62,0x6a,0x19,0xfd,0x30,0x26,0x28,0xf4,
0xb5,0x5f,0xb6,0x9b,0xc,0x3b,0x4f,0x5c,0x45,0x97,0xa8,0xf6,0x61,0x1f,0x3c,0x31,
0x16,0x27,0xe9,0x4f,0x3a,0xb7,0x88,0x33,0xae,0x3,0xbc,0x8d,0x55,0xaf,0xc1,0x30,
0xba,0x6,0xf7,0x43,0x6f,0x5f,0x1d,0x96,0xbb,0x0,0x3c,0xf,0xc0,0x5b,0x83,0xe3,
0x4b,0x81,0x33,0xd7,0xf0,0x41,0xb,0xdc,0xfa,0xe7,0xb7,0xfc,0xb8,0x39,0xc6,0x73,
0x73,0x8c,0x87,0x9e,0xb6,0xaa,0x1f,0x38,0x93,0xeb,0x55,0xa,0xbe,0xc9,0x66,0xfe,
0xc1,0x9b,0xde,0x30,0x39,0x5e,0x4e,0x50,0xc3,0xd4,0x72,0x85,0x19,0xb0,0x15,0xc,
0xf9,0x1,0x8c,0xe9,0x1c,0xd3,0x8e,0xef,0x44,0x5f,0xfa,0x93,0x2a,0x7b,0xc2,0x55,
0x32,0x30,0x8d,0x8e,0x34,0x88,0x19,0xb0,0x15,0xc,0xf9,0x1,0x8c,0xe9,0x1c,0x73,
0x8e,0xac,0xa3,0xa5,0xf0,0x4f,0x76,0xcf,0x13,0x7b,0x6b,0x90,0xdf,0x1c,0x9c,0xe0,
0x24,0xf0,0xce,0xc5,0xfa,0xea,0x5b,0x3e,0xfd,0x7b,0xd3,0x3f,0xea,0x69,0x3c,0xb6,
0xa7,0xd3,0xee,0x99,0xbd,0xe2,0x8b,0x17,0xeb,0xd3,0x8f,0xea,0x2d,0x96,0x6e,0x42,
0xb3,0x1,0x4e,0xb6,0x39,0xb5,0x5e,0x37,0x2b,0x25,0x9b,0xdd,0x3a,0x86,0xbd,0xe0,
0x80,0xf1,0xbe,0x24,0xa9,0xf6,0x22,0xd3,0x77,0x80,0x98,0x44,0x3d,0xfd,0x52,0x1f,
0xd3,0x2f,0xb7,0xb,0x2d,0x99,0x9f,0xf5,0xb5,0x5f,0x96,0xb9,0x76,0x5d,0x47,0x75,
0x1c,0x5c,0x5f,0x62,0xd4,0xbd,0xf2,0xde,0xb7,0x74,0x21,0xaf,0x63,0xbb,0xb5,0x95,
0x31,0x7b,0x98,0x29,0xbf,0x34,0x14,0x5f,0x1f,0x96,0x93,0x40,0xf7,0x99,0x6b,0xfe,
0x98,0xa7,0xf3,0xd8,0x4e,0xa7,0xe1,0x2b,0xbe,0x92,0x4,0x5f,0xb3,0x98,0xf9,0xad,
0x3f,0xe,0xbe,0x1c,0x64,0x6e,0x8e,0x6e,0x78,0xb3,0x9,0x79,0xe3,0x14,0x2f,0x72,
0x9b,0x18,0xc5,0xbf,0xc4,0x1,0x6,0xbc,0x61,0xe9,0x57,0x9d,0x3c,0x9c,0x8a,0x1d,
0x54,0x62,0xd7,0xf1,0xa,0x8e,0x49,0xea,0x64,0x18,0x90,0xad,0x41,0xf9,0xc6,0xae,
0xa4,0x71,0x7d,0x2e,0xc4,0xf8,0x58,0x5,0x47,0xb9,0x8a,0xe1,0xf3,0x80,0x9d,0xba,
0x64,0x57,0x9d,0xf8,0x55,0xfe,0xae,0x33,0xfb,0xb8,0x8e,0xd6,0xae,0xa4,0x71,0x19,
0x3b,0xec,0x15,0xae,0x8c,0xcd,0x77,0x6,0xf4,0xe5,0xc0,0x9,0xc9,0xa1,0xff,0xe3,
0xf3,0x9f,0x1e,0xef,0x2,0x9e,0x56,0xc3,0xad,0xbf,0x6c,0xcc,0x61,0xfe,0xb4,0x97,
0x6d,0x70,0x93,0x1c,0xa2,0xb,0x5b,0x5f,0xd7,0xc3,0x90,0x17,0xaa,0xfb,0x6d,0x30,
0x45,0xb6,0x3e,0x13,0x6d,0xdb,0x11,0x13,0x6b,0x19,0x9d,0xdc,0x7e,0xa,0x63,0xc,
0xe8,0x32,0x9d,0x2c,0xc6,0xb8,0x8e,0xfe,0xd8,0x6d,0xac,0x93,0xcd,0x8d,0x64,0xf,
0x5,0xf5,0xe3,0xe9,0x8f,0xea,0xf7,0x5,0xd6,0x27,0xdf,0xf5,0x99,0x43,0xe3,0x5d,
0xc0,0x69,0xb5,0x7b,0x66,0xaf,0xfb,0xe2,0x63,0xb3,0xd5,0xf2,0x7b,0xfe,0x85,0x64,
0x53,0xb0,0x31,0xc3,0x9b,0x83,0x93,0x40,0x3f,0x1,0xb2,0x8e,0x9b,0x58,0xeb,0x9a,
0x58,0x88,0xef,0xba,0x93,0x25,0x14,0x92,0x69,0x19,0x66,0x28,0xd1,0x38,0xf7,0x4c,
0x3a,0x6f,0x8f,0x13,0x7d,0xc4,0x1c,0x1a,0x83,0x98,0x3c,0x46,0xe8,0xc,0x4b,0x5b,
0xd6,0xf,0x1d,0x1f,0xc3,0x18,0x6e,0x99,0xad,0xaf,0x4b,0x31,0x9d,0xce,0xc5,0x75,
0x98,0x1e,0x31,0x5b,0x5d,0xe8,0x73,0xbc,0xc0,0xf5,0xd7,0x51,0x64,0xc1,0xf0,0x4b,
0x43,0xfa,0x3c,0x60,0x63,0xf2,0x4e,0x9c,0x4,0xc6,0x97,0x2,0xa7,0xd8,0xf0,0xd4,
0x7f,0x73,0x7d,0xf2,0xba,0xad,0xf9,0xe4,0xe8,0x96,0x3f,0xf5,0xe7,0x1,0xae,0xe,
0xb4,0x53,0x2e,0x6a,0xb3,0xd7,0x1b,0x47,0xff,0x4a,0xe7,0xfa,0x2a,0x86,0xda,0x4d,
0x3f,0xec,0x2f,0xe4,0x78,0xd3,0x27,0x5f,0xea,0x52,0x5f,0x4e,0x22,0xa4,0xe4,0x5f,
0xe4,0xac,0x6b,0xec,0x4c,0xb2,0xe5,0x76,0xeb,0x2b,0x9e,0x73,0x2a,0xeb,0xa8,0x7d,
0x5a,0x1d,0xb1,0xb4,0x17,0x5d,0xea,0xcf,0xa9,0x75,0x0,0x9f,0x75,0xa9,0x1f,0x5c,
0x87,0x10,0x7d,0xa9,0x2b,0xbe,0x6a,0x87,0x3e,0xe3,0x30,0xa6,0x63,0x94,0xcf,0xf1,
0xc3,0xae,0xf,0x5,0xed,0xa3,0xc2,0xf2,0x52,0x60,0x75,0x4b,0xf4,0xef,0x14,0xfc,
0x77,0xe2,0x99,0x96,0xa7,0xf9,0xd8,0x96,0xb5,0xae,0x7b,0xf3,0x17,0x4a,0xf1,0xdf,
0xf8,0x90,0x7e,0xdc,0x17,0x7,0x35,0x36,0xc4,0x7a,0xca,0xd6,0x1b,0xc5,0xc6,0x29,
0x25,0x5b,0xde,0x3c,0xed,0xdd,0x5e,0x12,0xc2,0xf5,0x43,0xc4,0xd,0x2e,0x49,0xc,
0x2c,0x7c,0xb7,0xf1,0xc9,0x54,0x70,0xa5,0xaf,0xed,0x27,0xa3,0x32,0x67,0xf7,0xab,
0x8e,0x87,0x63,0xb2,0xdd,0xc8,0x12,0xd6,0x88,0x76,0xce,0x97,0xf1,0xa4,0xd7,0x58,
0xd4,0x6f,0x4f,0x5,0x57,0xfa,0xda,0x7e,0x32,0xa2,0xff,0xb2,0x75,0x70,0x2d,0xa7,
0xb2,0xe,0xc3,0x32,0x9e,0xf4,0x1a,0xcb,0xe7,0x75,0x12,0x2a,0xfe,0xc4,0x9f,0xd4,
0xf,0xf6,0x84,0x29,0xf3,0x10,0xca,0x3d,0xed,0xce,0x43,0xaf,0x2f,0x5,0xf8,0x49,
0xc1,0xd9,0xf4,0xf8,0x71,0xfd,0x35,0xa1,0xc9,0x77,0x8d,0x27,0x81,0x6d,0x9a,0x3d,
0xf8,0x9b,0xbc,0xe,0x1f,0xf7,0xc5,0x1,0x2c,0x7,0x75,0x70,0xa3,0x5a,0x9d,0xc9,
0x19,0x4b,0x5e,0x37,0x9e,0xfa,0xb6,0x4f,0x38,0xe8,0xca,0x19,0xbe,0x8d,0xaf,0x18,
0xd3,0x5,0x3e,0xec,0x75,0x12,0x34,0xbe,0xd0,0xa5,0xf1,0x42,0x97,0xe4,0xc2,0x7,
0xae,0xb2,0xf,0xe8,0xf2,0x38,0x39,0x3e,0xf9,0x21,0xff,0x71,0x1d,0x43,0x76,0xef,
0x7,0xe7,0xc9,0xd8,0x71,0x22,0x2a,0xb6,0xc4,0x1b,0xc5,0x38,0xf0,0x43,0xe,0xf3,
0xe3,0xc2,0xfa,0xce,0x0,0x4e,0x2,0x6b,0xd3,0xef,0xc4,0xb7,0x59,0x3d,0xe5,0xc7,
0x96,0x1b,0x7e,0x70,0x51,0x5e,0x37,0x1d,0x3e,0xd1,0x7c,0xd6,0xdf,0xa,0xd3,0xe,
0x70,0x9b,0x2c,0x90,0x61,0xc3,0xe6,0x54,0x36,0xe8,0x87,0x12,0xc7,0xa9,0x6c,0x6c,
0x92,0x2d,0x5e,0xf8,0x1a,0xef,0x44,0x7b,0xd6,0xbb,0x4e,0xfd,0x85,0x34,0x96,0xc6,
0x0,0xd5,0x71,0x99,0xb0,0x59,0xcf,0x75,0xe9,0x3c,0x3d,0x6e,0xd1,0x91,0xd4,0xcf,
0x7d,0x4a,0x6f,0x31,0x8b,0xc,0xde,0x89,0x58,0xd2,0xb8,0xe,0xd1,0xb5,0xf3,0x55,
0xbb,0xe9,0xcc,0xdf,0xfd,0x14,0x9b,0xc6,0x83,0xac,0x44,0x9c,0xe9,0x18,0x3f,0xdb,
0xa9,0xe3,0x18,0xaa,0x93,0x9e,0x2f,0x7,0x64,0xc,0xdc,0x9,0x9c,0x90,0xbb,0x80,
0x9f,0xfc,0xfc,0x78,0x17,0xd0,0x6f,0x78,0x48,0x22,0x7,0xe7,0xa3,0x8f,0xe8,0xc7,
0x2a,0xfd,0x20,0x7b,0x4f,0xd2,0x3,0x2b,0x9b,0x95,0x6d,0x43,0xd8,0xe0,0xb7,0xc3,
0xd6,0x3a,0x12,0xe4,0x56,0xb7,0x1d,0xe5,0x98,0xdb,0xf9,0xb5,0xb6,0xed,0xe4,0x65,
0x36,0xf4,0x4c,0xb6,0xd6,0xd6,0xf2,0x43,0xf2,0x76,0x54,0x8f,0xb1,0xdc,0xef,0x64,
0x63,0x64,0x79,0x99,0xd,0xfd,0xd0,0x3a,0xb2,0xbd,0x67,0x4b,0xf2,0x76,0x14,0x31,
0xfa,0x71,0x48,0xa5,0x60,0x11,0x37,0xf1,0xb5,0x8d,0x64,0xf3,0xca,0xe3,0x9b,0x6c,
0xbe,0xc4,0xd4,0xb6,0xd0,0xa1,0xd7,0x3b,0x1,0xe4,0xf5,0x6c,0xfa,0x98,0xc8,0xef,
0x5a,0xcc,0xf,0x7c,0x7,0x3e,0xde,0xee,0xa9,0x3f,0x36,0x7d,0xf0,0xb7,0x76,0xe0,
0xf5,0x72,0xf5,0x38,0xaa,0x57,0x17,0x3f,0xc0,0x3c,0xa8,0xbc,0xe2,0xf0,0xc0,0x72,
0x33,0x78,0x90,0x59,0xcc,0xd4,0xe5,0x4d,0xc9,0x1b,0x57,0x63,0x72,0xfc,0x61,0x9c,
0x91,0xe0,0x18,0x2f,0xc7,0x4d,0xfe,0x25,0x5e,0xd1,0xb5,0x7d,0xc6,0x25,0xb9,0xe8,
0xe0,0xb,0xde,0xe4,0xec,0xd3,0xc7,0x1a,0xae,0x67,0xd7,0x18,0x16,0x6b,0x38,0x6,
0xc7,0x48,0x3d,0xfd,0x1c,0x53,0x7c,0x8b,0xae,0xed,0x33,0x2e,0xc9,0x45,0x7,0x5f,
0xd1,0xa5,0xf8,0x2d,0x9d,0xad,0x75,0xc4,0x9c,0x19,0x1f,0x76,0xea,0xac,0x27,0xd6,
0x7a,0x8e,0xc1,0xb8,0x29,0x16,0x65,0xc7,0x54,0xba,0x12,0x23,0xeb,0x5a,0xbb,0xc7,
0x2f,0x63,0xe0,0xe3,0xc2,0xe5,0x2e,0x40,0x3f,0x2e,0x2c,0x73,0xfb,0x8e,0xf1,0xa5,
0x80,0x37,0x3c,0xf8,0x93,0xd7,0x48,0x37,0xda,0x27,0xa9,0xea,0x83,0xa9,0x7,0x14,
0xbd,0x1e,0x54,0xd1,0x35,0x9b,0x42,0xbe,0x60,0x8b,0x3e,0xb0,0xc5,0x37,0x61,0xc8,
0xe7,0x78,0xd6,0x43,0x4e,0xe3,0x17,0xbd,0xf4,0x95,0xae,0x99,0xa3,0xdb,0x2b,0xbf,
0x22,0x1b,0x55,0x36,0xf8,0x54,0x31,0x8c,0xef,0xe3,0x85,0xb8,0x8e,0x84,0x53,0xff,
0x82,0x25,0x9f,0xfb,0x1a,0x5b,0xc6,0x44,0x5f,0xe9,0x12,0x26,0xd9,0x2b,0xbf,0x22,
0x1b,0x55,0x36,0xf8,0x54,0x31,0x8c,0xef,0xe3,0x85,0x4e,0x63,0x1d,0xa4,0xa5,0xeb,
0xd0,0x78,0x59,0x97,0x30,0x6a,0x37,0x3d,0x74,0xe4,0x29,0x13,0xdb,0xc6,0x2c,0x78,
0xc8,0x99,0xd7,0xb9,0x9,0xef,0xbd,0xc6,0x4f,0xb6,0xe0,0x6d,0xec,0x21,0xe2,0xf3,
0x0,0x59,0x8f,0x9c,0x4,0xfc,0xe3,0xc2,0x6b,0xd3,0xef,0x78,0xe0,0x8e,0x3,0x5f,
0xea,0x65,0x70,0x61,0xb6,0x72,0xf5,0x9f,0xe1,0xea,0x2f,0x7,0xd1,0xf,0x66,0x75,
0x50,0x25,0x9,0x5a,0x9d,0xf1,0xb0,0xc5,0x81,0xaf,0x30,0x85,0x37,0xbd,0xe1,0xc2,
0xae,0xba,0xec,0xd7,0x6c,0xa4,0xe9,0x9a,0x98,0x8d,0xbf,0xe9,0x5a,0x4c,0xc8,0xc4,
0xf7,0x30,0xec,0x2b,0xec,0x70,0x9c,0x7c,0x3c,0xea,0x64,0x93,0x5e,0xa8,0xf5,0x1b,
0xd7,0xd1,0x1f,0x5f,0x89,0x79,0xa0,0x3e,0xfd,0xb1,0x88,0x53,0x8c,0xe2,0x1a,0x4c,
0xe5,0x6f,0x72,0xb5,0xe,0x27,0xca,0x85,0x1c,0x3,0x6c,0x7e,0x28,0x88,0xe7,0x1,
0x5b,0xf3,0xc9,0x4f,0xe2,0x17,0xae,0xbc,0x14,0x2e,0xcc,0x86,0xff,0xf1,0x97,0x8d,
0xbd,0xf1,0xa1,0x5b,0xae,0x2f,0x7,0xbd,0x7f,0xf0,0x83,0x72,0xd2,0x65,0xaa,0x6c,
0xa5,0xe8,0x1b,0xc,0x36,0xda,0x31,0xbd,0x24,0x48,0x54,0x6f,0x32,0xa8,0xb6,0x1b,
0x46,0xf4,0x65,0x1c,0x93,0x5b,0x7b,0x96,0x55,0xe7,0x44,0xbe,0xb5,0xab,0x1e,0x73,
0x74,0x5f,0x9d,0xff,0x36,0xf3,0x4,0x29,0x56,0xe7,0x37,0x30,0xde,0x5,0xba,0xe,
0xca,0xc1,0x7b,0xef,0xf2,0x10,0x15,0x8c,0xc6,0x4f,0x73,0x10,0x7d,0x59,0xab,0xeb,
0xb5,0x1f,0x98,0x43,0xb1,0x29,0x9f,0x62,0x24,0xc2,0x49,0x0,0xdf,0x6d,0xd9,0xc2,
0xf3,0x80,0xd9,0xf4,0xe7,0x24,0xce,0xdf,0xc7,0x7f,0x5b,0x78,0x39,0x5c,0x58,0xd,
0x6f,0xfb,0x3d,0xb8,0x71,0xf0,0xf5,0xb,0x7d,0xed,0x8f,0x83,0xe7,0x7,0x4a,0xf,
0x7a,0xde,0x88,0xfe,0xc1,0x84,0x8d,0x1b,0x31,0x98,0x10,0xda,0x1b,0xa6,0x9f,0x7c,
0xd0,0x7b,0xc,0xd7,0x69,0xaf,0xe3,0x86,0x7c,0xb2,0xc4,0x51,0xc,0x78,0x9f,0x27,
0x65,0xc6,0x55,0x5b,0xa3,0xab,0xfc,0x19,0x3f,0xcf,0xa3,0x59,0x4b,0xd6,0x33,0x4e,
0x6b,0xab,0x70,0xe8,0xcf,0xe3,0x75,0xd0,0x9f,0xf8,0x4c,0x8a,0x1,0x95,0xd8,0x32,
0x9f,0x66,0x1e,0x5,0x97,0xc6,0xcf,0x7a,0xed,0x7,0xd6,0x48,0x7b,0x60,0xc8,0x4b,
0x9c,0x25,0x63,0x14,0xd9,0xe7,0xad,0x7a,0x89,0xad,0xcf,0x3,0xe6,0xab,0xf1,0x21,
0xa1,0xd9,0xe4,0xef,0x5d,0x90,0x2f,0x5,0x78,0xf5,0xb7,0x3f,0x5c,0x88,0x83,0x65,
0x7,0xe,0x9b,0x87,0x83,0x9b,0x37,0xd3,0x79,0xc5,0x80,0xf,0x9d,0xf5,0x42,0x6e,
0x2b,0xb2,0xfa,0xd6,0xba,0x6c,0xcb,0xfe,0xa4,0xc0,0x98,0x6f,0xe1,0x11,0xbb,0x60,
0x92,0x3e,0xe3,0x33,0x56,0x6d,0xf5,0x18,0x86,0xd,0xdb,0x32,0x4c,0xad,0x77,0xb9,
0x5a,0x1b,0xe4,0xb0,0x65,0x7f,0x52,0x85,0x4d,0x98,0xf3,0x6b,0x1d,0xb5,0x8f,0x61,
0x1a,0x59,0x7b,0xda,0x5c,0xef,0x73,0x2f,0xbe,0x6e,0xcb,0x98,0x9c,0x93,0x75,0x41,
0x47,0x5c,0x62,0xac,0x8f,0x71,0xf2,0x18,0x79,0x2c,0x90,0xbd,0x2b,0x70,0xb0,0x5b,
0xcc,0xa6,0x4f,0x2d,0xf0,0x3c,0x60,0x76,0xe0,0x5d,0xc7,0x6e,0x9e,0xfc,0xfd,0x63,
0x87,0xae,0xf9,0x13,0x5e,0x1a,0xe7,0x7f,0xc3,0x6b,0x7f,0x5c,0xfd,0xe5,0xe0,0x1c,
0xc5,0x1,0x89,0xab,0x74,0x1c,0x40,0x3d,0x88,0x49,0x97,0xf5,0x61,0x73,0x7d,0xb2,
0x67,0x7d,0xd6,0xd,0xdd,0x86,0x16,0x5b,0xf2,0x6b,0x93,0xa1,0xe8,0x7,0x62,0x2b,
0x2d,0xd3,0xb,0xd5,0x3e,0xcb,0x71,0xa4,0x3c,0xf6,0xd2,0xf1,0x40,0x8d,0xed,0xdc,
0x5e,0x47,0xd8,0xf3,0x3a,0x4a,0x71,0xb9,0xad,0x25,0xc3,0xc,0xc7,0x56,0x5f,0xc6,
0x1a,0xc8,0x1f,0xca,0xa6,0xb,0xbe,0xa5,0xfe,0x3a,0x9a,0xf1,0x38,0x46,0x13,0xa3,
0x3f,0x46,0x3d,0x6e,0x7a,0x1e,0xf0,0x94,0xd4,0xc0,0x16,0x3e,0x29,0x88,0x3b,0x81,
0xc5,0xda,0x2b,0xbf,0xcc,0x4b,0xe4,0xfc,0x6e,0x5d,0x77,0xd1,0x17,0xe8,0x93,0x7f,
0xfb,0xe6,0x94,0x53,0x1c,0xa0,0x7a,0xd3,0xdc,0xae,0xbd,0x1d,0x48,0x6e,0x4c,0x85,
0x73,0x1e,0xb6,0xc2,0x73,0x83,0xe0,0x57,0xc8,0x30,0x61,0x17,0x2a,0x38,0x8e,0x13,
0xa4,0x3e,0x69,0xf3,0x8c,0x2c,0x96,0xd9,0x43,0xc6,0x5c,0x39,0xdf,0xe2,0x43,0xb9,
0x60,0x93,0xc,0xbc,0xf6,0x8c,0x95,0xe3,0x80,0xcf,0x58,0xe8,0x63,0x1e,0xaa,0x23,
0xaf,0x7a,0xa1,0x12,0x47,0xf4,0x3e,0x6e,0xe0,0x6b,0x7f,0x23,0x1b,0xcf,0xec,0x21,
0xef,0xe4,0x75,0xe8,0x1c,0x93,0x7f,0xd1,0xc1,0x4f,0x78,0x8b,0x17,0x98,0xbc,0x8e,
0x82,0xe9,0xc5,0x74,0xbf,0xa4,0x37,0x19,0x78,0xc4,0x32,0xde,0x62,0xd7,0x7e,0x99,
0x5a,0x3b,0xe7,0xd1,0xf3,0x91,0x78,0xf6,0x3c,0x0,0x77,0x2,0xab,0x4f,0x49,0xf1,
0x9f,0x90,0x3b,0x82,0x9f,0x3e,0x76,0xe8,0x6b,0xce,0xff,0xbb,0x0,0xdc,0xfa,0x6f,
0xce,0x56,0xff,0x1c,0x9f,0xfc,0x1b,0x71,0x63,0xfc,0x20,0xeb,0x81,0x67,0x6f,0x7c,
0xc8,0x76,0x60,0x4d,0x17,0xb6,0x9c,0x28,0xb5,0x7f,0x5f,0x5f,0xeb,0x32,0x3e,0x74,
0xd6,0x43,0xdf,0xf7,0xc9,0x4,0x4c,0xf8,0xd7,0x7d,0x3f,0x79,0x97,0x11,0x62,0xe4,
0x71,0xd9,0xf,0x8f,0x3d,0xa4,0x37,0x7f,0x8e,0x1f,0x3a,0xeb,0xa1,0x1f,0x8e,0x45,
0x2,0x26,0xfc,0xeb,0xfe,0x6c,0xae,0xa3,0x2d,0xe,0xf3,0xe7,0xf8,0xa1,0xb3,0x1e,
0xf8,0x6d,0x62,0xc1,0xb7,0xd1,0x85,0xad,0xf6,0x6b,0xe5,0x41,0x1a,0x18,0x9f,0x36,
0xea,0xa8,0x6f,0xc7,0x1d,0x3a,0x9,0x29,0x25,0x9e,0x27,0x1,0x39,0xe1,0x3d,0x26,
0x2f,0x5,0x7e,0xee,0xd8,0xfa,0xf4,0xef,0x2e,0xd6,0x6e,0x38,0xbf,0xef,0x2,0x78,
0xf5,0xd7,0x2f,0x4b,0xe8,0xc1,0xe9,0x6f,0x8e,0x26,0x6b,0x3e,0xc0,0xa0,0x7c,0x90,
0xc5,0x46,0xd9,0xfc,0x89,0xf3,0x3,0xee,0xb8,0x88,0x6b,0x63,0x28,0xbe,0xd8,0x6b,
0xd9,0x74,0xd2,0xc3,0xc7,0xb1,0x5,0xa3,0xba,0x1a,0x6b,0xf6,0xed,0x75,0xba,0x8e,
0xa4,0xab,0x6d,0x2e,0xfb,0x1c,0x55,0xdf,0x9b,0x23,0x75,0x9c,0xcf,0x10,0xa6,0x96,
0x4d,0x27,0xbd,0xce,0x99,0x7e,0x8e,0x51,0x5d,0x8d,0x35,0xfb,0xf6,0xba,0x33,0xb1,
0xe,0x9b,0xb,0xe7,0x33,0x84,0xa9,0x65,0xd3,0x49,0xaf,0x73,0x16,0x9b,0xee,0xb1,
0x8f,0xa1,0x3a,0xb7,0x2b,0x45,0x5c,0x52,0x15,0xa3,0x21,0xea,0x2a,0x2c,0x62,0x42,
0xf6,0x9e,0xba,0xca,0xa7,0x92,0x63,0x2e,0xd4,0x11,0x67,0xfe,0x7d,0xdf,0x98,0xb3,
0xd8,0x54,0x9e,0x76,0xf,0x1d,0xc6,0xcf,0x89,0x4d,0x9f,0x12,0xdc,0xd6,0xb1,0xf9,
0xf4,0x5d,0x62,0xfb,0xdb,0xf7,0x7d,0xe2,0xd5,0x2b,0x5e,0x2e,0xe7,0x57,0xc3,0x93,
0xff,0xa3,0xb3,0xe9,0xd7,0xca,0x2d,0x8f,0x7e,0xdd,0x57,0x37,0x1d,0x7,0xc5,0xf,
0x4c,0x3e,0xf8,0x2a,0xe3,0x20,0xe3,0x0,0x3b,0x95,0x3,0xc9,0x83,0xef,0xbd,0x26,
0x35,0xf4,0x3c,0xc0,0x8e,0x2d,0x7c,0xb2,0x55,0xf6,0x84,0xeb,0x53,0x8c,0x9,0xca,
0xbc,0xca,0x89,0x57,0x39,0xdb,0x9d,0x2f,0x27,0x26,0x91,0x5b,0x7f,0x23,0xd1,0x25,
0x7d,0x3b,0x5e,0x1e,0x43,0x6d,0x4a,0x8d,0xe,0x7c,0xf2,0xeb,0xd3,0x73,0xb3,0xe,
0xc6,0x35,0x9f,0xc0,0xaa,0x1e,0xd8,0xa7,0xb9,0x8e,0x2a,0x6e,0x65,0x4f,0x71,0x12,
0xdf,0x16,0x22,0x6d,0x43,0xd8,0x22,0xab,0x8f,0x61,0x96,0x8d,0xa7,0xb9,0x7,0x3f,
0x59,0x47,0x6b,0x1b,0xa2,0x1e,0xc6,0x7d,0xf9,0x50,0x10,0xfd,0x62,0x3e,0xf9,0xfd,
0xcd,0x8d,0xd5,0xeb,0xbc,0x5c,0xce,0xbf,0xa6,0x57,0xff,0xd9,0xe4,0x46,0x7d,0x2f,
0x14,0x7,0xd0,0xf,0xc,0xf9,0x90,0xb3,0x5e,0xc8,0x75,0xd6,0x3b,0x5f,0x61,0xcc,
0xa6,0xb2,0x52,0xc4,0xc9,0x36,0x52,0xe8,0xac,0x2f,0xbe,0x1a,0xd3,0x7c,0xd0,0xab,
0x8e,0x36,0xc7,0x92,0x47,0x1f,0x76,0xfa,0x38,0xce,0x79,0x95,0x7d,0xac,0xf0,0xa5,
0xde,0x6c,0xc4,0x98,0x2d,0x8d,0x91,0x63,0xb8,0x4c,0x5b,0xd1,0x17,0x5d,0x33,0x86,
0xfa,0x8a,0xce,0x7b,0xc6,0xb0,0x3e,0x8d,0xe1,0xb6,0xb0,0xd3,0xc7,0x71,0xce,0xab,
0xec,0x63,0x85,0x2f,0xf5,0x66,0x23,0xc6,0x6c,0x69,0x8c,0x1c,0xc3,0xe5,0x1c,0x87,
0x18,0xd3,0x35,0x63,0xa8,0x5e,0x48,0x63,0x30,0x36,0x63,0xb9,0xcd,0xed,0x5,0x9b,
0x7c,0xd1,0x6b,0xd1,0x65,0x8c,0xca,0x16,0x47,0x29,0xeb,0x85,0xb2,0x2f,0xe3,0xf7,
0xb,0x17,0x18,0xeb,0x89,0xcf,0x64,0xfb,0xd1,0x60,0x33,0xc6,0xf5,0x3a,0x3f,0xc1,
0x3d,0x76,0xbb,0xbe,0xc,0xf8,0xd4,0x79,0x5d,0xfc,0xe5,0xea,0x5f,0x9e,0xfc,0xa7,
0x3,0xc2,0x83,0x52,0x78,0xeb,0x79,0x85,0x2f,0x3d,0xe,0x98,0x62,0x42,0x5f,0x6f,
0x8e,0x61,0xcc,0x2e,0x4,0x19,0x18,0xd7,0x73,0xb3,0x78,0xe0,0x6b,0x3f,0x60,0x1d,
0xaf,0x7d,0xa2,0x8c,0x55,0x19,0x18,0xc6,0x6d,0x70,0x3e,0x86,0xe1,0xa0,0xb7,0x78,
0x45,0xa7,0xfa,0x84,0x51,0xd9,0x89,0x3a,0x8d,0x1f,0xf2,0xd9,0x5f,0x87,0xc5,0xa9,
0x70,0x3e,0x86,0xe1,0xa0,0x37,0x6c,0xd1,0xa9,0x7e,0xc9,0x3a,0xe0,0xef,0x76,0xc6,
0x54,0x1c,0xe3,0xe8,0x78,0x46,0x5,0xe7,0x3e,0x5,0x47,0x5a,0xb2,0xe,0xfa,0x50,
0x97,0xb,0x2a,0xb0,0x2e,0x43,0x9f,0x75,0x79,0x1d,0xc9,0xa6,0xb2,0xea,0x48,0xd,
0x8e,0xb2,0xd8,0x90,0x5f,0xa6,0x33,0x7b,0x60,0x68,0xb7,0x3e,0xc7,0x50,0x4c,0x22,
0xad,0x83,0xf9,0xf4,0x71,0xb9,0x28,0xbe,0xe5,0x82,0xf8,0x6e,0xc0,0x62,0x36,0xbd,
0x11,0x3f,0xf5,0x65,0x7,0xb9,0x3e,0xb8,0x3c,0x38,0xd6,0x63,0x53,0xe2,0x80,0x87,
0xde,0xb0,0xa5,0x57,0x32,0x1e,0xf6,0x9a,0x9a,0x3,0x9f,0x36,0x8a,0x32,0xa9,0xe8,
0x92,0xdd,0x30,0x31,0x46,0xd6,0x67,0xa2,0xcd,0x62,0xd,0xcd,0xa3,0xaf,0xdf,0x2e,
0x1e,0x88,0x78,0xeb,0x4f,0x63,0x1d,0x6e,0xdb,0x91,0xeb,0x38,0x89,0xaf,0x8d,0xeb,
0x7a,0xb7,0xf5,0xd6,0x91,0x8a,0x8e,0x36,0xf3,0x41,0xfc,0x24,0x2b,0x36,0xf9,0x25,
0xbc,0xca,0xaa,0xb,0x1f,0xea,0xc8,0x17,0x5d,0xb6,0xeb,0xb8,0xb1,0x8e,0x32,0x6,
0x30,0x6e,0xb3,0xb8,0x35,0x55,0xfe,0xe4,0x85,0x1e,0xbb,0xfd,0x7a,0x7c,0x43,0xf0,
0xae,0x63,0x37,0x1f,0x78,0xa5,0x97,0xc7,0xf9,0xdb,0xf0,0xe4,0x1f,0x57,0xff,0xc5,
0x7c,0xf5,0x6e,0xfd,0x7e,0xb4,0x1f,0x48,0xed,0xfd,0xe0,0xc4,0x41,0xe5,0x81,0x6c,
0x6c,0xde,0x93,0x37,0xd9,0xf,0x2a,0xe4,0x82,0x9,0x9c,0x6d,0xe,0x7d,0x5c,0xe7,
0x94,0x37,0x68,0x68,0x8c,0xc0,0xc,0xdb,0x48,0x39,0x4e,0xe8,0xda,0x38,0x3e,0xcf,
0x4a,0xd7,0xb7,0x2f,0x1b,0xe3,0x9c,0x5c,0xc7,0x92,0x71,0x4e,0x65,0x1d,0xa5,0xc8,
0x9a,0x18,0x86,0x49,0xb6,0x26,0x86,0x91,0xcc,0x81,0x7e,0xd2,0xf,0x1f,0x57,0xe8,
0x89,0x31,0x7b,0x3b,0x1f,0x50,0xf8,0xa1,0xaf,0x63,0xd0,0x5f,0x7d,0x93,0xad,0x5a,
0x7,0xc8,0x63,0x30,0x96,0xff,0x68,0xe8,0x89,0xc5,0x85,0xf6,0x8d,0xc0,0xad,0x8d,
0xd5,0x3f,0xbf,0xf0,0xdf,0xfa,0xb3,0x3,0x22,0x24,0x7,0xce,0x7a,0x97,0xf5,0x60,
0xba,0x1d,0x7,0xd5,0x75,0x90,0x8b,0x8f,0xca,0xa1,0xab,0x36,0x93,0x38,0x90,0x62,
0x1b,0x79,0x88,0x17,0x2a,0x18,0xe7,0x55,0xa6,0x2f,0xe6,0xe4,0x73,0x18,0xf2,0xb1,
0xde,0xed,0x79,0xfe,0xcd,0x18,0xb4,0x19,0x6f,0x98,0x4c,0xb4,0xa9,0x9c,0xc7,0x43,
0x1c,0xce,0x85,0xf2,0x10,0x2f,0xd4,0x8b,0x3,0x9e,0xbe,0xa7,0xbb,0xe,0x62,0x9b,
0x31,0xce,0xda,0x3a,0x92,0xdc,0x8b,0x3,0xde,0x7d,0x8b,0x9c,0xfa,0xa,0x97,0x29,
0xad,0x43,0x73,0x9,0x7d,0xb1,0x8b,0xde,0x63,0x56,0xb1,0xf3,0xba,0xe9,0xcb,0xe3,
0xe2,0x18,0x8b,0x6d,0xf6,0x3c,0x6f,0xd3,0x25,0xd9,0x9,0x3e,0x27,0xfc,0x76,0xff,
0xf8,0x7c,0xfa,0x3d,0x77,0x5c,0x88,0xff,0x24,0xbc,0x35,0x9f,0x7c,0xfc,0x51,0xb9,
0xed,0x69,0xcf,0x88,0xb9,0x98,0x43,0x97,0x64,0x1c,0x64,0xdf,0x2c,0xb3,0xbb,0xce,
0xb1,0x6d,0x5f,0x88,0x18,0xf1,0x1b,0x1a,0xb3,0xe7,0x57,0x6c,0xd0,0xb1,0xf,0xdd,
0x32,0x6a,0x31,0x43,0x3e,0xaa,0x5b,0x82,0xab,0xf0,0x3,0xbe,0xcf,0xe9,0x3a,0xdc,
0x3f,0xeb,0x6,0x71,0xa9,0x57,0x6a,0x30,0xd4,0x95,0x98,0xc9,0xc7,0xa,0xe4,0xe4,
0xeb,0x30,0xa,0x5b,0xe1,0x1b,0x62,0x1,0x86,0xc,0x6c,0x8d,0x19,0x9c,0x9f,0x90,
0x61,0x97,0x8f,0x41,0x39,0xcf,0xc7,0x8a,0x3c,0xc6,0x30,0x5e,0x70,0x4e,0xe0,0x1f,
0xbd,0x55,0x6f,0xf7,0x3f,0x7d,0x62,0x3e,0x7d,0xb9,0x97,0xc3,0x85,0xd3,0xf4,0xb7,
0xfe,0xe4,0xf6,0x5f,0xe,0xd4,0xdd,0xf9,0x3b,0xff,0x7a,0xf0,0xa,0x1f,0x7a,0x25,
0x1c,0xbc,0xdc,0x3b,0xc6,0x8a,0xbf,0xc6,0x58,0x9c,0xc0,0x65,0xca,0xf1,0xb3,0x4e,
0xa9,0xc1,0x14,0x3b,0x79,0xc7,0x19,0x26,0xcf,0xa3,0x1e,0x6b,0x28,0xe,0x31,0x5,
0xdb,0xc4,0xd1,0xbe,0xc1,0x64,0x5d,0x4b,0x31,0x8f,0x5a,0xa7,0xd4,0x60,0x8a,0x9d,
0xbc,0xe3,0xc,0x13,0xf1,0x33,0xaf,0x32,0x79,0x60,0x5b,0x7c,0xe9,0x6b,0x7d,0x9e,
0xf3,0x90,0xae,0x25,0x9d,0x87,0x10,0xfb,0xac,0xaf,0xd6,0x91,0x6d,0xaa,0xb3,0x98,
0xd6,0x87,0xcd,0xf0,0xae,0x73,0x3d,0x64,0x8d,0xe7,0x64,0x38,0xea,0x6c,0x5e,0xec,
0xf3,0xdc,0x7b,0xb6,0x64,0xf,0xd9,0x7a,0xc6,0xd5,0xbe,0x8c,0x61,0xbc,0xfa,0x2b,
0xc5,0x43,0xbe,0xad,0xd9,0xe4,0x2d,0x17,0xf4,0xaf,0x0,0x6d,0x6d,0x4c,0xff,0x82,
0x1c,0x10,0xff,0xd6,0x9f,0x1d,0x1c,0xf2,0x4a,0x3c,0x80,0x3c,0x88,0xd8,0x30,0x97,
0xcd,0x8e,0x8d,0x48,0x9b,0xc1,0x83,0xae,0xbd,0x1f,0xf0,0x62,0x4b,0xbc,0x93,0xc6,
0x82,0xde,0xc7,0x32,0xaa,0xfd,0x74,0x5e,0x89,0xe7,0xbc,0x48,0xb4,0x99,0x3d,0xf0,
0x31,0x3f,0xb1,0x15,0x9d,0xf9,0xf0,0x6a,0x90,0xfd,0x7b,0xb1,0x12,0x55,0x73,0xcf,
0xbc,0x53,0xc1,0x78,0x4c,0x23,0x93,0xb,0xa6,0x8a,0x61,0x72,0x60,0x5d,0xef,0xb4,
0xfd,0x3a,0x30,0x77,0xc7,0xa4,0x75,0x30,0x46,0x2f,0x56,0xa2,0x6a,0xee,0x99,0x77,
0x32,0x5f,0xd1,0xa7,0x98,0xad,0x5f,0x9e,0x57,0xf6,0x2b,0xd8,0x44,0x3a,0x37,0xc5,
0xb9,0xf,0x6d,0xd0,0x65,0x7f,0xe7,0x3,0x6f,0x58,0x95,0x81,0xf1,0x7d,0xa3,0x7e,
0x68,0xee,0xc5,0x96,0x7a,0x5d,0x87,0xf8,0xaa,0xce,0x63,0x3f,0x7e,0x87,0x3f,0xe4,
0xbb,0x69,0xf2,0xa,0x2f,0x83,0xb,0xb7,0x2d,0x66,0x93,0x8f,0xeb,0xd3,0x7f,0x3f,
0xa0,0xed,0xc1,0xcf,0xba,0x96,0xb2,0x3e,0xfc,0x6a,0x1d,0xf,0xfe,0x90,0x6c,0xba,
0xb0,0x5,0xa6,0x1e,0xaf,0xda,0x40,0xd5,0xd,0x63,0x8c,0xda,0xf1,0x6b,0x5c,0xa6,
0x1a,0x1b,0xba,0x92,0x3c,0xc5,0x86,0x38,0xcb,0x65,0xd3,0x85,0x2d,0x30,0xfd,0x39,
0x16,0x9b,0x1e,0x27,0xc3,0xe4,0xf1,0x80,0x31,0xca,0x73,0xf3,0x58,0xcd,0x98,0xd9,
0x1e,0x7c,0xe8,0x9e,0xf6,0x3a,0x84,0x18,0xd3,0x30,0x11,0xbf,0x60,0x9a,0x3d,0x50,
0x5c,0xc2,0xc4,0x5c,0x1b,0xc,0x7c,0x9a,0x78,0x6a,0x73,0x7b,0x25,0x83,0x77,0xdd,
0xd0,0xbc,0x6b,0x3c,0xc6,0x4f,0x32,0xf0,0x8e,0x21,0x3d,0x72,0xdb,0xc1,0x6e,0x6b,
0x63,0xf5,0x41,0x89,0xf9,0x1d,0xe3,0xf,0x7e,0xe0,0xe9,0xff,0x7c,0xf2,0x86,0xcd,
0xd9,0xea,0xdd,0xf6,0x3d,0xe8,0x38,0x50,0x76,0x30,0xe3,0x40,0x52,0x6f,0x7,0x3a,
0x36,0x81,0x7,0x9b,0x94,0x93,0xba,0xb5,0xa9,0x3d,0x6d,0xe2,0xa0,0x4c,0x5f,0x8e,
0x25,0x7d,0x8b,0xc9,0xd4,0x8e,0xa3,0x73,0x4d,0xe3,0x47,0x5f,0xfb,0xb4,0xfa,0x1c,
0x27,0x27,0x62,0xd6,0x67,0xea,0xcd,0xbb,0x95,0xdb,0x75,0xa8,0x5c,0x63,0x32,0xb5,
0xe3,0x0,0x7b,0xf2,0x75,0x50,0x1f,0xb1,0x73,0x9c,0xb3,0xb1,0x8e,0x3c,0x56,0x4d,
0x27,0x19,0xa7,0xb5,0xf,0xc4,0xb0,0xf5,0x90,0xaf,0x71,0xa6,0x17,0xdd,0xb2,0xf8,
0x4d,0xbc,0x2c,0x23,0xd6,0xc3,0xf2,0x3a,0x5f,0xf8,0x13,0x8b,0x8d,0xd5,0xb7,0x7e,
0xfe,0x42,0x7c,0xc8,0xb7,0xac,0x6d,0xcd,0xe4,0xf6,0x1f,0x5f,0xfc,0xe1,0x1,0x4b,
0x7,0xba,0x3e,0xa8,0xd0,0x79,0xef,0x7,0xd5,0x7a,0xb7,0x27,0x5b,0xb6,0x43,0x37,
0x78,0xc2,0x0,0x5f,0x62,0x78,0x92,0x81,0xa7,0x5d,0x31,0xe8,0xc3,0xa7,0xf8,0xa7,
0x79,0xa9,0xce,0xe5,0x1c,0x3f,0x78,0x8e,0x1f,0x72,0xc1,0x53,0x27,0x72,0x19,0x5f,
0xfa,0x3c,0x87,0x7e,0x9c,0xac,0x13,0x2,0x9f,0x7d,0xc9,0xd3,0xae,0x18,0xf4,0xe1,
0x53,0xfc,0xb7,0x59,0x47,0x7f,0xac,0xfe,0x3a,0x62,0xac,0x88,0x57,0x74,0x88,0x51,
0x7c,0x87,0xe2,0x64,0x9d,0x13,0x7d,0x93,0xad,0xb7,0xe,0xea,0xb3,0x6f,0xbb,0xe,
0xf2,0x79,0xae,0x15,0x9f,0xf0,0x45,0x9f,0xc6,0x2a,0xe3,0x98,0xcd,0x62,0x66,0xde,
0x71,0x2a,0x7,0x5f,0x28,0x61,0xf4,0xe9,0xfe,0xfa,0xea,0xe3,0x8b,0xf9,0xea,0xf7,
0x76,0x87,0xaf,0xfc,0x23,0x9e,0xf6,0x63,0x63,0xb3,0xdb,0x7f,0x3d,0x3b,0x2a,0xe1,
0x0,0xb7,0x7,0x79,0x88,0xc,0x97,0x75,0xb1,0x41,0x83,0xfe,0xd0,0xd1,0x36,0x64,
0x27,0x39,0x26,0xc7,0x20,0x8f,0xf1,0x34,0x61,0x20,0x27,0x7b,0x9b,0x80,0x8a,0xd3,
0x7e,0x8,0xd3,0x8f,0xf,0xca,0xb2,0xf1,0x7d,0x8c,0x12,0x74,0x42,0x6a,0x73,0x5c,
0xf,0xe3,0x38,0x60,0xfa,0x71,0xd1,0xb,0x9d,0xcd,0x75,0xb8,0xce,0x6c,0x7d,0x8c,
0x92,0xe3,0xa,0x3e,0x61,0x2a,0x3c,0xc6,0x23,0xae,0x59,0x6b,0x29,0x5e,0xfa,0xa7,
0xf9,0xd7,0x6b,0xb1,0x98,0x75,0x5c,0xf0,0x21,0xe7,0x13,0x1,0xed,0xf0,0xcb,0xba,
0x76,0x5e,0x45,0x56,0xac,0xf0,0x24,0xd7,0x3d,0x76,0x87,0x7e,0x84,0xf7,0xd3,0x47,
0x67,0xab,0x2f,0xf3,0x74,0x1f,0x1b,0x5b,0xd7,0x5d,0xf4,0xbc,0xad,0xf5,0xc9,0x1b,
0xe5,0xec,0x78,0xf7,0x23,0xfc,0xf0,0x8f,0x1f,0x64,0x9c,0x89,0xab,0x83,0xed,0xc4,
0xc4,0x55,0x4c,0xb3,0x39,0x6a,0xf7,0x4d,0x24,0x86,0x1b,0x4c,0x2c,0xe3,0xe,0xc5,
0x2f,0xbe,0xb4,0x3b,0x65,0x9b,0x26,0x33,0x64,0xc5,0x18,0x4f,0x7b,0x8e,0x37,0x84,
0x69,0x49,0x31,0x4b,0x64,0xc6,0x8a,0xb8,0x9c,0x5b,0xc2,0x6a,0xfc,0xc0,0x92,0x38,
0x57,0xb5,0x13,0xd3,0xd8,0x6c,0x1d,0xb4,0x1b,0xa6,0xe8,0x11,0xcf,0x63,0xc6,0x38,
0x19,0x93,0x48,0xf7,0x23,0xe2,0x83,0xb2,0xac,0xb1,0x54,0xf6,0xb8,0xd2,0xd3,0xaf,
0xf8,0x6a,0xfc,0xc0,0xb6,0xa4,0x76,0x62,0x9c,0xa8,0x6f,0xf7,0x43,0xf5,0x9,0x53,
0x62,0x80,0x1c,0x63,0x38,0x21,0xf5,0x77,0x4c,0x8a,0x5f,0xf9,0xe9,0x1c,0xc3,0x87,
0x7c,0xce,0xbd,0xd0,0xa1,0xb7,0x71,0xf4,0x57,0xac,0xd6,0xa7,0x78,0x9d,0xff,0x9d,
0xf7,0x5f,0xa8,0xbf,0xe9,0x77,0x2a,0xd,0x4f,0xff,0x37,0xe7,0x93,0xbb,0x1f,0xf6,
0xff,0xfa,0x8b,0x83,0x2a,0xbd,0x1f,0xd0,0x92,0x8c,0xe8,0xa1,0xf3,0xe4,0x29,0xd8,
0x24,0xeb,0x26,0x38,0x9e,0x36,0x12,0x75,0xd9,0x66,0x7c,0xed,0x63,0xb6,0x34,0x66,
0xd2,0xf,0x51,0x8e,0xcd,0xf1,0xcd,0x8f,0x31,0x84,0xdc,0x96,0x7d,0x28,0x17,0xff,
0xca,0x9e,0xe3,0x10,0x9f,0xb0,0x89,0x42,0xb7,0xdd,0x3a,0xcc,0x9e,0x6d,0x2d,0x59,
0x7c,0xe2,0x63,0x7c,0x24,0x77,0xb1,0xbb,0x6d,0xd8,0xc7,0x63,0x25,0xbb,0x16,0xb9,
0xc7,0xa1,0xce,0x7c,0xdc,0x9e,0x28,0xeb,0x32,0x5e,0x65,0xcc,0xc1,0x63,0x65,0x7d,
0x10,0xe6,0x69,0x7c,0xcc,0x27,0xad,0x1,0x94,0x30,0xa4,0x82,0x75,0xde,0xa8,0xb6,
0x2b,0xc6,0xc7,0x56,0xf2,0x38,0xb6,0xe,0xe3,0x89,0x3f,0xe,0xfd,0x3a,0x3e,0xcc,
0x33,0xf9,0xde,0x3b,0x7e,0xf3,0xd2,0xf1,0x75,0xfe,0xc9,0xda,0xd6,0x7c,0xf2,0x75,
0x72,0x0,0xef,0xb6,0xdf,0xfd,0xb3,0x3,0xcd,0x83,0x49,0x52,0x3d,0x65,0x62,0x8a,
0x2e,0x36,0x20,0xe3,0x96,0x27,0x19,0x36,0x31,0x6c,0x55,0xec,0x6,0xa3,0x27,0x9b,
0xc6,0xb6,0x8c,0x18,0x67,0x68,0xcc,0x42,0x65,0x4c,0xe3,0x63,0xe,0xec,0x19,0xe3,
0xe4,0xeb,0xd0,0xb9,0x55,0x31,0xc4,0xa7,0xc1,0x3d,0xe3,0x75,0x34,0xf1,0x54,0x8f,
0xbe,0x8c,0x69,0x7c,0xcc,0x81,0x7d,0xac,0x83,0x7c,0xc6,0xd5,0x54,0xaf,0x43,0x4f,
0x52,0xf4,0x71,0x2a,0x71,0x92,0xbe,0xc4,0xa5,0xac,0x3a,0xe1,0x9b,0x31,0x72,0x6c,
0xc3,0xe4,0x18,0x35,0xc6,0xc6,0xa9,0x31,0x66,0x4f,0xeb,0xc8,0xe4,0xfe,0x24,0x7c,
0x88,0x4d,0x70,0x9f,0x3e,0xba,0x76,0xdd,0x55,0x9e,0xde,0x63,0x3b,0x59,0xc3,0x9,
0x40,0x36,0xfd,0xae,0x7,0x8f,0xd8,0x1,0xe5,0x26,0xf0,0xa0,0xf2,0xc0,0xeb,0xe6,
0x39,0xd1,0x66,0x24,0x78,0x24,0xd,0x6c,0x15,0x36,0x36,0x8d,0x1b,0xaf,0x24,0x3c,
0xb1,0x26,0xf,0xf8,0x96,0x79,0x98,0xae,0xe0,0x8b,0xdd,0x79,0xef,0x89,0x9,0xff,
0x88,0x55,0xf4,0xc9,0xbf,0xe0,0x94,0x6c,0x1c,0x1d,0x93,0xb6,0xe4,0xbf,0x74,0x1d,
0x7e,0x8c,0x8a,0xfc,0x4c,0xd6,0x81,0x31,0x5c,0x57,0x70,0xa0,0x14,0x6b,0xc8,0xbf,
0xe0,0x94,0x6c,0x1c,0xda,0x89,0xd,0x8c,0xd9,0x8a,0x4c,0xec,0xa9,0xac,0x23,0xcd,
0xf,0x54,0xf0,0xd4,0xe9,0x3a,0x4d,0x7,0x5b,0x26,0xc3,0x78,0x6c,0x1e,0xf,0xe8,
0xc0,0xbb,0xbd,0x60,0x31,0x97,0x1c,0xb7,0xe8,0xcd,0x9f,0x38,0xd5,0x71,0x4e,0xe2,
0x63,0x5f,0x5e,0x9b,0x3e,0x88,0x3f,0xf6,0x1c,0x6f,0xf7,0x4f,0xb3,0xe1,0x4,0xb0,
0x28,0x3f,0xfe,0xb1,0xfc,0x80,0x2b,0xb5,0x9b,0x86,0xd,0x4b,0x72,0xd1,0x53,0xf6,
0x18,0x59,0xaf,0x9b,0x9c,0xe4,0xd0,0xc7,0x98,0x3a,0x86,0x8f,0xd5,0xe2,0xd4,0xae,
0xd8,0xda,0x3e,0x84,0xcd,0x6b,0xa0,0x3d,0xfb,0xb5,0x73,0x29,0xfa,0xa4,0x53,0xf9,
0x24,0xeb,0xa8,0xf5,0x67,0x66,0x1d,0x6d,0xcc,0x6c,0x57,0x6a,0xd6,0x51,0xe1,0x9b,
0xbe,0xe8,0xf3,0xbc,0xa8,0x53,0x3d,0xf9,0x34,0x8e,0xaf,0x23,0xcf,0x91,0x3c,0x31,
0xe6,0x13,0x44,0xbf,0x6c,0xeb,0xeb,0x3c,0xa6,0xdb,0x95,0x54,0x4e,0xba,0x64,0xa7,
0xbf,0xc9,0xd6,0x33,0xb6,0x3d,0xb8,0x96,0xd7,0xf9,0xb3,0xf1,0x6d,0xbd,0xa7,0xdd,
0x16,0xf3,0xe9,0xc7,0x70,0x20,0xf5,0x0,0x73,0xa3,0x70,0xc0,0xc1,0xa7,0xcd,0x2e,
0x36,0xe5,0x6d,0x3,0x22,0x71,0x6a,0x5c,0x9b,0x24,0xcb,0x88,0x31,0xe9,0x63,0x63,
0xe6,0x71,0x7c,0x1e,0x2e,0x97,0x13,0xce,0x80,0xce,0xf8,0xa4,0x6f,0x75,0x1a,0x3f,
0x7a,0xae,0x37,0x8f,0xa1,0x3a,0x60,0x8b,0xcd,0x63,0x9c,0x84,0x8a,0x7f,0x8e,0xe7,
0xba,0xac,0xa7,0x9c,0xf5,0x45,0xce,0x63,0xd,0x60,0xb7,0x5f,0x87,0xc5,0x62,0xbc,
0xbc,0xe,0xf8,0x3d,0xb3,0x75,0x40,0xae,0xa9,0xf5,0x29,0x63,0x81,0x1a,0xbb,0xbe,
0xa4,0x48,0xb2,0xc6,0xc8,0x7c,0x45,0x1c,0x33,0xd6,0xa1,0x7e,0x62,0x63,0x5c,0xd8,
0x71,0xc5,0xd7,0xc2,0xdf,0x58,0x7d,0xeb,0xf8,0xb6,0xde,0xd3,0x6c,0x78,0x7,0xe0,
0xe8,0xda,0x81,0x37,0xc9,0x81,0xf7,0x7,0x80,0x7e,0xf0,0xfd,0xa0,0xf3,0x4c,0x9d,
0x65,0x6e,0x40,0xee,0xcb,0x66,0x71,0x83,0xdc,0x56,0x36,0xb9,0xf4,0x75,0xa2,0x28,
0xae,0xd1,0x65,0x5b,0xe6,0xdb,0xb9,0x84,0xbe,0x91,0x91,0x44,0xda,0x5b,0x5c,0x23,
0x9f,0x9f,0x93,0xf1,0x7d,0xdd,0x99,0x5a,0x87,0xf6,0x8c,0xe5,0x3a,0x2d,0x42,0x95,
0xa5,0x77,0x1b,0xc9,0xf4,0x8d,0x7c,0x1a,0xeb,0xb0,0x98,0xa1,0xe3,0xd8,0x24,0xc5,
0x7b,0x1c,0xca,0x66,0xb,0x5d,0xc1,0x31,0x5e,0xd6,0x23,0x1e,0xe2,0xe3,0xb8,0x94,
0xf9,0xa4,0x31,0x38,0x57,0xc5,0x26,0xbf,0x46,0xe,0xfd,0xc0,0x3a,0x74,0xc,0xc6,
0x26,0x56,0xe4,0x26,0xde,0x58,0xf8,0x67,0xb8,0x1d,0x9f,0x1f,0xfc,0x7a,0x39,0xb0,
0xf1,0x0,0x10,0x7,0x1a,0x1b,0xe1,0x54,0xe,0x3e,0x36,0x59,0xe5,0xc0,0xd0,0x46,
0x79,0x68,0xb3,0x5b,0x3a,0x19,0x46,0x37,0xbf,0x8d,0x4d,0x7d,0xea,0xb7,0x23,0xc5,
0x63,0x9c,0x81,0xb1,0xf2,0x1a,0x42,0xae,0xed,0x6d,0xd2,0x65,0x7b,0xd1,0x9f,0xc2,
0x3a,0x7a,0xb1,0x95,0x6a,0xdd,0x76,0x94,0xd7,0xd1,0xce,0xe3,0xd9,0x5a,0x87,0x12,
0xc6,0x4f,0xf1,0x7b,0x6b,0x73,0x7b,0x6f,0x8e,0x4b,0xf8,0x8a,0x30,0x7e,0x99,0x3,
0x62,0xb4,0x71,0xcd,0xb7,0xdc,0xea,0xcf,0xa7,0xdf,0x3d,0x16,0xfe,0x19,0x6c,0x5b,
0x87,0xf,0x7e,0xdd,0x42,0xdf,0x2,0xd4,0xa7,0xa7,0x65,0x63,0x99,0x18,0x95,0xae,
0x4a,0x38,0xdb,0x20,0x62,0xa8,0xcf,0x14,0xb1,0x2c,0xc6,0x76,0xc9,0xb6,0x2c,0x46,
0xa6,0x82,0xf1,0x78,0xad,0xdd,0x4e,0x1c,0x36,0x4e,0x19,0xb,0xba,0xa5,0x58,0xc7,
0x9d,0xc6,0x3a,0x6c,0xec,0x3e,0x86,0xb4,0x2c,0x46,0xa6,0x82,0xf1,0x78,0xad,0xdd,
0x74,0xcd,0x3a,0x8a,0x3e,0xc9,0x49,0xd7,0xae,0x63,0x68,0x8e,0x31,0x2e,0xe8,0x14,
0xd6,0xb1,0x34,0xe,0xc9,0x30,0x5,0xdf,0xe0,0x94,0x34,0x86,0x51,0xd6,0x19,0x25,
0x9c,0x93,0x8e,0xe7,0x7a,0xf8,0xe0,0x57,0xa9,0x45,0xc6,0xf,0x73,0x8c,0x85,0x7f,
0x36,0xda,0xf1,0xf9,0x81,0xaf,0xdf,0x5a,0x3f,0xe8,0x1f,0x2,0xc2,0xc1,0xef,0x6f,
0x18,0x93,0xc0,0x7a,0xb7,0xc3,0xe6,0xbd,0xe1,0xad,0xa7,0x8f,0xe2,0xd9,0xbb,0x3e,
0xcb,0x7d,0x2c,0x31,0x1e,0x93,0x72,0xc2,0xea,0x18,0xae,0x33,0x6c,0xc8,0x9c,0x1b,
0x7d,0x90,0x44,0xd9,0xd7,0xf0,0x89,0x57,0xbd,0x8d,0x75,0x5a,0xeb,0xf0,0x39,0x50,
0xee,0x63,0x4d,0x6e,0xd7,0xc1,0xe3,0xaa,0xb6,0x33,0xbc,0xe,0x25,0xc8,0xde,0xeb,
0xd8,0x4f,0x73,0x1d,0xc6,0xa7,0x1e,0x3a,0x25,0x8f,0x25,0x3a,0x52,0x15,0x8f,0x3c,
0x89,0x31,0x4b,0xf,0x1f,0xe3,0xe3,0xd8,0x38,0x8e,0xb2,0xda,0x2d,0xe,0x7f,0x98,
0x63,0xfc,0xe8,0xee,0x59,0x6e,0x78,0x9,0x20,0x9,0x77,0x97,0xfd,0x2f,0x3a,0x36,
0xc5,0x36,0x23,0x6f,0xec,0xb2,0x84,0xca,0x98,0x22,0x33,0x51,0x4e,0xa2,0xcb,0x94,
0x37,0x5e,0xe5,0xd2,0x63,0x2e,0xb0,0x89,0x7f,0xb1,0xf,0xc7,0xca,0x3e,0x43,0xba,
0x6a,0x9e,0x4b,0xd6,0x61,0x6b,0x74,0x79,0x60,0x1c,0x9b,0x4f,0xad,0xcb,0x54,0x62,
0x50,0x2e,0xbd,0x8d,0xcf,0x75,0x98,0xbe,0x1f,0xdf,0xb0,0xec,0xc3,0xde,0xc6,0xa1,
0xde,0xd6,0x51,0xc7,0x39,0x13,0xeb,0x0,0xc1,0x4e,0xdf,0x82,0xcd,0x63,0x43,0xaf,
0x63,0x85,0x6e,0x28,0x26,0xd7,0x3c,0x68,0x57,0x3d,0x63,0xc4,0x58,0x8f,0xdd,0xf1,
0x1a,0x8c,0xf5,0xa9,0xad,0xf9,0xb5,0x2f,0xf1,0x34,0x1d,0xdb,0xd9,0x6a,0xb8,0x3,
0x38,0x3e,0x5f,0x3d,0xfa,0xe0,0x61,0x6e,0xa8,0x6d,0x8e,0xf6,0x42,0xdc,0x34,0x4b,
0xaa,0xb0,0x1b,0xa5,0xcd,0xf7,0x44,0x88,0x3e,0xe3,0x88,0x9,0xbb,0xc9,0xc2,0xa7,
0x31,0x2a,0xfd,0x20,0x6f,0x44,0x39,0x13,0x63,0x93,0x6a,0x3d,0x79,0xd3,0x1b,0x26,
0xfb,0xf7,0xc7,0x8b,0x3e,0xe3,0x82,0xea,0x31,0x84,0xc7,0x38,0xc9,0x3e,0x88,0xa1,
0x2d,0xcd,0xa9,0x25,0x9b,0xef,0x33,0x5f,0x47,0x5d,0x5c,0xe1,0xdb,0x52,0xa5,0x27,
0x56,0xf5,0x79,0xec,0xfe,0x78,0xc6,0xb7,0xe3,0x7,0xa9,0x5e,0x88,0x38,0xd3,0xb7,
0x78,0xd1,0x33,0x8e,0xc8,0x8f,0xe2,0x1,0x9f,0x7d,0x45,0x77,0x7c,0x2f,0xff,0xd9,
0x6a,0xc7,0x66,0x93,0xf,0xca,0x6,0x3c,0xf4,0xd0,0x2d,0xb1,0xd1,0x4a,0xed,0xc6,
0xba,0xac,0x49,0x8e,0x8d,0x4d,0x36,0x6e,0x60,0xd9,0x5c,0xf4,0x1a,0xcb,0x13,0x87,
0x18,0x25,0xc7,0x31,0x46,0x1e,0x53,0x65,0xd7,0xb,0xf1,0x4a,0x45,0xbf,0x76,0xdc,
0x4c,0x8c,0x1b,0x73,0xe1,0xd8,0x31,0x87,0x82,0x67,0x9c,0x26,0x5e,0xf1,0x4d,0xba,
0xbc,0x8e,0x82,0x51,0x2,0xf,0xbb,0xe3,0x7d,0xbc,0x4c,0x8c,0xb3,0x33,0xd7,0xe1,
0xb8,0xd2,0xd7,0x36,0xf2,0x4a,0x1e,0x9f,0xfa,0xc2,0xbb,0x3e,0x63,0x2d,0x5e,0xc6,
0x71,0x1d,0x4e,0xae,0xe7,0xf1,0x82,0xe,0x4f,0xf6,0x8f,0xcf,0xed,0xc9,0xfe,0x5,
0xf9,0x3b,0x7c,0xcf,0x45,0xc3,0x9f,0x7f,0x9c,0xd8,0x38,0xf0,0x67,0xb7,0x66,0xd3,
0xbf,0x2e,0xc9,0x75,0x17,0xdf,0x6,0xac,0x37,0xb3,0x91,0xdb,0x3e,0x6d,0x74,0x96,
0x91,0x18,0xa5,0xf8,0x35,0x1,0xfa,0xc9,0x65,0x3e,0xd4,0x27,0x3b,0x7b,0xc1,0xb5,
0xe3,0xb7,0x54,0xc6,0x6b,0xf5,0xe8,0xe1,0xdf,0xe8,0x97,0xd1,0xd2,0x75,0x28,0x71,
0x1d,0xb0,0xf7,0xd7,0x91,0x31,0x79,0x1d,0x24,0xf5,0xd3,0x63,0x50,0xeb,0x33,0xd5,
0xb1,0x92,0x1e,0xbd,0x8e,0xdb,0xb7,0x2d,0xa5,0x14,0xab,0xf6,0xf3,0x75,0x80,0xf2,
0x71,0xd5,0xf8,0x7e,0x22,0xa0,0xae,0x5a,0x67,0xd8,0xda,0xbd,0x2c,0xa4,0x18,0xa3,
0x9e,0x2d,0x51,0x1e,0xfb,0x84,0xdc,0x71,0x3e,0x76,0xdb,0xf5,0xdd,0xf1,0xf1,0xc9,
0xfe,0x73,0xdb,0x16,0x6b,0x7,0xbe,0x41,0xbf,0x8,0xe4,0x6f,0x3,0x1a,0xc9,0x86,
0x95,0xcd,0x4c,0x9b,0x4a,0x1d,0x12,0xa2,0xd8,0x29,0x3b,0x2f,0x64,0xbc,0xd8,0x11,
0x4b,0x93,0x2b,0xb0,0xe4,0xb5,0x27,0x8e,0x3e,0x1a,0xc7,0xc7,0x6f,0xb0,0xe4,0x8d,
0x6a,0x5f,0x25,0xf7,0x1,0x55,0x58,0xf0,0x2a,0x37,0x3a,0xed,0x5b,0x2c,0x64,0xe7,
0x85,0x4e,0x6f,0x1d,0xc9,0x47,0xe3,0x9c,0xe2,0x3a,0xaa,0x5e,0xa8,0x8a,0x85,0x71,
0xa9,0xc7,0x38,0xc0,0x65,0x6c,0xf0,0x75,0x5c,0xc8,0x89,0xa7,0x5e,0xe3,0xd,0xcc,
0x21,0xcd,0x99,0xf1,0x8b,0x7f,0xc6,0x3a,0x9f,0xb,0x39,0xf3,0xdb,0xad,0xc3,0xc6,
0xc6,0xcf,0x6d,0xc3,0x67,0xfa,0xb8,0xe8,0xee,0x5d,0xcc,0xe,0x8c,0xef,0xe5,0x3f,
0xd7,0xd,0x27,0x0,0xb9,0xf5,0xba,0xb,0xff,0x7b,0x86,0x8d,0xc2,0xc6,0x2b,0x21,
0x51,0xb0,0x79,0x24,0xdf,0x40,0x4b,0x8c,0xc4,0xfb,0x46,0x3,0x5f,0x36,0x3b,0x25,
0x82,0xc5,0x24,0x3e,0xfc,0x48,0x86,0xb1,0xbe,0xf5,0xcb,0x3c,0xfd,0x4b,0x82,0x72,
0xe,0xc0,0x14,0x7f,0x27,0xc7,0x7,0x1f,0x58,0x1d,0xd7,0x79,0x8b,0x63,0xba,0x93,
0xae,0xc3,0x75,0xf4,0x2d,0x84,0x78,0xed,0xf8,0x89,0xb2,0x2d,0xd6,0x1,0x99,0xeb,
0x8,0x22,0xae,0xd0,0x76,0xeb,0x48,0xa4,0xc5,0xb,0x1e,0x71,0x7d,0xbc,0x93,0xad,
0x83,0x31,0xa9,0x57,0x5b,0x9e,0xab,0xf6,0xc4,0x25,0x1f,0xd8,0x74,0x2e,0xc4,0x90,
0xcc,0x5e,0xeb,0x84,0x1c,0xab,0x9f,0x34,0x9d,0x4d,0x4e,0xc8,0xc5,0xe6,0x7,0x25,
0xdf,0xfe,0xfc,0x9d,0x77,0xde,0xf0,0x7c,0x4f,0xc1,0xb1,0x3d,0x97,0xed,0xf8,0xfa,
0xea,0x37,0x6c,0xea,0x9,0xc0,0x36,0x8c,0x1b,0xab,0x34,0xb0,0xe9,0x85,0x4f,0xc9,
0x52,0x30,0xec,0x73,0x22,0xe5,0x18,0xde,0xf,0xe9,0xe9,0x93,0xf5,0x99,0xa8,0x57,
0x2c,0x75,0xde,0x7,0x61,0x8e,0x98,0x1b,0xb0,0x29,0x7e,0x1e,0x4b,0xf8,0xe2,0xf,
0xfe,0x94,0xd7,0x91,0xf4,0xde,0x9b,0xbe,0x9e,0xef,0xe9,0xae,0x83,0xd4,0xc3,0x2d,
0x59,0x7,0xb1,0x3c,0x19,0x14,0xfd,0x36,0xeb,0xa8,0x74,0x8a,0xb3,0xd8,0x65,0xae,
0xaa,0x6f,0xd6,0xa1,0x3a,0xe1,0x7,0xe2,0x66,0xca,0xe3,0xb6,0xe3,0x41,0xb6,0x4f,
0xee,0xad,0x3e,0xa8,0xef,0xe3,0x1f,0xba,0xe6,0xf,0x7b,0xda,0x8d,0x6d,0xa7,0xb4,
0x5,0x4e,0x0,0x78,0x6,0x20,0x77,0x0,0x79,0x13,0x99,0x20,0x39,0x9,0x4c,0xd7,
0x24,0xa,0x74,0xe8,0x3d,0x51,0xd5,0xc7,0xf5,0x2a,0x3b,0x5,0x3e,0x6c,0x21,0x1b,
0x99,0x5c,0xfb,0x55,0x94,0x6c,0xf4,0x27,0x71,0x7c,0xf2,0x55,0x1c,0xc6,0x4f,0x63,
0xe4,0x39,0x14,0x1d,0xfa,0x53,0x5c,0x47,0xff,0xaa,0x18,0x64,0x72,0xed,0x57,0x51,
0x19,0x2b,0xc5,0x73,0xca,0xba,0x93,0xad,0x43,0xaf,0xae,0x69,0xe,0x45,0x7,0xac,
0xcb,0xe4,0x55,0xa6,0x1f,0x64,0xc4,0x52,0x5d,0x13,0xc3,0xf5,0x4a,0xca,0xa7,0x35,
0x16,0x82,0x8f,0xe3,0x5d,0x47,0x9e,0xa4,0x9f,0x2b,0x91,0xd7,0xf7,0x63,0xe1,0xef,
0xf0,0xa6,0x77,0x0,0x33,0x3c,0x4,0xbc,0x5e,0x1f,0xcc,0x70,0x3,0xdb,0x64,0xeb,
0x25,0x9a,0xeb,0x98,0x10,0x45,0xe7,0x7a,0xe3,0xdd,0xae,0xb1,0xea,0xa4,0xc9,0xd4,
0xc6,0xb6,0x98,0x99,0xea,0x24,0xb5,0x58,0x3e,0x46,0x9a,0x9f,0x91,0xf1,0x5,0xeb,
0x98,0x32,0x76,0xb2,0x15,0x62,0xac,0x46,0x1f,0x71,0x24,0xae,0xca,0xa6,0x2b,0xb1,
0x1a,0xca,0xe3,0x16,0x5d,0xea,0xed,0x78,0xa4,0xb9,0x69,0x2c,0x97,0x3d,0x26,0x75,
0x83,0xeb,0x50,0xbb,0xc9,0xd4,0x91,0xcf,0xd4,0xea,0x73,0x9c,0xa2,0x6b,0xe4,0x4c,
0x6a,0x1b,0x18,0x5f,0xfb,0x6a,0x7c,0xce,0x35,0xe6,0xfc,0xf0,0x2d,0xfa,0x89,0x52,
0x2b,0xfc,0x6e,0x2c,0xfc,0x1d,0xdf,0x70,0x7,0xb0,0x98,0xaf,0xfe,0xbe,0x6c,0xda,
0x43,0x78,0xe,0xc0,0xcd,0xb5,0xcd,0xae,0x13,0x27,0x27,0xef,0x52,0x6a,0x7d,0x90,
0x30,0x8d,0xae,0xa6,0x48,0xa0,0xd6,0x56,0x25,0xdb,0x90,0xdd,0xf5,0x4a,0xd0,0x25,
0x7c,0x85,0x6b,0x7c,0x9f,0xce,0x3a,0x4c,0xd7,0xc8,0x15,0x3d,0xd3,0x75,0x98,0xed,
0x74,0xd6,0x71,0x4a,0x44,0x9f,0x53,0xf0,0xcd,0x63,0xf,0x8e,0xd5,0xcc,0x4b,0xe7,
0x2b,0x84,0x4f,0xed,0x3d,0x7a,0x5b,0x2a,0xfc,0xf1,0x8a,0x7f,0xee,0x34,0xfb,0x33,
0xd0,0xc9,0x37,0x4b,0x51,0xf8,0xcb,0x0,0x6c,0xbc,0x27,0x73,0xda,0xe4,0x4c,0x48,
0x4,0x4b,0x16,0x4b,0x12,0xd3,0x25,0xc,0x62,0xb8,0x4d,0x89,0xc9,0xdd,0x50,0x2e,
0x1a,0x93,0x1d,0x57,0xc6,0xf,0x1b,0xe5,0x32,0x5e,0xea,0x75,0xec,0xe2,0x8b,0x31,
0xd,0x7f,0xaa,0xeb,0x50,0x9e,0x7d,0xb2,0x9f,0xd6,0x3a,0x38,0x96,0xca,0x8e,0x2b,
0xe3,0x87,0x8d,0x72,0x19,0x2f,0xf5,0x24,0x3d,0x19,0x14,0xde,0xe3,0xab,0x9f,0xc9,
0x2d,0xf5,0xd6,0x1,0x5f,0xd5,0xd7,0x18,0x93,0xd1,0x93,0x6f,0x8,0x7e,0xea,0x1b,
0xb1,0x2c,0x36,0x6c,0x90,0x5d,0x27,0x4,0x59,0xdf,0x3a,0x5e,0x5f,0xd5,0x27,0xfa,
0x5b,0xeb,0x93,0xb7,0x1c,0x1e,0x9f,0xe8,0x9f,0x9b,0x6d,0xb1,0x3e,0xfd,0x8b,0xb2,
0x91,0xe9,0x9d,0x0,0x4b,0x6,0xf2,0xba,0xe1,0xe4,0x35,0x21,0x8c,0xa8,0x67,0x91,
0x28,0x6,0x49,0x52,0xe4,0x48,0xa6,0xa0,0x90,0x73,0xdc,0xb8,0x2,0x9a,0xbf,0x26,
0x5d,0xc1,0x8,0xb9,0x4c,0x6c,0x3b,0x76,0xcc,0x2b,0x7c,0x95,0x60,0x23,0xd6,0x7b,
0xf3,0x73,0x3d,0xed,0xe8,0x33,0xc6,0xe7,0x11,0x36,0x23,0xf3,0x45,0xc,0xf0,0x2e,
0xd3,0x27,0xeb,0x3d,0x1e,0xe7,0x63,0x18,0xd3,0x67,0x2c,0x7d,0xcb,0x3a,0x20,0x2b,
0xb9,0x2f,0xb1,0xb4,0x29,0x36,0x62,0xb4,0xeb,0x50,0x82,0xde,0xb1,0x55,0xc,0x60,
0xd5,0x27,0x74,0xf4,0x37,0xbf,0xe0,0x63,0x1d,0x82,0xd3,0xf9,0x33,0xa6,0xdc,0xe6,
0xeb,0x67,0x46,0x56,0x4f,0xc8,0x98,0xff,0xf0,0xd8,0xfc,0xc0,0xd7,0x8f,0x3f,0xc4,
0x71,0x8e,0x37,0x7b,0x10,0xb8,0x7a,0x17,0xde,0xaa,0xc9,0xcf,0x1,0x94,0x72,0x82,
0x38,0x55,0xc9,0x6,0x1a,0xc2,0xc,0xea,0x2c,0x89,0x94,0x92,0xbd,0x4e,0xde,0x25,
0x7c,0x26,0xd1,0xe7,0x58,0x96,0xa0,0x35,0xa6,0x1a,0xb,0x34,0x34,0x9f,0x46,0x56,
0x4c,0x83,0x3b,0xa5,0x75,0xc,0x60,0x2a,0xdd,0x90,0xdd,0xf5,0xf5,0x3c,0x4f,0x71,
0x1d,0x8d,0xae,0xb7,0xe,0x27,0xf8,0xe6,0x63,0xd3,0x8b,0x45,0x5a,0x36,0xbf,0x44,
0xf0,0xe5,0xcf,0x6e,0xe9,0x77,0xf1,0x3f,0x74,0xc3,0x1f,0xf2,0xf4,0x19,0xdb,0xb9,
0xde,0x70,0x7,0x20,0x49,0xa0,0xcf,0x1,0xec,0xeb,0x97,0x96,0x28,0x76,0xf6,0xf7,
0x4,0x20,0x69,0x52,0xa1,0x17,0x3d,0x78,0xca,0x42,0x96,0x2c,0x21,0x5b,0xf1,0x48,
0x2c,0x4f,0x74,0x16,0x53,0xd5,0xa7,0x78,0x1a,0x83,0x58,0xf0,0x4a,0xce,0xbb,0xdd,
0xb0,0x69,0x8c,0x24,0x1b,0x1e,0xb2,0x11,0x13,0x7b,0xdb,0x75,0x40,0xf,0x3e,0xcb,
0x4a,0x21,0xdb,0x7c,0x7,0xd6,0x91,0x68,0xbb,0x75,0x10,0xaf,0x94,0x7d,0xd3,0x98,
0x59,0x26,0x56,0x63,0x1,0x5f,0x7c,0x1a,0xbb,0x62,0x22,0x46,0x35,0xa6,0xcb,0x71,
0xfc,0xa4,0x77,0x59,0xfd,0x19,0x13,0x3e,0x8e,0xaf,0xc6,0xf2,0x1e,0x7f,0x9c,0xf9,
0xe8,0xed,0x28,0xfc,0xc9,0x83,0x8b,0x8d,0xe9,0x77,0x1f,0x1a,0x5f,0xdf,0x9f,0x7f,
0xed,0xe8,0xcd,0x93,0x37,0x2c,0xd6,0x26,0xdf,0xb2,0x35,0x9b,0x7e,0x1a,0x6f,0xdf,
0xe8,0x5d,0x80,0x24,0x8c,0x26,0xa,0x93,0x23,0xf3,0xb0,0xb9,0x3d,0xdb,0x54,0x66,
0x42,0x69,0x2,0x59,0xd1,0x14,0x3d,0x7d,0x34,0x19,0x2d,0x46,0x60,0x85,0xd0,0xab,
0x2d,0xf0,0x1a,0xdb,0xed,0x1c,0xab,0xf8,0x38,0x29,0x6,0x44,0x1c,0x74,0xc5,0xd7,
0x7b,0xa7,0x8a,0x17,0xdb,0x29,0xaf,0x23,0xeb,0x8b,0xf,0xe6,0x9a,0x62,0xf8,0xf8,
0x4a,0x8a,0xb,0x7c,0x8e,0xad,0x58,0x12,0x7c,0x9c,0x6,0x31,0xc5,0x77,0xbb,0x75,
0x48,0x5f,0xe6,0x44,0xbf,0xe0,0x39,0x17,0xe2,0x4d,0x46,0x3c,0xce,0x3b,0xd6,0x1,
0xfc,0xf1,0x8d,0x83,0x76,0xb5,0x9f,0x4f,0x1f,0x97,0xc2,0xbf,0x77,0x31,0x9b,0xbc,
0x65,0x7c,0xb0,0x77,0x9e,0x37,0xbc,0x1d,0xb8,0x35,0x9b,0xd8,0x5d,0x80,0x7e,0x31,
0x8,0xc9,0x62,0x9,0x52,0x13,0x75,0x48,0x98,0x24,0x6b,0x2,0x11,0x43,0x82,0xce,
0xec,0x4c,0xc0,0x92,0x6c,0x3,0x18,0x25,0x26,0xe7,0xd0,0xf8,0x15,0xe,0xfc,0xb0,
0x9d,0x89,0x1d,0xf3,0x69,0x70,0x95,0x4e,0xfa,0x3c,0x16,0x62,0x14,0x3f,0x12,0x74,
0x66,0x3f,0xe5,0x75,0x14,0x8c,0xdb,0x92,0xbe,0x8a,0xaf,0x3e,0x8d,0xbd,0x27,0x9f,
0x4c,0xef,0x84,0xb8,0x42,0x31,0x2f,0x8e,0x1f,0x64,0x27,0x7,0xb1,0x3b,0x26,0xaf,
0x43,0x3f,0xe,0x8e,0x87,0x7a,0xb3,0xe9,0xe7,0x36,0xd7,0x26,0x3f,0xb8,0x58,0x9b,
0xfe,0xc5,0xf1,0xa3,0xba,0x17,0x48,0xc3,0x9f,0x83,0x2e,0xd6,0x56,0xbf,0x45,0x12,
0xe3,0xd3,0x48,0x4,0x7c,0x3d,0x38,0x92,0x46,0x92,0x44,0x7b,0x23,0x26,0x56,0x96,
0x89,0xd,0x82,0x4f,0xe8,0xd,0x17,0x14,0x71,0x88,0x31,0x3c,0x89,0x31,0x63,0x8c,
0xbe,0x6f,0xd6,0xe5,0xa2,0xa2,0x4f,0x1f,0x87,0xd8,0xb5,0xed,0xe4,0xeb,0x80,0x2d,
0xf4,0x81,0xd,0x59,0xfb,0xb4,0xe,0x1b,0xe7,0x69,0xae,0xa3,0xa1,0x21,0x3f,0x8b,
0xdf,0xb7,0xd,0x63,0x33,0x71,0x2e,0xf4,0xb7,0xf9,0x3d,0x72,0xab,0xd8,0xe6,0x93,
0xe3,0x9b,0xb3,0xc9,0x3f,0xc4,0xf3,0xa0,0xf1,0x6a,0x7f,0x81,0x36,0xdc,0x5,0x2c,
0xe6,0x72,0x17,0xb0,0x1e,0x9f,0x9,0xd0,0x2b,0x84,0x26,0x4b,0x9d,0x5c,0x59,0x9f,
0x75,0x85,0x1f,0xd2,0x79,0x91,0x66,0x1f,0xca,0x9a,0x94,0x1a,0xd3,0x93,0x34,0x15,
0x66,0x89,0xe1,0x63,0x16,0x5f,0xc4,0x4b,0xf1,0x49,0xea,0xcb,0xb1,0x4a,0xff,0xcc,
0xd6,0x91,0xc7,0x6e,0xfb,0x4c,0xdb,0xae,0xc3,0x31,0x2c,0xe0,0xe2,0x57,0xd6,0x51,
0xaf,0x45,0x7d,0xda,0x75,0xb8,0x6f,0x1d,0xcf,0xf4,0x35,0xe,0x7c,0x1d,0xaf,0xdc,
0x21,0x8,0x8f,0xdb,0xfc,0x47,0x6f,0xc3,0x6d,0xfe,0xe4,0xc1,0x2d,0x7c,0x29,0xa7,
0x7b,0xf3,0x17,0x7a,0x1a,0x8c,0xed,0x42,0x6d,0x47,0x6f,0x3e,0xf8,0xc6,0xc5,0xfa,
0x81,0x6f,0x95,0x4,0xf9,0x34,0xde,0xea,0xc1,0x7,0x3c,0xaa,0x4,0xd2,0x24,0x92,
0xa4,0x52,0x8a,0x4,0xd3,0xa4,0xf3,0xc4,0x33,0x99,0x7a,0x14,0x43,0xad,0x2b,0x44,
0x4c,0x91,0x53,0x5f,0x62,0xd9,0x38,0x8a,0x2b,0xfe,0xde,0x3b,0xae,0x8a,0x4b,0xdf,
0xe2,0x53,0xf7,0x15,0xc1,0x4f,0x29,0xc5,0x50,0x3e,0x30,0xd4,0xa3,0x7f,0x66,0xeb,
0x0,0xcf,0x58,0xd4,0xa5,0x38,0xa2,0x1b,0x5a,0x47,0x3b,0xef,0xe1,0x75,0xa0,0x8f,
0xd8,0x8a,0xd1,0x3e,0xe2,0xf1,0x64,0x80,0xfd,0xe4,0x6b,0x7b,0x39,0xd1,0xdf,0x87,
0xf7,0xee,0xc7,0xa7,0xf9,0x63,0xab,0x1a,0xde,0x11,0x58,0xcc,0xa7,0x77,0x48,0x92,
0x3c,0x84,0x8f,0x75,0xf2,0x6d,0x41,0x4d,0x22,0x49,0x34,0xf6,0x48,0x3a,0x24,0x55,
0xc8,0x81,0xb1,0xc4,0xf3,0xde,0x93,0xd6,0xb0,0xa4,0xd0,0x19,0x96,0xbe,0xd4,0xc3,
0x2f,0x8d,0x81,0x84,0x1e,0xc2,0x81,0x38,0x87,0x82,0x89,0x98,0x16,0xcb,0xe4,0xca,
0xc7,0xe7,0x60,0x73,0xcd,0x63,0x4,0x96,0xbc,0xda,0xd1,0x37,0xeb,0x30,0xbd,0xe3,
0x7d,0x8c,0xf0,0xd,0x2a,0xeb,0x0,0x35,0x73,0x34,0x3e,0xc7,0x4d,0x7e,0xd,0xe9,
0x31,0x41,0x9f,0x75,0x89,0xb7,0x75,0xd4,0xfe,0xe8,0xf1,0x14,0xdf,0x7f,0xeb,0x41,
0x8a,0x1e,0xaf,0xed,0xaf,0xfb,0xc1,0xc5,0x6c,0xf2,0x97,0xc6,0xdb,0xfc,0xb1,0xd,
0xb6,0xad,0x9b,0x27,0x6f,0xdc,0x92,0xbb,0x0,0x7e,0x3c,0x58,0xef,0x4,0xe,0x23,
0x81,0x3c,0xa9,0x3c,0xd9,0x55,0xd6,0x84,0x43,0xe2,0xa5,0xe4,0xa5,0x5d,0x28,0x5f,
0xf5,0xc,0x63,0x49,0xa,0x9d,0x16,0x14,0xf5,0xca,0x5b,0xaf,0xa4,0xfe,0x90,0xe9,
0x2f,0xbd,0xfa,0xbb,0x5d,0x65,0xf2,0x16,0xaf,0x60,0x68,0x73,0x6c,0xcc,0x85,0xe3,
0xd1,0x66,0xb1,0x39,0x17,0xea,0xb4,0x2f,0x76,0xc7,0x24,0xac,0x61,0xc,0x57,0xf9,
0x43,0xaf,0x63,0x58,0x5f,0xc6,0xc9,0xeb,0x40,0xbc,0xc2,0x3,0x3,0x19,0xbd,0x11,
0xf5,0x79,0x1d,0xaa,0xf3,0xbe,0x50,0x8b,0xf7,0x9e,0x4,0xd9,0x7f,0xe1,0x9,0x9f,
0xd2,0xfb,0xdc,0x31,0x3c,0xd0,0x9b,0x4d,0xfe,0xf2,0x78,0xb5,0x1f,0xdb,0x29,0xb5,
0xa3,0xeb,0x7,0xdf,0xb8,0x35,0x5b,0xfd,0x56,0x49,0x32,0xbd,0x13,0xd0,0x1f,0xc,
0x2d,0x9,0x69,0x9,0xcc,0xe4,0x8c,0x3e,0x12,0x9d,0x49,0x6e,0x14,0x89,0x1c,0x31,
0xc0,0x27,0x39,0xe9,0x7b,0xc9,0x9e,0x8a,0xa6,0xf0,0xea,0x3,0xa2,0x1f,0x75,0xd9,
0xe6,0x7a,0xf8,0xa9,0x3f,0xb1,0xb4,0x35,0x7c,0xe9,0x9b,0x75,0x90,0xa7,0xac,0x7c,
0x8a,0x55,0x70,0xa9,0xa7,0xbe,0x22,0xd8,0xb2,0x3f,0x7d,0x40,0x99,0x1f,0x90,0xb9,
0xe,0x90,0xdb,0xca,0x1c,0x55,0x87,0xc2,0x97,0x5b,0x7c,0xb9,0x5b,0xc3,0x7b,0xf6,
0x72,0x6b,0x7f,0x1c,0xdf,0xbb,0xd7,0x2b,0xfd,0xf8,0xda,0x7e,0x6c,0x4f,0xa7,0x6d,
0xc9,0x49,0x60,0x31,0x9b,0x7e,0x9b,0x24,0x9a,0xbf,0x2b,0xd0,0x7f,0x28,0x88,0xc4,
0xb4,0x44,0xf4,0x64,0xd4,0x44,0x8c,0xe4,0xac,0xaf,0x94,0xc0,0x7a,0xef,0xba,0xca,
0x56,0x78,0x8f,0x1,0x4a,0x49,0xe,0x5f,0xbd,0x82,0xaa,0xc,0xbc,0xf0,0x1a,0x2f,
0xe1,0x89,0xd3,0x39,0xd6,0x54,0x8f,0x2b,0x7c,0xb5,0xe,0xf3,0x29,0x5,0xca,0xb8,
0x2e,0x5b,0xc,0xd3,0x3d,0xad,0x75,0x88,0xbe,0xd6,0x85,0xc,0x1f,0x1d,0xf,0xf3,
0x2e,0x76,0x27,0xd5,0x21,0x66,0x90,0x8d,0x21,0xe4,0x73,0x3b,0x81,0xf7,0xec,0x6f,
0x53,0xfc,0xe3,0x8b,0x8d,0xe9,0xbd,0x5b,0x87,0xf,0x7e,0x57,0xd7,0xbd,0xed,0x79,
0xbe,0x8d,0x63,0x1b,0xdb,0xd3,0x6f,0xf6,0xae,0xc0,0xf4,0xe,0x49,0x38,0x7b,0x29,
0x20,0xaf,0x27,0x7b,0x49,0xea,0xa4,0x9,0x8c,0xa2,0xd2,0x42,0x72,0xbd,0xea,0xc0,
0x23,0x69,0x3d,0xd9,0x93,0x4f,0x29,0x56,0xc7,0xb3,0x28,0x2a,0x1b,0x79,0x4f,0x7e,
0xb5,0x3b,0xde,0x30,0xce,0x67,0xca,0x3a,0x8d,0x61,0xf3,0x8a,0x78,0xde,0x17,0xa,
0xb9,0x14,0xa3,0x60,0x94,0x87,0x5e,0xe5,0xc0,0xf5,0xd6,0xa1,0x18,0xc4,0x37,0xbe,
0x5a,0x7,0x6d,0xda,0xd3,0x7e,0x8a,0xeb,0xc8,0xa4,0x31,0xcc,0xf,0xfb,0xf0,0xb0,
0x3e,0xc1,0x97,0x5b,0xfc,0xd,0x79,0x5d,0xbf,0x31,0xf9,0x81,0xc5,0xec,0xe0,0x78,
0x8b,0x3f,0xb6,0x33,0xdb,0xe4,0x56,0xf2,0x8d,0x72,0x55,0xc1,0x5d,0x80,0xbe,0x14,
0xc0,0x77,0x5,0xf0,0x72,0xa0,0x7c,0x5f,0xc0,0x93,0xbe,0xf0,0xda,0x53,0x36,0x1d,
0x93,0xbd,0xe8,0xc8,0xb,0x29,0x1e,0x3d,0x92,0xbf,0xc4,0x72,0xbc,0xfa,0x3a,0x66,
0x30,0xa6,0x50,0x8e,0x97,0x30,0x56,0x34,0x88,0xe7,0xb1,0x20,0x27,0x5e,0x63,0x68,
0x2c,0xf2,0xdb,0xac,0x83,0xf8,0xed,0xd6,0x51,0x7c,0x8d,0x2f,0xb2,0xeb,0x14,0x93,
0x78,0xd3,0x33,0x26,0xc6,0xcf,0xfa,0xe8,0xb9,0xe,0x14,0x3c,0xfe,0xba,0x5d,0x7f,
0x56,0x6b,0x2e,0x57,0x7a,0xbe,0xae,0x9f,0x1f,0xf8,0xc6,0xf1,0x16,0x7f,0x6c,0x67,
0xb5,0xe1,0xcf,0x43,0x25,0xe1,0xbe,0x5d,0x92,0xf1,0xe,0x49,0xca,0xa3,0x92,0xb8,
0xf,0xe1,0x25,0xc1,0x43,0x92,0x90,0x78,0x38,0xc8,0xc2,0xb0,0x64,0x4d,0x89,0xdc,
0xe8,0xb4,0x30,0x9c,0x8f,0xe4,0x76,0xde,0xb,0xb0,0x2a,0xd8,0x62,0xb3,0x5e,0x49,
0xf5,0x28,0x50,0x2b,0xd2,0x1e,0x6,0x3a,0x2d,0x60,0x14,0x55,0xc4,0x62,0x3c,0x25,
0x1f,0xcb,0x62,0x1a,0x4e,0xe5,0x6d,0xd6,0x41,0xbd,0xf6,0x82,0xcd,0xf6,0x82,0x87,
0xde,0x63,0xf5,0xd6,0xe1,0xf6,0x42,0xaa,0xb7,0x79,0x66,0xff,0x4c,0xf6,0xf4,0x5e,
0x6c,0xb3,0xe9,0x63,0x32,0xc7,0xcd,0xc5,0x6c,0xf5,0x1e,0x7d,0x5d,0x2f,0x45,0xff,
0xde,0xf7,0x8e,0x45,0x3f,0xb6,0x67,0xb1,0xe1,0x24,0x70,0x6c,0xe3,0xc0,0x5f,0x3b,
0x2e,0x77,0x3,0xc7,0xd7,0xa7,0xb7,0x4b,0x82,0x1e,0x95,0x24,0xd7,0x13,0x81,0x3d,
0x1b,0x40,0xe2,0xd7,0x49,0xcf,0xe4,0xa6,0xae,0xe8,0x3d,0xc1,0xad,0xe8,0xa8,0xf,
0x7f,0x16,0x44,0x29,0xb4,0x56,0xf,0x1d,0xf9,0x82,0xf1,0x58,0x3d,0x59,0x7c,0xa1,
0x93,0x9e,0xbe,0x7a,0x72,0x28,0xbc,0x11,0x8b,0xff,0xb4,0xd6,0x1,0x5e,0x63,0x67,
0xfd,0xc9,0xd7,0x51,0xd9,0x48,0x62,0xc3,0x5d,0x15,0x8e,0xe5,0x23,0xb7,0x5d,0xdf,
0xc9,0x9,0xd7,0x3e,0x8e,0x3b,0x9f,0x7e,0xff,0x31,0xfd,0xd9,0xf6,0x3,0x6f,0xc6,
0x3f,0x39,0xfb,0x76,0x8c,0x6d,0x6c,0xcf,0x4d,0xdb,0x92,0x13,0x1,0xfe,0x47,0x0,
0x77,0x4,0x8b,0xf5,0xd5,0xdb,0x25,0x41,0xf5,0x13,0x83,0xb8,0x3d,0xb5,0xbb,0x1,
0x4b,0x68,0x2d,0xa8,0x5c,0x18,0x5e,0x28,0x6a,0x4b,0x7a,0xa5,0x2c,0x97,0x22,0x89,
0x22,0x2a,0xfa,0x54,0x40,0x19,0x33,0x28,0xe7,0x38,0xca,0x67,0x6c,0xc6,0x51,0x67,
0x84,0x42,0xe4,0x98,0x5a,0x98,0xed,0x18,0xdb,0xad,0x23,0x53,0x1e,0x7f,0x89,0xd,
0x71,0x70,0xcc,0x78,0x95,0x97,0xb1,0x37,0x85,0x70,0x95,0xff,0x81,0xcd,0xb5,0xd5,
0x37,0x77,0x6f,0x1b,0xb,0x7e,0x6c,0x3b,0xb4,0xe1,0x1d,0x82,0xe3,0xb3,0xe9,0xb7,
0xe1,0x24,0x20,0x85,0xa0,0x77,0x3,0x38,0x11,0xe8,0xe7,0x5,0x34,0xb9,0x99,0xe4,
0xb8,0x22,0x46,0xd2,0x47,0xd1,0x40,0x46,0xb1,0x5,0x8e,0x3a,0xea,0x73,0x9c,0x28,
0x1a,0xc4,0x73,0x9b,0xfb,0xe6,0x38,0xca,0x2b,0xc6,0x7c,0xb4,0x77,0x5b,0xf6,0xd1,
0x22,0xce,0x31,0xdd,0x56,0xf7,0xd,0xe6,0x14,0xd7,0x61,0xbc,0xcb,0x6a,0x8b,0x38,
0xfa,0x5a,0x5e,0xae,0xf4,0xf8,0xec,0xbd,0xe8,0xf4,0x3d,0x7a,0x29,0xfe,0x7f,0x70,
0x6c,0x3e,0xfd,0x1b,0x9b,0x6b,0xd3,0x6f,0xc2,0x9f,0xb5,0xf8,0x21,0x1e,0xdb,0xd8,
0x76,0x76,0x93,0x84,0x7e,0x13,0x12,0xf7,0xb8,0xde,0xd,0x4c,0xaa,0xbb,0x1,0xbe,
0x65,0xc8,0xa2,0x60,0xaf,0x85,0x57,0x78,0x97,0xbd,0x18,0xab,0x62,0xf1,0x62,0x53,
0x5e,0x75,0x9,0x87,0x1e,0x58,0xf6,0x62,0xd7,0xb1,0xb2,0xdd,0x79,0xd3,0xb9,0x1e,
0x71,0x32,0x29,0x16,0x18,0xc6,0x72,0x9d,0xf4,0x3a,0xa6,0xcb,0xd5,0xc9,0x87,0x3d,
0xf1,0x3a,0xf,0x97,0xcb,0x38,0x81,0xc3,0x5b,0x74,0x56,0xf0,0xf8,0x4d,0x7c,0x7b,
0x2d,0x2f,0x7a,0xbf,0xca,0x8f,0x5,0x3f,0xb6,0xf3,0xa0,0x6d,0xad,0x1f,0x78,0xd3,
0xf1,0x8d,0xe9,0xb7,0x4b,0x52,0xeb,0xdd,0x80,0x24,0xb9,0x9f,0x8,0x48,0x76,0xe5,
0x63,0x21,0x47,0x41,0xa5,0xc2,0x95,0xa2,0x51,0xde,0xe5,0xb0,0x27,0xbd,0xda,0x6a,
0x5f,0x2d,0x56,0xe8,0x6,0xb0,0x2c,0x48,0xc6,0xcb,0x57,0x6a,0xc6,0x51,0x1f,0xe1,
0xfb,0x38,0xf7,0x55,0xd9,0xc6,0xa1,0xce,0xe2,0x22,0x86,0xdb,0xa4,0xc7,0x9d,0xf,
0xa,0x5d,0x4f,0x7e,0x42,0xfa,0x93,0xd8,0x6b,0xbc,0xad,0xc7,0xc3,0xbb,0xe9,0xf7,
0x6f,0xcd,0x27,0xdf,0x7c,0x74,0x36,0xf9,0x1f,0xe5,0x90,0x8d,0x45,0x3f,0xb6,0xf3,
0xab,0xe1,0x21,0xa1,0x14,0xd2,0xdf,0x58,0xac,0x4d,0xfe,0xe6,0x62,0x36,0xbd,0x4d,
0xe8,0x98,0xc8,0xc7,0x16,0xb3,0xc9,0x31,0x49,0x7e,0x3d,0x21,0xe0,0xed,0x43,0x3d,
0x21,0x34,0x2f,0x13,0xac,0x8,0xad,0x90,0x4c,0x4f,0xde,0xa,0xd1,0x8a,0x2c,0x15,
0x2f,0x28,0xf9,0x66,0x9b,0xe2,0xb5,0x48,0x21,0x27,0x9d,0xc6,0xa2,0xde,0x74,0x81,
0x31,0x9d,0xe9,0x1b,0xbb,0xcc,0x43,0x6d,0xca,0x9b,0x4d,0xaf,0xea,0x7e,0x62,0xf3,
0xcf,0xd8,0x3f,0x2a,0x7e,0x8b,0xc5,0x5c,0xd6,0xba,0x3e,0x59,0x6c,0xe2,0x69,0xbd,
0xdc,0xd6,0xfb,0xf,0xad,0x7e,0x93,0x1f,0xa2,0xb1,0x8d,0xed,0xfc,0x6f,0x5b,0x6b,
0xab,0x6f,0x5a,0xcc,0xf,0x7e,0x33,0x7e,0x57,0x0,0x5,0x20,0xa4,0x27,0x4,0x3d,
0x19,0x8,0x49,0xb1,0xe8,0xc7,0x8a,0xed,0x65,0xc2,0xaa,0x7f,0xa6,0x80,0xef,0x22,
0xa0,0xe8,0xac,0xf0,0xac,0x0,0x51,0x78,0x56,0x7c,0x5a,0xbc,0x45,0x17,0x5,0xab,
0x27,0xe,0xe8,0x5d,0x2e,0xbe,0x89,0x4c,0xef,0x36,0xa5,0xf0,0x63,0x1c,0x16,0xbe,
0xf1,0x86,0xc5,0xd7,0x65,0x39,0x4f,0xcc,0xd1,0x7f,0xf,0x4f,0x8a,0x7d,0x75,0x21,
0xf3,0x45,0xc1,0x4b,0xa1,0x1f,0xd0,0x42,0x7f,0x60,0x6d,0xf2,0x2d,0x8b,0xd9,0x81,
0x6f,0xdd,0xb4,0x2b,0xfc,0xd8,0xc6,0x36,0x36,0x34,0x7c,0x90,0x8,0xb7,0xbe,0x28,
0x12,0x3c,0x2b,0x90,0x2b,0xe3,0xad,0x38,0x19,0x6c,0xc9,0x1d,0x82,0x9d,0x10,0x56,
0xf5,0x37,0x8,0x71,0x22,0xc0,0xe7,0xa,0x40,0xb8,0x43,0xc0,0x15,0x56,0x4f,0xe,
0x22,0xb3,0x28,0x73,0x81,0x92,0xcf,0x34,0xa4,0xd7,0x62,0xa6,0x8c,0xc2,0x4f,0x7a,
0x7d,0xdb,0x4d,0xc6,0xb0,0xdb,0x76,0x1b,0x13,0x3a,0xff,0xba,0xac,0x14,0xfa,0x64,
0x81,0x3b,0x19,0xc1,0x2e,0x44,0xfe,0xac,0xc8,0xdf,0xb7,0x85,0x93,0x9b,0x14,0xba,
0xdf,0xca,0x8f,0x6d,0x6c,0x63,0x3b,0xd5,0xa6,0x9f,0x2a,0xc4,0x2f,0xe,0xad,0xcb,
0xdd,0x1,0x68,0x7e,0xf0,0x6f,0xca,0xc9,0xe0,0x16,0x3d,0x21,0x38,0xe1,0xa4,0xc0,
0x5e,0xe8,0x21,0x2d,0xce,0x5b,0xac,0x40,0xcb,0xeb,0x6c,0x3d,0x41,0xb8,0x4e,0x7b,
0xe3,0x8b,0xce,0x4f,0x20,0xf6,0x9a,0xdc,0x79,0xd8,0x5c,0x6f,0xb7,0xed,0x13,0xbd,
0x6d,0xaf,0xc6,0xc5,0x95,0x5d,0xa,0xfd,0xf8,0x7c,0xf2,0xbd,0x8b,0x75,0xb9,0xa2,
0x2b,0xad,0x8e,0x57,0xf5,0xb1,0x8d,0xed,0x6c,0xb4,0xad,0x23,0xf6,0x43,0xa4,0x7a,
0x32,0x70,0x92,0x93,0x84,0xf1,0x78,0x67,0x61,0x36,0x3d,0x72,0xc,0xc5,0x89,0xe7,
0x9,0x4a,0x13,0xe1,0x57,0xcb,0xc9,0x42,0xee,0x2c,0x9c,0xc8,0x3b,0x2e,0xf7,0x42,
0x72,0xf7,0xa1,0x32,0xa,0x5e,0xe8,0x33,0x12,0xfb,0x7b,0xa2,0xc0,0x8d,0xa4,0xf8,
0xc7,0xab,0xfa,0xd8,0xc6,0xb6,0x53,0x9a,0xfe,0x3e,0x21,0x4e,0x4,0xb3,0xd5,0x6f,
0x45,0x71,0xa,0xff,0xad,0xe0,0xf1,0x6b,0x45,0xf8,0xad,0x2,0xe8,0x8c,0xc8,0x9b,
0x5e,0x71,0x85,0x28,0x4b,0x8f,0x6f,0x35,0x6e,0x8c,0x5,0x3e,0xb6,0xb1,0x8d,0x6d,
0x6c,0x63,0x1b,0xdb,0xd8,0xc6,0x36,0xb6,0xb1,0x8d,0x6d,0x6c,0x63,0x1b,0xdb,0xd8,
0xc6,0x36,0xb6,0xb1,0x8d,0x6d,0x6c,0x63,0x1b,0xdb,0xd8,0xc6,0x36,0xb6,0xb1,0x8d,
0x6d,0x6c,0x63,0x1b,0xdb,0xd8,0xc6,0x36,0xb6,0xb1,0x8d,0x6d,0x6c,0x63,0x1b,0xdb,
0xd8,0xc6,0x36,0xb6,0xb1,0x8d,0x6d,0x6c,0x63,0x1b,0xdb,0xd8,0xc6,0x36,0xb6,0xb1,
0x8d,0x6d,0x6c,0x63,0x1b,0xdb,0xd8,0xc6,0x36,0xb6,0xb1,0x8d,0x6d,0x6c,0x63,0x1b,
0xdb,0xd8,0xc6,0x56,0xb7,0x8b,0x2e,0xfa,0xff,0x1,0x37,0xfc,0x4,0x63,0x77,0x51,
0x4a,0x5b,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
// D:/Universidad/Informatica II/Laboratorio/Practica 5/Practica5/Images/Fondo.png
0x0,0x0,0x0,0xcf,
0x89,
0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
0x0,0x6,0x85,0x0,0x0,0x0,0x1c,0x8,0x3,0x0,0x0,0x0,0x90,0xd8,0x46,0xc6,
0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0,
0x6,0x50,0x4c,0x54,0x45,0x0,0x0,0x0,0x0,0x0,0x0,0xa5,0x67,0xb9,0xcf,0x0,
0x0,0x0,0x2,0x74,0x52,0x4e,0x53,0xff,0x0,0xe5,0xb7,0x30,0x4a,0x0,0x0,0x0,
0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x17,0x11,0x0,0x0,0x17,0x11,0x1,0xca,0x26,
0xf3,0x3f,0x0,0x0,0x0,0x44,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0xc1,0x31,0x1,
0x0,0x0,0x0,0xc2,0xa0,0xf5,0x4f,0x6d,0x8,0x5f,0x20,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe,0x35,0xb6,0xa8,0x0,0x1,0x53,0xf0,
0xc,0x9e,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
// D:/Universidad/Informatica II/Laboratorio/Practica 5/Practica5/Images/Muro_up_down.png
0x0,0x0,0x0,0xcf,
0x89,
0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
0x0,0x6,0x85,0x0,0x0,0x0,0x1c,0x8,0x3,0x0,0x0,0x0,0x90,0xd8,0x46,0xc6,
0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0,
0x6,0x50,0x4c,0x54,0x45,0x11,0xb,0x79,0x0,0x0,0x0,0xc,0xa,0xb6,0xf6,0x0,
0x0,0x0,0x2,0x74,0x52,0x4e,0x53,0xff,0x0,0xe5,0xb7,0x30,0x4a,0x0,0x0,0x0,
0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x17,0x11,0x0,0x0,0x17,0x11,0x1,0xca,0x26,
0xf3,0x3f,0x0,0x0,0x0,0x44,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0xc1,0x31,0x1,
0x0,0x0,0x0,0xc2,0xa0,0xf5,0x4f,0x6d,0x8,0x5f,0x20,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe,0x35,0xb6,0xa8,0x0,0x1,0x53,0xf0,
0xc,0x9e,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
// D:/Universidad/Informatica II/Laboratorio/Practica 5/Practica5/Images/sprite.png
0x0,0x0,0xfe,0xba,
0x89,
0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
0x0,0x3,0x51,0x0,0x0,0x2,0x80,0x8,0x6,0x0,0x0,0x0,0x7d,0x90,0xf2,0x94,
0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0,
0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x17,0x11,0x0,0x0,0x17,0x11,0x1,0xca,0x26,
0xf3,0x3f,0x0,0x0,0xfe,0x4f,0x49,0x44,0x41,0x54,0x78,0x5e,0xec,0x9d,0x9,0x9c,
0x24,0x65,0x7d,0xf7,0xc7,0x93,0x24,0x88,0x7,0x8,0x3b,0x7d,0xcf,0xee,0xce,0xee,
0xb2,0x7,0xcb,0xde,0x53,0xbd,0xe2,0xb,0xc1,0x23,0x18,0x93,0xe0,0x1d,0x25,0x44,
0x89,0x1a,0x23,0x9a,0x44,0xe2,0x95,0x78,0xbc,0x41,0x45,0x8c,0x79,0x4d,0x82,0x7,
0xaf,0x68,0x12,0x51,0xdf,0x8,0x2a,0x78,0x44,0x23,0x44,0x13,0x15,0x23,0x37,0xec,
0xee,0x74,0x75,0xf7,0xcc,0xec,0xbd,0xdc,0xb0,0xec,0x31,0xdd,0xb,0x51,0x31,0xc2,
0xf3,0xfe,0xff,0x4f,0x3d,0x4f,0x75,0x75,0xcf,0x33,0x33,0x3d,0xdd,0x55,0xd5,0x75,
0xfc,0x7e,0x9f,0xcf,0x77,0xaa,0xea,0xa9,0xb3,0xab,0xfe,0xbf,0x79,0x8e,0x7a,0xaa,
0x6a,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,
0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,
0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,
0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x28,0xd2,0x12,0x67,0xe,0x3d,
0xf5,0x96,0x7c,0xfe,0xd7,0x99,0x7b,0x88,0x1b,0x4a,0xa5,0x5f,0x53,0xb3,0x20,0x8,
0xea,0x47,0x62,0x68,0xe8,0x49,0xf5,0x55,0xab,0x9e,0xee,0x35,0x98,0x78,0xf5,0xd0,
0x53,0xd4,0x6c,0x8,0x82,0xc,0x42,0xa6,0x4,0x41,0xc1,0x8,0xde,0x82,0x20,0x7f,
0xb5,0x23,0x3f,0x7c,0x66,0xad,0x90,0x7b,0xbd,0x3d,0x92,0x7d,0x83,0x5d,0xca,0x5e,
0x30,0x5e,0xc8,0x5e,0x60,0x67,0xb3,0x2b,0xa8,0xfc,0xf7,0x64,0xb5,0x8,0x4,0x41,
0xbd,0x68,0x32,0x9b,0x3d,0xa9,0x56,0xcc,0xfe,0x4e,0xa5,0x94,0x7d,0x63,0x6d,0x24,
0xf7,0xfa,0x2a,0xd,0x27,0x46,0x32,0xe7,0xd6,0x4b,0xa5,0x61,0xb5,0x8,0x4,0x41,
0x1d,0x42,0xa6,0x4,0x41,0xc1,0x8,0xde,0x82,0x20,0xff,0x34,0x5e,0x58,0xb4,0xda,
0x2e,0x66,0x7f,0x50,0x2d,0x66,0xee,0xb1,0x15,0x13,0xc5,0xec,0x83,0x34,0xfd,0xd9,
0xa9,0x15,0x27,0x9d,0xa0,0x16,0x83,0x20,0x68,0xa1,0xba,0xa1,0x34,0xf4,0x6b,0x95,
0x62,0xe6,0x4d,0xd5,0x42,0x6e,0xbc,0x5a,0xc8,0x3e,0xc0,0xe6,0xaa,0x16,0xb3,0xf7,
0xd3,0x70,0x77,0x75,0x64,0xf8,0x4f,0xd4,0x62,0x10,0x4,0x79,0x84,0x4c,0x9,0x82,
0x82,0x11,0xbc,0x5,0x41,0xfe,0x69,0xfb,0xe2,0xdc,0xda,0x6a,0x29,0xf3,0xc3,0xc9,
0x62,0x4e,0xec,0x1c,0xc9,0x8b,0xc9,0x52,0x4e,0xb2,0x97,0xc6,0x6b,0x23,0xd9,0x7d,
0xb5,0xc5,0xd9,0xdf,0xb9,0xe1,0xcc,0xa1,0xa7,0xaa,0xc5,0x21,0x8,0xea,0x56,0xd7,
0x8f,0xe,0x1d,0x67,0x97,0x16,0x5d,0x50,0x2d,0x65,0xf7,0xef,0x23,0x43,0x4d,0x29,
0x83,0x4d,0xb1,0xc9,0x46,0x72,0xa2,0x5a,0xca,0x7d,0xa7,0x92,0xcf,0xaf,0x51,0x8b,
0x43,0x10,0x44,0x42,0xa6,0x4,0x41,0xc1,0x8,0xde,0x82,0x20,0xff,0xc4,0xe5,0xb7,
0x6a,0x31,0x7b,0xfd,0x4,0x79,0xa8,0x56,0xca,0x72,0x99,0x4e,0xd8,0xc5,0xac,0xb0,
0x69,0x58,0x25,0x8f,0xed,0x59,0x9c,0xa7,0xb4,0x6c,0xad,0x52,0xca,0x9f,0xb3,0x7b,
0x74,0xf4,0x38,0xb5,0x1a,0x4,0x41,0xf3,0x89,0xd,0x53,0x2d,0x66,0xfe,0x80,0x32,
0xac,0x3d,0x7b,0x9c,0xa,0x93,0x63,0x30,0x32,0x1a,0x9b,0x8c,0x4d,0x57,0x2f,0xe5,
0x1e,0xaf,0x16,0xf3,0xdf,0x1c,0x2f,0x65,0xd7,0xf1,0x73,0x53,0x6a,0x55,0x8,0x4a,
0xad,0x90,0x29,0x41,0x50,0x30,0x82,0xb7,0x20,0xc8,0x3f,0x71,0xd7,0x57,0xbb,0x90,
0xfd,0x17,0xf6,0x13,0xe3,0x96,0xf1,0xd8,0x53,0xca,0x57,0xec,0xb3,0xfd,0x23,0x5,
0xf6,0xd5,0x6d,0x76,0x2e,0x97,0x57,0xab,0x86,0x22,0x2e,0x53,0x1e,0xab,0x8d,0xad,
0x24,0x5e,0xd1,0xb0,0xc7,0x3e,0xd0,0xa8,0x5a,0x9f,0x98,0xb6,0xad,0xcf,0x37,0xab,
0xd6,0xd5,0xd,0xdb,0xfa,0x5e,0xa3,0x62,0xfd,0x94,0xc6,0xc7,0x9b,0xb6,0xb5,0x8f,
0xa6,0xf,0xd1,0xf0,0x17,0x8c,0x1a,0xdf,0xc7,0xf3,0x68,0x9d,0x9f,0xf2,0xb2,0x34,
0xfd,0x55,0xe2,0xf3,0xc7,0x68,0x1b,0xbc,0x2d,0xde,0x26,0x6f,0x1b,0xe5,0x56,0x28,
0x30,0xed,0x28,0x66,0xb7,0xd6,0x8a,0xd9,0x2a,0xdf,0x81,0xaa,0xb1,0xb1,0xa4,0xc1,
0x28,0xe3,0x52,0x6,0xe3,0xf1,0x9d,0x94,0x46,0xe6,0x7b,0x7c,0xbc,0x98,0xbb,0xe2,
0x96,0x7c,0xfe,0x44,0xb5,0x6a,0xe0,0x82,0xb9,0xa0,0x28,0xa,0x99,0x12,0x7c,0x3,
0x5,0x23,0x78,0xb,0xde,0x82,0xfc,0x55,0x7d,0xf1,0xa2,0x2d,0xdc,0x15,0xb6,0xce,
0x5e,0x2a,0x6a,0x4f,0xe9,0xf2,0x9d,0x1a,0x27,0x1c,0xbf,0x65,0x45,0x65,0x64,0xf8,
0xf5,0x37,0xc,0xf9,0x7f,0x97,0x57,0x1c,0x38,0xf3,0xd7,0xa6,0x2b,0xe5,0xf5,0x14,
0xfb,0xe7,0x51,0xdc,0x7f,0x84,0xbc,0x70,0x2d,0x79,0xa1,0xde,0xb0,0xcb,0x8f,0x37,
0xab,0x65,0x11,0x24,0xb4,0xcf,0xc7,0x89,0x3a,0xed,0xef,0x5a,0xde,0xf7,0x23,0xf5,
0xf2,0xeb,0xf8,0x58,0xf8,0x98,0xd4,0xe1,0x41,0xd0,0xc2,0x75,0xfd,0xe8,0xe8,0x71,
0xe3,0xc5,0xe1,0xf,0x92,0x71,0x9e,0x60,0x3,0xd9,0xd2,0x60,0x4e,0xc5,0x89,0x33,
0x2b,0x36,0x16,0x8f,0x73,0xa6,0xb5,0x5b,0xde,0xa5,0xca,0x56,0xc7,0x47,0x32,0x2f,
0x56,0xab,0xfb,0x26,0x98,0xb,0x8a,0x93,0x90,0x29,0xc1,0x37,0x50,0x30,0x82,0xb7,
0xe0,0x2d,0xc8,0x5f,0x55,0x4a,0x99,0xaf,0x53,0x19,0xee,0x57,0x6e,0xc3,0xb8,0xf2,
0x92,0x53,0xbe,0x73,0x86,0xb2,0x81,0x82,0xe0,0x2e,0xb3,0xe4,0xab,0xfb,0xc6,0xf3,
0x99,0x97,0xf1,0x1b,0x31,0xd5,0x26,0x7a,0x56,0xb3,0xba,0xb5,0x4c,0x9e,0xf9,0x60,
0xd3,0x2e,0xdf,0x60,0x8a,0xf5,0x48,0x40,0xc7,0x26,0x8f,0x91,0x8e,0x55,0x1d,0x36,
0x4,0x75,0xa7,0xf1,0xd2,0xa2,0xb3,0xc8,0x40,0xf5,0x5d,0x54,0x41,0x72,0xcd,0xe5,
0x66,0x5c,0xe,0xda,0x60,0x9c,0xa9,0xd5,0x79,0xb9,0x52,0xee,0x3f,0x8,0x4b,0x6d,
0xa2,0x67,0xc1,0x5c,0x50,0x5c,0x85,0x4c,0x69,0x1e,0xe0,0x1b,0xa8,0x47,0xc1,0x5b,
0xf3,0x0,0x6f,0x41,0x5d,0x8a,0xef,0x68,0x6e,0xcf,0xe7,0xcf,0x21,0xcf,0xec,0xe5,
0x5e,0x46,0xec,0x1f,0x17,0x2e,0xe7,0x75,0x94,0xf5,0x74,0x3a,0x3f,0x77,0x68,0x17,
0xb2,0x7,0x2a,0xc5,0xdc,0xd9,0x7c,0x67,0x58,0x6d,0xae,0x2b,0x35,0x6a,0x5b,0x97,
0x36,0xaa,0xe5,0xb7,0x50,0x9c,0x7e,0x9d,0x38,0x62,0x8c,0xe1,0x8,0x43,0xde,0x3a,
0xcc,0xc7,0xce,0xbf,0x81,0x7f,0x8b,0xfa,0x59,0x50,0x77,0xba,0x48,0xd,0xd3,0xa1,
0x5b,0x17,0x9f,0xb2,0xa8,0x52,0x1a,0xfe,0x38,0x65,0x58,0x8f,0x3a,0x99,0x51,0xbb,
0x91,0x4c,0x26,0xe3,0xd6,0x3f,0xee,0xda,0x47,0x15,0xaa,0x7f,0xbb,0x63,0x24,0xbb,
0x42,0x6d,0xaa,0x2b,0xc1,0x5c,0x50,0xdc,0x85,0x4c,0x69,0xe1,0xc0,0x37,0x50,0x37,
0x82,0xb7,0x16,0xe,0xbc,0x5,0xcd,0x25,0xbb,0x34,0xfc,0x12,0xf2,0xc6,0xe4,0x44,
0x29,0x2b,0x6a,0xaa,0x31,0xc2,0x69,0x94,0xc8,0x3a,0x8d,0x11,0xaa,0x61,0x82,0x7d,
0xe4,0x6d,0xb0,0xe0,0x9e,0x47,0xfb,0xc9,0x57,0x95,0xc2,0xf0,0x3f,0xd6,0xbb,0x78,
0x7c,0xe3,0xd1,0x49,0x6b,0x3,0xc5,0xe0,0x65,0x14,0x8f,0x93,0xa6,0x38,0x8d,0x33,
0xfc,0x9b,0xf8,0xb7,0xf1,0x6f,0x54,0x3f,0x17,0x32,0xeb,0x32,0x82,0xfe,0x5,0xa7,
0x44,0x95,0x25,0x8b,0x4e,0xa9,0x96,0x32,0x97,0x90,0xb1,0x9a,0x5c,0x29,0x62,0xe3,
0x70,0xf7,0x3d,0x69,0x28,0xd7,0x5c,0xca,0x6c,0x32,0x3,0xd3,0x6,0xcb,0x8a,0x9d,
0x23,0xb2,0x12,0xf5,0x68,0xa5,0x94,0xf9,0x2b,0xb5,0xb9,0x59,0x5,0x73,0x41,0x49,
0x12,0x32,0xa5,0xfe,0x81,0x6f,0x20,0x93,0xe0,0xad,0xfe,0x81,0xb7,0x20,0xad,0x89,
0xe2,0x29,0x2f,0xa8,0x17,0xb3,0x36,0x97,0xef,0xbc,0x8d,0x12,0xf2,0x31,0xd,0x2e,
0xd3,0xb5,0xa5,0x29,0x6f,0xb9,0xd3,0xea,0xad,0xcc,0xc5,0xec,0x83,0xb5,0x62,0xe6,
0x4d,0x95,0x45,0x8b,0x8e,0x57,0x9b,0x75,0xf5,0x44,0xe5,0x45,0xc7,0x37,0x2a,0xd6,
0x5b,0x29,0xe6,0x6e,0xea,0x88,0xc1,0x27,0xbc,0xd3,0x49,0x82,0x7f,0xeb,0xb1,0xaa,
0xf5,0x27,0xfc,0xdb,0xd5,0x69,0x80,0x86,0x86,0x9e,0x4d,0x7c,0x91,0xe0,0xa,0x54,
0x3a,0x2a,0x51,0xfc,0x41,0x5d,0x32,0xc7,0x5f,0x93,0xc1,0x9a,0x7b,0x28,0xf3,0xe9,
0x34,0x8f,0xd7,0x60,0x6d,0x99,0x97,0x82,0xd,0x39,0xe1,0x18,0xec,0x76,0xca,0xd0,
0x5e,0x7a,0xcd,0xd0,0xd0,0x53,0xd4,0xa6,0xa5,0x60,0x2e,0x28,0x89,0x42,0xa6,0xe4,
0x3f,0xf0,0xd,0xc4,0x82,0xb7,0xfc,0x7,0xde,0x4a,0xaf,0x6e,0x38,0xf9,0xe4,0x67,
0xd8,0x85,0xec,0x8f,0x54,0xaf,0x21,0xf2,0x86,0xe3,0x13,0xa7,0x61,0xdc,0xf1,0x10,
0xfb,0x4a,0x36,0x46,0xf0,0xb4,0x9c,0xaf,0x7c,0xe5,0x49,0xe7,0xf2,0x61,0xa5,0x98,
0xdd,0x5b,0x19,0xc9,0x8d,0x5d,0xac,0xee,0xf2,0x3e,0x52,0x1b,0x3b,0xab,0x61,0x5b,
0x5f,0xa0,0xf8,0x7a,0xcc,0x13,0x6b,0x89,0xf5,0x91,0x9,0xf5,0xdb,0xff,0x99,0xcf,
0x85,0x3c,0xe1,0xe9,0x15,0x57,0xa0,0xbe,0x4d,0xe8,0xa,0x54,0x3a,0x2a,0x51,0x95,
0x5c,0xee,0x15,0x64,0x94,0x43,0xb2,0x2,0x25,0xd,0xc3,0x6,0x72,0x32,0x24,0xe7,
0xce,0x53,0xcb,0x60,0xee,0x78,0x9b,0xf9,0x9c,0x87,0x7a,0xd9,0xa0,0x95,0x42,0xf6,
0xba,0xed,0xa5,0xe1,0x95,0xbc,0x5d,0x98,0xb,0xe6,0x4a,0xaa,0x90,0x29,0x5,0xb,
0x7c,0x93,0x5e,0xc1,0x5b,0xc1,0x2,0x6f,0xa5,0x4f,0xd5,0x42,0xf6,0x35,0xd5,0x62,
0xf6,0xa0,0x6e,0x90,0xd0,0xfe,0x69,0x79,0xc8,0x19,0x6f,0xa5,0xeb,0xe5,0xda,0x97,
0x99,0x20,0x2a,0xc5,0xcc,0xb1,0xda,0xca,0xec,0xbb,0x1b,0xb7,0x6c,0x79,0x7f,0xb3,
0x56,0xb6,0x3b,0xe3,0x2b,0xf5,0xd8,0x74,0x4e,0x6a,0xd6,0x7b,0x1e,0xac,0xac,0x4d,
0x5b,0x63,0x85,0xa9,0x2,0x95,0xfc,0x4a,0x14,0xbf,0xe,0x96,0x32,0xac,0xcf,0x73,
0x25,0xa8,0xcd,0x60,0x6a,0x9c,0x8c,0xe7,0x1a,0x49,0x1b,0x8c,0x33,0x2a,0xb9,0x9c,
0xcc,0xb8,0x94,0xc9,0x88,0x49,0x67,0xb9,0xc9,0x3,0xef,0x3d,0xf5,0xff,0xc1,0x5c,
0x6,0xd2,0x6b,0xae,0xc4,0x9,0x99,0x52,0x88,0xc0,0x37,0xa9,0x12,0xbc,0x15,0x22,
0xf0,0x56,0xa2,0x55,0x5f,0xb5,0xea,0xe9,0xf6,0x48,0xf6,0xf7,0x6a,0xa5,0xec,0x3e,
0x6e,0x90,0x90,0x1e,0xa1,0x21,0x7b,0x44,0xa2,0xfc,0xa2,0x3d,0xa3,0x1b,0x21,0x5c,
0x1f,0xa9,0x74,0x4d,0x8d,0xe6,0xd7,0x47,0x72,0xbf,0xda,0xfd,0xaa,0x25,0xbf,0x7c,
0xf8,0x1b,0x1b,0x44,0x63,0xdc,0x32,0xc7,0x15,0x20,0x6f,0x59,0x47,0x1b,0xb6,0xf5,
0x7e,0x51,0x5f,0xf5,0x74,0x75,0x39,0x92,0xac,0xd9,0x2a,0x50,0xc9,0xae,0x44,0x8d,
0x97,0x16,0x8d,0x90,0xb9,0x3e,0x55,0x2b,0x66,0x7f,0xc1,0x95,0x28,0x6d,0x1c,0x17,
0x9e,0x96,0xa6,0x72,0x68,0x8d,0x7b,0x8c,0xa8,0xa7,0x9,0x36,0x69,0x7d,0x75,0xfe,
0x89,0x3,0x6f,0x3f,0x55,0x1c,0xf9,0xf7,0xcd,0xe6,0xc0,0x2,0x69,0x33,0x57,0xa2,
0x84,0x4c,0x69,0x80,0xc0,0x37,0x89,0x16,0xbc,0x35,0x40,0xe0,0xad,0x44,0x8a,0xef,
0xc2,0x52,0x99,0x6d,0x6a,0x4a,0xfa,0xc6,0xf1,0x93,0xe3,0x17,0xf6,0x8f,0xf6,0xd,
0xfb,0x85,0xd3,0x3d,0x5e,0x73,0x97,0xa3,0x71,0x1e,0x6a,0xaf,0xd1,0xb2,0xb2,0xc1,
0x7d,0x71,0x4e,0xec,0x7f,0xeb,0xa,0x71,0xe4,0xc7,0x5b,0xcc,0xf1,0x4,0x5c,0x1a,
0x55,0xeb,0x20,0xf9,0xeb,0x3d,0x42,0x24,0xf6,0x5b,0x6f,0x23,0xc4,0x1,0xc2,0x54,
0x81,0x62,0x92,0xa9,0xa9,0x93,0x4e,0x3a,0x61,0x47,0x31,0x7b,0x31,0x57,0xa0,0xf8,
0xc5,0x10,0xd2,0x30,0x1a,0x75,0x77,0xc9,0x31,0x8d,0x63,0x2e,0x39,0x64,0x43,0x69,
0xe4,0x72,0x3c,0x74,0xd0,0xdd,0x29,0xf8,0xad,0x7e,0x93,0xeb,0x8b,0xe2,0x9e,0xbf,
0x5e,0x2d,0x1a,0xb7,0x8d,0x19,0x83,0xa,0x38,0xa4,0xc0,0x5c,0x89,0x13,0x32,0xa5,
0xc1,0x3,0xdf,0x24,0x53,0xf0,0xd6,0xe0,0x81,0xb7,0x92,0x23,0xf1,0xea,0xa1,0xa7,
0xd8,0xa5,0xcc,0x27,0x26,0x8b,0xd9,0xc7,0x74,0xa3,0x84,0xeb,0x19,0xe9,0xf,0xed,
0x17,0x4e,0x6f,0xcd,0xf3,0x7a,0xa9,0x6d,0x1d,0x35,0x8f,0x7d,0xb5,0x8b,0x98,0x2c,
0x97,0xc4,0x83,0x9f,0x3b,0x5d,0x34,0xb6,0xa1,0x71,0xa2,0x4b,0xee,0x23,0x6f,0x25,
0xed,0x95,0xdf,0xeb,0x88,0xb9,0x2a,0x50,0x4c,0x32,0xb5,0xad,0x94,0xb3,0xc8,0x14,
0x37,0xef,0x5b,0xec,0xbc,0x48,0xc2,0xad,0x24,0x49,0xe3,0xe8,0x71,0x36,0x4e,0xbb,
0x89,0x5c,0xd8,0x5c,0x6d,0x6,0x73,0xc,0x27,0xef,0x46,0x11,0xbb,0x7e,0x6f,0x89,
0x38,0x78,0xf5,0x7a,0x53,0x20,0x81,0x99,0x24,0xd1,0x5c,0x89,0x13,0x32,0xa5,0xc8,
0x1,0xdf,0x24,0x44,0xf0,0x56,0xe4,0x80,0xb7,0x62,0xac,0x6d,0x43,0x1b,0x9f,0x56,
0x2d,0x2d,0xfa,0xa3,0x5a,0x31,0x73,0x2f,0xfb,0xa9,0xcd,0x13,0xca,0x27,0x9d,0xd,
0x11,0x33,0xe0,0xe5,0xf4,0x32,0x6a,0xa8,0xd7,0xe7,0xb7,0x65,0xf2,0x5b,0x30,0x77,
0xbf,0x62,0xa9,0x78,0xf8,0xda,0xd,0xdc,0x2d,0xd4,0x14,0x43,0xc0,0xcc,0x81,0x86,
0x5d,0x7e,0xbb,0xba,0x54,0x71,0x16,0x57,0xa0,0xa6,0x9,0x53,0xc5,0xc9,0x4b,0xf2,
0x74,0x47,0x36,0xbb,0x82,0x8c,0xf0,0xe5,0x7a,0x29,0xfb,0x3f,0xfc,0x56,0x3d,0x99,
0x41,0xb1,0x41,0x94,0x49,0x1c,0xb3,0x28,0xf3,0x18,0xf1,0x98,0x8b,0xd1,0x6,0xa3,
0x74,0xde,0x86,0xac,0x48,0x9d,0x9a,0x17,0xfb,0xfe,0x78,0xb9,0x38,0xf4,0xbd,0x4d,
0xa6,0x20,0x2,0x66,0x92,0x62,0xae,0xc4,0x9,0x99,0x52,0xa4,0x81,0x6f,0x62,0x2c,
0x78,0x2b,0xd2,0xc0,0x5b,0x11,0x15,0x7f,0x4c,0x9a,0x5f,0xc2,0xc2,0x6f,0x9f,0xe4,
0x21,0xa3,0x66,0xd,0x6d,0xcf,0xe5,0x5e,0x49,0x7e,0xba,0xcf,0xb9,0xab,0xeb,0xf8,
0x47,0x97,0xcf,0xb4,0x37,0xe4,0x50,0xa5,0x39,0xb4,0xe6,0xb7,0x35,0x54,0x30,0xee,
0xf2,0x7a,0xbe,0xd3,0xeb,0xa8,0xba,0x38,0x27,0xee,0x7a,0xd7,0x4a,0x31,0x7d,0x2b,
0x7a,0x1d,0xf5,0xc0,0x8d,0x31,0xfe,0x40,0x36,0xbf,0x94,0xa6,0x9b,0xa,0x14,0x13,
0x3f,0xf1,0x9b,0x88,0xea,0x64,0x28,0x86,0xd,0x26,0xc7,0x57,0x39,0x7d,0x9d,0xef,
0x2c,0x16,0x33,0xd5,0x42,0xf6,0x1f,0xb9,0x9b,0x3,0x9b,0x40,0x9a,0x8b,0x33,0x1b,
0x65,0xc,0x7d,0x47,0xc9,0x31,0xc,0xa7,0x7b,0x4d,0xe6,0xcc,0xd7,0x26,0x92,0xf0,
0xba,0x6a,0x7d,0x3d,0x9f,0x33,0x2c,0xf9,0x66,0xa5,0xd3,0xb,0xe2,0xde,0x4b,0xd7,
0x88,0xc6,0x9d,0x68,0xfd,0x5b,0x20,0x71,0x36,0x57,0x6c,0x85,0x4c,0x29,0xf6,0xc0,
0x37,0x11,0x15,0xbc,0x15,0x7b,0xe0,0xad,0x1,0x8b,0x3f,0x1d,0x73,0xeb,0x29,0xa7,
0x2c,0xba,0xbd,0x74,0xf2,0xf0,0xf6,0x7c,0x7e,0xd4,0xce,0x67,0xdf,0x5e,0x29,0x64,
0xfe,0xca,0x2e,0x66,0xde,0x6b,0x17,0x32,0x7f,0x59,0x29,0xe4,0xde,0x57,0xcb,0xe7,
0x37,0xf3,0xb7,0xd1,0x28,0xfd,0x66,0xd9,0x95,0x95,0x90,0x7e,0x20,0x3a,0xfd,0xc2,
0xe9,0xd2,0x47,0xca,0x2f,0x12,0xef,0xb8,0x77,0x9a,0x97,0x55,0xcb,0xcb,0x34,0x95,
0xce,0xfb,0xd8,0xf9,0x82,0x11,0xf1,0xe0,0xe7,0x4f,0x47,0x39,0xaf,0x47,0xa6,0xed,
0xf2,0xc7,0xd4,0x25,0x8e,0x8b,0x5e,0x46,0x74,0x5b,0x81,0x62,0xe2,0xa1,0xdd,0x27,
0x9e,0xf8,0x4c,0xae,0x20,0x8d,0xe7,0xf3,0xb9,0x4a,0x7e,0xf8,0x1c,0xbb,0x90,0x7b,
0x3f,0x1b,0x8b,0xa9,0xd1,0x78,0xbd,0x98,0xf9,0x3,0x67,0x5e,0xf6,0x8d,0xb5,0x62,
0xb6,0x21,0x9f,0x83,0xf2,0x18,0xc2,0x9b,0xe1,0x38,0x2d,0x79,0x6c,0x92,0x96,0x59,
0xb4,0x91,0xdc,0x69,0x3d,0xae,0x70,0xd,0xa6,0xe6,0xd5,0x69,0xbc,0xbe,0x34,0x27,
0x76,0xbf,0x72,0xa9,0x38,0x78,0xd5,0x7a,0xd1,0xac,0x98,0x3,0x8,0xcc,0x4e,0xc,
0xcd,0x15,0x2b,0x21,0x53,0x4a,0x26,0xf0,0xcd,0xe0,0x5,0x6f,0x25,0x13,0x78,0x6b,
0x30,0x1a,0xcf,0x9f,0x98,0xb3,0xb,0xd9,0xdf,0x23,0x3e,0x35,0x9e,0xcf,0x5c,0x51,
0x29,0xe6,0xbe,0x53,0x2f,0xe5,0xfe,0x9b,0x63,0x5a,0xf6,0xfc,0x21,0xa6,0x9c,0x6,
0xf1,0x1b,0xed,0x62,0xee,0x4a,0x8a,0xfd,0x23,0x9d,0xfe,0xd0,0xde,0x72,0x3c,0xa2,
0xd3,0x55,0x9a,0x4a,0x6f,0x35,0xaa,0xb7,0xbc,0xa6,0x87,0xa6,0x71,0xf6,0xac,0x6c,
0x34,0x3f,0x67,0xb1,0x78,0xe8,0xb,0xeb,0xd0,0x5d,0xb6,0x47,0x1a,0xd5,0x72,0xb5,
0x51,0xb1,0xce,0x51,0x97,0x3b,0xca,0xe2,0x2e,0xbe,0xb,0xa9,0x40,0x31,0xd1,0xd6,
0xb6,0x4c,0xe6,0x37,0xb6,0x67,0xb3,0x65,0xaa,0x34,0x51,0xc6,0x94,0xfd,0xa7,0xf1,
0x62,0xf6,0xcb,0x14,0xdc,0x93,0xdc,0xaa,0xa7,0xcd,0xb5,0xb3,0x94,0xe7,0x2e,0xd,
0xf,0x92,0xf1,0xae,0xa1,0x79,0x3f,0x26,0x1e,0xe7,0xc0,0xd7,0x19,0x54,0xa7,0x39,
0x5a,0x6,0xe3,0x71,0x4a,0x27,0x38,0x53,0xe3,0x65,0x24,0xd2,0x60,0x9e,0x65,0xd4,
0xbc,0x56,0x86,0xe7,0xac,0xc7,0x5f,0x9a,0xaf,0x2f,0xcb,0x89,0xbd,0xe7,0x8d,0x8a,
0x83,0x5f,0x47,0x37,0x8a,0x5e,0x88,0x91,0xb9,0x62,0x25,0x64,0x4a,0xc9,0x6,0xbe,
0x19,0x9c,0xe0,0xad,0x64,0x3,0x6f,0x85,0xa7,0xc9,0x62,0x31,0x43,0x65,0x2f,0xab,
0x9a,0xcf,0x7c,0xb1,0x5a,0xca,0xec,0x9d,0x1a,0x71,0xbe,0xc7,0xb9,0x8b,0x86,0x5c,
0xc6,0x63,0x4f,0x79,0xd9,0x35,0x92,0x97,0xdf,0x47,0x9b,0xa0,0x32,0x9f,0xc9,0x7,
0x5e,0x3a,0xd3,0xf5,0xb4,0x33,0x64,0x5f,0x51,0xba,0xf2,0x18,0x7b,0xce,0x4d,0x77,
0xc7,0x9d,0x79,0xbc,0xdf,0x29,0x4a,0xdf,0xfb,0xba,0x51,0x71,0xe8,0xdf,0xf1,0xf8,
0x46,0x7f,0x58,0x97,0xdf,0xbf,0x6d,0xe3,0x6f,0xa8,0xcb,0x1f,0x35,0x71,0x5,0xca,
0x54,0x49,0x9a,0x8f,0x68,0xea,0x9e,0x7c,0xfe,0xd7,0xef,0xcc,0x9f,0x72,0x9a,0x5d,
0x18,0xfe,0xb,0xaa,0x20,0xdd,0x59,0x1d,0xc9,0xfe,0x6c,0x8f,0x32,0xd8,0x4e,0x69,
0x22,0x6d,0x2c,0xc7,0x50,0x7c,0xe7,0x89,0xcd,0xc5,0xf3,0x64,0x8b,0x1f,0xa3,0xd,
0x42,0xe3,0x6d,0x70,0x9a,0x27,0xdd,0x6b,0x1a,0x5d,0x51,0x72,0x96,0x53,0xeb,0xcb,
0x79,0x2d,0xe4,0xb6,0xe5,0x7c,0xa7,0x5b,0xdf,0xc4,0x8a,0xbc,0xd8,0xff,0xf6,0x15,
0xe2,0xc8,0x4f,0xf0,0x76,0xa4,0xde,0x89,0xb4,0xb9,0x62,0x23,0x64,0x4a,0x69,0x3,
0xbe,0x9,0x4b,0xf0,0x56,0xda,0x80,0xb7,0x82,0xd4,0xcd,0x8b,0x16,0x9d,0x52,0x2d,
0x64,0x2e,0xaf,0x16,0x33,0x7b,0xa6,0xb8,0xc,0x47,0xb1,0x5b,0x27,0x2f,0x71,0x23,
0x84,0x2c,0x73,0x71,0xbc,0xf3,0x38,0xc7,0xb6,0x1a,0x32,0x72,0xbe,0x7,0x1d,0xff,
0x6d,0xc8,0xf5,0x15,0x6a,0x7a,0xc6,0x72,0x9c,0xe6,0x9d,0xee,0x80,0x1b,0x2f,0xf4,
0x38,0x7b,0x6a,0x62,0x43,0x41,0xdc,0xf7,0x7f,0x4e,0x43,0x77,0xd9,0x3e,0x69,0xd8,
0xd6,0xdd,0x8f,0x54,0xad,0xd7,0xa8,0x30,0x88,0x8a,0x3e,0x44,0x98,0x2a,0x48,0xdd,
0x10,0x3d,0xf1,0xf3,0x4d,0x95,0xc2,0xf0,0xeb,0xc9,0x5c,0x77,0xd4,0x4a,0x19,0xaa,
0x3c,0x39,0x95,0x26,0x36,0xf,0x7f,0x1b,0xc3,0x35,0x46,0x7,0x4e,0x4b,0x5c,0x6b,
0xda,0x58,0x89,0xe2,0x69,0xcd,0x6c,0x69,0x9d,0xf3,0x3b,0x90,0x2d,0x83,0xca,0x60,
0x4e,0xcb,0x23,0x55,0xa6,0xce,0x1e,0x91,0x6f,0x47,0x6a,0xe2,0x5b,0x1d,0x3d,0x13,
0x51,0x73,0xc5,0x46,0xc8,0x94,0xd2,0x9,0x7c,0x13,0xbc,0xe0,0xad,0x74,0x2,0x6f,
0x5,0xa3,0x9d,0xcb,0x33,0xcf,0xad,0x96,0x32,0x97,0xd7,0x8a,0xd9,0x5f,0x71,0x23,
0x84,0x2c,0xb7,0x49,0xf,0x39,0x71,0xae,0xe3,0x7f,0xc6,0x90,0x97,0x63,0xe4,0x74,
0x6b,0x59,0x6f,0x59,0xcf,0x3b,0xd4,0xe3,0xda,0x5b,0xed,0xd3,0x4,0xad,0xe7,0xc,
0xbd,0xdb,0x72,0xd2,0x5b,0xe5,0x3c,0x7,0xee,0x79,0xc4,0xe5,0xbc,0x87,0xae,0x5c,
0x87,0x72,0x9e,0x1f,0xd8,0xd6,0x47,0x54,0x38,0xc,0x5a,0x97,0x11,0xa6,0xca,0x51,
0xb7,0x44,0x4b,0xb2,0x2,0x35,0x92,0x7b,0x7d,0xb5,0x90,0xdd,0xbf,0x9f,0xcc,0x25,
0x1f,0x98,0x55,0x6,0x69,0x5,0x35,0x7,0x7e,0xb,0x67,0x1e,0x7,0xbd,0x4e,0x53,
0xd3,0x72,0x3d,0x85,0x5a,0x97,0xc7,0x3b,0xd7,0x6d,0x9f,0xe6,0xa1,0x32,0x8e,0x9e,
0xa7,0xb7,0xcf,0xd3,0x72,0xbc,0x5,0xcf,0x97,0xcf,0x47,0x2d,0xc9,0x89,0xbd,0xfc,
0x7c,0xd4,0x57,0xf1,0xda,0xf3,0xbe,0x89,0x8e,0xb9,0x62,0x23,0x64,0x4a,0x0,0xbe,
0x9,0x46,0xf0,0x16,0x80,0xb7,0xfc,0xd3,0x2d,0xf9,0xfc,0x89,0xe4,0x81,0xbf,0xaf,
0x17,0xb3,0xbf,0xe0,0xc6,0x71,0x27,0xd6,0x9d,0xd8,0xf6,0x7a,0xc3,0x8b,0x8c,0xef,
0x8e,0x74,0xd7,0x5f,0x1d,0x38,0xdb,0xd2,0xe3,0xad,0x75,0xf4,0xf2,0x72,0x1f,0xee,
0x38,0xcd,0xe7,0xe5,0x69,0xc8,0xe3,0xd2,0x57,0xec,0xa1,0xb6,0x65,0x9c,0xe5,0xd8,
0x53,0xbc,0xdc,0xbe,0xb7,0x2c,0x17,0x47,0xd1,0xeb,0xc8,0x27,0xac,0x6b,0xf,0x4d,
0x6d,0x3d,0x41,0x85,0x46,0xd8,0x7a,0x36,0xf1,0x45,0xc2,0x54,0x31,0x5a,0x8,0xd1,
0xd1,0xb6,0xa1,0xa1,0xa7,0xd9,0xa5,0xfc,0x79,0x94,0x49,0xed,0xe2,0xbb,0x4f,0x9c,
0x59,0xc9,0xa0,0x56,0xa6,0xf0,0x6,0xbf,0x17,0x1d,0xf4,0xed,0x69,0x34,0x34,0xa5,
0xb5,0x4d,0x77,0xac,0x37,0xeb,0xb8,0xd7,0x5c,0x4,0xf,0xd5,0x3c,0x7d,0x4c,0xf2,
0x19,0xad,0x95,0x79,0x71,0xe0,0x3d,0x2b,0xc5,0xd1,0x1b,0x61,0xb0,0xfe,0x19,0xa8,
0xb9,0x62,0x25,0x64,0x4a,0xa0,0x5,0x7c,0xe3,0xa7,0xe0,0x2d,0xd0,0x2,0xde,0xea,
0x57,0x37,0x16,0x8b,0xcf,0xa1,0x38,0xfd,0x3f,0x14,0x9b,0xbf,0xd0,0xd,0xe4,0x1c,
0xb7,0x3a,0x76,0xdd,0x71,0x37,0x4d,0xc5,0xbc,0x9a,0x6e,0x1b,0x97,0x28,0x1f,0xaa,
0x71,0x8e,0xf9,0x56,0xba,0x1a,0xe7,0x75,0xdc,0xf5,0x5a,0xf3,0x5b,0xcb,0xb6,0xd0,
0xfb,0x93,0xbe,0x72,0x97,0x55,0xd0,0x3c,0xfe,0x1f,0x30,0x31,0x56,0x14,0xf7,0x7e,
0x7c,0x8d,0x38,0x7a,0x13,0xee,0xf2,0xfa,0x83,0x55,0x6f,0xd4,0xad,0x2d,0x2a,0x44,
0xc2,0x12,0x57,0xa0,0xbe,0x4d,0x98,0x2a,0x45,0xb,0x25,0x1a,0xba,0x61,0x68,0xe8,
0xa9,0x95,0x7c,0xf6,0xb5,0x14,0xc0,0x6e,0x5,0xaa,0x15,0xd8,0xe,0x9d,0xd3,0xde,
0xb4,0x19,0xe6,0xf2,0x2c,0x33,0xc3,0x10,0x64,0x6,0xc7,0x60,0x4,0xaf,0xa7,0xd7,
0x75,0xd3,0x54,0xba,0x5e,0x5e,0xce,0x73,0xb6,0xa3,0xcd,0xdd,0xb9,0x2e,0x77,0x33,
0xe4,0x63,0xe6,0xb7,0x23,0xdd,0xff,0xa9,0xb5,0xa2,0x71,0x3b,0xc,0xd6,0x3f,0x3,
0x31,0x57,0xac,0x84,0x4c,0x9,0xcc,0x4,0xbe,0xf1,0x43,0xf0,0x16,0x98,0x9,0xbc,
0xd5,0xab,0xb6,0x2d,0x59,0xf2,0x2c,0x8a,0xd9,0x8f,0xd5,0x8b,0xd9,0x9f,0x73,0x6c,
0xb2,0xf,0xda,0xbd,0xc3,0xe5,0x2b,0x27,0x8e,0x79,0xda,0x1d,0x97,0x78,0x3c,0xc2,
0xc8,0xe5,0xdb,0xd7,0xd7,0x9e,0x94,0x69,0xae,0x87,0x78,0x5c,0x2d,0xab,0xd6,0x77,
0xb6,0xcd,0x43,0xb5,0xbc,0x3b,0xed,0xd9,0xbe,0xc2,0x7b,0x3c,0x3c,0xac,0xd1,0x90,
0xff,0x17,0xf0,0xc7,0xad,0xef,0xfb,0xbb,0xd3,0xc4,0x34,0xca,0x79,0xbe,0xd0,0xb0,
0xcb,0x4f,0x34,0xeb,0xd6,0x1b,0x54,0xa8,0x4,0x2d,0x3f,0x2b,0x50,0xcc,0xe0,0xc5,
0x77,0xa0,0x28,0xc8,0x5f,0x4d,0x15,0x91,0x9d,0x5c,0x81,0x72,0x82,0xd7,0x13,0xcc,
0x1c,0xc0,0x32,0x88,0x55,0x40,0x7b,0xe6,0xc9,0xe0,0x57,0xe9,0x2e,0x6c,0xe,0x36,
0x8d,0xc7,0x0,0x32,0xf3,0x52,0xa6,0x71,0xd,0x26,0x87,0xbc,0x6d,0x67,0x19,0x77,
0x59,0x39,0x54,0xcb,0xf0,0xb8,0x5c,0xb6,0x63,0x1f,0x32,0xdd,0x9b,0xe6,0x64,0x5a,
0xdc,0x7,0x7e,0xd7,0x8b,0x17,0x8b,0x7,0xae,0x38,0x5d,0x34,0xb6,0xa3,0x1b,0x45,
0xbf,0x84,0x6c,0xae,0x58,0x9,0x99,0x12,0x98,0xd,0xf8,0xa6,0x3f,0xc1,0x5b,0x60,
0x36,0xe0,0xad,0xde,0x24,0x1b,0xc9,0xb,0xd9,0x6,0xf7,0xda,0xd1,0xb1,0xea,0xa2,
0xe3,0xd9,0x10,0xd7,0xda,0x1f,0x72,0x1d,0xaf,0x57,0x24,0xed,0xeb,0xb9,0xe5,0x36,
0x3d,0x2d,0xd7,0x51,0xcb,0xd0,0xb8,0xeb,0x9b,0xce,0xe5,0x35,0x9c,0xee,0x2e,0x6f,
0x98,0x47,0xc3,0x3a,0xad,0xb3,0x7b,0x84,0xca,0x79,0xbf,0xb3,0x44,0x3c,0xfc,0xad,
0x8d,0x78,0x2b,0xb3,0x8f,0x34,0xaa,0xe5,0xbf,0x55,0xe1,0x12,0x94,0xb8,0x2,0x75,
0x3,0x61,0xaa,0xc,0xf5,0xca,0xe0,0x55,0xcb,0xe5,0x4e,0xa7,0x0,0xbd,0x61,0x9f,
0xdb,0x85,0xaf,0x23,0x88,0x3b,0x8c,0xd1,0x1d,0x9c,0xd9,0xe8,0xe5,0xbd,0xeb,0x79,
0xc6,0xe5,0x76,0x5b,0xcb,0xb0,0xa1,0x1c,0x53,0xa9,0x34,0x1e,0xd7,0xfb,0xf6,0x32,
0xc7,0x71,0xc8,0xb7,0x34,0x2d,0xce,0x89,0x3d,0xe7,0x8d,0x8a,0x43,0xdf,0x23,0x83,
0x19,0x2,0x5,0x2c,0x9c,0x10,0xcc,0x15,0x3b,0x21,0x53,0x2,0xf3,0x1,0xdf,0xf4,
0x26,0x78,0xb,0xcc,0x7,0xbc,0xd5,0xbd,0x6e,0x3a,0xe9,0xa4,0x13,0xc6,0x8b,0xb9,
0x2f,0x4d,0x94,0x72,0x8f,0xc9,0x32,0x1e,0xc5,0x25,0xc7,0x77,0x2b,0xc6,0x9d,0xb8,
0x75,0xa7,0x3b,0xc7,0x3b,0x3d,0x28,0xa7,0x4d,0x69,0xde,0x61,0xfb,0xbc,0x56,0x23,
0x86,0x33,0xdd,0x36,0x9f,0x8f,0x87,0xe7,0x79,0xa7,0x3d,0xfb,0xf7,0x7a,0x99,0x97,
0x91,0xd,0xe6,0x6b,0xa,0xe2,0xee,0xf7,0xaf,0x12,0x47,0x6f,0xd8,0x2,0x5f,0xf9,
0x48,0xc3,0xb6,0xf8,0x2e,0x51,0x10,0x1a,0x21,0xe,0x10,0xa6,0x8a,0x50,0x3f,0xc,
0x56,0xea,0x2e,0xd4,0x5b,0xc8,0x58,0x7,0xf9,0x95,0xb1,0x33,0xcc,0xc5,0xa8,0x0,
0xd6,0x99,0x88,0x9c,0xaf,0x4c,0xc0,0x43,0x93,0xc1,0x66,0xa6,0xf3,0xb8,0xc6,0x9b,
0xc6,0xdb,0x68,0xa7,0x35,0x9f,0xe0,0x7d,0xf2,0x31,0x99,0xe6,0xcd,0xc0,0xd9,0x3e,
0xdf,0x8d,0x9a,0xb4,0x8a,0xe2,0xde,0x4b,0x57,0x8b,0xa3,0x37,0xa3,0xf5,0xcf,0x2f,
0x2,0x34,0x57,0xec,0x84,0x4c,0x9,0x74,0xb,0x7c,0xb3,0x30,0xc1,0x5b,0xa0,0x5b,
0xe0,0xad,0xee,0x64,0xe7,0x86,0x5f,0x42,0x15,0xfb,0x43,0x13,0xba,0xa7,0x11,0xfb,
0xc9,0x13,0xd7,0x32,0x7e,0x5d,0x5f,0xcd,0x32,0x5f,0x8d,0xbb,0x69,0x32,0xdd,0x19,
0xea,0x69,0x39,0xf4,0xf8,0xc1,0x49,0x63,0xef,0x7a,0xd6,0x91,0x69,0x1d,0x74,0xee,
0xcf,0x3b,0xcf,0x8b,0xde,0x1f,0x2d,0xbf,0x8b,0x86,0x93,0x1b,0x8b,0xe2,0xfe,0x7f,
0x58,0x8b,0x8f,0x5b,0xfb,0x4c,0xa3,0x5a,0xbe,0x5e,0x88,0x33,0x9f,0xaa,0xc2,0xc7,
0xf,0xad,0x23,0x82,0xa8,0x40,0x31,0x83,0x95,0x9d,0x3f,0xe5,0xb4,0x4a,0x31,0x7b,
0x7d,0xdb,0x8b,0x24,0x3a,0x82,0x59,0x1b,0x40,0x4e,0x7b,0xc,0x32,0x1b,0xce,0x36,
0xda,0x97,0xd3,0xeb,0xc9,0x6d,0xa9,0x74,0xde,0x4f,0xdb,0x32,0xa,0x3d,0xdd,0x62,
0x96,0xfd,0xc9,0xed,0x79,0xe6,0xc9,0x7d,0x50,0x86,0x45,0xe3,0x93,0x34,0xdc,0x75,
0xf6,0x62,0xf1,0xc0,0x67,0xd7,0xe2,0xed,0x48,0x3e,0x12,0x80,0xb9,0x62,0x29,0x64,
0x4a,0x60,0x21,0xc0,0x37,0xdd,0xb,0xde,0x2,0xb,0x1,0xde,0x9a,0x5b,0x95,0x45,
0x6b,0x8f,0xaf,0x14,0x33,0x5f,0x9a,0x28,0x66,0x9d,0x46,0x9,0x1d,0x9f,0x1e,0x74,
0xcc,0xb7,0x7c,0xc5,0x31,0xde,0x9a,0xaf,0xd3,0xda,0xa6,0x79,0xc8,0xcb,0xeb,0x74,
0x5e,0x87,0xc7,0x3b,0xa7,0xd5,0xf2,0x72,0x1d,0x77,0xbe,0x93,0xee,0x6e,0xc3,0xb3,
0x8c,0x5e,0x5f,0xef,0x9f,0x8f,0x8d,0x8f,0x9b,0x8e,0x5f,0x96,0xed,0x78,0xc8,0xd3,
0x53,0xa3,0x54,0xd6,0x5b,0x99,0x17,0xf7,0x7c,0x64,0x35,0x9e,0x81,0xf,0x4,0xeb,
0x87,0x4f,0x54,0x5e,0x74,0xbc,0xa,0xa3,0x7e,0xc4,0x15,0xa8,0x69,0xc2,0x54,0x1,
0xf2,0x83,0xc1,0x89,0x5f,0x67,0x5e,0x2d,0xe4,0xfe,0xa4,0x56,0xcc,0x1e,0xe4,0xef,
0x6e,0x70,0xd0,0xce,0x30,0xe,0xe3,0x31,0x18,0x67,0x1e,0x9d,0xc6,0x30,0xe1,0x98,
0xc3,0xb0,0x1c,0xa7,0x29,0xe3,0x75,0xee,0x4b,0xa6,0xc9,0x75,0x9c,0x79,0x33,0xe6,
0x33,0x6a,0x19,0x77,0x1e,0x1b,0x8c,0xe0,0xd6,0x3e,0xd9,0xe2,0xa7,0x8e,0x75,0x72,
0x71,0x5e,0xec,0xde,0x3a,0x22,0xee,0xfb,0xc4,0x69,0xf8,0x72,0xbc,0xef,0xf8,0x66,
0xae,0x58,0xa,0x99,0x12,0xe8,0x8d,0x74,0xfb,0xa6,0x1b,0xc1,0x5b,0xa0,0x37,0xe0,
0xad,0xd9,0xb4,0x2d,0x93,0x79,0xae,0x5d,0xc8,0x4e,0x70,0xf9,0xc8,0x8d,0x65,0x19,
0xc7,0x4e,0xcc,0xeb,0x6,0x1,0x3d,0xee,0xc,0x3d,0xf3,0x9,0x19,0xeb,0x7a,0x19,
0x39,0xdd,0x4a,0x93,0xe9,0x9e,0x71,0x39,0xcd,0xcb,0xd0,0x3e,0xbc,0xeb,0x76,0xce,
0x77,0xfc,0xd4,0xb1,0x7d,0xb5,0x5d,0xf6,0x8c,0xf4,0x91,0xa2,0xb6,0x24,0x2b,0x26,
0x56,0x14,0x44,0x7d,0x79,0x5e,0x4c,0x9c,0x9a,0x97,0x2f,0x10,0xe3,0xf,0x5a,0xdf,
0xfd,0x9e,0x95,0xe2,0xd0,0x75,0x9b,0x44,0xb3,0x62,0x8a,0x9,0xd0,0x2f,0xd,0xbb,
0x7c,0x63,0xa3,0x6e,0x9d,0xa8,0x42,0xa9,0x17,0x9d,0x45,0x4,0x59,0x81,0x62,0x6,
0xa7,0xdb,0x46,0x4f,0x7c,0xe6,0x78,0x31,0xf7,0xf7,0xbb,0x4a,0x79,0xf9,0xf,0xdf,
0xcd,0x8,0xe4,0x90,0x83,0xbc,0x3d,0xb8,0x1d,0x9c,0x69,0x37,0xf8,0x55,0xa6,0x22,
0x4d,0x21,0xcd,0xa0,0xd6,0x91,0x6,0x52,0xcb,0x76,0xc2,0xe9,0x73,0xcc,0xe7,0x7d,
0xb8,0xfb,0xf1,0xe0,0x35,0x98,0xcc,0xa0,0xd4,0xb0,0xbe,0x94,0xc6,0x57,0xd0,0x6f,
0x60,0x83,0xad,0x26,0x83,0xbd,0x90,0xc,0xf6,0x87,0xcb,0xc4,0x3d,0x17,0xaf,0x16,
0x47,0x7e,0xb0,0xd9,0x18,0x1c,0xa0,0x3f,0x7c,0x30,0x57,0x6c,0x85,0x4c,0x9,0xf4,
0x4a,0x9a,0x7d,0xd3,0x8d,0xe0,0x2d,0xd0,0x2b,0xf0,0x96,0x59,0x3b,0xf8,0xce,0x6e,
0x29,0x7b,0xef,0xcc,0x32,0x5e,0x6b,0x68,0x44,0x97,0xcf,0xd4,0xd0,0xf5,0x81,0x7,
0xb7,0xc,0xe7,0x2e,0xd3,0x9a,0x27,0xa7,0x3d,0xe3,0x26,0xb4,0x77,0xda,0xca,0x73,
0x7a,0xfc,0x54,0xf2,0xd0,0x1a,0x62,0x6d,0x41,0xec,0x7a,0xd9,0x12,0xb1,0xff,0xed,
0xa7,0x8a,0xfd,0x17,0xae,0x10,0x77,0xbd,0xe3,0x54,0xf1,0xe0,0x3f,0xad,0x13,0x87,
0xaf,0xdf,0x24,0xa6,0xf1,0xb8,0x46,0x18,0xdc,0xfe,0xe8,0xe4,0xf3,0x33,0x2a,0x9c,
0x16,0xa2,0xb,0x88,0xa0,0x2b,0x50,0xcc,0xe0,0x54,0xc9,0x2f,0x5a,0x53,0x29,0xe5,
0xbe,0xb3,0xd3,0xd3,0x95,0x8f,0x3,0x7b,0xbe,0xc0,0x6f,0x43,0x9b,0xa7,0x23,0x9d,
0xa7,0xdd,0xb4,0xe,0xa3,0xb9,0xcb,0x74,0x4c,0x77,0x62,0x32,0x98,0x1c,0x8e,0x10,
0x2b,0xb,0x62,0x82,0xc,0x36,0xb9,0xb9,0x28,0x76,0xbf,0x7a,0x54,0x1c,0x20,0x83,
0x1d,0x60,0x83,0xbd,0x77,0xa5,0x78,0xf0,0xb,0xeb,0xc4,0x91,0xff,0xd8,0x2c,0xa6,
0x6f,0x83,0xc1,0x2,0xa6,0x57,0x73,0xc5,0x5a,0xc8,0x94,0x40,0x9f,0xa4,0xd2,0x37,
0xdd,0x8,0xde,0x2,0x7d,0x2,0x6f,0x75,0xc8,0x2e,0x64,0xbf,0x4d,0x31,0xfa,0x2b,
0x8e,0x5d,0xb7,0x11,0x42,0xe1,0x8d,0x6f,0xd9,0x28,0xc1,0xe3,0x1d,0xbe,0xe8,0xf4,
0x96,0x33,0xce,0xcb,0x3a,0xf0,0xb4,0xe3,0x37,0xcf,0x38,0xa1,0x97,0xd5,0xe3,0x72,
0x48,0xf0,0x5b,0x2b,0xa5,0x77,0xbc,0xe3,0x54,0xa6,0x9b,0x20,0xef,0x4c,0x6e,0x29,
0x89,0x89,0x4d,0x45,0x31,0x75,0x46,0x49,0xfa,0xe7,0x9e,0xf7,0xaf,0x12,0xf7,0x7c,
0x68,0xb5,0x78,0xf8,0x9a,0xd,0xe2,0xe8,0x4f,0xb7,0x88,0xe9,0x9b,0xc6,0xe0,0xa3,
0x41,0x60,0x97,0x2b,0xd3,0xe3,0x63,0xfc,0x62,0x88,0x6e,0x75,0x11,0x11,0x46,0x5,
0x8a,0x19,0x9c,0x2a,0xf9,0xcc,0x9b,0x6a,0x85,0xec,0xcf,0xa7,0x4a,0xf9,0x76,0x43,
0x28,0xb4,0x9,0x64,0x2b,0x9f,0x84,0xcd,0xe3,0x49,0xe7,0xf1,0x19,0x86,0x73,0x8c,
0xe2,0x6c,0xcb,0x31,0x93,0x44,0x6f,0x5b,0xcd,0x77,0xb7,0x49,0xeb,0x3b,0x38,0xe9,
0x3a,0x93,0x62,0x83,0x49,0x68,0x99,0xfa,0x68,0x5e,0x4c,0xac,0x2f,0x8a,0x9,0x36,
0xd8,0xc6,0xa2,0xd8,0x75,0xce,0x62,0x71,0xd7,0x9f,0x9f,0x2a,0xee,0xfd,0xe0,0x6a,
0x71,0xff,0xff,0x39,0x4d,0x1c,0xfa,0xd6,0x46,0xf9,0x1d,0xe,0x69,0xb0,0x5b,0x61,
0xb0,0x50,0x59,0xb8,0xb9,0x62,0x2f,0x64,0x4a,0xa0,0x6f,0x52,0xe8,0x9b,0x6e,0x4,
0x6f,0x81,0xbe,0x81,0xb7,0x86,0x2e,0x1e,0x1a,0x7a,0xf2,0x64,0xb1,0x98,0xa9,0x2c,
0x5a,0x74,0xa,0xf9,0xe4,0x26,0xf2,0xd3,0xe3,0x1c,0xcf,0xba,0x4c,0xd6,0x8a,0x75,
0x35,0x4d,0x38,0x3e,0xf3,0xce,0x73,0x86,0xd2,0x3b,0xee,0x32,0xce,0x3a,0x7a,0x5b,
0x9d,0xcb,0xe8,0xf5,0xe4,0x7c,0x95,0xce,0x5e,0x96,0xe5,0x3a,0xf2,0x24,0xfb,0xa7,
0xc6,0xfe,0xe1,0x86,0xf0,0x65,0x39,0x31,0xf9,0xbc,0x92,0x98,0x3a,0x6b,0x44,0xec,
0xfa,0xed,0xc5,0xe4,0x9f,0x95,0xe2,0xfe,0xbf,0x5f,0x2b,0xee,0xff,0xbb,0xd3,0xc4,
0x83,0x57,0x9c,0x2e,0x8e,0xfc,0x78,0xb3,0x7c,0x7e,0x10,0xcf,0x10,0x46,0x83,0x86,
0x6d,0x4d,0x4d,0x4f,0x75,0xe5,0x2b,0xae,0x40,0x99,0x2a,0x3b,0x41,0x11,0xbe,0xaa,
0xc5,0xe2,0x73,0xa6,0xa,0x85,0x2c,0x5,0xfc,0x7,0x89,0x27,0x38,0xb0,0x1d,0x43,
0x70,0xd0,0xab,0x8c,0x47,0x4d,0x3b,0x66,0x61,0x73,0xe9,0x74,0x8f,0xc1,0xe4,0xf2,
0xda,0x38,0x9d,0xd0,0xb2,0x64,0x9a,0xf6,0x65,0xd4,0x36,0x78,0x5c,0x4d,0x4b,0x83,
0x49,0x73,0xb1,0xd9,0x28,0x93,0x62,0x83,0x2d,0x26,0x4e,0x2b,0x88,0xa9,0xff,0x55,
0x12,0x3b,0x7f,0x73,0x44,0xec,0x7d,0xed,0xa8,0xb8,0xf7,0xc3,0x54,0x61,0xfa,0x87,
0xb5,0xf2,0x7b,0x1b,0xf,0x7d,0x79,0x9d,0xcc,0xa4,0xf8,0x59,0xa7,0xc6,0xe,0x18,
0x6c,0xd0,0x2c,0xc0,0x5c,0xb1,0x15,0x32,0x25,0xe0,0x37,0x69,0xf0,0x4d,0x37,0x82,
0xb7,0x80,0xdf,0xa4,0xcd,0x5b,0xbb,0x47,0x47,0x8f,0xb3,0xb3,0xd9,0x15,0xe3,0x85,
0xc2,0xea,0x6a,0x29,0x73,0xea,0x78,0x71,0xd1,0x4b,0x29,0x9e,0x3f,0x37,0x5e,0xcc,
0x7c,0xcd,0x2e,0x65,0x8e,0xca,0x38,0x57,0x1e,0x90,0x3e,0x50,0x43,0x2f,0xde,0x34,
0xed,0xd,0xc7,0x43,0x6a,0x1e,0x79,0xc2,0x9d,0xaf,0xd3,0x66,0xc1,0xf5,0x16,0x51,
0xa7,0xf2,0x5c,0x7d,0x69,0x5e,0x4c,0x30,0x1b,0xa,0x62,0xe7,0x6f,0x2f,0x11,0xbb,
0x7f,0x6f,0xa9,0xd8,0xfb,0xe6,0xe5,0xe2,0xc1,0xcf,0xac,0x15,0xf,0x5d,0xb9,0x4e,
0x1c,0xfc,0xda,0x7a,0xa7,0x1,0x9c,0xdf,0x5c,0xa9,0x31,0x5c,0x57,0x30,0x58,0xc8,
0x57,0xb7,0x6c,0xdb,0xb6,0xf1,0x69,0x2a,0xec,0x4c,0xfa,0x10,0x61,0xaa,0xe8,0x4,
0x49,0xb0,0xba,0x66,0x68,0xe8,0x29,0xe3,0xa5,0x45,0x23,0x95,0x7c,0x7e,0x8d,0x3d,
0x42,0x26,0x2b,0xe5,0xce,0x22,0x53,0x7d,0x98,0xc,0xf0,0x75,0xca,0x38,0xaa,0x4e,
0x5,0x8a,0x69,0x5,0xfd,0xdc,0x70,0xe6,0x43,0x43,0x69,0x28,0x8f,0xc1,0x14,0xda,
0x5c,0xb3,0x1a,0x8c,0xd6,0xf3,0x76,0xa3,0xa8,0x2f,0xa1,0x4c,0x8a,0xcc,0xc5,0xfd,
0xc7,0x27,0xb7,0x96,0xc4,0xae,0xdf,0x25,0x83,0xbd,0x62,0xa9,0xb8,0xeb,0x9d,0x2b,
0xc5,0x83,0x9f,0x3f,0x5d,0x3c,0xf4,0xc5,0x75,0xe2,0xf0,0x77,0x36,0x3a,0x2f,0x87,
0x60,0x63,0xa1,0x3f,0x79,0x24,0xe9,0xc2,0x5c,0xb1,0x12,0x32,0x25,0x10,0x6,0x49,
0xf3,0x4d,0x37,0x82,0xb7,0x40,0x18,0x24,0xdd,0x5b,0xdc,0x10,0xbe,0x23,0x3f,0xbc,
0xb9,0x5a,0x18,0xde,0x64,0x17,0x33,0x6f,0xa6,0x98,0xff,0x77,0xe2,0xbf,0xaa,0xc5,
0xcc,0x8f,0x29,0xa6,0xf7,0xf2,0x27,0x6b,0xf8,0x1b,0x65,0x13,0xda,0x4b,0x3a,0xce,
0x75,0xd9,0x8d,0xa7,0xb5,0x4f,0xdc,0x79,0x2a,0x9d,0xc6,0x5b,0x3e,0xe2,0x6,0x86,
0xd6,0x32,0x5e,0xbf,0x48,0x6f,0xb9,0xdb,0xf0,0xc,0x15,0x35,0xf2,0x93,0x6c,0x8,
0x3f,0x6f,0x54,0xec,0xe3,0xe7,0xd4,0xf9,0x4e,0xed,0xd7,0x36,0xc8,0xde,0x43,0x87,
0x7f,0xb8,0x19,0xde,0x89,0x27,0x54,0xad,0x98,0x21,0xfe,0x88,0xee,0x17,0x9,0x53,
0x25,0x27,0x68,0xfc,0xd7,0xb6,0x25,0xcf,0x79,0xd6,0xf6,0x62,0x66,0xe3,0x76,0x32,
0x57,0xb5,0x90,0x7d,0x4d,0xa5,0x98,0xbd,0xaa,0x5a,0xc8,0xdd,0x44,0xc1,0xcf,0xe6,
0xb2,0xc9,0xc,0xbf,0xdc,0x3b,0x92,0x97,0x1f,0xa6,0xe5,0x56,0x37,0x27,0xf0,0x5b,
0xc6,0x70,0xc,0xa6,0xc7,0xd5,0x74,0xc7,0x32,0xde,0x8a,0xd0,0x6c,0x69,0xc6,0x8c,
0x4b,0x9b,0x8b,0xc6,0xeb,0xab,0xb,0xf2,0x23,0x84,0x6c,0xae,0x3,0x7f,0xb2,0x42,
0xdc,0x7f,0xd9,0x69,0xe2,0xd0,0x37,0xc9,0x60,0xff,0xba,0x51,0xde,0x69,0x32,0x5c,
0x3c,0x10,0x6d,0x4c,0xe6,0x8a,0x8d,0x90,0x29,0x81,0x1,0x11,0x6b,0xdf,0x74,0x23,
0x78,0xb,0xc,0x88,0x44,0x78,0x8b,0x4a,0x8a,0x4f,0x21,0x9e,0xbc,0x23,0x9f,0xdf,
0x5c,0xc9,0xe7,0xcf,0x19,0x2f,0x64,0x5e,0x6c,0x17,0xb2,0x9f,0x27,0xa6,0x28,0xc6,
0xf7,0x10,0x4d,0x7e,0x41,0xd8,0x6e,0x2a,0xd7,0xed,0x22,0x1f,0xf1,0xdb,0x96,0x65,
0x3,0xb9,0x8e,0x73,0x85,0xd7,0xf,0x33,0x69,0x9f,0x67,0x5a,0xd6,0x54,0xee,0x9b,
0xd,0xe7,0x59,0xc1,0xbc,0xb8,0xe7,0x7d,0xab,0xc4,0xe1,0xeb,0x36,0x89,0x23,0xff,
0xb9,0x59,0x34,0xee,0xc0,0x9d,0xda,0x24,0xd0,0xa8,0x96,0x2f,0x53,0xa1,0xc9,0x1a,
0x64,0x5,0x8a,0xe9,0x4f,0xb4,0x85,0x27,0xf1,0xab,0xca,0x77,0xe4,0x72,0xcb,0x88,
0xdf,0xde,0x51,0xc8,0xbc,0xc8,0xce,0xf,0x73,0x37,0xbd,0x1a,0x65,0x24,0x7b,0x88,
0x83,0x93,0x14,0xcc,0xfc,0x1d,0xa8,0x5d,0x4,0x9b,0x8b,0x83,0x9b,0xbb,0xd0,0xcd,
0x34,0x58,0xfb,0x74,0x3b,0xed,0x99,0x51,0xfb,0x3c,0xb5,0x6e,0x97,0x6,0xe3,0xa,
0x14,0x1f,0xc3,0xd4,0xd9,0x23,0xe2,0x81,0xcb,0xd7,0x8a,0xa3,0x3f,0xda,0x22,0x8e,
0xfe,0x84,0x2a,0x4d,0xe8,0x9a,0x17,0x7b,0x3a,0xcc,0x15,0x59,0x91,0x6f,0x90,0x29,
0x81,0xc8,0x10,0x17,0xdf,0x74,0x23,0x78,0xb,0x44,0x89,0x38,0x7a,0x8b,0xfd,0xb3,
0x6f,0xc9,0x73,0x9e,0xc5,0xd4,0x33,0x99,0x62,0xb5,0x98,0xff,0x83,0x4a,0x31,0xf3,
0xa6,0x5a,0x31,0x7b,0x3b,0xf9,0xe4,0x8,0xd1,0xe0,0x67,0xf4,0xd8,0x3b,0xdc,0x18,
0xce,0x65,0x3c,0xf6,0x8f,0x5b,0xe,0xf3,0x8e,0xd3,0x3c,0xb7,0xcc,0xa6,0xd3,0xe5,
0x34,0x79,0xc6,0xb3,0x8c,0xb3,0x9c,0xe3,0x23,0xd9,0xe0,0xa0,0xd2,0xdc,0x6d,0xb0,
0xc7,0xe4,0xb8,0x67,0x19,0xbd,0x7e,0xdb,0x32,0xce,0x72,0x7c,0x4c,0xfc,0x5a,0xff,
0xfb,0x3f,0xbe,0x46,0x34,0xc7,0xcd,0xd7,0x6,0xc4,0x9a,0x77,0x51,0xa8,0x72,0x5,
0x8a,0x3f,0x78,0x4d,0x21,0x3b,0x30,0x16,0x26,0x5a,0xe3,0x49,0xfc,0x6a,0x72,0xbe,
0xdb,0x54,0x29,0x2e,0x5a,0x6c,0x17,0x32,0xe7,0x56,0x8b,0x99,0x3f,0xad,0x16,0xb2,
0xd7,0x56,0xb,0xb9,0x26,0x5,0x75,0xb3,0x52,0xcc,0x3e,0xee,0x98,0x2b,0x2f,0x3,
0x99,0x2b,0x4c,0x46,0x73,0xf1,0x38,0x19,0x42,0x1b,0x47,0xa6,0xf1,0x50,0x9a,0xcb,
0x31,0x82,0x4e,0x73,0x4c,0xe5,0x2c,0xe7,0x9a,0x8b,0xd1,0xcb,0x78,0xd6,0xd5,0x6,
0x74,0x4d,0xe7,0xce,0x73,0xc6,0x9d,0x4a,0x54,0x56,0xbe,0x20,0x82,0x5b,0xfa,0xc,
0x17,0x7,0xc4,0x1b,0x36,0x57,0xa4,0x44,0xbe,0x41,0xa6,0x4,0xa2,0x4e,0xe4,0x7c,
0xd3,0x8d,0xe0,0x2d,0x10,0x3,0x22,0xed,0xad,0x5b,0xf2,0xf9,0x5f,0xb7,0x73,0xb9,
0x7c,0x7d,0x49,0xa6,0xc8,0xc3,0x5a,0x21,0xf3,0x62,0x8a,0xcd,0x8b,0xed,0x52,0xe6,
0x23,0x14,0xe7,0x5f,0xa9,0x17,0x73,0xd3,0xfc,0xcc,0x78,0xcb,0x43,0xea,0x8d,0xca,
0x14,0xbb,0x32,0x8e,0x79,0x5c,0x4d,0x6b,0x1f,0x48,0x7f,0xf0,0xb4,0x9a,0xef,0x7a,
0x48,0x8e,0x3b,0xeb,0xb9,0xeb,0x76,0xc,0x9d,0x71,0xcf,0x3a,0x1a,0x9e,0x47,0xc3,
0x19,0xeb,0xc9,0x74,0x75,0x17,0x58,0x21,0xcb,0x9e,0xe4,0xa9,0xfb,0x2e,0x5d,0x83,
0x6f,0x75,0x26,0x90,0x7b,0x6e,0xde,0x2c,0x46,0xa,0xc7,0xdd,0x41,0xe1,0xab,0x2b,
0x33,0x83,0x62,0x6e,0xf1,0x5d,0xa6,0x5d,0xf9,0x7c,0x8e,0x33,0x27,0xd5,0x25,0xe2,
0xcc,0xf1,0xe2,0xf0,0x7,0x2b,0xa5,0xcc,0x25,0xd5,0x52,0xe6,0x4b,0x64,0xac,0xfb,
0xe4,0x5d,0x1d,0x62,0x27,0x57,0x9a,0x46,0xd4,0x37,0x9f,0x38,0xa0,0xbd,0x86,0x50,
0x43,0x7,0x95,0xae,0x4d,0xe2,0x4d,0x53,0xe9,0xde,0x75,0xdb,0xc,0x24,0xe1,0x79,
0x9e,0x6d,0xe8,0x79,0x72,0x3d,0xde,0x17,0xcd,0x93,0xe3,0xad,0xa,0x55,0xcb,0xc8,
0xad,0x3b,0x51,0x3b,0x5f,0x4c,0x95,0xa8,0xab,0xd6,0x1b,0x2f,0x10,0x88,0x37,0x8f,
0xd4,0xb6,0xfe,0xbe,0xa,0xe1,0x81,0x8,0x99,0x12,0x88,0x23,0x83,0xf6,0x4d,0x37,
0x82,0xb7,0x40,0x1c,0x89,0xaa,0xb7,0xe,0x94,0x4a,0xbf,0x56,0x2b,0xe4,0x5e,0x4f,
0xb1,0xfa,0x25,0xe2,0x2a,0xbb,0x90,0xf9,0x7f,0x14,0x9f,0x55,0x59,0xae,0x1b,0xc9,
0xc9,0xbb,0xb5,0xec,0x23,0x9e,0xd6,0xf1,0xda,0xa2,0xe5,0x81,0xb9,0xd1,0xcb,0xa9,
0xa1,0xf6,0x87,0xc6,0xeb,0x19,0x9,0x2f,0x67,0xd8,0xb6,0xf4,0x93,0x33,0xde,0xf2,
0x93,0x1a,0xf2,0x3c,0x1e,0xa7,0xa1,0x2e,0xe3,0xf1,0x73,0xee,0xfc,0x6c,0x3b,0x5e,
0x0,0x96,0x2c,0xb8,0x2,0x75,0xc6,0xe6,0x67,0x9a,0x2a,0x34,0x83,0x60,0x76,0xf1,
0x3,0xb8,0xd5,0x7c,0xe6,0xe5,0x14,0xac,0x5f,0x1e,0x2f,0x64,0xaf,0xb6,0xb,0x59,
0x36,0xd7,0x6d,0x14,0xdc,0x4f,0xec,0xe4,0x6e,0x10,0x6c,0x30,0xe,0x54,0x42,0x66,
0x52,0x84,0x1b,0xec,0xb3,0x99,0xc0,0x88,0x67,0x39,0x36,0x88,0x32,0x49,0x5b,0x9a,
0x77,0x7a,0xb6,0xed,0x4a,0x13,0xf1,0x78,0x2b,0xc3,0xd3,0xf0,0xb4,0x36,0x18,0x57,
0xf2,0x6a,0x4b,0x72,0x62,0xcf,0x79,0xcb,0xc4,0xa1,0x7f,0xdb,0x68,0xbc,0x48,0x20,
0xde,0x34,0xaa,0xe5,0xc7,0x8f,0x55,0xc6,0xce,0x50,0xa1,0x1c,0xaa,0x90,0x29,0x81,
0xb8,0x32,0x48,0xdf,0x74,0x23,0x78,0xb,0xc4,0x95,0xa8,0x7a,0x6b,0x7c,0x51,0x61,
0xb5,0x5d,0xc8,0x4d,0xec,0x2d,0x39,0x5d,0x5c,0xb9,0xf1,0x81,0xbf,0xdd,0xc9,0x31,
0x29,0xbb,0xb9,0x4a,0xda,0xe3,0x9b,0x63,0xd7,0x8d,0x69,0x4f,0x59,0x4b,0xc7,0xb7,
0x3b,0xcd,0xf3,0xdc,0xf9,0x6a,0x79,0x1e,0x67,0x5f,0x48,0xd4,0x3c,0xed,0x13,0xb9,
0xdd,0xd6,0xb8,0xb3,0x9e,0x9e,0xf6,0x8c,0xcb,0xf5,0x54,0x99,0xae,0x2d,0xcd,0x19,
0xea,0xee,0xb9,0x7b,0x2f,0x58,0x26,0x8e,0xfe,0x78,0xb3,0xf1,0x7a,0x80,0x78,0x72,
0xd3,0xb5,0x6b,0x45,0x31,0x7b,0x9c,0xa9,0x32,0x33,0x28,0x66,0x97,0x9d,0xcf,0x9f,
0x56,0x2d,0x64,0x6f,0xb8,0x7b,0xa4,0x40,0x95,0x25,0xe7,0x99,0x26,0x86,0x2b,0x4d,
0x6c,0x30,0xfe,0xe7,0xef,0x98,0x40,0x5,0xb2,0x32,0xc6,0xcc,0xc0,0xf6,0x2c,0xa3,
0x91,0xcb,0x52,0x1a,0xd1,0x32,0x8d,0x77,0x9e,0x42,0x4d,0x4b,0x73,0xe9,0xf9,0x92,
0x8e,0xed,0x69,0x3c,0xfb,0xd3,0xc7,0xe1,0x18,0x99,0xe7,0x39,0xcb,0x4c,0x52,0x46,
0x3b,0xb1,0xa1,0x28,0xee,0xfd,0xe8,0x1a,0xbc,0x12,0x36,0xc1,0x34,0x6c,0xeb,0x9e,
0x41,0x7c,0xf8,0x10,0x99,0x12,0x88,0x33,0x83,0xf2,0x4d,0x37,0x82,0xb7,0x40,0x9c,
0x89,0xa2,0xb7,0xb8,0x97,0x51,0xa5,0x98,0xbb,0x66,0xb2,0x98,0x7d,0x8c,0x1b,0x20,
0x5a,0x1e,0x50,0xa8,0x18,0x97,0x31,0xec,0xc6,0x6d,0x6b,0x3e,0xa7,0x39,0x3e,0xf1,
0xae,0x47,0xe3,0x9e,0x65,0x34,0x5e,0x5f,0x38,0x9e,0x6a,0x4d,0xeb,0x6d,0xb7,0xd0,
0xfb,0xf2,0xc,0xe5,0x3a,0x3c,0xdd,0x5a,0x56,0xee,0xdf,0xbb,0xc,0xd,0xf9,0xff,
0x41,0x75,0x49,0x4e,0x3e,0x63,0x38,0x7d,0x3b,0xca,0x78,0x49,0x21,0x82,0x15,0x28,
0x66,0x76,0xb1,0xb9,0x6a,0xf9,0xec,0xe7,0xea,0x85,0xdc,0x2f,0x39,0xb3,0x92,0x95,
0xa6,0xe,0x74,0xd0,0xba,0xa6,0x21,0xda,0x33,0x10,0x7,0x3d,0x6d,0x32,0x97,0xcc,
0x8c,0xe4,0xd0,0x93,0xae,0xb6,0xe5,0x5d,0xc6,0x9d,0x27,0xc7,0x95,0x71,0xf4,0x72,
0xee,0xf2,0xce,0x3c,0xb9,0x8e,0x32,0x97,0x77,0xbb,0xfc,0x1b,0xb8,0x12,0x38,0x75,
0xe6,0x88,0xfc,0x92,0xbb,0xe9,0x42,0x81,0xe4,0xd0,0xa8,0x5a,0xdf,0x50,0xe1,0x1c,
0x9a,0x90,0x29,0x81,0xb8,0x33,0x8,0xdf,0x74,0x23,0x78,0xb,0xc4,0x9d,0x28,0x7a,
0x8b,0x9f,0x6f,0xdf,0x51,0xc8,0x7c,0x63,0x82,0x7c,0x55,0x2b,0xe5,0x55,0xbc,0xaa,
0xb8,0xa5,0x38,0xd6,0xb1,0xaa,0x3d,0xe0,0xc6,0xb7,0x5c,0x8e,0xa6,0xd5,0xd0,0x19,
0x57,0xcb,0x6a,0xd4,0xfa,0x7a,0x99,0x19,0xeb,0xaa,0x6d,0xb7,0x35,0x32,0x74,0xf8,
0xc9,0x7b,0xc,0xce,0x76,0xbc,0xdb,0xd3,0x69,0x7a,0x99,0xac,0xd3,0x8d,0x97,0xef,
0xec,0xfe,0xd3,0xe9,0xa2,0xb1,0x1d,0x9e,0x4a,0x2,0x5c,0x81,0x7a,0xd6,0x9,0x4f,
0x35,0x55,0x62,0x6,0xcd,0xac,0x7a,0x12,0xff,0xd9,0x5e,0x38,0x29,0x5b,0x29,0xc,
0x7f,0x9e,0x32,0x83,0x9f,0x4f,0x8d,0x78,0xcd,0xe5,0xe0,0x6,0xb9,0xe,0x62,0x9d,
0xd6,0x8d,0xc1,0x78,0x19,0x5a,0x76,0x66,0x9a,0x33,0xee,0x6e,0x4b,0xcf,0x73,0xe1,
0xed,0x7b,0xd6,0xf3,0xec,0x4b,0xc3,0xfb,0xd4,0x15,0x38,0xd7,0x60,0xb4,0xbc,0x6c,
0xb1,0xa4,0xc,0x6b,0xef,0xf9,0xcb,0xc4,0xa1,0xef,0x6d,0x32,0x5e,0x2c,0x90,0x2c,
0x8e,0xda,0xe5,0x77,0xc8,0x88,0xe,0x51,0xc8,0x94,0x40,0xdc,0x19,0x84,0x6f,0xba,
0x11,0xbc,0x5,0xe2,0x4e,0x14,0xbd,0x75,0xe7,0xe8,0xc9,0x4b,0x2b,0x85,0xec,0xb7,
0xea,0xc5,0xdc,0xcf,0x75,0x23,0x43,0x67,0xfc,0x7b,0xe1,0x79,0x1c,0xfb,0x6e,0xdc,
0xb7,0xcd,0xe3,0xa1,0x9a,0x67,0x98,0xef,0x2c,0xe3,0xcc,0x9f,0x7d,0x1b,0xad,0x79,
0x5e,0xcf,0xce,0x58,0xc6,0xb,0xa5,0x71,0x23,0x79,0x75,0x24,0x27,0xf6,0xbf,0x6d,
0x85,0x38,0xfa,0x5f,0xf8,0x54,0x4d,0x12,0xb8,0xee,0xca,0xd5,0x51,0xad,0x40,0x31,
0xf3,0xeb,0x8e,0xec,0x73,0xa,0x64,0x88,0x7f,0xaa,0x95,0xb2,0x3f,0xe3,0x4a,0x8,
0x7,0x6b,0x2b,0x80,0x3b,0x82,0x9a,0x82,0xbe,0x95,0x11,0x39,0xe3,0x6d,0x26,0xd4,
0xf3,0x78,0x1b,0xa,0xbd,0xbd,0x19,0xcb,0x68,0x3,0x75,0xce,0x97,0xb4,0xe6,0x75,
0x6b,0x30,0x4e,0x63,0x83,0xed,0x2c,0x97,0xc4,0x7d,0xff,0xb0,0x16,0x7d,0xcf,0x53,
0xc4,0xa3,0x13,0xe5,0xf5,0x2a,0x9c,0x43,0x13,0x32,0x25,0x10,0x77,0x6,0xe1,0x9b,
0x6e,0x4,0x6f,0x81,0xb8,0x13,0x45,0x6f,0xf1,0x7,0xa8,0x29,0x36,0xf7,0xf0,0x23,
0xf,0x5e,0x5f,0x39,0xe8,0x38,0x76,0xd2,0x74,0x39,0x4d,0xa7,0xb5,0xca,0x76,0x34,
0x74,0xfd,0xd4,0x4a,0x97,0x43,0xb5,0x3d,0x9d,0xde,0xb9,0x6e,0x2b,0x4d,0x6f,0x57,
0xad,0xa7,0xa6,0xbd,0xeb,0x69,0xf4,0x36,0x19,0x2e,0x9f,0x4e,0x2c,0xce,0x89,0x3d,
0xaf,0x58,0x2a,0xe,0x5e,0xb5,0x1,0x65,0xbc,0x4,0x70,0xc5,0x25,0xa3,0x51,0xae,
0x40,0x31,0xdd,0xa9,0x9a,0xcb,0xad,0xb5,0xb,0xd9,0x9f,0xf0,0x47,0x72,0xdd,0xe0,
0x96,0x41,0xdc,0x32,0x97,0x4e,0x6f,0x33,0x85,0x4a,0xd7,0xd3,0x7a,0x59,0x39,0x4f,
0x2e,0xa7,0xcc,0xc6,0x69,0x6d,0xe9,0x3c,0xee,0x20,0xcd,0xac,0xd2,0x5b,0x99,0x98,
0x33,0xd4,0xe8,0x7d,0xb8,0xfb,0xf3,0x6c,0x4f,0xcf,0x67,0x83,0x4d,0xae,0x2f,0x8a,
0xbb,0xde,0xb5,0x52,0x1c,0xf9,0x21,0x32,0xac,0x34,0xd1,0xb0,0xcb,0x37,0xa9,0x50,
0xe,0x55,0xc8,0x94,0x40,0x9c,0x19,0x94,0x6f,0xba,0x11,0xbc,0x5,0xe2,0x4c,0x54,
0xbd,0x55,0x2d,0xe,0x7f,0x92,0x62,0xf3,0x18,0x3f,0xab,0xe7,0xc4,0xaa,0x37,0x86,
0x3d,0xb1,0xae,0xd2,0xda,0xc6,0x75,0xb9,0xcc,0x3b,0x4f,0x4e,0xf3,0x32,0x6a,0x5d,
0x95,0xde,0x89,0x9c,0xcf,0xe3,0x6a,0x1b,0xde,0x71,0x77,0xbe,0xda,0xae,0x46,0xcf,
0x63,0xf8,0x78,0xeb,0xe4,0xa7,0xdd,0x2f,0x5b,0x2a,0x1e,0xfa,0x97,0xf5,0xa2,0x59,
0x31,0x9f,0x77,0x10,0x1f,0x3e,0xfe,0xde,0x91,0xa8,0x57,0xa0,0x98,0xee,0x34,0x75,
0xd2,0x49,0x27,0x54,0xb,0x99,0xf7,0x51,0x60,0x37,0xb9,0xf5,0xcc,0xcd,0x60,0x54,
0x30,0xbb,0x1,0xed,0x99,0x76,0xd3,0x74,0x66,0xe3,0x9a,0x43,0xcd,0x97,0xe3,0xbc,
0x4e,0x6b,0x3b,0x46,0x83,0xc9,0xf9,0xe,0x26,0x83,0xe9,0x79,0x7a,0x1b,0xee,0xb6,
0xd4,0xfa,0x3c,0x8f,0x33,0xac,0xa9,0x75,0x45,0x71,0xf7,0x3b,0xb9,0x2,0x85,0x87,
0x77,0xd3,0xc8,0xb4,0x6d,0xfd,0x8d,0xa,0xe7,0x50,0x85,0x4c,0x9,0xc4,0x99,0x41,
0xf9,0xa6,0x1b,0xc1,0x5b,0x20,0xce,0x44,0xd1,0x5b,0x7b,0x97,0x2c,0x3a,0x85,0xe2,
0xf9,0x9b,0xe4,0xab,0xff,0x71,0x5e,0x1e,0xe6,0x8d,0x61,0xe5,0x13,0x35,0xed,0x4d,
0x6f,0x9b,0xe6,0xe1,0xac,0x69,0x6a,0x7d,0xb5,0x1d,0xbd,0xbd,0xce,0xed,0x9a,0xf7,
0xc3,0x69,0x9e,0x74,0x75,0x3c,0xec,0xa7,0x89,0xc5,0x79,0xb1,0xfb,0x5c,0xf2,0xd3,
0x97,0xf1,0xd9,0x9a,0x24,0xc0,0x15,0x28,0xa,0xc7,0x38,0xd0,0xbd,0x2a,0x64,0xae,
0x4a,0x29,0x73,0x39,0x5,0xef,0x13,0x1c,0xb4,0x6d,0x26,0xe1,0xf1,0xe,0xd3,0x68,
0x3a,0xd,0x26,0x69,0x4b,0xe3,0x8c,0x85,0xd3,0xbc,0xa6,0xa1,0x34,0x1a,0xea,0xc,
0xae,0xdd,0x38,0x3a,0xa3,0xd2,0xf3,0x1c,0x9c,0xcc,0x4f,0x2f,0xd3,0xda,0x2f,0x57,
0xfa,0x26,0x4f,0x2f,0x8a,0x3,0xef,0x38,0x55,0x7e,0x9,0xde,0x74,0xc1,0x40,0x4a,
0xb0,0xc7,0x5e,0xa2,0xc2,0x39,0x34,0x21,0x53,0x2,0xb1,0x67,0x0,0xbe,0xe9,0x46,
0xf0,0x16,0x88,0x3d,0x11,0xf4,0x16,0xc5,0xeb,0x6f,0x93,0x9f,0x1e,0xe0,0xe7,0xf5,
0x5a,0x65,0x30,0x27,0x86,0x79,0x28,0xcb,0x5a,0x3c,0xee,0xf1,0x3,0x2f,0xe7,0x36,
0x24,0xb8,0xcb,0xb7,0xfb,0xc2,0xeb,0x13,0xb9,0xac,0x84,0x97,0xe3,0x34,0xb5,0x2d,
0xb9,0x6d,0x67,0x5e,0x6b,0x59,0x5e,0x46,0xcf,0x77,0xd2,0x9c,0xe9,0xac,0x2c,0xdf,
0xd5,0x47,0x72,0x62,0xd7,0x4b,0x97,0x88,0x87,0xae,0x5c,0x2f,0x1a,0x68,0x90,0x88,
0x3d,0xef,0xbb,0x30,0x6f,0xaa,0xac,0x44,0x95,0x85,0x89,0x2,0xd8,0xaa,0x15,0xb3,
0xb5,0x3d,0xb2,0x5b,0x9f,0x27,0xd0,0xa5,0xa1,0x94,0x31,0x38,0xb8,0x95,0xc1,0x38,
0xe0,0x67,0x1a,0x8c,0xe7,0x2b,0xe4,0xfa,0xc,0x1b,0x43,0xf,0xd5,0xb2,0x8c,0x6b,
0x54,0xcf,0x32,0xbc,0xd,0x99,0xe6,0x18,0x4a,0x9b,0xca,0x3b,0xce,0xcb,0xe8,0x37,
0xf1,0x4d,0xac,0x2d,0x88,0xfd,0x7f,0x76,0xaa,0x38,0xfc,0x7d,0xbc,0x48,0x22,0xf5,
0xd8,0xd6,0x5e,0x51,0x3f,0xf3,0x19,0x2a,0x9c,0x43,0x13,0xc5,0x24,0x32,0x25,0x10,
0x5f,0x6,0xe4,0x9b,0x6e,0x44,0xb1,0xb,0x6f,0x81,0xf8,0x12,0x41,0x6f,0xed,0xcc,
0x64,0x9e,0x6b,0x17,0x72,0x9f,0x98,0x28,0xe4,0x1a,0x13,0x14,0xef,0xd2,0x27,0x5e,
0x3f,0xc8,0x69,0x35,0x64,0x5f,0x28,0xaf,0x79,0xd1,0xeb,0x68,0x5a,0xf3,0x94,0x37,
0x74,0xba,0x5e,0xc6,0xe3,0x21,0x5e,0xc6,0xd9,0x2e,0xe3,0x2c,0xcb,0xbe,0x93,0x43,
0x9a,0x2f,0x1b,0x22,0x78,0x48,0xd3,0x93,0x4b,0xf2,0x62,0xd7,0x39,0x4b,0x9c,0xb7,
0x2d,0xa3,0x4b,0x6c,0xac,0xe1,0x8f,0xe8,0x9e,0x77,0xee,0xc9,0xa6,0x8a,0x4a,0x94,
0x59,0x98,0xc6,0x4b,0xcf,0x7a,0x36,0x5,0xf2,0x7b,0x6a,0xc5,0xdc,0x43,0x53,0xfc,
0x66,0x24,0x37,0xb0,0x5b,0x41,0xee,0x4,0x3d,0x41,0x41,0xee,0xcd,0x50,0x34,0xce,
0x32,0x2d,0xb4,0xa9,0x5c,0xdc,0xed,0xf0,0x36,0xf5,0x32,0x9e,0xf9,0xae,0xb9,0x18,
0xef,0xb2,0xce,0x2b,0xcc,0xd9,0x60,0xe,0x59,0x31,0x75,0x7a,0x51,0xec,0xff,0x53,
0xaa,0x40,0xfd,0x3b,0xee,0x40,0x1,0x85,0x5d,0xfe,0xb4,0xa,0xe7,0xd0,0x84,0x4c,
0x9,0xc4,0x9e,0x1,0xf8,0xa6,0x1b,0xc1,0x5b,0x20,0xf6,0x44,0xd0,0x5b,0x95,0x45,
0x8b,0x8e,0xa7,0x78,0xbf,0x6c,0xa2,0x98,0x6d,0xd6,0x8a,0xea,0x2d,0x98,0x2a,0xa6,
0x65,0xfc,0x2b,0x1f,0x39,0xe5,0xbc,0xf6,0x98,0xf7,0xa6,0xe9,0xe5,0x9c,0xf5,0xdb,
0x87,0xae,0x8f,0xd4,0x7a,0xba,0xfc,0xc6,0x7e,0x91,0x9e,0xe1,0x21,0xcd,0x93,0xe5,
0x39,0x1a,0xb2,0xbf,0x65,0xfa,0x12,0x1a,0x2e,0xcb,0x8b,0xc9,0xb1,0x92,0xd8,0xf3,
0xda,0x51,0xf1,0xe0,0x3f,0xaf,0xc7,0x9b,0x2d,0x63,0x4e,0x4c,0x2b,0x50,0xcc,0xc2,
0x75,0xc3,0xaa,0x93,0x9f,0x61,0x17,0xf3,0xef,0xa5,0x80,0x3f,0xc8,0x5f,0x89,0x6f,
0x19,0xc3,0xc9,0x48,0xda,0x4d,0xa2,0xe7,0xa9,0xa1,0x4c,0xf3,0x2c,0x23,0xd3,0xd5,
0xb4,0x86,0xd2,0x78,0x19,0xc7,0x84,0xe,0x33,0xcd,0xc5,0xc6,0x22,0x68,0x59,0xc7,
0x68,0x4e,0x3a,0x2f,0x37,0xb1,0x94,0x58,0x5d,0x10,0x3b,0x5f,0x38,0x22,0xee,0x7e,
0xef,0x4a,0x71,0xf8,0x7a,0xdc,0x81,0x2,0xed,0x34,0xaa,0x63,0x1b,0x55,0x38,0x87,
0x26,0x64,0x4a,0x20,0xee,0x34,0xaa,0x5b,0x37,0xa9,0x70,0x8e,0x94,0xe0,0x2d,0x10,
0x77,0x6,0x91,0x27,0xcd,0xa7,0xfa,0xc9,0xab,0x9e,0x51,0x2b,0x66,0x3f,0x57,0x2b,
0xe6,0x7e,0x41,0x43,0x27,0xfe,0x15,0xd2,0x3f,0x84,0xd3,0x70,0xd0,0x4a,0x77,0xe7,
0xb9,0xe3,0x3a,0xdd,0x49,0xd3,0x65,0x42,0x5e,0xc6,0xb,0xfb,0xa6,0xb6,0x84,0x86,
0xa7,0xe6,0xc5,0xc4,0xca,0x82,0x98,0x58,0x95,0x17,0x75,0x1e,0xae,0xa4,0xe9,0x55,
0xce,0x34,0x8f,0xd7,0xd7,0xe4,0xc5,0xee,0x97,0x2f,0x11,0xfb,0xde,0xb8,0x5c,0xdc,
0xf7,0x7f,0x4e,0x13,0x87,0xbf,0xb7,0x91,0x5f,0xd2,0x61,0x3c,0xa7,0x20,0x1e,0x70,
0x5,0xea,0xa5,0x67,0x9f,0x68,0xaa,0xa0,0xc4,0x81,0xde,0x54,0x3f,0xf9,0xe4,0x67,
0x50,0x46,0xf1,0xd7,0x44,0x53,0x76,0xa3,0x50,0xa6,0xd1,0x19,0x8d,0x9c,0x56,0xe6,
0xea,0x34,0xd8,0xcc,0x8c,0xaa,0x65,0x38,0x8d,0xd7,0x5c,0x9c,0x59,0xd5,0xa8,0xb2,
0x56,0x5f,0x4e,0x99,0x91,0x34,0x14,0x19,0x49,0x1a,0xcc,0x31,0x95,0x36,0x17,0x33,
0xf5,0xfc,0x92,0xd8,0x7b,0xde,0xa8,0x7c,0x3,0xdf,0x83,0x5f,0x58,0x27,0x8e,0xde,
0x84,0xb7,0xf0,0x81,0x99,0x34,0xaa,0xe5,0xef,0xaa,0x50,0xe,0x55,0xc8,0x94,0x40,
0x9c,0x39,0x36,0x20,0xdf,0x74,0x23,0x78,0xb,0xc4,0x99,0x41,0xe5,0x49,0xf3,0xc9,
0xce,0x66,0x57,0x54,0x8a,0x99,0xdd,0x53,0xe4,0x9,0xf2,0x96,0x8c,0xff,0x4e,0x7f,
0x78,0x3d,0xa2,0xa7,0xdb,0xca,0x79,0xf3,0x20,0x1b,0x1b,0x96,0xe5,0xc5,0x9e,0x57,
0x2c,0x11,0x77,0xbd,0xe3,0x54,0x71,0xd7,0x3b,0x99,0x95,0xce,0xf0,0x2f,0x14,0x3c,
0x7d,0xd1,0x4a,0x71,0xcf,0xff,0x5e,0x25,0x1e,0xfe,0xc6,0x6,0x71,0xe4,0x47,0x9b,
0x45,0x63,0x1c,0x8d,0x11,0x71,0x27,0xe6,0x15,0x28,0xa6,0x77,0xed,0x58,0x92,0x5b,
0x46,0x99,0xd5,0xf5,0x7b,0xd9,0x0,0x2a,0x73,0x72,0x4c,0x45,0x66,0xa2,0x61,0x2b,
0x3,0x32,0x18,0xac,0x4b,0x64,0xab,0x1e,0x55,0xa0,0x76,0x3e,0x7f,0x44,0xec,0x7f,
0xcb,0x72,0x71,0xf7,0xbb,0xb4,0xb9,0x8,0x6d,0x2e,0xc5,0xdd,0xef,0x5e,0x29,0x1e,
0xf8,0xcc,0x5a,0x71,0xe4,0xfb,0x9b,0xc5,0xf4,0x2d,0x63,0xc6,0xb,0x6,0x80,0x66,
0xda,0x2e,0xbf,0x4a,0x85,0x72,0xa8,0x42,0xa6,0x4,0xe2,0xcc,0xa0,0x7c,0xd3,0x8d,
0xe0,0x2d,0x10,0x67,0xa2,0xe8,0x2d,0x7e,0x33,0x73,0xa5,0x98,0xbd,0x78,0xb2,0x94,
0x3b,0xc4,0xcf,0xf4,0x71,0xa3,0xb6,0x2c,0xdf,0x29,0xff,0xb4,0xfb,0x4a,0x79,0x4b,
0xa6,0x6b,0x7f,0xd1,0x50,0xfa,0xcb,0x5c,0x6,0x94,0x65,0xbc,0xa5,0x79,0xb1,0xf7,
0xb5,0xa3,0xe2,0xe1,0xaf,0x6d,0x90,0x65,0xb7,0xe9,0x5b,0x67,0x81,0xe6,0x35,0x6e,
0x87,0x8f,0x92,0x42,0xed,0xfb,0x1b,0xc4,0x69,0x2b,0x8e,0x37,0x55,0x4c,0xe2,0x44,
0xef,0xba,0x69,0xc5,0x49,0x27,0xec,0x28,0x64,0x2f,0xac,0x15,0xb2,0x7,0x76,0x51,
0x45,0x47,0x9a,0x8b,0x4d,0xc4,0xe6,0x30,0x1a,0xcc,0x31,0x51,0xcb,0x60,0x6c,0x2e,
0x7,0x9e,0x6e,0x99,0xce,0x41,0x77,0x97,0xe0,0xa,0xd4,0x7d,0x7f,0xb3,0x46,0x1c,
0xfd,0xc9,0x16,0x31,0x7d,0x9b,0xc1,0x58,0xca,0x5c,0x3c,0x44,0x46,0x5,0x16,0x40,
0x55,0x85,0x72,0xa8,0x42,0xa6,0x4,0xe2,0x4c,0xc3,0xb6,0x6a,0x2a,0x94,0x23,0x27,
0x78,0xb,0xc4,0x9c,0x81,0xe4,0x49,0xf3,0xc9,0xe9,0x2e,0x9b,0xfb,0xe8,0x44,0x29,
0x7b,0xc4,0xf1,0x94,0xf2,0x9,0xfb,0x47,0xc3,0x1e,0x61,0xcf,0xa8,0x71,0xd7,0x77,
0x6a,0x39,0xe9,0x29,0x9,0x4f,0x3b,0xf3,0x39,0x9d,0x7b,0x32,0x4d,0x9d,0x3d,0x22,
0x1e,0xfa,0xf2,0x3a,0xd3,0xf9,0x0,0x9,0xe5,0xa6,0x6b,0xd7,0x8a,0x62,0xf6,0x38,
0x53,0xa5,0x24,0x6e,0xf4,0xa7,0xdd,0xa3,0xa3,0xc7,0x91,0x39,0xde,0x4a,0xdc,0xcd,
0x99,0x16,0x67,0x4c,0x2d,0xd3,0x28,0x23,0xb1,0x59,0x18,0x69,0x28,0x36,0x9c,0x36,
0x90,0x82,0xd,0xa9,0xcd,0xa5,0xe0,0x71,0xde,0x5e,0xfd,0xb4,0x82,0xb8,0xfb,0x7d,
0x2b,0x65,0x86,0x64,0xba,0x10,0x0,0xf4,0xc3,0x74,0xa5,0xfc,0x6e,0x15,0xca,0xa1,
0xa,0x99,0x12,0x88,0x35,0xb5,0xc1,0xf8,0xa6,0x1b,0xc1,0x5b,0x20,0xce,0xc,0x2a,
0x4f,0x9a,0x4f,0x37,0xc,0x9d,0xf9,0xd4,0x4a,0x31,0xfb,0x3,0xf2,0xd4,0x13,0x7c,
0x97,0xd7,0xf1,0x89,0xf2,0x86,0x17,0x9e,0xe7,0x1d,0x9a,0xe6,0x29,0xf8,0xae,0x6e,
0x6d,0x79,0x4e,0xf6,0x22,0x9a,0xbe,0x19,0x8f,0x5e,0x3c,0xbc,0xcd,0x12,0x5f,0xf9,
0xd4,0x5a,0xf1,0xc6,0xd7,0x8e,0x8a,0xe7,0x97,0x4b,0x62,0xf9,0xf2,0xbc,0x58,0xbe,
0x2c,0x2f,0xce,0xb0,0x4a,0x32,0x8d,0xe7,0xf1,0x32,0xa6,0x75,0xe3,0x44,0x82,0x2a,
0x50,0x4c,0xff,0xba,0x25,0x9f,0xff,0x75,0xca,0x80,0x3e,0x36,0x31,0xe2,0x98,0x42,
0x66,0x46,0x1e,0xa3,0xb8,0x48,0xe3,0x79,0x30,0x2d,0xa3,0xe0,0x16,0x3f,0x7e,0xe,
0x8a,0xbf,0xa5,0xf1,0xf0,0xd7,0x37,0x18,0x2f,0x44,0xda,0xf8,0x8f,0x7f,0x59,0x2f,
0xde,0xff,0x67,0xa7,0x8a,0x17,0x9f,0x35,0x22,0xd6,0xad,0x2d,0x88,0x5c,0x3e,0x2b,
0x87,0x3c,0xcd,0xe9,0x3c,0xdf,0xb4,0x1e,0x98,0x9d,0x86,0x6d,0x3d,0x72,0x6c,0xf7,
0x19,0x27,0xab,0x50,0xe,0x55,0xc8,0x94,0x82,0x27,0x2d,0x99,0x52,0xd8,0xc,0xd2,
0x37,0xdd,0x8,0xde,0xa,0x1e,0xe4,0x47,0xc1,0x10,0x65,0x6f,0x55,0xf2,0x99,0x37,
0x4d,0x14,0xb3,0xf7,0xb1,0x17,0xbc,0xde,0x70,0xe0,0x6,0xa,0x55,0xfe,0x93,0x9e,
0xe3,0xf1,0xce,0x65,0x5a,0xf0,0x8b,0xc1,0xaa,0x23,0x59,0xb1,0xf7,0xfc,0x51,0x71,
0xe8,0x5f,0x37,0xa6,0xfe,0x83,0xd3,0xdf,0xfd,0xe7,0x75,0x62,0xcb,0xc6,0xa2,0xf4,
0xd1,0x5c,0xf0,0x32,0xbc,0xac,0x69,0x1b,0x71,0xe0,0xba,0x2b,0x57,0x8b,0x67,0x9d,
0xf0,0x54,0x53,0x65,0x24,0xae,0xf8,0x23,0xbb,0x78,0xca,0xb,0xea,0xc5,0x6c,0x65,
0x67,0x29,0x2f,0xbb,0x50,0xb4,0x1b,0x46,0xb5,0xea,0x75,0x1a,0x6c,0xc6,0x72,0xe,
0xbc,0xfe,0x4,0x2d,0xbf,0xf3,0xcc,0x92,0xb8,0x9f,0xa,0x39,0xd3,0x77,0xa4,0xbb,
0x90,0x63,0xff,0xfb,0x26,0xf1,0xba,0x97,0x2f,0x35,0x1a,0xaa,0x13,0x5e,0x8e,0x97,
0x37,0x6d,0x7,0xcc,0x86,0x75,0xb9,0xa,0xe3,0xd0,0x85,0x4c,0x29,0x38,0xd2,0x92,
0x29,0xd,0x8e,0xc1,0xf9,0xa6,0x1b,0x5,0xe6,0xad,0x6f,0xa7,0xdb,0x5b,0xc8,0x8f,
0xc2,0x20,0xba,0xde,0xaa,0xe5,0xb3,0xef,0xa1,0xf2,0xd9,0xfd,0xb5,0x62,0xee,0x9,
0xd7,0x23,0xec,0x1f,0xf6,0x8,0x8d,0xbb,0x9e,0xe2,0x71,0x95,0xe6,0x2c,0xc3,0x9e,
0x6b,0x4d,0xef,0x24,0xa6,0xca,0x45,0xf1,0xe0,0x3f,0x9d,0xce,0xaf,0x78,0x37,0x9c,
0x83,0xf4,0x70,0xf1,0x5f,0x9c,0x6a,0xf4,0xcf,0x5c,0xf0,0x3a,0xa6,0x6d,0x45,0x99,
0x4,0x56,0xa0,0x18,0x7f,0x74,0xc3,0xd0,0xd0,0x53,0x6b,0x85,0xec,0xef,0x53,0x45,
0x6a,0x92,0xbb,0xe1,0x69,0x13,0x31,0x5e,0x23,0x69,0x13,0xb5,0x55,0xa0,0xa4,0xe9,
0x5a,0x6,0xe3,0xf5,0x27,0x57,0xe5,0xe5,0x83,0xba,0x47,0x6f,0x4a,0x77,0x37,0xbe,
0x2b,0x2e,0x5d,0x23,0x8a,0x74,0xfe,0x4c,0x26,0x9a,0x8d,0x12,0x9d,0x3f,0x5e,0xcf,
0xb4,0x3d,0x30,0xb,0x95,0xcd,0xcb,0x55,0x28,0x87,0x2e,0x64,0x4a,0xfe,0x93,0x96,
0x4c,0x69,0xe0,0xc,0xd0,0x37,0xdd,0x8,0xde,0xf2,0x17,0xe4,0x47,0x21,0x12,0x5d,
0x6f,0x3d,0xa9,0x5a,0xc8,0x7c,0x82,0x3c,0xf5,0x18,0xbf,0x50,0xcc,0xf5,0x8c,0x82,
0x7d,0xc4,0xe5,0x3b,0x63,0xa3,0x84,0xf2,0x14,0xf7,0x34,0xe2,0xb7,0x58,0xde,0xf5,
0xe7,0x54,0xc6,0xfb,0x71,0xba,0xef,0xea,0xbe,0xf4,0x45,0x8b,0x8d,0xbe,0xe9,0x6,
0x5e,0xd7,0xb4,0xcd,0x28,0xf2,0xf1,0xf7,0x8e,0x24,0xb1,0x2,0xc5,0xf8,0xa7,0x6b,
0x86,0x86,0x9e,0x52,0x2d,0x65,0xdf,0x4a,0xe6,0x3a,0xcc,0x77,0xa4,0xbc,0x15,0x29,
0x2f,0x4e,0xb,0xa0,0x9a,0xf6,0x64,0x54,0x8c,0xf3,0xe0,0xae,0xd3,0x8d,0xef,0xa1,
0x2f,0xaf,0x4f,0x75,0x86,0x75,0xc1,0x6b,0x46,0x8d,0xc6,0xe9,0x16,0x5e,0xdf,0xb4,
0x5d,0x30,0x93,0x46,0xb5,0x7c,0x99,0xa,0xe3,0x41,0x8,0x99,0x92,0x8f,0xa4,0x25,
0x53,0x8a,0x2,0x3,0xf6,0x4d,0x37,0x82,0xb7,0x7c,0x2,0xf9,0x51,0xb8,0x44,0xd9,
0x5b,0x95,0x52,0x76,0x7d,0xa5,0x90,0x9b,0xd2,0x2f,0x6f,0x61,0x9f,0x78,0x1b,0x24,
0x9c,0x86,0xa,0x35,0xa4,0x74,0xe9,0x31,0x85,0x2c,0xe3,0x11,0xfc,0xcd,0xb4,0xc3,
0xdf,0x4b,0xf7,0x5d,0xca,0x8f,0xbc,0x7b,0xa5,0xd1,0x2b,0xb,0x81,0xb7,0x61,0xda,
0x76,0x94,0x48,0x70,0x5,0x8a,0xf1,0x57,0xdb,0xf3,0xf9,0xd1,0x5a,0x31,0xfb,0xed,
0x5d,0xca,0x28,0x8e,0x71,0x54,0xab,0x1e,0x1b,0x4c,0x43,0xe9,0xce,0xd0,0xc9,0xa8,
0x78,0x39,0x36,0x23,0x9b,0x72,0xea,0x8c,0x92,0xb8,0xff,0xd3,0xa7,0x89,0xc6,0xe,
0xf3,0x5,0x49,0x3,0xdc,0x72,0x67,0x32,0xcc,0x42,0x41,0xb,0x60,0x77,0x34,0xec,
0xf2,0x63,0xd3,0xe3,0x67,0x3e,0x5b,0x85,0x71,0xe8,0x42,0xa6,0xe4,0xf,0x69,0xc9,
0x94,0xa2,0xc2,0xa0,0x7d,0xd3,0x8d,0xe0,0xad,0xfe,0x41,0x7e,0x14,0x3e,0x51,0xf6,
0x96,0xd8,0xb8,0xf1,0x69,0xd5,0x7c,0xf6,0x8d,0xf5,0x62,0xf6,0x2e,0xed,0x29,0xe9,
0x2b,0x5d,0xd6,0xe3,0x69,0x3d,0xf4,0xce,0xa7,0xb4,0x49,0x62,0x62,0x43,0x41,0xdc,
0xf7,0x77,0x5c,0xc6,0x4b,0xef,0xa3,0x1a,0x37,0x5e,0xbb,0xc1,0xe8,0x91,0x5e,0xe0,
0x6d,0x99,0xf6,0x11,0x5,0xb8,0x2,0xc5,0x21,0x93,0x60,0xfc,0xd5,0xc5,0x43,0x43,
0x4f,0xae,0xe4,0x87,0xcf,0xa1,0xca,0xd1,0x6d,0xf2,0x41,0xdc,0xe,0x3,0xb5,0x65,
0x5e,0x1d,0xc8,0xaf,0xbd,0xaf,0xc8,0xcb,0xef,0x41,0x1d,0xf9,0xe1,0x66,0xe3,0x5,
0x49,0x3,0xdc,0x87,0x9c,0xbb,0x40,0x98,0xcc,0xb2,0x50,0x78,0x3b,0xe8,0x93,0xde,
0x1d,0xd,0xdb,0x7a,0xbf,0xa,0xe3,0xd0,0x85,0x4c,0xa9,0x7f,0xd2,0x92,0x29,0x45,
0x8d,0x41,0xfa,0xa6,0x1b,0xc1,0x5b,0xfd,0x81,0xfc,0x68,0x70,0xf4,0xe9,0xad,0xb3,
0x88,0x6f,0x3b,0xa3,0xc1,0xa8,0x52,0x18,0xbe,0x90,0xbc,0x73,0x84,0x1b,0x1a,0xb4,
0x8f,0xb4,0xa7,0x64,0xc3,0x84,0x42,0xdf,0xe9,0xe5,0x32,0x61,0x7d,0x45,0x4e,0xdc,
0xfd,0xce,0x95,0xce,0x5d,0xdd,0x14,0xf7,0x34,0x3a,0xf7,0x9c,0x25,0x46,0x8f,0xf4,
0x2,0x6f,0xcb,0xb4,0x8f,0x41,0x73,0xe1,0xf9,0x19,0x53,0xa5,0x23,0x69,0x4,0xa3,
0xed,0xa5,0x3c,0x57,0xa4,0xaa,0x7c,0x47,0xca,0x35,0x94,0x21,0xa3,0x92,0xf3,0xc8,
0x60,0xd2,0x5c,0x4b,0x72,0x62,0xf7,0x2b,0x96,0x8a,0x83,0x57,0xad,0xe7,0x56,0x18,
0xe3,0x45,0x49,0x3,0xdd,0x3e,0xb4,0xdb,0x2d,0xbc,0x3d,0xd3,0x7e,0xc0,0xc,0xee,
0x55,0xe1,0x3b,0x30,0x21,0x53,0xea,0x9d,0x34,0x64,0x4a,0x11,0x65,0xe0,0xbe,0xe9,
0x46,0xf0,0x56,0x6f,0x20,0x3f,0x1a,0x28,0xbd,0x78,0x6b,0x1d,0xc1,0x5d,0x1,0xa7,
0x89,0xe0,0xa,0x79,0x4a,0xe3,0x85,0xcc,0x75,0x93,0xa5,0xdc,0xaf,0xd8,0x2f,0xb3,
0x35,0x90,0x73,0x7a,0x8d,0xe0,0x8f,0x60,0xef,0xfe,0xdd,0x25,0xce,0xcb,0x59,0xcc,
0xbf,0x37,0x15,0xfc,0xdb,0x17,0xd6,0x19,0xbd,0xd1,0xf,0xbc,0x4d,0xd3,0xbe,0x6,
0xc1,0x3d,0x37,0x6f,0x16,0xe7,0x9d,0x7b,0x72,0x67,0x65,0x23,0xa9,0x4,0x23,0xda,
0xf2,0x53,0x2b,0x85,0xcc,0xfb,0xc8,0x38,0x8f,0xeb,0x37,0xf6,0x19,0xfb,0x9d,0x2b,
0xe4,0xf7,0x37,0xb6,0x14,0xc5,0x7d,0x9f,0x48,0x77,0x6b,0x3a,0xbf,0x16,0xd6,0x64,
0x90,0x7e,0xc1,0xeb,0x66,0xbb,0x63,0xda,0x1e,0xfb,0x63,0x15,0xc2,0x3,0x13,0x32,
0xa5,0x85,0x93,0xf4,0x4c,0x29,0xea,0x44,0xc1,0x37,0xdd,0x8,0xde,0x5a,0x18,0xc8,
0x8f,0x6,0xcf,0x2,0xbc,0x35,0x42,0x78,0x2b,0x4f,0xc1,0x16,0xf2,0x94,0xc6,0x8b,
0xb9,0x57,0xd7,0x8a,0xf9,0x5b,0xab,0x85,0x6c,0x43,0xde,0xe9,0xf5,0x34,0x4e,0x78,
0xe1,0xc6,0x8b,0x89,0x8d,0x5,0x71,0xef,0xa5,0x6b,0xe4,0xc7,0xa8,0x4d,0xbf,0x35,
0x2d,0xbc,0xf7,0x6d,0x2b,0x8c,0xbe,0xe8,0x7,0xde,0xa6,0x69,0x5f,0x61,0xc3,0x15,
0xa8,0x97,0x9e,0x7d,0xa2,0x37,0xfe,0x92,0x4e,0x60,0x7a,0x92,0x5d,0x28,0x3c,0xbf,
0x5e,0xcc,0x7d,0x8b,0xcc,0x73,0x98,0xcc,0xf5,0xb8,0x53,0x91,0xea,0x34,0x57,0x56,
0x56,0xb0,0xea,0x2b,0xf3,0x62,0xdf,0x9b,0x97,0xa7,0xfe,0x99,0xe,0xfe,0xbe,0x86,
0xc9,0x20,0xfd,0xc2,0xdb,0x35,0xed,0xf,0x74,0x62,0xed,0x50,0xf1,0x3b,0x30,0x21,
0x53,0x5a,0x38,0x49,0xce,0x94,0xe2,0xc1,0xe0,0x7d,0xd3,0x8d,0xe0,0xad,0x85,0x81,
0xfc,0x28,0xa,0xcc,0xeb,0x2d,0x7e,0x6e,0xca,0x54,0x79,0xa,0xbc,0x90,0xa7,0x55,
0xc9,0xe7,0x7f,0xab,0x52,0xcc,0x7c,0x8e,0xbc,0xe4,0x7c,0xe0,0x5a,0x79,0x8a,0xef,
0xf0,0x72,0xb7,0x59,0x6e,0xb4,0xa8,0x2d,0xcd,0x8b,0x3,0xef,0x38,0x55,0x1c,0xfd,
0x69,0xba,0x5f,0x7c,0xc4,0xbc,0xf0,0xcc,0x11,0xa3,0x2f,0xfa,0x81,0xb7,0x69,0xda,
0x57,0x98,0xa4,0xb0,0x2,0xc5,0x4,0x27,0x7e,0x5b,0x5f,0xbd,0x94,0x5d,0x37,0x5e,
0xcc,0x7e,0xac,0x5a,0xcc,0xec,0x92,0xad,0x7f,0x1e,0xd8,0x5c,0x9c,0x59,0xc9,0x8f,
0xea,0xbe,0x6c,0x89,0x38,0xf8,0x75,0xb4,0x4e,0xf1,0x87,0xa,0x4d,0x6,0xe9,0x17,
0xde,0xae,0x69,0x7f,0x60,0x26,0xc7,0xec,0xad,0xe7,0xaa,0x10,0x1e,0x98,0x90,0x29,
0x2d,0x8c,0xa4,0x66,0x4a,0x71,0x22,0xa,0xbe,0xe9,0x46,0xf0,0x56,0xf7,0x20,0x3f,
0x8a,0x6,0xb3,0x78,0x6b,0xbe,0xca,0x93,0x26,0x14,0x55,0xf2,0x8b,0xd6,0x90,0x97,
0xbe,0x4f,0x5e,0x7a,0xbc,0xa6,0x1b,0x26,0x78,0x48,0xb0,0xa7,0x76,0x9e,0xbd,0x58,
0x1c,0xfc,0x7f,0x54,0xc6,0x4b,0xf9,0xf7,0xb,0x99,0xd3,0x4f,0x73,0x3e,0x4e,0xed,
0x27,0xbc,0x4d,0xd3,0xbe,0xc2,0x22,0xa5,0x15,0x28,0x26,0x78,0xd9,0xb9,0x13,0xf3,
0x64,0xa4,0xcb,0xaa,0xa5,0xec,0xcf,0xf8,0xd,0x49,0xd2,0x5c,0xca,0x60,0x6c,0xae,
0xa9,0x8d,0x45,0x71,0xcf,0x87,0x57,0x8b,0xc6,0x1d,0xe9,0x6e,0x4d,0x67,0xf4,0x97,
0xdf,0xfd,0x86,0xb7,0x6b,0xda,0x1f,0x30,0x60,0x5b,0x3f,0x50,0xa1,0x3b,0x50,0x21,
0x53,0xea,0x9e,0x24,0x66,0x4a,0xb1,0x23,0x22,0xbe,0xe9,0x46,0xf0,0x56,0x77,0x20,
0x3f,0x8a,0x8,0xed,0xde,0xea,0xb6,0xf2,0xa4,0x9,0x45,0xf5,0x55,0x43,0x4f,0xaf,
0x14,0x73,0x7f,0x5e,0x5d,0x9c,0x7d,0x40,0x36,0x8e,0xb3,0xa7,0x8,0x2e,0xf3,0x4d,
0x6e,0x2e,0x8a,0xfb,0x3e,0x7e,0x9a,0x98,0xbe,0x2d,0xbd,0x8f,0x6a,0x78,0x31,0x79,
0xc2,0xf,0x4c,0xfb,0xa,0x83,0xda,0xf7,0x37,0x88,0x62,0xf6,0x38,0x53,0xec,0xa5,
0x81,0xe0,0xc5,0x77,0xa4,0x2a,0xc5,0x45,0xbf,0x53,0x5b,0x9a,0xdb,0xc1,0xe6,0x62,
0xb4,0xb9,0xf8,0xfb,0x1b,0xfb,0x2f,0x5c,0x21,0xe,0xff,0x0,0x6f,0xec,0x61,0x4c,
0xc6,0xf0,0xb,0xd3,0xfe,0x80,0x99,0xa3,0xdb,0xcb,0x25,0x15,0xbe,0x3,0x13,0x32,
0xa5,0xee,0x31,0xc5,0xbb,0x1f,0x98,0xf6,0x5,0x66,0x27,0xa,0xbe,0xe9,0x46,0xf0,
0x56,0x77,0x98,0x3c,0xe1,0x17,0xa6,0xfd,0x81,0xd9,0xf9,0xdc,0x47,0x56,0x9c,0x46,
0xa1,0xfb,0x21,0xa2,0xdb,0xca,0x93,0x26,0x34,0x4d,0x16,0x8b,0x99,0x5d,0xaf,0x5c,
0xf2,0x1f,0xfc,0x46,0xcb,0xfa,0x8,0x97,0xf5,0x9c,0x86,0x89,0xfd,0x6f,0x5a,0x2e,
0xa6,0x7f,0x82,0x1e,0x13,0x9a,0x24,0x35,0xfa,0xdd,0x74,0xed,0xda,0x34,0x57,0xa0,
0x98,0x70,0x34,0xb5,0xe2,0xa4,0x13,0xf6,0xbd,0x6d,0xd9,0xd7,0x76,0xfe,0xe6,0x8,
0x99,0xcb,0x69,0xed,0x63,0x83,0xed,0xfc,0xad,0xc5,0xf2,0x6d,0x7c,0xa6,0x8b,0x93,
0x46,0xd0,0xf2,0x17,0x15,0xc6,0xde,0xa9,0x42,0x77,0xa0,0x42,0xa6,0xd4,0x1d,0xb8,
0x13,0x15,0x15,0xa2,0xe1,0x9b,0x6e,0x4,0x6f,0xcd,0xf,0xf2,0xa3,0xc1,0xc3,0xdd,
0xa4,0xe4,0xc7,0x4a,0x9f,0xf1,0x94,0x23,0x14,0xb6,0xa6,0x42,0xdc,0x7c,0x84,0xaa,
0x23,0x3f,0xd8,0x74,0xe7,0xfe,0x3f,0x59,0x21,0x26,0x96,0xe7,0x9d,0xef,0x7e,0x9e,
0x3d,0x22,0x1e,0xf8,0xfc,0x3a,0xd1,0xdc,0x8e,0x46,0x9,0x4d,0x52,0xba,0x9f,0x73,
0x5,0x2a,0xc1,0x1f,0xd1,0xed,0x96,0xf0,0x74,0xf4,0xa6,0x2d,0xb7,0xdd,0x73,0xc9,
0x1a,0x31,0xb1,0xbe,0x20,0x76,0x53,0xa6,0x35,0xb9,0xa9,0x28,0xee,0xf9,0xdf,0xab,
0xc4,0xf4,0x8d,0xc8,0xb0,0x34,0xe8,0x83,0x1e,0xd,0x1a,0xb6,0x75,0xb3,0xa,0xdb,
0x81,0xb,0x99,0xd2,0xfc,0xe0,0x99,0xa8,0x68,0x10,0x25,0xdf,0x74,0x23,0x78,0x6b,
0x6e,0x90,0x1f,0xd,0xe,0xae,0x3c,0x5d,0xfd,0xc9,0x15,0xe2,0xb4,0x15,0xc7,0x9b,
0xa,0x6e,0xb,0x21,0x34,0x35,0xed,0xad,0x2b,0xf8,0xd8,0x1f,0xba,0x72,0x9d,0x98,
0x3c,0x63,0x44,0xd4,0xd7,0xe6,0xc5,0xbd,0x7f,0xb3,0x46,0x4c,0xdf,0xe,0x3f,0x79,
0x49,0xc2,0x8b,0x90,0xae,0xbb,0x72,0x35,0x2a,0x50,0xe,0xe1,0x48,0x9b,0xeb,0xd0,
0x77,0x37,0x89,0x3d,0xbf,0xbf,0x4c,0xd4,0x4e,0x55,0x1f,0xd5,0xfd,0xcf,0xf4,0x7e,
0x54,0xd7,0x4,0xde,0x86,0x14,0x21,0x28,0x66,0x55,0xf8,0xe,0x4c,0x6e,0xa6,0xf4,
0x5,0x64,0x4a,0x73,0x81,0xb7,0xf3,0x45,0x88,0x8,0xf8,0xa6,0x1b,0xc1,0x5b,0xf3,
0x83,0xfc,0x68,0x30,0x70,0x1,0xd5,0x87,0xca,0x93,0x26,0x34,0x35,0xec,0xb1,0xf,
0xf0,0xf1,0x1f,0xbd,0x79,0x4c,0xdc,0xfb,0xe1,0xd5,0xe2,0xae,0x77,0xac,0x10,0x87,
0xaf,0xc7,0xa3,0x1a,0x9d,0xc4,0xfd,0x93,0x1c,0x5c,0xb9,0x47,0x5,0xca,0x25,0x1c,
0x69,0x73,0x4d,0xdf,0x31,0x26,0x1e,0xf8,0xec,0x5a,0x71,0xe0,0xcf,0x56,0x88,0x87,
0xfe,0xe9,0x74,0xd1,0xa8,0x20,0xc3,0xf2,0x82,0xef,0x72,0x44,0x7,0x8e,0x59,0x15,
0xbe,0x3,0x13,0x32,0xa5,0xee,0xc0,0x77,0xa2,0xa2,0x43,0x14,0x7c,0xd3,0x8d,0xe0,
0xad,0xf9,0x41,0x7e,0x14,0x2e,0x3e,0x57,0x9e,0x34,0xa1,0xa9,0x61,0x5b,0x3b,0xf4,
0x6f,0xe1,0x4f,0x3,0x1c,0xf9,0xd1,0x66,0xd1,0x18,0x47,0x19,0xcf,0x44,0x5c,0x3f,
0xe,0x2f,0xbb,0x96,0xa2,0x2,0xe5,0x25,0x1c,0x79,0xcd,0xd5,0xd8,0x66,0x89,0x23,
0x37,0x6c,0x4e,0xfd,0xb7,0x6d,0x66,0x3,0x5f,0x88,0x8f,0x6,0x1c,0xb3,0x2a,0x7c,
0x7,0x26,0x64,0x4a,0xdd,0x13,0xd7,0x4c,0x29,0x69,0x44,0xc1,0x37,0xdd,0x8,0xde,
0xea,0xe,0xe4,0x47,0xc1,0x13,0x50,0xe5,0x49,0x13,0x8a,0xa6,0xc7,0xb7,0xae,0x33,
0xfd,0x36,0x60,0xe6,0xc6,0x6b,0x37,0x18,0xfd,0xd1,0xb,0xbc,0x2d,0xd3,0x3e,0xfc,
0x86,0x2b,0x50,0x74,0xa9,0x41,0x3b,0xc1,0xb,0xe6,0x5a,0x18,0xf6,0xbf,0x6f,0x12,
0xa5,0x52,0xce,0x68,0x96,0x85,0x52,0x2c,0x65,0xe5,0xf6,0x4c,0xfb,0x1,0xf3,0xc3,
0xb1,0xab,0xc2,0x38,0x74,0xc1,0x37,0xb,0x23,0x8e,0x99,0x52,0x52,0x19,0xa4,0x6f,
0xba,0x11,0xbc,0xd5,0x3d,0xc8,0x8f,0x82,0x83,0x2b,0x4f,0x67,0x6c,0x7e,0xa6,0xa9,
0x60,0xe6,0x27,0xa1,0xa8,0x59,0xb5,0x2e,0x31,0xfd,0x46,0x30,0x3b,0x1f,0x79,0xf7,
0x4a,0xa3,0x4f,0x16,0x2,0x6f,0xc3,0xb4,0x6d,0xbf,0x79,0xdf,0x85,0x79,0x53,0x6c,
0x81,0x30,0x4,0x73,0x2d,0x9c,0x2b,0x2e,0x5d,0x63,0x34,0xcc,0x42,0xe1,0xed,0x98,
0xb6,0xf,0xba,0xc5,0xba,0x44,0x85,0x71,0xe8,0x82,0x6f,0x16,0x4e,0x9c,0x32,0xa5,
0x64,0x33,0x38,0xdf,0x74,0x23,0x78,0x6b,0x61,0x20,0x3f,0xf2,0x17,0xae,0x3c,0x85,
0xf8,0x61,0xd2,0x50,0xd4,0xb0,0xcb,0x93,0xa6,0xdf,0xa,0xe6,0xe6,0xa5,0x2f,0x5a,
0x6c,0xf4,0x4a,0x37,0xf0,0xba,0xa6,0x6d,0xfa,0xcd,0x85,0xe7,0x67,0x4c,0x71,0x5,
0x1c,0x82,0x17,0xcc,0xd5,0x1b,0x17,0xbc,0x66,0xd4,0x68,0x9c,0x6e,0xe1,0xf5,0x4d,
0xdb,0x5,0xdd,0xc3,0xb1,0xab,0xc2,0x38,0x74,0xc1,0x37,0xbd,0x11,0x87,0x4c,0x29,
0xe9,0xc,0xd2,0x37,0xdd,0x8,0xde,0x5a,0x38,0xc8,0x8f,0xfa,0x87,0x5f,0x9,0xcd,
0x5,0xd2,0x90,0x9f,0x29,0x9,0x5c,0x47,0xb7,0x3d,0xaf,0x68,0xfa,0xbd,0xa0,0x3b,
0x2e,0xfe,0x8b,0x85,0xbf,0xc0,0x85,0xd7,0x31,0x6d,0xcb,0x4f,0xf8,0xd,0x91,0xe7,
0x9d,0x7b,0xb2,0x29,0xa6,0x40,0x8b,0x60,0x5,0x73,0xf5,0x7,0xb7,0xdc,0x71,0x17,
0x8,0x93,0x89,0x66,0x83,0x97,0x47,0x8b,0x9f,0x7f,0x70,0xc,0xab,0x70,0xe,0x4d,
0xf0,0x4d,0x7f,0x44,0x35,0x53,0x4a,0x13,0xb3,0xf8,0x66,0x84,0xe0,0xf,0x86,0x8e,
0xcb,0xa9,0x1,0x8,0xde,0xea,0x1d,0xe4,0x47,0xbd,0x51,0xfb,0xfe,0x86,0x41,0x54,
0x9e,0x34,0x81,0xab,0x61,0x5b,0xe7,0x99,0x7e,0x37,0xe8,0x9e,0xef,0xfe,0xf3,0x3a,
0xb1,0x65,0x63,0xd1,0xe8,0x21,0x2f,0x9b,0x36,0x14,0xe5,0xb2,0xa6,0x6d,0xf8,0x9,
0x57,0xa0,0x42,0xbc,0x5b,0x1a,0x67,0x82,0x15,0xcc,0xd5,0x3f,0xdc,0x87,0xbc,0xdb,
0x87,0x7b,0x79,0x39,0xf4,0x39,0xf7,0x17,0x8e,0x61,0x15,0xce,0xa1,0x9,0xbe,0xe9,
0x9f,0xa8,0x65,0x4a,0x69,0xc3,0xe3,0x9b,0x67,0x13,0x17,0x11,0x5c,0x71,0xa,0x2f,
0xf3,0x99,0x45,0xf0,0x56,0x7f,0x20,0x3f,0xea,0x1e,0x2e,0x88,0xe,0xb0,0xf2,0xa4,
0x9,0x5c,0xd3,0xb6,0xf5,0x59,0xd3,0xef,0x7,0xb,0xe3,0xe1,0x6d,0x96,0xf8,0xca,
0xa7,0xd6,0x8a,0x37,0xbe,0x76,0x54,0x9c,0x61,0x95,0xc4,0xf2,0x65,0x79,0xb1,0x7c,
0x79,0x5e,0x3c,0xbf,0x5c,0x92,0x69,0x3c,0x8f,0x97,0x31,0xad,0xeb,0x27,0xa8,0x40,
0x2d,0x88,0x60,0x5,0x73,0xf9,0x7,0xbf,0x16,0x96,0xbf,0xaf,0xc1,0x1f,0x2a,0xd4,
0x5f,0x92,0xe7,0x21,0x4f,0x73,0x3a,0x5e,0x1b,0x1b,0xc,0x1c,0xc3,0x2a,0x9c,0x43,
0x13,0x7c,0xe3,0xf,0x51,0xc9,0x94,0xd2,0x6,0x67,0xc2,0x6f,0x79,0xdd,0xf0,0x4d,
0x14,0xca,0x5c,0x71,0x9a,0x26,0xc2,0xcf,0x7c,0x66,0x11,0xbc,0xe5,0xf,0xc8,0x8f,
0x66,0x27,0x22,0x95,0x27,0x4d,0xe0,0x6a,0x54,0xcb,0x55,0xd3,0x79,0x0,0xf1,0x83,
0x63,0x37,0x84,0x97,0x9d,0x24,0x89,0x60,0x5,0x73,0x81,0xb8,0xc3,0x31,0xac,0xc2,
0x39,0x34,0xc1,0x37,0x20,0x6e,0x70,0xe6,0xcb,0xaf,0xc0,0xe5,0x57,0x35,0x77,0x59,
0x78,0x1c,0x88,0xe0,0x2d,0x10,0x14,0x11,0xab,0x3c,0x69,0x2,0xd5,0x23,0x95,0xf2,
0x29,0xa6,0x73,0x1,0xe2,0x7,0x77,0x3b,0x2d,0x66,0x8f,0x33,0xc5,0x10,0x98,0x9d,
0xe0,0x4,0x73,0x81,0xa4,0xc0,0xb1,0xac,0xc2,0x3a,0x70,0xc1,0x37,0x20,0x2e,0x70,
0xa1,0xf1,0x8a,0x4b,0x46,0x17,0x52,0x71,0xf2,0x12,0xba,0xe0,0x2d,0x10,0x4,0xec,
0x3,0x7e,0x5,0x74,0xc4,0x2a,0x4f,0x9a,0x40,0x75,0xac,0x36,0xf6,0xa,0xd3,0x39,
0x1,0xf1,0x82,0x5f,0x7a,0x82,0xa,0x54,0x4f,0x4,0x27,0x98,0xb,0x24,0x5,0x8e,
0x65,0x15,0xd6,0x81,0xb,0xbe,0x1,0x51,0x86,0xb,0x8c,0x57,0x7f,0x72,0x45,0xaf,
0x15,0x27,0x2f,0xa1,0xb,0xde,0x2,0x7e,0xa2,0xef,0xbe,0x46,0xbc,0xf0,0x19,0xa8,
0x1a,0xd5,0xf2,0x3f,0x98,0xce,0xd,0x88,0xf,0x5c,0x81,0x8a,0x68,0x3,0x40,0x1c,
0x8,0x4e,0x30,0x17,0x48,0xa,0x1c,0xcb,0x2a,0xac,0x3,0x17,0x7c,0x3,0xa2,0x86,
0xae,0x38,0x71,0x5f,0x79,0x1f,0x33,0xdb,0xd0,0x5,0x6f,0x1,0x3f,0xf0,0x36,0x24,
0x50,0x58,0x45,0x9d,0x40,0xd5,0xac,0x5a,0x77,0x98,0xce,0x11,0x88,0x7,0xfc,0xcd,
0x32,0x54,0xa0,0xfa,0x22,0x38,0xc1,0x5c,0x20,0x39,0x58,0x77,0xa8,0xb0,0xe,0x5c,
0xf0,0xd,0x88,0x2,0xba,0xa0,0xc8,0x6f,0x69,0xa,0x28,0x93,0xd,0x5d,0xf0,0x16,
0xe8,0x17,0x2e,0x74,0xc6,0xa4,0xf2,0xa4,0x9,0x4c,0x47,0xb7,0x6d,0x7c,0x96,0xe9,
0x1c,0x81,0x78,0xc0,0x5d,0xb1,0x51,0x81,0xea,0x9b,0x60,0x4,0x73,0x81,0xa4,0xc1,
0x31,0xad,0xc2,0x3b,0x30,0xc1,0x37,0x60,0x90,0x70,0xc5,0x89,0xb,0x89,0xfc,0x81,
0xc5,0x10,0x32,0xd7,0x50,0x5,0x6f,0x81,0x7e,0x88,0x61,0xe5,0x49,0x13,0x98,0x9a,
0xb5,0xf2,0x56,0xd3,0xb9,0x2,0xd1,0x87,0xbb,0xa1,0xa2,0x2,0xe5,0xb,0xc1,0x8,
0xe6,0x2,0x89,0x83,0x62,0x5a,0x85,0x77,0x60,0x82,0x6f,0x40,0xd8,0x84,0x5c,0x71,
0xf2,0x12,0xaa,0xe0,0x2d,0xd0,0xb,0x31,0xae,0x3c,0x69,0x2,0xd3,0x51,0xdb,0x7a,
0x83,0xe9,0x9c,0x81,0x68,0xc3,0x15,0x28,0xba,0x7c,0xc0,0x1f,0x82,0x11,0xcc,0x5,
0x92,0x6,0xc7,0xb4,0xa,0xef,0xc0,0x4,0xdf,0x80,0x30,0x18,0x60,0xc5,0xc9,0x4b,
0xa8,0x82,0xb7,0xc0,0x42,0x60,0x7f,0x24,0xe4,0x7b,0x39,0x81,0xa9,0x59,0xb5,0x2e,
0x31,0x9d,0x3b,0x10,0x5d,0xf8,0x2d,0x92,0x74,0xe9,0x80,0x7f,0x4,0x23,0x98,0xb,
0x24,0xf,0xeb,0x12,0x15,0xde,0x81,0x9,0xbe,0x1,0x41,0xa1,0x2b,0x4e,0x69,0xfa,
0x8,0xa8,0x57,0xf0,0x16,0xe8,0x6,0xf6,0x8,0x3f,0x7,0x48,0x21,0x93,0x14,0x2,
0x13,0x79,0xea,0xab,0xa6,0x73,0x8,0xa2,0x7,0xff,0xff,0xe7,0x46,0x33,0xba,0x6c,
0xc0,0x5f,0x82,0x11,0xcc,0x5,0x92,0x87,0xf5,0x55,0x15,0xde,0x81,0x9,0xbe,0x1,
0x7e,0x12,0xc1,0x8a,0x93,0x97,0x50,0x5,0x6f,0x81,0xb9,0xe0,0xd7,0x3c,0x47,0xd4,
0x27,0xfd,0x12,0x98,0x9a,0xb6,0x75,0xa7,0xe9,0x5c,0x82,0x68,0x81,0xa,0x54,0xa0,
0x4,0x23,0x98,0xb,0x24,0xe,0x8a,0x69,0x15,0xde,0x81,0x9,0xbe,0x1,0xfd,0x12,
0xf1,0x8a,0x93,0x97,0x50,0x5,0x6f,0x1,0x13,0xb5,0xef,0x6f,0x48,0x6a,0xe5,0x49,
0x13,0x98,0x1a,0x76,0xb9,0x61,0x3a,0xa7,0x20,0x3a,0x70,0x7e,0x90,0xb0,0x3b,0xab,
0x51,0x23,0x18,0xc1,0x5c,0x20,0x69,0x50,0x4c,0x37,0x55,0x78,0x7,0x26,0xf8,0x6,
0xf4,0x8a,0xae,0x38,0xc5,0xe8,0xab,0xf3,0xa1,0xa,0xde,0x2,0x5e,0xb8,0x70,0x99,
0xf0,0xca,0x93,0x26,0x10,0x3d,0x5a,0xdf,0x3c,0x6c,0x3a,0xaf,0x20,0x3a,0xa0,0x2,
0x15,0xa,0xfe,0xb,0xe6,0x2,0x49,0x85,0x63,0x5b,0x85,0xb9,0xef,0x82,0x6f,0xc0,
0x42,0xe1,0x8a,0x13,0x3f,0x28,0x8c,0x57,0x2f,0xcf,0x2d,0x78,0xb,0x68,0x52,0x54,
0x79,0xd2,0x4,0xa2,0x63,0xf5,0xe7,0x9d,0x61,0x3a,0xbf,0x20,0x1a,0x70,0x9c,0x27,
0xe4,0xc5,0x28,0x51,0xc7,0x7f,0xc1,0x5c,0x20,0xa9,0x1c,0xab,0x8f,0x9d,0xa1,0xc2,
0xdc,0x77,0xc1,0x37,0xa0,0x1b,0x62,0x5e,0x71,0xf2,0x12,0x9a,0xe0,0x2d,0x90,0xc2,
0xca,0x93,0x26,0x10,0x4d,0x57,0xcb,0x7f,0x64,0x3a,0xcf,0x60,0xf0,0xf0,0xf3,0x7d,
0x31,0xea,0x91,0x10,0x77,0xfc,0x17,0xcc,0x5,0x92,0xa,0xc7,0xb6,0xa,0x73,0xdf,
0x5,0xdf,0x80,0xd9,0x48,0x50,0xc5,0xc9,0x4b,0x68,0x82,0xb7,0xd2,0xb,0x57,0x9e,
0xd8,0x3b,0x29,0xac,0x3c,0x69,0x2,0x51,0xb3,0x52,0xbe,0xd4,0x74,0xbe,0xc1,0x60,
0x41,0x5,0x2a,0x74,0xfc,0x17,0xcc,0x5,0x12,0xb,0xc5,0xb6,0xa,0x73,0xdf,0x5,
0xdf,0x0,0x2f,0x9,0xad,0x38,0x79,0x9,0x4d,0xf0,0x56,0xfa,0xe0,0xca,0x13,0x7f,
0x54,0x14,0x5,0xca,0x60,0xd4,0xb4,0xcb,0x9f,0x36,0x9d,0x77,0x30,0x38,0xb8,0x2,
0x95,0xe2,0xc6,0x82,0x41,0xe1,0xbf,0x60,0x2e,0x90,0x58,0x28,0xb6,0x55,0x98,0xfb,
0x2e,0xf8,0x6,0x70,0x26,0x98,0xf0,0x8a,0x93,0x97,0xd0,0x4,0x6f,0xa5,0x7,0xae,
0x3c,0x5d,0xfd,0xc9,0x15,0x69,0xf1,0x50,0x37,0x4,0xa2,0x86,0x6d,0x5d,0x69,0x3a,
0xff,0x60,0x30,0x70,0xa3,0x1b,0x2a,0x50,0x3,0xc1,0x7f,0xc1,0x5c,0x20,0xa9,0x70,
0x6c,0xab,0x30,0xf7,0x5d,0xf0,0x4d,0x3a,0x49,0x59,0xc5,0xc9,0x4b,0x68,0x82,0xb7,
0xd2,0x1,0x17,0x24,0x51,0x79,0x9a,0x41,0x20,0xa2,0xf3,0x7d,0x4d,0xe7,0xf9,0x7,
0x83,0xe1,0x8a,0x4b,0x46,0x51,0x81,0x1a,0x1c,0xfe,0x8b,0x2e,0x2a,0xcc,0x5,0x92,
0xca,0x35,0x2a,0xcc,0x7d,0x17,0x6f,0xbb,0x63,0x5f,0x20,0xa1,0xf0,0xb7,0x69,0x52,
0x5a,0x71,0xf2,0x12,0x9a,0xe8,0x9c,0xc3,0x5b,0x9,0x6,0x95,0xa7,0x39,0x9,0x44,
0x8d,0x6a,0xf9,0x7a,0xd3,0xb5,0x0,0xe1,0xc2,0x5d,0x56,0x51,0x81,0x1a,0x28,0xfe,
0xb,0xe6,0x2,0x49,0x85,0x63,0x5b,0x85,0xb9,0xef,0x82,0x6f,0x92,0xd,0x2a,0x4e,
0x33,0x8,0x4d,0xf0,0x56,0x32,0x41,0xe5,0xa9,0x2b,0x2,0x51,0xb3,0x6a,0xfd,0xd4,
0x74,0x4d,0x40,0x78,0x70,0x5,0x8a,0x2e,0x5,0x18,0x2c,0xfe,0xb,0xe6,0x2,0xc9,
0xc5,0xfa,0xa9,0xa,0x73,0xdf,0x5,0xdf,0x24,0xf,0xfd,0x70,0x3b,0xa,0x7a,0x46,
0x42,0x13,0xbc,0x95,0x2c,0xb8,0xf2,0x84,0x6f,0xe0,0x74,0x4d,0x20,0x22,0x4f,0xed,
0x30,0x5d,0x1b,0x10,0xe,0xdc,0x20,0x47,0x97,0x1,0xc,0x1e,0xff,0x5,0x73,0x81,
0xe4,0x62,0xed,0x50,0x61,0xee,0xbb,0xe0,0x9b,0x64,0xe0,0xad,0x38,0xa1,0x9b,0xc5,
0x9c,0x84,0x26,0x78,0x2b,0x19,0x70,0xe5,0xe9,0xa5,0x67,0x9f,0x68,0x8a,0x25,0x30,
0x3b,0x81,0xa8,0x69,0x97,0xf7,0x98,0xae,0x11,0x8,0x16,0xce,0x5f,0xce,0x3b,0xf7,
0x64,0xd3,0x75,0x6,0x83,0xc1,0x7f,0xc1,0x5c,0x20,0xb1,0x50,0x6c,0xab,0x30,0xf7,
0x5d,0xf0,0x4d,0x7c,0x41,0xc5,0xa9,0x27,0x42,0x13,0xbc,0x15,0x6f,0xf8,0xe5,0x2b,
0x29,0xfd,0x50,0xae,0x1f,0x4,0xa2,0x86,0x5d,0x7e,0xd0,0x74,0xad,0x40,0x70,0xa0,
0x2,0x15,0x49,0xfc,0x17,0xcc,0x5,0x92,0xa,0xc7,0xb6,0xa,0x73,0xdf,0x5,0xdf,
0xc4,0xb,0xce,0xd0,0xf8,0xad,0x48,0xa8,0x38,0xf5,0x4c,0x68,0x82,0xb7,0xe2,0x9,
0x3f,0x47,0x88,0xca,0x53,0xdf,0x4,0xa2,0xa6,0x6d,0x3d,0x62,0xba,0x66,0x20,0x18,
0x38,0xbf,0xc1,0x5d,0xd8,0x48,0xe2,0xbf,0x60,0x2e,0x90,0x58,0x28,0xb6,0x55,0x98,
0xfb,0x2e,0xf8,0x26,0xfa,0x70,0x46,0xc6,0xdf,0xa0,0xe1,0xe7,0x31,0x50,0xb0,0xeb,
0x9b,0xd0,0x4,0x6f,0xc5,0xb,0xf6,0x19,0x2a,0x4f,0xbe,0x11,0x88,0x4c,0xd7,0xd,
0x4,0x3,0x2a,0x50,0x91,0xc6,0x7f,0x99,0x82,0x0,0x80,0xa4,0xa0,0xc2,0xdc,0x77,
0x99,0xf6,0x5,0x6,0xf,0x2a,0x4e,0x81,0x11,0x9a,0x4c,0xd7,0x15,0x44,0xf,0x54,
0x9e,0x2,0x21,0x10,0xa1,0x61,0x22,0x1c,0xf8,0x6e,0x2c,0x5e,0x4c,0x14,0x69,0xfc,
0x17,0xcc,0x5,0x12,0xb,0xee,0x44,0xa5,0x2,0x5d,0x71,0xe2,0xd6,0x3f,0x14,0xe8,
0x2,0x23,0x34,0xc1,0x5b,0xd1,0x6,0x95,0xa7,0x40,0x9,0x44,0xe8,0x22,0x1b,0x3c,
0xfc,0x2c,0x60,0x31,0x7b,0x9c,0xe9,0x9a,0x82,0xe8,0xe0,0xbf,0x60,0x2e,0x90,0x54,
0xf0,0x4c,0x54,0x72,0xe1,0x82,0x1c,0xbf,0xfd,0x8b,0x1f,0xdc,0x45,0x61,0x2e,0x14,
0x42,0x13,0xbc,0x15,0x4d,0xd8,0x73,0xfc,0xaa,0x66,0x14,0x14,0x3,0x25,0x10,0xe1,
0x65,0x2d,0xc1,0x82,0xa,0x54,0x6c,0xf0,0x5f,0x30,0x17,0x48,0x2c,0x78,0x3b,0x5f,
0xa2,0x40,0xc5,0x69,0xa0,0x84,0x26,0x78,0x2b,0x5a,0xb0,0xef,0xf8,0xa5,0x2c,0x28,
0x24,0x86,0x42,0x20,0xc2,0x67,0x3,0x82,0x83,0xf3,0x24,0xe4,0x47,0xb1,0xc1,0x7f,
0xc1,0x5c,0x20,0xb9,0xe0,0x3b,0x51,0x49,0x81,0xbb,0xeb,0x21,0xa3,0x1a,0x28,0xa1,
0x9,0xde,0x8a,0x6,0xba,0xd1,0x2,0xcf,0x78,0x84,0x4a,0x20,0x22,0x4f,0xe1,0x3,
0xd6,0x1,0x80,0xa,0x54,0xec,0xf0,0x5f,0x30,0x17,0x48,0x2e,0xd6,0x4f,0x55,0x98,
0xfb,0x2e,0xf8,0x66,0x30,0x70,0x8b,0x38,0xde,0x7c,0x34,0x10,0x42,0x13,0xbc,0x35,
0x78,0x50,0x79,0x1a,0x18,0x81,0xa8,0x51,0x2d,0x5f,0x6f,0xba,0xce,0xa0,0x77,0xf8,
0x5b,0x83,0xa8,0x40,0xc5,0xe,0xff,0x5,0x73,0x81,0xa4,0xc2,0xb1,0xad,0xc2,0xdc,
0x77,0xc1,0x37,0x83,0x87,0x33,0x31,0x7e,0xb,0x1f,0x5d,0xe,0x10,0x3c,0xa1,0x9,
0xde,0x1a,0x1c,0xa8,0x3c,0xd,0x9c,0x40,0x44,0xd7,0xf6,0x9a,0xce,0x6b,0xd,0x7a,
0x7,0x15,0xa8,0xd8,0xe2,0xbf,0x28,0x20,0x60,0x2e,0x90,0x54,0xae,0x51,0x61,0xee,
0xbb,0x78,0xdb,0x1d,0xfb,0x2,0x3,0x4,0x15,0xaa,0xc0,0x9,0x4d,0x74,0x3d,0xe1,
0xad,0x90,0x41,0xe5,0x29,0x32,0x4,0xa2,0x86,0x6d,0x5d,0x69,0xba,0xee,0xa0,0x37,
0xf8,0x5,0x2b,0x74,0x5a,0x41,0xfc,0xf0,0x5f,0x30,0x57,0xf4,0xd8,0xf9,0x9d,0xbc,
0xb8,0xe1,0x93,0x43,0xc0,0xf,0x2e,0x1b,0x1a,0x51,0xa1,0xee,0xab,0xe0,0x9b,0xe8,
0x82,0xa,0x55,0x20,0x84,0x26,0x78,0x2b,0x5c,0xf8,0x45,0x2d,0x74,0xda,0x41,0x34,
0x8,0x44,0x4d,0xbb,0xfc,0x69,0xd3,0xb5,0x7,0xbd,0xc3,0x5d,0xcb,0xe9,0xd4,0x82,
0x78,0xe1,0xbf,0x60,0x2e,0x90,0x58,0x28,0xb6,0x55,0x98,0xfb,0x2e,0xf8,0x26,0xfa,
0xf0,0x83,0xf1,0xa8,0x50,0xf9,0x46,0x68,0x82,0xb7,0xc2,0x87,0x5f,0xdc,0x82,0xb7,
0xef,0x45,0x82,0x40,0xd4,0xac,0x94,0x2f,0x35,0x5d,0x77,0xd0,0x1f,0x7c,0x7,0x97,
0x4e,0x2f,0x88,0xf,0xfe,0xb,0xe6,0x2,0x89,0x85,0x62,0x5b,0x85,0xb9,0xef,0x82,
0x6f,0xe2,0x5,0x2a,0x54,0x7d,0x13,0x9a,0xe0,0xad,0xc1,0x81,0x57,0x99,0xf,0x9c,
0x40,0x34,0x5d,0x2d,0xff,0x91,0xe9,0x7a,0x83,0xfe,0x41,0x45,0x2a,0x56,0xf8,0x2f,
0x98,0xb,0x24,0x15,0x8e,0x6d,0x15,0xe6,0xbe,0xb,0xbe,0x89,0x2f,0xba,0x42,0x85,
0x67,0x40,0x16,0x44,0x68,0x82,0xb7,0x6,0xf,0xfb,0x3,0x95,0xa9,0x81,0x10,0x88,
0x8e,0xd5,0xc7,0xce,0x30,0x5d,0x67,0xe0,0xf,0xfc,0xb1,0x5d,0x3a,0xcd,0x20,0xfa,
0xf8,0x2f,0x98,0xb,0x24,0x95,0x63,0xf5,0xe7,0x9d,0xa1,0xc2,0xdc,0x77,0xc1,0x37,
0xc9,0xa0,0xf6,0xfd,0xd,0xa8,0x50,0x75,0x47,0x68,0x82,0xb7,0xa2,0x3,0x2a,0x53,
0xa1,0x13,0x88,0x1e,0xad,0x6f,0x1e,0x36,0x5d,0x5f,0xe0,0x1f,0x5c,0x91,0xc2,0x1b,
0xfb,0x22,0x8f,0xff,0x82,0xb9,0x40,0x52,0xe1,0xd8,0x56,0x61,0xee,0xbb,0xe0,0x9b,
0xe4,0xc1,0x99,0x20,0x2a,0x54,0xb3,0x12,0x9a,0xe0,0xad,0xe8,0xc1,0xbe,0xa0,0x4b,
0x3,0x82,0x27,0x30,0x35,0xec,0x72,0xd3,0x74,0x6d,0x81,0x7f,0x70,0xa3,0x1c,0xf2,
0x8f,0x48,0x13,0x8c,0x60,0x2e,0x90,0x34,0x1a,0xb6,0x75,0x4c,0x85,0x77,0x60,0x82,
0x6f,0x92,0xb,0xf7,0x73,0xe7,0xd7,0xd8,0xa2,0x15,0xde,0x25,0x54,0xc1,0x5b,0xd1,
0x4,0x95,0xa9,0xc0,0x9,0x4c,0x4d,0xdb,0xba,0xd3,0x74,0x4d,0x81,0xbf,0x70,0x77,
0x71,0x54,0xa4,0x22,0x4b,0x30,0x82,0xb9,0x40,0xe2,0xa0,0x98,0x56,0xe1,0x1d,0x98,
0xe0,0x9b,0x74,0x80,0xa,0x95,0x24,0x54,0xc1,0x5b,0xd1,0x6,0x95,0xa9,0xc0,0x8,
0x4c,0xcd,0xaa,0xf5,0x55,0xd3,0xb5,0x4,0xfe,0x83,0x8a,0x54,0x64,0x9,0x46,0x30,
0x17,0x48,0x1e,0xd6,0x57,0x55,0x78,0x7,0x26,0xf8,0x26,0x7d,0xa4,0xb8,0x42,0x15,
0xaa,0xe0,0xad,0xe8,0xc3,0x5,0x45,0x7c,0x63,0xca,0x77,0x2,0x13,0x79,0xea,0x12,
0xd3,0x75,0x4,0xc1,0x81,0xb7,0xc1,0x46,0x8e,0x60,0x4,0x73,0x81,0xe4,0x61,0x5d,
0xa2,0xc2,0x3b,0x30,0xc1,0x37,0xe9,0x26,0x65,0x15,0xaa,0x50,0x5,0x6f,0xc5,0x7,
0x7e,0xe,0x4,0x95,0x29,0xdf,0x8,0x4c,0x47,0x6d,0xeb,0xd,0xa6,0xeb,0x7,0x82,
0x5,0xde,0x88,0x14,0xc1,0x8,0xe6,0x2,0x49,0x83,0x63,0x5a,0x85,0x77,0x60,0x82,
0x6f,0x80,0x86,0x3f,0x56,0x7a,0xe1,0xf9,0x99,0x24,0xbf,0x9d,0x29,0x54,0xc1,0x5b,
0xf1,0x83,0x5f,0xcc,0x82,0x2,0x63,0xdf,0x4,0xa6,0x66,0xad,0xbc,0xd5,0x74,0xdd,
0x40,0xf0,0xc0,0x17,0x91,0x21,0x18,0xc1,0x5c,0x20,0x71,0x50,0x4c,0xab,0xf0,0xe,
0x4c,0xf0,0xd,0x30,0x91,0xd0,0xa,0x55,0xa8,0x82,0xb7,0xe2,0xb,0x2a,0x53,0x7d,
0x11,0x98,0x8e,0x6e,0xdb,0xf8,0x2c,0xd3,0xf5,0x2,0xe1,0xc0,0x79,0x2,0x5d,0x6,
0x30,0x58,0x82,0x11,0xcc,0x5,0x92,0x6,0xc7,0xb4,0xa,0xef,0xc0,0x4,0xdf,0x80,
0xf9,0xd0,0x15,0x2a,0xa,0x97,0xb8,0x13,0xaa,0xe0,0xad,0xf8,0xc3,0x95,0xa9,0x97,
0x9e,0x7d,0xa2,0x29,0x96,0xc0,0xec,0x4,0xaa,0x66,0xd5,0xba,0xc3,0x74,0xad,0x40,
0x38,0x70,0xf7,0x6f,0xba,0xc,0x60,0x70,0x4,0x27,0x98,0xb,0x24,0x7,0xeb,0xe,
0x15,0xd6,0x81,0xb,0xbe,0x1,0xdd,0xc2,0x15,0xaa,0x18,0xb7,0xd0,0x87,0x2e,0x78,
0x2b,0x19,0xf0,0xb3,0x83,0xf8,0x54,0x40,0xd7,0x4,0xaa,0x46,0xb5,0xfc,0xf,0xa6,
0x6b,0x4,0xc2,0xe3,0x8a,0x4b,0x46,0x4d,0xd7,0x1d,0x84,0x43,0x70,0x82,0xb9,0x40,
0x52,0xe0,0x58,0x56,0x61,0x1d,0xb8,0xe0,0x1b,0xd0,0xb,0x31,0xac,0x50,0x85,0x2e,
0x78,0x2b,0x59,0x70,0xcc,0xa3,0x32,0x35,0x2f,0x81,0xea,0x58,0x6d,0xec,0x15,0xa6,
0x6b,0x3,0xc2,0x85,0x1b,0x16,0xe8,0x72,0x80,0xf0,0x9,0x4e,0x30,0x17,0x48,0xa,
0x1c,0xcb,0x2a,0xac,0x3,0x17,0x7c,0x3,0xfa,0x25,0x26,0x15,0xaa,0xd0,0x5,0x6f,
0x25,0x13,0x6e,0x89,0x47,0x65,0x6a,0x56,0x2,0xd5,0x23,0x95,0xf2,0x29,0xa6,0x6b,
0x2,0xc2,0x7,0x15,0xa9,0x81,0x10,0x9c,0x60,0x2e,0x90,0x14,0x38,0x96,0x55,0x58,
0x7,0x2e,0xf8,0x6,0xf8,0x49,0x84,0x2b,0x54,0xa1,0xb,0xde,0x4a,0x36,0xfc,0xc1,
0x5e,0x54,0xa6,0x66,0x10,0xb8,0x1a,0xd5,0x72,0xd5,0x74,0x3d,0x40,0xf8,0xf0,0x73,
0x83,0x9,0x7e,0xa3,0x6b,0x14,0x9,0x56,0x30,0x17,0x88,0x3b,0x1c,0xc3,0x2a,0x9c,
0x43,0x13,0x7c,0x3,0x82,0x20,0x62,0x15,0xaa,0x81,0x8,0xde,0x4a,0x3e,0xa8,0x4c,
0xb5,0x11,0xb8,0xa6,0x6d,0xeb,0xb3,0xa6,0xeb,0x0,0x6,0x3,0x2a,0x52,0xa1,0x12,
0xac,0x60,0x2e,0x10,0x77,0x38,0x86,0x55,0x38,0x87,0x26,0xf8,0x6,0x4,0xd,0x77,
0x81,0x1a,0xf0,0x9b,0xce,0x6,0x22,0x78,0x2b,0x3d,0x70,0x65,0x8a,0x2e,0x79,0xda,
0x9,0x5c,0xd,0xdb,0x3a,0xcf,0x74,0xfe,0xc1,0xe0,0xb8,0xe7,0xe6,0xcd,0xe2,0xb4,
0x15,0xc7,0x9b,0xe2,0x1,0xf8,0x4b,0xb0,0x82,0xb9,0x40,0xdc,0xe1,0x18,0x56,0xe1,
0x1c,0x9a,0xe0,0x1b,0x10,0x26,0x5c,0xa1,0x3a,0x63,0xf3,0x33,0x4d,0x19,0x44,0x90,
0xc,0x44,0xf0,0x56,0xfa,0x48,0x79,0x65,0x2a,0x70,0x1d,0xdd,0xf6,0xbc,0xa2,0xe9,
0xbc,0x83,0xc1,0x82,0x8a,0x54,0x28,0x4,0x2b,0x98,0xb,0xc4,0x1d,0x8e,0x61,0x15,
0xce,0xa1,0x9,0xbe,0x1,0x83,0x82,0xb,0x9c,0x21,0x55,0xa8,0x6,0x22,0x78,0x2b,
0xbd,0xa4,0xf4,0x9b,0x3a,0xa1,0xa8,0x61,0x97,0x27,0x4d,0xe7,0x1c,0xc,0x16,0xae,
0x48,0xd,0xa0,0x81,0x2c,0x4d,0x4,0x2f,0x98,0xb,0xc4,0x15,0x8e,0x5d,0x15,0xc6,
0xa1,0xb,0xbe,0x1,0x83,0x26,0xe0,0xa,0xd5,0xc0,0x4,0x6f,0xa5,0x17,0x2e,0x54,
0xc6,0xf8,0xdb,0x6a,0xbd,0x10,0x8a,0x9a,0x55,0xeb,0x12,0xd3,0xf9,0x6,0xd1,0x0,
0x15,0xa9,0xc0,0x8,0x5e,0x30,0x17,0x88,0x2f,0xd6,0x25,0x2a,0x8c,0x43,0x17,0x7c,
0x3,0xa2,0x44,0x0,0x15,0xaa,0x81,0x9,0xde,0x2,0xb5,0xef,0x6f,0x48,0x4b,0x65,
0x2a,0x14,0x4d,0x8f,0x6f,0x5d,0x67,0x3a,0xcf,0x20,0x3a,0xa4,0xac,0xf1,0x20,0x2c,
0x82,0x17,0xcc,0x5,0xe2,0xa,0xc7,0xae,0xa,0xe3,0xd0,0x5,0xdf,0x80,0x28,0xc2,
0x2d,0xf9,0x3e,0x55,0xa8,0x6,0x26,0x78,0xb,0x68,0xf8,0x4d,0x66,0x9,0x2f,0x5c,
0x86,0xa6,0x86,0x6d,0xed,0x30,0x9d,0x63,0x10,0x1d,0x2e,0x3c,0x3f,0x63,0x8a,0x11,
0xd0,0x3b,0xe1,0x8,0xe6,0x2,0x71,0x83,0x63,0x56,0x85,0xef,0xc0,0x4,0xdf,0x80,
0x28,0xd3,0x67,0x85,0x6a,0xa0,0x82,0xb7,0x80,0x97,0x4,0x57,0xa6,0x42,0x53,0xc3,
0x1e,0xfb,0x80,0xe9,0xdc,0x82,0x68,0x91,0xd2,0x67,0x3,0x83,0x22,0x1c,0xc1,0x5c,
0x20,0x6e,0x70,0xcc,0xaa,0xf0,0x1d,0x98,0xe0,0x1b,0x10,0x17,0xb8,0x7b,0x14,0x57,
0xa8,0x86,0x4f,0x7e,0xda,0x3,0x14,0xba,0xa6,0xcc,0xa6,0x93,0x81,0xa,0xde,0x2,
0x26,0xb8,0x32,0x35,0xe0,0x57,0xff,0xfb,0x4d,0x68,0x6a,0xda,0x5b,0x57,0x98,0xce,
0x29,0x88,0x1e,0xa8,0x48,0xf9,0x46,0x38,0x82,0xb9,0x40,0xec,0xa0,0x98,0x55,0xe1,
0x3b,0x30,0xc1,0x37,0x20,0x76,0x38,0xbe,0x19,0x21,0x2e,0x22,0xc6,0x9,0x53,0xc6,
0xc3,0xc,0x54,0xf0,0x16,0x98,0x8b,0xeb,0xae,0x5c,0x9d,0x94,0xf,0xf6,0x86,0xaa,
0x86,0x6d,0xdd,0x6c,0x3a,0x9f,0x20,0x7a,0x70,0x8c,0xd3,0x25,0x3,0xfd,0x11,0x9e,
0x60,0x2e,0x10,0x17,0x38,0x56,0x55,0xd8,0xe,0x5c,0xf0,0xd,0x88,0xb,0xb3,0xf8,
0x86,0x9f,0x2b,0xe4,0xa,0xd5,0x1,0x62,0x30,0x99,0xcf,0x2c,0x82,0xb7,0xc0,0x7c,
0x5c,0xfd,0xc9,0x15,0x71,0xaf,0x4c,0x85,0xaa,0x66,0x75,0xec,0x9d,0xa6,0xf3,0x8,
0xa2,0x9,0x2a,0x52,0x7d,0x13,0x9e,0x60,0x2e,0x10,0x1f,0xc6,0xde,0xa9,0xc2,0x76,
0xe0,0x82,0x6f,0x40,0x7c,0x98,0xd7,0x37,0x67,0x11,0x1f,0x22,0xb8,0x42,0x35,0x70,
0xc1,0x5b,0xa0,0x5b,0xf8,0x83,0xd4,0x31,0xad,0x4c,0x85,0xaa,0xa3,0xdb,0xcb,0x25,
0xd3,0xf9,0x3,0xd1,0x5,0x15,0xa9,0xbe,0x8,0x4f,0x30,0x17,0x88,0xb,0x1c,0xab,
0x2a,0x6c,0x7,0x2e,0xf8,0x6,0xc4,0x85,0x28,0xf9,0xa6,0x1b,0xc1,0x5b,0x60,0xa1,
0xf0,0x73,0x7f,0x31,0xab,0x4c,0x85,0xae,0xa6,0x6d,0xfd,0xc0,0x74,0xee,0x40,0x74,
0xe1,0x67,0x1,0x9f,0x75,0xc2,0x53,0x4d,0xf1,0x3,0xe6,0x26,0x5c,0xc1,0x5c,0x20,
0xf2,0x50,0x8c,0xaa,0x70,0x8d,0x8c,0xe0,0x1b,0x10,0x79,0x22,0xe8,0x9b,0x6e,0x4,
0x6f,0x81,0x5e,0x88,0x51,0x65,0x2a,0x74,0x1d,0xb3,0xb7,0x9e,0x6b,0x3a,0x67,0x20,
0xda,0xa0,0x22,0xd5,0x13,0xe1,0xa,0xe6,0x2,0x51,0x87,0x63,0x54,0x85,0x6b,0x64,
0x4,0xdf,0x80,0xa8,0x13,0x45,0xdf,0x74,0x23,0x78,0xb,0xf4,0x3,0x57,0xa6,0x28,
0x8c,0xa2,0xcc,0x40,0xd4,0xac,0xe2,0x13,0x2,0x71,0x84,0x3f,0x5b,0x71,0xda,0x8a,
0xe3,0x4d,0x71,0x4,0xcc,0x84,0x2f,0x98,0xb,0x44,0x97,0xc1,0x7f,0x1b,0x6a,0x36,
0xc1,0x37,0x20,0xba,0x44,0xd7,0x37,0xdd,0x8,0xde,0x2,0xfd,0x12,0xe1,0xca,0xd4,
0x40,0x34,0x6d,0x8f,0xfd,0xb1,0xe9,0x3c,0x81,0xe8,0x83,0x8a,0xd4,0x82,0x8,0x5f,
0x30,0x17,0x88,0x2a,0x1c,0x9b,0x2a,0x4c,0x23,0x27,0xf8,0x6,0x44,0x95,0x28,0xfb,
0xa6,0x1b,0xc1,0x5b,0xc0,0x2f,0x2e,0x3c,0x3f,0x63,0x2a,0x68,0xd,0x92,0x81,0xa9,
0x51,0xb5,0xee,0x37,0x9d,0x23,0x10,0x7d,0xb8,0x22,0xd5,0xe3,0x47,0xd4,0xd3,0xc6,
0x60,0x4,0x73,0x81,0xa8,0xc1,0x31,0xa9,0xc2,0x33,0xb2,0x82,0x6f,0x40,0xd4,0x88,
0x83,0x6f,0xba,0x11,0xbc,0x5,0xfc,0x82,0xb,0xa0,0xe7,0x9d,0x7b,0xb2,0xa9,0xc0,
0x35,0x8,0x6,0xa6,0x86,0x6d,0xbd,0xdf,0x74,0x7e,0x40,0x7c,0x40,0x45,0x6a,0x5e,
0x6,0x23,0x98,0xb,0x44,0xd,0x8e,0x49,0x15,0x9e,0x91,0x15,0x7c,0x3,0xa2,0x46,
0x1c,0x7c,0xd3,0x8d,0xe0,0x2d,0xe0,0x37,0xfc,0xa0,0x7e,0x4,0x2a,0x53,0x3,0xd3,
0xf4,0xf8,0x99,0xcf,0x6e,0xd8,0xe5,0xc7,0x4c,0xe7,0x6,0xc4,0x87,0x8,0x35,0x8,
0x44,0x91,0xc1,0x8,0xe6,0x2,0x51,0x82,0x63,0x91,0x63,0x52,0x85,0x67,0x64,0x5,
0xdf,0x80,0x28,0x11,0x17,0xdf,0x74,0x23,0x78,0xb,0x4,0xc5,0x80,0x2b,0x53,0x3,
0x55,0xa3,0x5a,0xbe,0xcc,0x74,0x4e,0x40,0xbc,0x88,0x60,0x37,0xd5,0xa8,0x30,0x38,
0xc1,0x5c,0x20,0x2a,0x70,0x2c,0xaa,0xb0,0x8c,0xbc,0xe0,0x1b,0x10,0x15,0xe2,0xe4,
0x9b,0x6e,0x4,0x6f,0x81,0x20,0x19,0x50,0x65,0x6a,0xa0,0x6a,0x56,0x36,0x2f,0x37,
0x9d,0xb,0x10,0x3f,0xde,0x77,0x61,0xde,0x14,0x5f,0x69,0x67,0x70,0x82,0xb9,0x40,
0x64,0xa0,0x58,0x54,0x61,0x19,0x79,0xc1,0x37,0x20,0x32,0xc4,0xc8,0x37,0xdd,0x8,
0xde,0x2,0x61,0xc0,0x95,0xa9,0x97,0x9e,0x7d,0xa2,0xa9,0x40,0x16,0x4,0x3,0x57,
0xb3,0x6a,0x5d,0x6e,0x3a,0xf,0x20,0x7e,0xa0,0x22,0x35,0x83,0xc1,0xa,0xe6,0x2,
0x83,0xc7,0xba,0x5c,0x85,0x63,0x6c,0x4,0xdf,0x80,0xc1,0x13,0x3f,0xdf,0x74,0x23,
0x78,0xb,0x84,0xc5,0xd5,0x9f,0x5c,0x11,0xc6,0x7,0x7b,0x7,0xae,0x63,0xbb,0xcf,
0x38,0xb9,0x51,0xb5,0x1e,0x35,0x9d,0x3,0x10,0x3f,0xae,0xbb,0x72,0xb5,0x29,0xce,
0xd2,0xca,0x60,0x5,0x73,0x81,0x41,0xc2,0xb1,0xc7,0x31,0xa8,0xc2,0x31,0x36,0x82,
0x6f,0xc0,0x20,0x89,0xab,0x6f,0xba,0x11,0xbc,0x5,0xc2,0x26,0xe0,0xca,0x54,0x24,
0x34,0x5d,0x29,0xbf,0xdb,0xf4,0xdb,0x41,0x3c,0x41,0x45,0xca,0x65,0xf0,0x82,0xb9,
0xc0,0xa0,0xe0,0xd8,0x53,0x61,0x18,0x3b,0xc1,0x37,0x60,0x50,0xc4,0xd9,0x37,0xdd,
0x8,0xde,0x2,0x83,0xe0,0x8a,0x4b,0x46,0xc5,0x33,0x9f,0xf1,0x94,0xa3,0x14,0x82,
0xa6,0xc2,0x5a,0xaf,0x44,0x46,0xf4,0x1b,0xab,0x9d,0xbf,0x19,0xc4,0x17,0xee,0x96,
0x4a,0x97,0x35,0xed,0x44,0x43,0x74,0x41,0x60,0x2e,0x10,0x2a,0x8d,0x6a,0x79,0x42,
0x85,0x5f,0x6c,0x45,0xbf,0x3,0xbe,0x1,0xa1,0x92,0x4,0xdf,0x74,0x23,0xfa,0xad,
0xf0,0x16,0x8,0x15,0x8f,0xb7,0x2e,0x22,0xe,0x10,0xa6,0x42,0xdb,0x42,0x89,0x8c,
0xa6,0xed,0xf2,0xab,0x4c,0xbf,0x1b,0xc4,0x17,0xae,0x48,0x3d,0xeb,0x84,0xa7,0x9a,
0xe2,0x2e,0x2d,0x44,0x43,0x30,0x17,0x8,0x1b,0x8e,0x39,0x15,0x7e,0xb1,0x15,0x7c,
0x3,0xc2,0x26,0x9,0xbe,0xe9,0x46,0xf0,0x16,0x8,0x1b,0x83,0xb7,0xfc,0xa8,0x4c,
0x45,0x4a,0x54,0x51,0xfc,0xae,0xe9,0xb7,0x83,0xf8,0x52,0xfb,0xfe,0x86,0x30,0x9e,
0xed,0x8b,0x2a,0xd1,0x11,0xcc,0x5,0xc2,0x82,0x63,0x4d,0x85,0x5d,0xec,0x5,0xdf,
0x80,0xb0,0x48,0x92,0x6f,0xba,0x11,0xbc,0x5,0xc2,0x62,0x1e,0x6f,0x71,0x65,0xca,
0x54,0x80,0xeb,0x86,0x48,0xa9,0x51,0x1d,0xdb,0x68,0xfa,0xfd,0x20,0xde,0xdc,0x73,
0xf3,0x66,0x71,0xda,0x8a,0xe3,0x4d,0xf1,0x97,0x74,0xa2,0x23,0x98,0xb,0x84,0x5,
0xc7,0x9a,0xa,0xbb,0xd8,0xb,0xbe,0x1,0x61,0xd1,0xa8,0x6e,0xdd,0xa4,0xc2,0x2e,
0x15,0x82,0xb7,0x40,0x58,0x74,0x99,0x27,0xf5,0x52,0x99,0x8a,0x9c,0x9a,0x76,0xf9,
0xd3,0xa6,0x73,0x0,0xe2,0x4d,0x4a,0x2b,0x52,0xd1,0x12,0xcc,0x5,0x2,0x87,0x62,
0x4c,0x85,0x5b,0x62,0x4,0xdf,0x80,0xc0,0x49,0xa0,0x6f,0xba,0x11,0xbc,0x5,0x2,
0x67,0xe1,0xde,0xfa,0x22,0x61,0x2a,0xd0,0x99,0x88,0x9c,0x44,0xfd,0xcc,0x67,0x34,
0x6d,0x6b,0xaf,0xf1,0x5c,0x80,0xd8,0x73,0xc6,0xe6,0x67,0x9a,0xe2,0x30,0xa9,0x44,
0x4b,0x30,0x17,0x8,0x98,0xfd,0x1c,0x63,0x2a,0xdc,0x12,0x23,0xf8,0x6,0x4,0x4c,
0x22,0x7d,0xd3,0x8d,0xe0,0x2d,0x10,0x30,0xbd,0x7a,0xeb,0xd9,0x44,0x37,0x95,0xa9,
0x48,0xaa,0x69,0x8f,0xbd,0xc4,0x70,0x2e,0x40,0x42,0x8,0xf1,0x63,0xd2,0x83,0x26,
0x7a,0x82,0xb9,0x40,0x60,0x50,0x6c,0xa9,0x30,0x4b,0x9c,0xe0,0x1b,0x10,0x18,0x9,
0xf6,0x4d,0x37,0x82,0xb7,0x40,0x60,0xf4,0xef,0xad,0x75,0xc4,0x5c,0x95,0xa9,0xc8,
0x6a,0xda,0xb6,0xfe,0xc6,0x78,0x4e,0x40,0x22,0x38,0xef,0xdc,0x93,0x4d,0xf1,0x98,
0x34,0xa2,0x29,0x98,0xb,0xf8,0xd,0xc7,0x94,0xa,0xaf,0xc4,0xa,0xbe,0x1,0x7e,
0x93,0x6,0xdf,0x74,0x23,0x78,0xb,0xf8,0x8d,0xcf,0xde,0x9a,0xad,0x32,0x15,0x69,
0x35,0xec,0xf2,0x4d,0xa6,0x73,0x3,0x92,0xc1,0x85,0xe7,0x67,0x3a,0xe3,0x31,0x69,
0x44,0x57,0x30,0x17,0xf0,0xb,0x8a,0xa5,0xdb,0x54,0x58,0x25,0x5e,0xf0,0xd,0xf0,
0x8b,0x34,0xf9,0xa6,0x1b,0xc1,0x5b,0xc0,0x2f,0x2,0xf4,0x56,0x67,0x65,0x2a,0xd2,
0x7a,0x74,0xa2,0xbc,0xde,0x74,0x7e,0x40,0x72,0x78,0xdf,0x85,0x79,0x6f,0xa5,0x23,
0x69,0x44,0x57,0x30,0x17,0xf0,0xb,0x8e,0x25,0x15,0x56,0x89,0x17,0x7c,0x3,0xfc,
0x22,0x4d,0xbe,0xe9,0x46,0xf0,0x16,0xf0,0x8b,0x10,0xbc,0xc5,0x95,0xa9,0x6f,0x3b,
0xa3,0xd1,0xd6,0x51,0xbb,0xfc,0xe,0xd3,0x39,0x2,0xc9,0xe1,0x8a,0x4b,0x46,0x4d,
0x15,0x90,0x24,0x10,0x6d,0xc1,0x5c,0xa0,0x6f,0x28,0x86,0x54,0x38,0xa5,0x46,0xf0,
0xd,0xe8,0x9b,0x14,0xfa,0xa6,0x1b,0xc1,0x5b,0xa0,0x6f,0xe0,0xad,0x19,0x6a,0x54,
0xad,0x6f,0x18,0xcf,0x15,0x48,0xc,0xd7,0x5d,0xb9,0xda,0x54,0x9,0x89,0x3b,0xd1,
0x17,0xcc,0x5,0x7a,0xc7,0xfa,0x86,0xa,0xa3,0xd4,0x9,0xbe,0x1,0xbd,0x93,0x5e,
0xdf,0x74,0x23,0x78,0xb,0xf4,0xe,0xbc,0x65,0xd2,0xa3,0x93,0xcf,0xcf,0x34,0x6c,
0xeb,0x1e,0xf3,0x39,0x3,0x49,0x21,0x81,0x15,0xa9,0xe8,0xb,0xe6,0x2,0xbd,0xd0,
0xb0,0xcb,0xf7,0x71,0xec,0xa8,0x30,0x4a,0x9d,0xe0,0x1b,0xd0,0xb,0x69,0xf7,0x4d,
0x37,0x82,0xb7,0x40,0x2f,0xc0,0x5b,0x73,0xeb,0x58,0x65,0xec,0xc,0x3a,0x4f,0x8f,
0x77,0x9e,0x37,0x90,0x2c,0x6e,0xba,0x76,0xad,0xa9,0x32,0x12,0x57,0xe2,0x21,0x98,
0xb,0x2c,0x90,0xc7,0x39,0x66,0x54,0xf8,0xa4,0x56,0xf0,0xd,0x58,0x20,0xf0,0x4d,
0x97,0x82,0xb7,0xc0,0x2,0x81,0xb7,0xba,0xd0,0x23,0xb5,0xad,0xbf,0x6f,0x38,0x77,
0x20,0x61,0x70,0x45,0xea,0x59,0x27,0x3c,0xd5,0x54,0x29,0x89,0x1b,0xf1,0x11,0xcc,
0x5,0xba,0xa5,0x51,0x29,0xbf,0x56,0x85,0x4d,0xea,0x5,0xdf,0x80,0x6e,0x81,0x6f,
0x16,0x26,0x78,0xb,0x74,0xb,0xbc,0xd5,0xbd,0xe8,0x7c,0xbd,0xab,0xf3,0xfc,0x81,
0xe4,0x51,0xfb,0xfe,0x6,0x71,0xda,0x8a,0xe3,0x4d,0x15,0x93,0x38,0x11,0x2f,0xd1,
0x89,0x87,0xb9,0xc0,0x7c,0xbc,0x4b,0x85,0xb,0xa4,0xc4,0xe7,0xa4,0xe3,0x1c,0x1,
0xd0,0x9,0x7c,0xd3,0x83,0xf8,0xbc,0x75,0x9c,0x47,0x0,0x3a,0x81,0xb7,0x16,0xa8,
0x46,0xb5,0x7c,0x99,0xe1,0x3c,0x82,0x84,0x71,0xcf,0xcd,0x9b,0xe3,0x5e,0x91,0x8a,
0x9f,0x60,0x2e,0x30,0x1b,0x1c,0x1b,0x2a,0x4c,0xa0,0xe,0xc1,0x37,0x60,0x36,0xe0,
0x9b,0xfe,0x4,0x6f,0x81,0xd9,0x80,0xb7,0x7a,0x17,0x9d,0xbf,0x6b,0x3a,0xcf,0x27,
0x48,0x1e,0x31,0xaf,0x48,0xc5,0x53,0x74,0xe2,0x61,0x2e,0xd0,0x46,0xa3,0x62,0x5d,
0xab,0xc2,0x3,0x9a,0x45,0x74,0x9e,0xe0,0x1b,0xd0,0x6,0x7c,0xe3,0x8f,0xe8,0x5c,
0xc2,0x5b,0xa0,0xd,0x78,0xab,0x3f,0x6d,0xdb,0xb6,0xf1,0x69,0xd,0xdb,0xba,0xc5,
0x74,0x6e,0x41,0xf2,0x38,0x63,0xf3,0x33,0x4d,0x95,0x94,0xa8,0x13,0x4f,0xc1,0x5c,
0xc0,0xb,0xc7,0x2,0xc7,0x84,0xa,0xf,0x68,0x16,0xc1,0x37,0xc0,0xb,0x7c,0xe3,
0x9f,0xe0,0x2d,0xe0,0x5,0xde,0xf2,0x47,0xd3,0x53,0x63,0x23,0x74,0x2e,0xa7,0x4c,
0xe7,0x18,0x24,0x8f,0xf3,0xce,0x3d,0xd9,0x54,0x51,0x89,0x32,0xf1,0x15,0xcc,0x5,
0x98,0x63,0xd5,0xf2,0x2e,0x8e,0x5,0x15,0x16,0xd0,0x3c,0x82,0x6f,0x0,0x3,0xdf,
0xf8,0x2f,0x78,0xb,0x30,0xf0,0x96,0xbf,0x9a,0x1e,0x1f,0x1b,0x69,0xda,0xe5,0x8a,
0xe9,0x5c,0x83,0xe4,0x11,0xb3,0x8a,0x54,0xbc,0x5,0x73,0xa5,0x1d,0xab,0xc6,0x31,
0xa0,0xc2,0x1,0xea,0x52,0xf0,0x4d,0xda,0x81,0x6f,0x82,0x12,0xbc,0x95,0x76,0xe0,
0xad,0x20,0xc4,0xdf,0xd7,0xa2,0xf3,0x7b,0xfb,0xcc,0xf3,0xd,0x92,0xc8,0x85,0xe7,
0x67,0x4c,0x15,0x96,0x28,0x12,0x7f,0xc1,0x5c,0xa9,0x65,0x3b,0x3e,0x5c,0xd8,0xbb,
0xe0,0x9b,0xd4,0x2,0xdf,0x4,0x2c,0x78,0x2b,0xb5,0xc0,0x5b,0x1,0xaa,0x51,0xb7,
0x4e,0x6c,0xd8,0xe5,0x1b,0xd,0xe7,0x1d,0x24,0x90,0xb,0xcf,0x1f,0xbe,0x97,0x2e,
0xbb,0xa9,0xe2,0x12,0x25,0x92,0x21,0x98,0x2b,0x5d,0x34,0xaa,0xe5,0x5b,0xf9,0x9a,
0xab,0xcb,0xf,0xf5,0x28,0xf8,0x26,0x5d,0xc0,0x37,0xe1,0x9,0xde,0x4a,0x17,0xf0,
0x56,0x38,0x7a,0xa2,0xf2,0xa2,0xe3,0x9b,0x55,0xeb,0x87,0xa6,0x6b,0x0,0x92,0x43,
0xc3,0xb6,0x7e,0xc4,0xd7,0x9a,0x2e,0xf9,0x5,0x84,0xa9,0xf2,0x12,0x15,0x92,0x23,
0x98,0x2b,0x1d,0x78,0xcc,0x5,0xf9,0x20,0xf8,0x26,0x1d,0xc0,0x37,0xe1,0xb,0xde,
0x4a,0x7,0xf0,0x56,0xb8,0x12,0xe2,0xcc,0xa7,0x52,0xa5,0xf5,0x7a,0xd3,0xb5,0x0,
0xf1,0x87,0xaf,0x2d,0x5f,0x63,0x75,0xb9,0x59,0x67,0x11,0xa6,0xa,0x4c,0x14,0x48,
0x96,0x60,0xae,0x64,0x63,0x30,0x17,0xe4,0x83,0xe0,0x9b,0x64,0x3,0xdf,0xc,0x4e,
0xf0,0x56,0xb2,0x81,0xb7,0x6,0x27,0xaa,0xbc,0x7e,0xdb,0x74,0x4d,0x40,0x7c,0xe1,
0x6b,0xaa,0x2e,0x6f,0xa7,0xa2,0x5a,0x91,0x4a,0xa6,0x60,0xae,0xe4,0x31,0x87,0xb9,
0x20,0x9f,0x4,0xdf,0x24,0xf,0xf8,0x26,0x1a,0x82,0xb7,0x92,0x7,0xbc,0x35,0x78,
0x51,0x25,0xf6,0x6f,0x4d,0xd7,0x6,0xc4,0xf,0xbe,0x96,0xea,0xb2,0xce,0xa6,0x75,
0xc4,0x34,0x61,0xaa,0xcc,0xc,0x8a,0xe4,0xa,0xe6,0x4a,0xe,0x5d,0x98,0xb,0xf2,
0x49,0xf0,0x4d,0x72,0x80,0x6f,0xa2,0x25,0x78,0x2b,0x39,0xc0,0x5b,0xd1,0x51,0xb3,
0x6e,0xbd,0xa1,0x61,0x97,0x9f,0x30,0x5d,0x27,0x10,0x7d,0xe4,0xb5,0xa3,0x6b,0xa8,
0x2e,0xe7,0x7c,0x8a,0x5a,0x45,0x2a,0xd9,0x82,0xb9,0xe2,0xcd,0x2,0xcd,0x5,0xf9,
0x24,0xf8,0x26,0xde,0xc0,0x37,0xd1,0x15,0xbc,0x15,0x6f,0xe0,0xad,0x68,0xaa,0x51,
0xb7,0xb6,0x34,0xab,0x56,0xdd,0x74,0xcd,0x40,0x74,0x69,0xd8,0xd6,0x14,0x5f,0x3b,
0x75,0x19,0xbb,0xd5,0xb3,0x89,0x71,0xc2,0x54,0xa9,0x9,0x9b,0xe4,0xb,0xe6,0x8a,
0x27,0x3d,0x9a,0xb,0xf2,0x49,0xf0,0x4d,0x3c,0x81,0x6f,0xa2,0x2f,0x78,0x2b,0x9e,
0xc0,0x5b,0xd1,0xd6,0xa1,0xa9,0xad,0x27,0x90,0xaf,0xae,0x35,0x5d,0x3b,0x10,0x45,
0xac,0x6b,0xf9,0x9a,0xa9,0xcb,0xb7,0x50,0x45,0xa5,0x22,0x95,0xe,0xc1,0x5c,0x71,
0xa3,0x2f,0x73,0x41,0x3e,0x9,0xbe,0x89,0x1b,0xf0,0x4d,0x5c,0x4,0x6f,0xc5,0xd,
0x78,0x2b,0x2e,0x6a,0xda,0xd6,0x47,0xcc,0xd7,0x10,0x44,0x6,0xba,0x46,0xea,0x72,
0xf5,0x23,0xae,0x48,0xdd,0x40,0x98,0x2a,0x37,0x61,0x91,0x2e,0xc1,0x5c,0x31,0xc0,
0x1f,0x73,0x41,0x3e,0xa,0xbe,0x89,0x1,0xf0,0x4d,0x2c,0x5,0x6f,0xc5,0x0,0x78,
0x2b,0x76,0x7a,0xa4,0x6a,0xbd,0xa6,0x61,0x5b,0x77,0x1b,0xaf,0x27,0x18,0x1c,0x76,
0xf9,0x1e,0xbe,0x36,0xea,0x32,0xf9,0xa5,0x41,0x56,0xa4,0xd2,0x27,0x98,0x2b,0xa2,
0x4,0x63,0x2e,0xc8,0x27,0xc1,0x37,0x11,0x5,0xbe,0x89,0xbd,0xe0,0xad,0x88,0x2,
0x6f,0xc5,0x5a,0xf7,0x6f,0xdb,0xf8,0x1b,0xcd,0xaa,0x75,0xb9,0xf1,0xda,0x82,0x1,
0x60,0x5d,0xce,0xd7,0x44,0x5d,0x1e,0xbf,0xf5,0x45,0xc2,0x54,0xc9,0x9,0x9a,0x74,
0xa,0xe6,0x8a,0x1a,0x81,0x9a,0xb,0xf2,0x49,0xf0,0x4d,0xd4,0x80,0x6f,0x92,0x22,
0x78,0x2b,0x6a,0xc0,0x5b,0x49,0x51,0xa3,0x62,0x9d,0xd3,0xa8,0x96,0xab,0xe6,0xeb,
0xc,0x82,0xa6,0x61,0x97,0x27,0xf8,0x1a,0xa8,0xcb,0x11,0xa4,0x2e,0x23,0x4c,0x15,
0x9d,0x20,0x49,0xb7,0x60,0xae,0xc1,0x12,0xa2,0xb9,0x20,0x1f,0x5,0xdf,0xc,0x16,
0xf8,0x26,0xb9,0x82,0xb7,0x6,0xb,0xbc,0x95,0x5c,0x4d,0xdb,0xe5,0x8f,0x99,0xae,
0x39,0x8,0x94,0x4b,0xd5,0xe9,0xf,0x4b,0x1f,0x22,0x4c,0x95,0x9d,0xa0,0x80,0x58,
0x30,0xd7,0x40,0x8,0xdb,0x5c,0x90,0xcf,0x82,0x6f,0x6,0x2,0x7c,0x93,0x2,0xc1,
0x5b,0x3,0x1,0xde,0x4a,0xb8,0x9a,0xd5,0xad,0x65,0xba,0xce,0x37,0x76,0x5c,0x77,
0xe0,0x3f,0x74,0x8e,0xb7,0x96,0xd5,0x69,0xf,0x5b,0x61,0x56,0xa4,0x20,0x2d,0x98,
0x2b,0x34,0x6,0x69,0x2e,0xc8,0x67,0xc1,0x37,0xa1,0x1,0xdf,0xa4,0x4c,0xf0,0x56,
0x68,0xc0,0x5b,0x29,0x53,0xc3,0x2e,0xbf,0x9d,0xae,0xfb,0x81,0x8e,0x38,0x0,0xfd,
0x62,0x5b,0x77,0xf3,0xb9,0x55,0xa7,0x79,0x90,0x3a,0x8b,0x30,0x55,0x7a,0xfc,0x6,
0xea,0x14,0xcc,0x15,0x10,0xd1,0x31,0x17,0x14,0x80,0xe0,0x9b,0x80,0x80,0x6f,0x52,
0x2f,0x78,0x2b,0x20,0xe0,0xad,0xd4,0x8b,0x62,0xe0,0x22,0x8a,0x85,0xfb,0x66,0xc4,
0x6,0x58,0x10,0xd,0xdb,0x7a,0x80,0xcf,0xa5,0x3a,0xad,0x51,0x51,0x18,0x15,0x29,
0x68,0x36,0xc1,0x5c,0xfe,0x10,0x51,0x73,0x41,0x1,0x9,0xbe,0xf1,0x7,0xf8,0x6,
0xea,0x14,0xbc,0xe5,0xf,0xf0,0x16,0xe4,0x95,0x10,0x43,0x4f,0xa2,0x78,0x78,0x4f,
0xa3,0x6a,0x1d,0x34,0xc5,0xb,0x98,0x1d,0x3a,0x67,0xf,0xf3,0xb9,0xe3,0x73,0xa8,
0x4e,0x67,0xd4,0x14,0x74,0x45,0xa,0x9a,0x4b,0x30,0x57,0xef,0xc4,0xc0,0x5c,0x50,
0x40,0x82,0x6f,0x7a,0x7,0xbe,0x81,0xe6,0x12,0xbc,0xd5,0x3b,0xf0,0x16,0x34,0x97,
0x44,0x7d,0xd5,0xd3,0xa9,0x82,0xfd,0x7e,0x8a,0x91,0xa3,0xa6,0xf8,0x1,0x5e,0xac,
0x69,0x3e,0x57,0x7c,0xce,0xd4,0xe9,0x8b,0xb2,0xd6,0x11,0xd3,0x84,0xa9,0x12,0xd4,
0x2f,0x50,0x37,0x82,0xb9,0x16,0x42,0xac,0xcc,0x5,0x5,0x28,0xf8,0x66,0x21,0xc0,
0x37,0x50,0xf7,0x82,0xb7,0x16,0x2,0xbc,0x5,0x75,0xaf,0x7,0x2b,0x6b,0x8f,0x6f,
0xd6,0xac,0xf7,0x34,0xed,0xb2,0x6d,0x8e,0xa7,0x14,0x53,0xa3,0x73,0x42,0xe7,0x86,
0xcf,0x91,0x3a,0x5d,0x71,0x51,0x50,0x15,0x29,0x68,0x21,0x82,0xb9,0xe6,0x20,0xbe,
0xe6,0x82,0x2,0x16,0x7c,0x33,0x7,0xf0,0xd,0xd4,0x87,0xe0,0xad,0x39,0x80,0xb7,
0xa0,0x3e,0xf5,0x48,0x6d,0xec,0x2c,0x8a,0xa5,0x7f,0x6e,0xd8,0xe5,0xc7,0x66,0xc4,
0x57,0x4a,0xa0,0xdf,0xfe,0xcb,0x86,0x6d,0x7d,0x81,0xcf,0x85,0x3a,0x2d,0x71,0xd5,
0xb3,0x89,0x71,0xc2,0x54,0x19,0xea,0x15,0xa8,0x57,0xc1,0x5c,0x89,0x32,0x17,0x14,
0x92,0xe0,0x1b,0xf8,0x6,0xa,0x46,0xf0,0x16,0xbc,0x5,0x5,0xa3,0x27,0x2a,0x2f,
0x3a,0xfe,0x58,0xd5,0xfa,0x13,0x8a,0xaf,0x9b,0x4c,0x71,0x97,0x44,0xf8,0xb7,0x36,
0x2a,0xd6,0x5b,0xf9,0xb7,0xab,0xd3,0x90,0x4,0xf9,0x5d,0x91,0x82,0xfa,0x15,0xcc,
0x5,0x41,0xb,0x17,0x7c,0x3,0x41,0xc1,0x8,0xde,0x82,0xa0,0xe0,0xf4,0xe8,0xa4,
0xb5,0xa1,0x51,0x2d,0x5f,0x46,0x31,0x37,0x69,0x8a,0xc5,0x38,0xc3,0xbf,0x89,0x7f,
0x1b,0xff,0x46,0xf5,0x73,0x93,0x28,0xae,0x48,0xdd,0x40,0x98,0x2a,0x45,0xb,0x5,
0xf2,0x53,0x30,0x17,0x4,0x2d,0x5c,0xf0,0xd,0x4,0x5,0x23,0x78,0xb,0x82,0x82,
0x53,0xa3,0xb6,0x75,0x29,0xc5,0xe0,0x5b,0x9a,0x76,0xf9,0xeb,0x14,0x8f,0x87,0x4d,
0x71,0x1a,0x69,0xec,0xf2,0x11,0x79,0xec,0xf4,0x1b,0xf8,0xb7,0xa8,0x9f,0x95,0x16,
0xf9,0x51,0x91,0x82,0x82,0x12,0xcc,0x5,0x41,0xb,0x17,0x7c,0x3,0x41,0xc1,0x8,
0xde,0x82,0xa0,0x60,0xc5,0x1f,0x6d,0x26,0x6f,0x7d,0x90,0xe2,0xf4,0x6,0x63,0xc,
0x47,0x1,0x3a,0x36,0x79,0x8c,0xf8,0xc0,0x34,0xeb,0x8b,0x84,0xa9,0x72,0xd4,0x2d,
0x50,0x58,0x82,0xb9,0x20,0x68,0xe1,0x82,0x6f,0x20,0x28,0x18,0xc1,0x5b,0x10,0x14,
0x9c,0xc4,0x81,0x33,0x7f,0x6d,0xba,0x52,0x5e,0xff,0x48,0xbd,0xfc,0xba,0xa6,0x6d,
0x7d,0xa4,0x51,0xb5,0xae,0x6d,0xd8,0x56,0x9d,0xe2,0xf9,0x71,0x63,0xac,0xfb,0x8,
0xef,0x83,0xf6,0x57,0x6f,0xd2,0x3e,0xe5,0xbe,0x6d,0xeb,0x3c,0x3e,0x16,0x3e,0x26,
0x75,0x78,0x50,0x4b,0x97,0x11,0xa6,0xa,0x52,0x37,0x40,0x83,0x10,0xcc,0x5,0x41,
0xb,0x17,0x7c,0x3,0x41,0xc1,0x8,0xde,0x82,0xa0,0x70,0x44,0x25,0xef,0x27,0x1d,
0xab,0x8d,0xad,0x24,0x5e,0xd1,0xb0,0xc7,0x3e,0x70,0xac,0x6a,0x7d,0x82,0xe2,0xfe,
0xf3,0xc4,0x57,0x29,0xf6,0xbf,0x47,0x5e,0xf8,0x29,0x79,0x61,0x9c,0xa6,0xf7,0xd1,
0xf4,0x21,0x1a,0xfe,0x82,0x51,0xe3,0xfb,0x78,0x5e,0xa3,0x62,0xfd,0x94,0x97,0xa5,
0xf1,0xab,0xa7,0x69,0x5d,0x5a,0xe7,0x13,0x72,0x5b,0xb4,0x4d,0xde,0x36,0xef,0x43,
0xed,0xe,0xea,0x4e,0x1f,0x22,0xbc,0x95,0xa3,0x6e,0x81,0xa2,0x24,0xba,0x22,0x30,
0x17,0x4,0x2d,0x50,0xf0,0xd,0x4,0x5,0x23,0x78,0xb,0x82,0xa0,0x94,0xa8,0x97,
0x8a,0x14,0x4,0x41,0x10,0x4,0x41,0x10,0x4,0x41,0x50,0xaa,0xc5,0x9f,0x46,0x30,
0x55,0x96,0x66,0x3,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x28,0xf5,0x5a,0x48,
0x45,0xa,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x22,0xad,0x23,0x4c,0x95,
0xa6,0x4e,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x25,0xae,0x48,0x4d,
0x13,0xa6,0xca,0x93,0x6,0x82,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0xf2,0x68,
0x84,0x38,0x40,0x98,0x2a,0x50,0xc,0x4,0x41,0x10,0x4,0x41,0x10,0x4,0x41,0x10,
0xd4,0xa1,0x67,0x13,0xe3,0x4,0x2a,0x51,0x10,0x4,0x41,0x10,0x4,0x41,0x10,0x4,
0x41,0x5d,0x6a,0xb6,0x8a,0x14,0x4,0x41,0x10,0x4,0x41,0x10,0x4,0x41,0x10,0x34,
0x87,0x6e,0x20,0x50,0x89,0x82,0x20,0x8,0x4a,0x89,0xf0,0x21,0x53,0x8,0x5a,0xa0,
0x6e,0x28,0x95,0x7e,0x6d,0x7b,0x2e,0xb7,0x76,0x5b,0x26,0x53,0x54,0x49,0x10,0x4,
0x41,0xac,0x6f,0x13,0xa8,0x44,0x41,0x10,0x4,0xa5,0x41,0xdb,0x87,0x87,0x4b,0x76,
0x3e,0x7f,0xda,0xee,0xd1,0xd1,0xe3,0x54,0x12,0x4,0x41,0xb3,0x88,0x7d,0x52,0x2b,
0x66,0xde,0x5c,0x2d,0xe6,0x76,0x55,0x8b,0xd9,0xab,0x2a,0xc5,0x45,0x8b,0xd5,0x2c,
0x8,0x82,0x20,0xd6,0x17,0x9,0x54,0xa2,0x20,0x8,0x82,0x92,0xac,0xed,0x85,0x93,
0xb2,0xb5,0x7c,0xf6,0x73,0xd5,0x42,0xf6,0x86,0xf1,0x7c,0xfe,0xe5,0xf5,0x55,0xab,
0x9e,0xae,0x66,0x41,0x10,0xd4,0xa1,0xdd,0xa3,0x43,0xc7,0x6d,0x2f,0xc,0xff,0x9,
0x55,0x9e,0xe,0xee,0x2d,0xe5,0x45,0xad,0x90,0xbb,0xbb,0x92,0xcf,0xbe,0x56,0xcd,
0x86,0x20,0x8,0xd2,0xba,0x4c,0xd,0x21,0x8,0x82,0xa0,0xa4,0xa9,0x96,0x7d,0x4e,
0xa1,0x52,0x18,0xfe,0xc7,0x7a,0x21,0xf7,0xcb,0xbb,0x47,0xa,0xa2,0x5a,0xcc,0x7d,
0x89,0x2a,0x52,0x39,0x35,0x1b,0x82,0x20,0x8f,0xb6,0x65,0x32,0xcf,0xad,0x16,0xf3,
0x7f,0x5a,0x2b,0xe6,0xe,0x4d,0x95,0x72,0x62,0x8a,0x2a,0x51,0x76,0x29,0x7b,0x7f,
0xa5,0x98,0xfb,0x43,0xb5,0x8,0x4,0x41,0x10,0x4,0xc5,0x4b,0xf5,0x4c,0xa6,0x38,
0xbe,0xa8,0xb0,0xfa,0x40,0xa9,0xf4,0x6b,0x2a,0x9,0x82,0xa0,0x59,0x34,0x75,0xd2,
0x49,0x27,0x54,0x73,0xb9,0xb5,0xd5,0x52,0xf6,0x9f,0x6a,0xc5,0xec,0xcf,0x77,0x52,
0x81,0x70,0x17,0x15,0x8,0x2b,0x85,0xec,0x55,0x78,0xc6,0x3,0x82,0xda,0x75,0xcd,
0xd0,0xd0,0x53,0x6a,0x23,0x8b,0x7e,0xbf,0x5a,0xc8,0xec,0xa8,0x15,0xf3,0x87,0x27,
0xc8,0x2b,0x55,0xf2,0xcc,0x4,0x51,0x29,0x66,0xef,0xb3,0xf3,0x99,0xf3,0xd4,0xa2,
0x10,0x4,0x5,0x24,0x3c,0x87,0x8,0x41,0x1,0xe8,0x8e,0xe2,0x29,0x4b,0x2a,0xc5,
0xdc,0x35,0x76,0x21,0x37,0x51,0x2b,0xe4,0x5e,0x7f,0x4b,0x3e,0xff,0xeb,0x6a,0x16,
0x4,0x41,0x1d,0xba,0x75,0xf1,0x29,0x8b,0xec,0x42,0xe6,0xfd,0x76,0x21,0xfb,0x93,
0x7a,0x29,0xfb,0xb3,0xa9,0x91,0xbc,0xa8,0x71,0x25,0x8a,0x86,0x76,0x31,0xf3,0xe5,
0xed,0x85,0x42,0x56,0x2d,0xa,0x41,0xa9,0x16,0x77,0x6d,0xad,0xe7,0xf3,0x5b,0xec,
0x52,0xee,0x23,0xf5,0x62,0xee,0x9e,0xa9,0x91,0x9c,0xf4,0x4a,0xb5,0x98,0x95,0x95,
0xa8,0x3a,0x51,0x2b,0x66,0x1f,0xdd,0x51,0xc8,0x5c,0xbe,0x6f,0xc9,0x73,0x9e,0xa5,
0x56,0x83,0x20,0xc8,0x67,0xe1,0x39,0x44,0x8,0xa,0x40,0x77,0x8e,0x9e,0xbc,0x94,
0x32,0xb0,0x6f,0x4c,0x16,0xb3,0x8f,0x71,0xff,0x74,0xee,0x8e,0x64,0xe7,0x72,0x79,
0x35,0x1b,0x82,0x20,0xa5,0xf1,0xd2,0xb3,0x9e,0xbd,0xbd,0x94,0x2d,0x57,0x4b,0x99,
0xcb,0xa9,0xe0,0xd7,0xdc,0x4b,0x95,0x26,0x6e,0x49,0xe7,0xc2,0x20,0xe3,0x54,0xa2,
0xb2,0xb7,0xed,0xc8,0xf,0x9f,0x29,0xf0,0xc6,0x3e,0x28,0xe5,0xba,0x78,0x68,0xe8,
0xc9,0x77,0x16,0x32,0xe7,0x56,0x8a,0xb9,0x9d,0xf5,0x62,0xf6,0x17,0xb2,0xc2,0x44,
0x90,0x47,0x94,0x67,0xb2,0x72,0x7a,0x92,0xc7,0x8b,0x99,0x4a,0xa5,0x90,0x39,0x43,
0xad,0xa,0x41,0x90,0x8f,0xc2,0x73,0x88,0x10,0x14,0x80,0xc6,0xb,0x85,0xd5,0x76,
0x21,0xfb,0xad,0x9,0xaa,0x40,0x71,0xff,0xf4,0xdd,0x54,0x8,0xa4,0x4a,0xd4,0x55,
0xf5,0x25,0xb8,0xd5,0xb,0x41,0x5e,0x55,0xd6,0x2e,0x3a,0x9e,0xa,0x7f,0xef,0xa1,
0x4c,0xa8,0xce,0x5,0x40,0x59,0xf0,0x23,0x9c,0x2,0xa1,0x53,0x28,0x74,0xd2,0xb2,
0x62,0xbc,0x34,0xfc,0x81,0xdb,0x46,0x4f,0x7c,0xa6,0x5a,0x15,0x82,0x52,0x27,0xae,
0x40,0x51,0xe5,0xe9,0x95,0x54,0x58,0xbb,0x8b,0xbb,0xba,0xd6,0xd9,0x23,0xc5,0x56,
0x5,0x4a,0xf,0x75,0x25,0x8a,0xf2,0xa1,0x9,0x3b,0x3f,0xfc,0xbf,0xd4,0xea,0x10,
0x4,0xf9,0x24,0x3c,0x87,0x8,0x41,0x3e,0xab,0x2a,0xbb,0x23,0xd,0x7f,0x8a,0x32,
0xb2,0x3d,0xf5,0x62,0xee,0xe7,0x35,0x79,0x7,0x2a,0x2b,0x38,0xb3,0xb3,0xb,0x99,
0xff,0xb7,0xb,0xf,0xc6,0x43,0x90,0xab,0xfa,0xc9,0x27,0x3f,0xc3,0x2e,0xe6,0xdf,
0x4b,0x99,0xd0,0x43,0x7b,0x46,0xf2,0xb2,0xb,0x92,0xcd,0x78,0x5a,0xd4,0x79,0xc8,
0x77,0xa5,0x76,0x8e,0xe4,0xa8,0x12,0x95,0xf9,0xc8,0x36,0x74,0x4d,0x82,0x52,0x28,
0xf1,0xea,0xa1,0xa7,0x70,0x37,0x21,0xee,0x36,0x44,0x7e,0xb8,0x9b,0xb,0x6d,0x9c,
0xb7,0xb0,0x5f,0x9c,0x4a,0x94,0xf2,0xd,0xd,0x35,0x13,0xe4,0x99,0x6a,0x29,0x73,
0x5f,0xa5,0x30,0xfc,0x7a,0xb5,0x19,0x8,0x82,0xfa,0x14,0x9e,0x43,0x84,0x20,0x9f,
0xb5,0x63,0x78,0xf8,0x64,0x32,0xd1,0x6f,0x53,0xa6,0xf6,0x4d,0x32,0xd2,0xb1,0x49,
0xce,0xbc,0xdc,0x82,0x20,0x17,0x0,0x65,0x65,0xaa,0x5a,0x2b,0x64,0x5e,0x2c,0x86,
0x86,0x9e,0xac,0x56,0x83,0xa0,0x54,0xaa,0xbe,0xea,0xe4,0x67,0x4c,0x2c,0xc9,0x2d,
0x23,0x4f,0x5c,0x5c,0x2b,0xe5,0xe,0x72,0xb,0x9e,0xac,0x30,0xe9,0x82,0x20,0x79,
0xc6,0x19,0x3a,0xe3,0xdc,0xaa,0xce,0x95,0xa8,0xda,0x48,0xe6,0x8b,0x53,0xa5,0x45,
0x23,0x6a,0x33,0x10,0x94,0xa,0x51,0x9e,0xf1,0x94,0x7a,0x21,0xfb,0x7b,0x95,0x42,
0x76,0x3b,0xf9,0xe2,0x18,0x17,0xda,0xdc,0x4a,0x93,0xca,0x63,0x5a,0x9e,0x69,0xd,
0xf9,0x2e,0x15,0xe5,0x47,0x8f,0xd3,0xf4,0x75,0xb5,0xa5,0xd9,0x82,0xda,0x1c,0x4,
0x41,0x3d,0x8,0xcf,0x21,0x42,0x50,0x0,0xaa,0x2c,0x5a,0x74,0xbc,0x5d,0xc8,0x7d,
0x82,0xa,0x80,0xf,0x52,0x86,0xf5,0x3f,0x6c,0xa4,0x56,0x5,0xca,0x19,0x72,0xb,
0x85,0x6a,0xa5,0xb8,0x18,0x2d,0xe9,0x50,0x9a,0xc5,0xf,0xe1,0x52,0x61,0xf0,0xc2,
0x7a,0x31,0x7b,0x3d,0xd1,0xe4,0x8c,0x48,0x56,0x9e,0x94,0x57,0xb4,0x6f,0xb8,0x20,
0xa8,0x61,0x3f,0xed,0xa2,0x74,0x2a,0x14,0xde,0xcb,0x85,0x49,0x3c,0x17,0x5,0xa5,
0x49,0xd5,0x52,0xfe,0xe5,0x14,0xfb,0x7b,0xbd,0xdd,0xf7,0xd8,0x27,0xba,0xb2,0xa4,
0xe1,0x8a,0x95,0xce,0x73,0x78,0xc8,0x5,0x3c,0xbe,0x63,0x55,0x29,0x66,0x6e,0x19,
0x47,0xe3,0x3,0x4,0xf5,0x2c,0x3c,0x87,0x8,0x41,0x1,0xa8,0x7e,0xf2,0xaa,0x67,
0x50,0xc5,0xe8,0x93,0x13,0x85,0x5c,0x83,0x33,0x2b,0xaf,0xa9,0xbc,0x19,0x1c,0x1b,
0x8e,0xb,0x8b,0x76,0x29,0xf3,0x11,0xb4,0x50,0x40,0x69,0x15,0xbf,0x9d,0xb2,0x56,
0xca,0x5e,0x58,0x2b,0x64,0xf,0xec,0x65,0x4f,0xb0,0x3f,0x8c,0x2d,0xea,0xad,0x71,
0x87,0xac,0xcc,0x9c,0x98,0xf1,0x62,0xe6,0x4f,0xf1,0xd1,0x5d,0x28,0xd,0xaa,0x8c,
0x2c,0x1a,0x23,0x6f,0x7c,0x8b,0x3c,0xb3,0x9f,0x63,0xdf,0x69,0xf5,0x56,0x9e,0xd0,
0x9e,0x91,0xfe,0x71,0x3c,0xe2,0xfa,0xc5,0xe3,0x29,0x6e,0xbc,0xa3,0x42,0x5f,0xc3,
0xce,0x67,0x3f,0x26,0xce,0x3c,0xf3,0xa9,0x6a,0xd3,0x10,0x4,0x75,0x29,0x3c,0x87,
0x8,0x41,0x3e,0x8b,0xbf,0x65,0x63,0x67,0xb3,0x2b,0x6a,0xc5,0xec,0xe7,0x26,0x8a,
0xd9,0xe6,0x4,0x1b,0x8a,0xcc,0xa3,0x33,0x34,0x69,0x2a,0x1a,0xba,0xd0,0xbc,0x5d,
0xb2,0x12,0x95,0xfd,0xa,0x7f,0x37,0x4a,0x6d,0x6,0x82,0x52,0xa1,0x1b,0x86,0x86,
0x9e,0xba,0xa3,0x78,0xca,0xb,0xc9,0x17,0x1f,0xa3,0x2,0xe1,0xdd,0xec,0x85,0xba,
0xf6,0x9,0xfb,0x46,0x65,0x4a,0xda,0x2b,0xed,0xb4,0x32,0x28,0x59,0xe9,0x2a,0x64,
0xaf,0xdd,0x91,0xcb,0x2d,0x53,0x9b,0x86,0xa0,0x44,0xaa,0x92,0xcf,0xfc,0x16,0xe5,
0x2f,0x75,0xaa,0x4,0x3d,0xa1,0xe3,0x9f,0x87,0x2d,0xcf,0xb4,0xd0,0x69,0x33,0x1b,
0x1f,0x9c,0x6,0x3c,0xf2,0xda,0xe3,0xd5,0x42,0xfe,0xda,0x6d,0x99,0xcc,0x6f,0xa8,
0xcd,0x43,0x10,0x34,0x8f,0xf0,0x1c,0x22,0x4,0x5,0x20,0xee,0xbe,0x37,0x5e,0xc8,
0x7c,0xa8,0x52,0xcc,0xec,0xae,0x15,0x73,0xbf,0xa8,0x15,0xe5,0xeb,0x97,0xdb,0x32,
0xae,0x56,0xa6,0xa6,0xd3,0xb3,0xb2,0x0,0x48,0x99,0xd9,0x74,0xbd,0x94,0x3f,0x8f,
0xfb,0xb8,0xab,0xcd,0x41,0x50,0xa2,0xc5,0xf,0xe1,0xf2,0x2b,0x5f,0xeb,0xa5,0x6c,
0x85,0x33,0x18,0xdd,0xa2,0xee,0x16,0xf8,0x3a,0x32,0xa1,0x4e,0x2f,0xb9,0xe9,0x34,
0xbe,0x93,0x9f,0x9d,0x2a,0xe4,0x9a,0x76,0x2e,0xf7,0x12,0xb5,0x79,0x28,0x45,0x7a,
0xa8,0x3a,0xb6,0xe8,0x58,0xcd,0x7a,0x5e,0xb3,0x6e,0xbd,0xa1,0x59,0xb5,0x3e,0xda,
0xb0,0xad,0x4f,0x1d,0xb3,0xad,0x2f,0x34,0xed,0xf2,0xd7,0x1b,0xd5,0xf2,0xf5,0x8d,
0xaa,0xf5,0x53,0x4a,0xdf,0x41,0xe3,0xbb,0x1b,0x76,0xf9,0x41,0x9a,0xff,0x48,0xb3,
0x5a,0x16,0x3c,0x94,0xd3,0x94,0xee,0xcc,0xb7,0x7e,0xca,0xcb,0xf3,0x7a,0xbc,0x3e,
0x6f,0x87,0xb7,0x37,0x6d,0x8f,0x5d,0xc0,0xdb,0xe7,0xfd,0xa8,0x5d,0x86,0x2a,0x6e,
0x6c,0xb8,0x23,0x9b,0x5d,0x61,0x17,0x32,0xef,0xa8,0x95,0xb2,0x13,0xfa,0x4e,0xad,
0x8e,0x7f,0x59,0x78,0x53,0x8d,0xa,0xdc,0xfd,0x95,0xbd,0xa2,0xbb,0xc1,0xca,0x71,
0xe5,0x1d,0x67,0xdc,0x59,0xc6,0xe9,0x76,0x94,0x7f,0xc2,0x2e,0x64,0xbf,0x81,0x3b,
0xb8,0x10,0xd4,0x9d,0xf0,0x1c,0x22,0x4,0x5,0xa0,0x1b,0x86,0xce,0x7c,0x2a,0x65,
0x68,0x1f,0xa5,0x82,0xe0,0xa1,0x29,0x32,0x4b,0xad,0xc3,0x40,0x9a,0xf6,0x16,0x41,
0x67,0x1e,0x77,0xab,0xa0,0x8c,0x91,0xfb,0xa7,0xbf,0x9,0x2f,0x97,0x80,0x92,0x2e,
0x7e,0x6e,0x69,0x7b,0x3e,0x3f,0xca,0xdd,0xf7,0x26,0x8a,0xd9,0x49,0x7e,0xb9,0xa,
0x7b,0xc0,0xc9,0x88,0x8,0x1e,0x27,0x3f,0xb0,0x77,0x24,0xca,0x27,0x32,0x5d,0x4d,
0xcb,0x34,0xf6,0x92,0xf2,0xd3,0xa4,0xfc,0x5e,0x54,0xae,0xb9,0xa3,0x98,0x7d,0xa1,
0xda,0xd,0x94,0x30,0x1d,0xac,0x9f,0xf9,0x8c,0xa6,0xbd,0xc5,0x6a,0x56,0xb7,0x9e,
0x4f,0x95,0x9c,0xf,0x53,0x25,0xe8,0xaa,0xa6,0x6d,0xdd,0x41,0x95,0x9c,0x69,0xae,
0x10,0x85,0x86,0x6d,0x1d,0xe5,0xfd,0x4e,0x57,0xac,0xab,0x9d,0xe3,0xe0,0xe3,0xd9,
0x62,0xf1,0xf1,0xa9,0x43,0xf5,0x5d,0xf5,0x42,0xe1,0x8c,0x6a,0x31,0x7b,0x2b,0xe5,
0x2b,0x3f,0xaf,0x95,0x72,0x4f,0xb4,0xe5,0x2f,0xd2,0x37,0x9d,0xd3,0x2d,0x6f,0x48,
0xf4,0x32,0x2a,0x4d,0x2f,0xcf,0x15,0xa9,0xf1,0x42,0x66,0xdf,0x78,0x71,0xf8,0xd5,
0x6a,0x57,0x10,0x4,0xcd,0x21,0x3c,0x87,0x8,0x41,0x3e,0xab,0x92,0xcf,0xbc,0xa9,
0x52,0xcc,0xfe,0x60,0xa2,0x94,0x3d,0x22,0x5b,0xd3,0x75,0xe6,0xa5,0x4d,0x25,0x33,
0x30,0xaf,0xa1,0x74,0x5a,0x6b,0x9a,0xd,0x49,0x19,0xe3,0xed,0x3b,0xf2,0xf9,0xcd,
0x6a,0xb3,0x50,0x4a,0xf5,0x68,0x7d,0xf3,0xf0,0xb1,0xfa,0xd8,0x19,0xd3,0xd5,0xf2,
0x1f,0x35,0x2b,0xe5,0x4b,0xa9,0xa0,0xf6,0xe9,0x86,0x6d,0x5d,0x49,0x5,0xb8,0x6b,
0x64,0x2b,0xb9,0x6a,0x55,0xa7,0xf4,0x3d,0xdc,0x8a,0x4e,0x5,0x3a,0xd9,0xaa,0xce,
0x43,0x67,0xba,0xbc,0x47,0xce,0xd7,0xad,0xea,0xbc,0x1e,0xaf,0x4f,0xdb,0xe1,0xed,
0xf1,0x76,0x8f,0xd5,0x9f,0x77,0x6,0xef,0x47,0xed,0x32,0x54,0x55,0xf2,0xc3,0xe7,
0x50,0xac,0x7f,0xbb,0x5e,0xcc,0x1d,0x6e,0xdd,0x7d,0x22,0x2f,0xb0,0x27,0xa4,0x1f,
0x5a,0xbe,0x90,0x95,0x2a,0x8f,0x4f,0x74,0xe1,0x90,0xd3,0x74,0x65,0x8b,0xd3,0xb9,
0x30,0x48,0x1e,0x7c,0x7c,0x3c,0x3f,0xfc,0x41,0xbc,0xa0,0x25,0x19,0x6a,0xd4,0xad,
0x13,0x8f,0xda,0x5b,0xcf,0x3d,0x56,0xb5,0x3e,0x41,0x71,0x7c,0x9b,0x5b,0x89,0x89,
0x30,0x7c,0x9c,0x7c,0xbc,0x7c,0xdc,0x7c,0xfc,0xea,0xa7,0xf4,0xa5,0x5a,0x6e,0xd1,
0x59,0xb5,0x52,0xc6,0xe6,0xb7,0x50,0x72,0xf7,0x70,0x5d,0x68,0x73,0x51,0xfe,0x90,
0xde,0xd1,0xe3,0xd2,0x4f,0x5e,0xdf,0xb4,0x1a,0x23,0x5a,0x70,0x63,0x9f,0xcc,0x77,
0x7e,0x5e,0x29,0x64,0x3f,0xa3,0x76,0x7,0x41,0x90,0x41,0x78,0xe,0x11,0x82,0xfc,
0xd7,0x93,0x6a,0xf9,0xec,0x7b,0x26,0x8a,0xd9,0xfb,0x64,0xeb,0x20,0x19,0xc4,0x2d,
0x10,0xb2,0x79,0x3c,0xe8,0x34,0xc7,0x60,0x33,0x51,0xdd,0x33,0x8e,0x54,0xf2,0xf9,
0x73,0xd4,0xb6,0xa1,0x4,0xeb,0xe8,0xb6,0x8d,0xcf,0x6a,0xd6,0xca,0x5b,0x8f,0xda,
0xb2,0xfb,0xd1,0x25,0xc4,0x57,0xa9,0x12,0x74,0x27,0x55,0x82,0x9a,0xa6,0xc2,0x59,
0x50,0xd0,0xfe,0x1a,0xbc,0x5f,0xb9,0x7f,0x3a,0xe,0x79,0x3c,0x7c,0x5c,0x74,0x7c,
0xea,0x50,0xfd,0xd2,0x93,0xb6,0xd,0xd,0x3d,0x6d,0x7b,0x69,0xf8,0x1c,0x2a,0xcc,
0xdd,0xce,0x6f,0xd4,0x93,0x5d,0xf0,0xbc,0x7e,0x60,0x8f,0x10,0xfa,0x8e,0x93,0x9b,
0x21,0xb5,0x2d,0xd3,0x9a,0xe7,0xa6,0x51,0x86,0xc5,0x69,0xf2,0x9b,0x6b,0xc5,0x6c,
0xcd,0x2e,0x66,0x36,0xa8,0x7d,0x42,0x31,0x12,0x57,0xea,0xa9,0x12,0xf2,0xea,0x46,
0x4d,0x76,0xa1,0xdb,0x61,0x8a,0xd7,0xf8,0x61,0xed,0xe0,0xdf,0xc3,0xbf,0x6b,0x21,
0x8d,0x16,0xdc,0xd5,0x75,0x3c,0xbf,0x68,0x4b,0xa5,0x98,0xfd,0x36,0x79,0xe2,0x80,
0xd3,0xf5,0xce,0x1b,0xf3,0xe,0x4e,0x43,0x82,0x83,0x9c,0x66,0x7f,0xc8,0xe9,0x56,
0x1e,0xd4,0xca,0x7b,0x5a,0x43,0x3d,0x2e,0xef,0x68,0x15,0xb3,0x8f,0x91,0x9f,0x3e,
0xab,0x76,0xd,0x41,0x50,0x87,0xf0,0x1c,0x22,0x14,0xaa,0x92,0xde,0x3f,0x5d,0x6c,
0xdc,0xf8,0xb4,0x4a,0x29,0xbb,0xbe,0x5a,0xc8,0x7c,0x62,0xa2,0x94,0xbd,0x5f,0x76,
0xc7,0x93,0x99,0x97,0x53,0x0,0xd4,0xad,0x10,0x72,0x9a,0x33,0x2c,0x3d,0xcd,0xe3,
0xae,0xc1,0x78,0xdc,0x59,0x86,0xa7,0x27,0x9d,0x2,0x65,0x63,0xbc,0x90,0x79,0xb1,
0xda,0xd,0x94,0x20,0x3d,0x52,0x29,0x9f,0x72,0xac,0x36,0xf6,0xa,0x8a,0xe7,0x7f,
0xa0,0x18,0xbe,0x63,0x66,0x61,0x2b,0x8a,0x58,0x77,0xf0,0xf1,0xf2,0x71,0xf3,0xf1,
0xab,0x9f,0xb2,0x60,0x71,0x81,0xd0,0xce,0xe7,0xff,0x57,0xa5,0x90,0x79,0x1f,0x79,
0xa3,0x2a,0x5b,0xe3,0x88,0xf6,0x8a,0x50,0xb,0xe9,0x21,0x35,0xcf,0x19,0x77,0x3c,
0x22,0xa7,0x3d,0x7e,0x6a,0xe1,0xf8,0x4a,0x7e,0x53,0xaa,0x98,0xdd,0x53,0x2d,0x66,
0x36,0xaa,0x5d,0x43,0x11,0xd7,0xb1,0xfa,0x96,0x55,0xf4,0x7f,0xfe,0xaf,0xe9,0x7f,
0xbc,0x6d,0x8e,0xc1,0x84,0x41,0xbf,0x93,0x7f,0x2f,0xff,0x6e,0x75,0xa,0x8c,0xe2,
0x86,0x0,0xf2,0xc0,0x77,0xf8,0x79,0x8b,0x3a,0xc5,0xf6,0x8c,0xa,0x94,0xc7,0x3b,
0x3a,0x4f,0x71,0xc6,0xd9,0x33,0x2a,0x6f,0x61,0xaf,0x68,0x1f,0x79,0xfc,0xe4,0xe4,
0x51,0xe,0x72,0xbb,0xbc,0x6c,0x21,0xfb,0xa3,0xda,0xe8,0xc9,0x4b,0xd5,0xee,0x21,
0x28,0xf5,0xc2,0x73,0x88,0x50,0xa0,0x4a,0x73,0xff,0x74,0x32,0xce,0x1b,0x2b,0x85,
0xdc,0x14,0x55,0x9c,0x1e,0x23,0x64,0xcb,0x84,0x2c,0xe8,0xb1,0x51,0x3c,0xc6,0x71,
0xa6,0x95,0xf1,0x78,0x19,0xb9,0x5c,0x6b,0x9e,0xbb,0x1c,0xd,0x39,0x33,0xe3,0x56,
0x41,0x32,0xd7,0xe7,0xa7,0xa,0x85,0xac,0xda,0x15,0x14,0x53,0x1d,0xdd,0xf6,0xbc,
0x22,0x55,0xfa,0xcf,0x9b,0xb6,0xad,0xcf,0x52,0x45,0xa4,0x6a,0x8c,0xdd,0x98,0xc1,
0xbf,0x43,0xfe,0x1e,0xfa,0x5d,0xfc,0xfb,0xd4,0x4f,0x9d,0x57,0xe3,0xa5,0xec,0x3a,
0xf2,0xc9,0xb7,0x89,0xc7,0xf9,0xe,0x14,0xc7,0xba,0xb7,0x20,0xa7,0xf1,0x16,0xf0,
0x9c,0x4c,0xa7,0x33,0xcd,0xf1,0x4a,0xcb,0x3b,0x9e,0x34,0x82,0xbb,0x58,0x90,0xf,
0xf,0x8e,0x17,0xb2,0xaf,0xe1,0x8a,0x9b,0xda,0x3d,0x14,0x31,0x4d,0x8f,0x8f,0x8d,
0x4c,0x57,0xca,0xef,0xa6,0x78,0xba,0xb5,0x2d,0xbe,0xec,0xf2,0x13,0xde,0xe9,0xa4,
0xc3,0xbf,0x9f,0xcf,0xc3,0xcf,0xa7,0xc6,0xdc,0xe7,0x23,0x38,0x6e,0x27,0x17,0x67,
0x97,0x53,0xc1,0xed,0x43,0xd5,0x2,0x3f,0x5f,0xcb,0x1f,0x9b,0x56,0x1e,0xf0,0xc4,
0xba,0x53,0x58,0x73,0xa6,0x67,0xf5,0x87,0x4a,0xd7,0x69,0xba,0x80,0xd7,0xb9,0x1d,
0xee,0x22,0x48,0x79,0xcf,0x91,0xf1,0x62,0xe6,0xbd,0xea,0x30,0x20,0x68,0x5e,0x89,
0x6b,0x5e,0xfd,0x94,0xa6,0xbd,0x75,0x45,0xb3,0x52,0xfe,0x9d,0x66,0xcd,0xba,0x88,
0xbb,0xb1,0x36,0x6b,0xe5,0x2b,0xa8,0x1c,0xf6,0x95,0x46,0xd5,0xfa,0x57,0x2a,0xb,
0xfe,0x90,0x62,0xfc,0x36,0x1a,0xd6,0x29,0xcf,0xb8,0x9b,0xd2,0x8f,0x90,0xc7,0x1f,
0x63,0x9c,0x71,0x4a,0xe3,0x79,0xce,0x32,0xb4,0x2c,0xad,0x43,0xeb,0xf2,0x36,0xe4,
0xb6,0x6c,0xeb,0x22,0xb9,0x6d,0xda,0x7,0xef,0x4b,0xed,0x36,0x34,0xe1,0x39,0x44,
0xc8,0x57,0xa1,0x7f,0xba,0xa3,0x4a,0x61,0x98,0x3f,0x6,0x7a,0x17,0x17,0xd8,0xf8,
0x55,0xcc,0xae,0x61,0x18,0x6d,0x2a,0xef,0xb8,0x34,0x91,0x33,0xae,0xa7,0xdd,0xcc,
0xcc,0xc5,0x69,0xa9,0xe0,0xee,0x48,0xd5,0x42,0x76,0x72,0x47,0x7e,0x18,0xcf,0x45,
0xc5,0x50,0xd3,0xe3,0x5b,0xd7,0x51,0x66,0x70,0x9,0x65,0x12,0x93,0xa6,0x78,0x4c,
0x1a,0xce,0xef,0xb4,0x2e,0xe1,0xdf,0xad,0x4e,0x41,0x9b,0xe4,0x1d,0xa8,0xdc,0x89,
0x79,0x8a,0xf9,0x8f,0x51,0xc6,0x71,0x58,0x76,0xdf,0x53,0x31,0xaf,0x3d,0x60,0x2e,
0xc,0x3a,0xc8,0x65,0xd9,0x2f,0x12,0x6f,0x9a,0xb3,0xac,0x33,0xdd,0xf2,0x12,0xdf,
0xd,0x66,0x5f,0x56,0x8a,0xd9,0xab,0xb6,0x8f,0xc,0x97,0xd4,0x61,0x40,0x11,0x10,
0xdf,0xc9,0xa4,0x78,0x79,0x1b,0xc5,0xcb,0x8f,0x4c,0xb1,0x4,0xac,0x1f,0x1d,0xfa,
0xfe,0xe6,0x77,0xd5,0x36,0x14,0xde,0x51,0x29,0x66,0xbe,0x63,0x17,0xb2,0xf,0xe8,
0xbb,0x4f,0x32,0xce,0x75,0xbe,0xa1,0x3d,0xa0,0xd3,0x79,0x9c,0x86,0x8e,0x3f,0x94,
0x8f,0xf4,0xd0,0xe3,0x31,0x9d,0xa6,0x69,0xcd,0x53,0x2f,0x36,0x2a,0xe6,0x8e,0x71,
0xc5,0x4d,0x5d,0x2e,0x8,0x72,0xd5,0xdc,0x31,0xb6,0xac,0x69,0x8f,0xbd,0x84,0x2a,
0x39,0x7f,0x46,0x95,0x9c,0x4f,0x53,0xb9,0x8a,0x7b,0x7,0xed,0x31,0xc7,0x71,0x80,
0xf0,0x33,0xc0,0xce,0xbe,0xe9,0x18,0xf8,0x58,0xc6,0x5e,0xc2,0xc7,0xa6,0xe,0xd3,
0x57,0xe1,0x39,0x44,0xa8,0x6f,0xa1,0x7f,0x7a,0xbb,0xc6,0x8b,0xb9,0x57,0x57,0xa,
0x99,0xeb,0xc8,0x24,0x47,0xe4,0x5d,0xa3,0x36,0x63,0x38,0x66,0x72,0x4c,0xa3,0xa6,
0x39,0x53,0x93,0xe9,0xed,0xa6,0xea,0x1c,0x7a,0xc7,0x9d,0xdb,0xc5,0xd9,0xdd,0xd5,
0xc2,0xf0,0x26,0xb5,0x5b,0x28,0xe2,0xe2,0x56,0xb2,0x86,0x3d,0xf6,0x81,0x86,0xdd,
0xee,0x11,0x2a,0x30,0xa6,0xab,0x55,0x9d,0x7e,0x3f,0x9f,0x7,0x3e,0x1f,0x7c,0x5e,
0xa6,0x56,0x9c,0x74,0x2,0x55,0x66,0x7e,0x87,0xe2,0xf9,0xb2,0x6a,0x31,0xb3,0x8b,
0xfc,0xf2,0x38,0x7b,0xa6,0xe5,0xf,0x8f,0x2f,0x3a,0x32,0x1a,0x77,0x9e,0xca,0xb8,
0xf4,0x3a,0xde,0xb4,0x16,0xca,0x3f,0xc,0xcd,0xdb,0xc3,0x6f,0xe9,0x2b,0xe4,0x6e,
0x1a,0x2f,0x14,0x56,0xcb,0xb,0x4,0xd,0x54,0x8d,0xda,0xd6,0x17,0x3b,0xad,0xd2,
0xe6,0xb8,0x1,0xe,0x47,0x6f,0x1a,0x13,0xf7,0x5e,0xb2,0x46,0x4c,0x95,0x8b,0xa2,
0x3e,0xa2,0x7a,0x37,0xc8,0x98,0x6e,0xe5,0xf,0xee,0x38,0xc5,0xbc,0x3b,0xcd,0x7e,
0xf0,0xcc,0xf3,0xe2,0x2e,0x2f,0xe7,0xab,0x34,0x83,0xd7,0x9c,0xae,0xb5,0x99,0xa6,
0x5d,0x1c,0xfe,0xa0,0xba,0x6c,0x50,0x8a,0xf5,0x88,0x6d,0x9d,0x76,0xac,0xb6,0xf5,
0xc2,0xa6,0xd3,0xbb,0xe7,0x1e,0x53,0xbc,0x46,0xa,0x3e,0x46,0x3a,0x56,0x3e,0x66,
0x3e,0x76,0xf5,0x33,0x16,0x2c,0x3c,0x87,0x8,0xf5,0x2d,0xf4,0x4f,0x37,0xab,0x92,
0xcf,0xff,0x56,0xad,0x98,0xbf,0x75,0xb2,0x94,0xfb,0x95,0xcc,0x70,0xbc,0x78,0xa,
0x75,0xda,0x24,0xce,0x38,0x21,0x33,0x3b,0x6d,0xa0,0x56,0xba,0x1c,0x2a,0xf4,0xf2,
0xc,0xb7,0xa2,0xd3,0xb2,0x94,0x99,0x65,0xde,0xbc,0x7b,0x74,0xf4,0x38,0xb5,0x7b,
0x28,0x62,0x3a,0xba,0xbd,0x5c,0x6a,0x56,0xc7,0xde,0x49,0x15,0x87,0x9b,0x8d,0x71,
0x95,0x72,0x8e,0xde,0xb4,0xe5,0xb6,0x7d,0x6f,0x5b,0xf6,0xb5,0xda,0xd2,0xfc,0xe,
0xca,0x84,0xfe,0x5b,0xb6,0x74,0xcb,0xd8,0xa6,0x38,0xd7,0x99,0x89,0xf2,0x81,0xf4,
0x82,0x4c,0x6f,0xcd,0xf3,0xfa,0x48,0xce,0x77,0x2b,0x4a,0x33,0xe7,0xb5,0x41,0xdb,
0xd8,0x45,0x95,0x28,0xaa,0x58,0xfd,0x88,0xbb,0x44,0xa9,0xcb,0x5,0xd,0x40,0xe4,
0x8d,0xf3,0x1a,0x76,0xf9,0x26,0x53,0x7c,0x80,0x16,0xd3,0xb7,0x8d,0x89,0x87,0xbe,
0x74,0xba,0xb8,0xeb,0xa2,0x95,0xb2,0x2,0x35,0x41,0x31,0xee,0x78,0xc5,0xec,0x5,
0x8e,0x71,0x99,0x6f,0x68,0xcf,0xf0,0xb2,0xa,0x39,0xce,0xeb,0xe8,0xf1,0x36,0x78,
0x5b,0x4e,0xba,0xf7,0xee,0x2d,0xc3,0x3d,0x2a,0xa8,0x60,0xf7,0x58,0xa5,0x90,0xbd,
0xea,0xc6,0xe2,0xb3,0x9e,0xa3,0x2e,0x21,0x94,0x12,0x35,0xaa,0x63,0x1b,0xa7,0x6d,
0xeb,0x22,0xf2,0xec,0x37,0x88,0x87,0x4d,0x71,0x1a,0x27,0xe8,0xff,0xce,0x43,0xfc,
0x5b,0xe4,0x6f,0xa2,0xdf,0xa6,0x7e,0xe6,0xbc,0xc2,0x73,0x88,0x50,0x4f,0x42,0xff,
0x74,0x7,0xfe,0xfd,0x7c,0x1e,0xf8,0x7c,0xa8,0x53,0x33,0x54,0x5f,0x35,0xf4,0xf4,
0x4a,0x7e,0xd1,0x1a,0x32,0xd7,0xe7,0x6a,0x85,0x6c,0x83,0xb,0x83,0xda,0x8,0xda,
0x44,0x4e,0x1,0x4f,0x8f,0xb7,0xcf,0xf3,0x66,0x72,0x72,0xda,0x93,0xe6,0x8c,0x7b,
0x8c,0xa8,0xe6,0xed,0x92,0xf,0xc7,0xe7,0xfe,0xdd,0xce,0x66,0x65,0x8b,0x3e,0x14,
0x1d,0x1d,0xb3,0xb7,0x9e,0xdb,0xb4,0xad,0x1f,0x98,0xe2,0x7,0x90,0x87,0xee,0xb0,
0xc4,0xa1,0xef,0x6e,0x92,0x2d,0xea,0xbb,0xce,0x1e,0x91,0x2d,0xdc,0xf2,0x39,0x25,
0x8e,0xef,0xb6,0x4c,0x87,0xc6,0xb5,0x37,0x68,0xdc,0x9d,0xd6,0xe3,0x6a,0xb9,0xb6,
0xe5,0xdd,0x65,0x79,0x39,0x1a,0xf7,0xf8,0xce,0x85,0xd2,0xd5,0x1b,0xfa,0xec,0xea,
0x48,0xfe,0x4c,0x75,0xd9,0xa0,0x90,0x24,0xc4,0x99,0x4f,0xa5,0x38,0xf8,0xf3,0xe6,
0x20,0xba,0xfa,0xc4,0x90,0xc6,0x6d,0x96,0xb8,0xef,0x13,0x6b,0xc5,0xd4,0xf3,0x47,
0x44,0x6d,0x39,0x15,0xae,0x46,0xc,0x5,0x37,0x85,0x93,0x3f,0x50,0xfc,0xf3,0xb8,
0xf2,0x8e,0xe3,0x19,0x67,0x9e,0xf4,0x83,0x4a,0x77,0xa,0x74,0xca,0x1b,0x3a,0x4d,
0x4e,0xb7,0xa7,0xe9,0x65,0x79,0x9a,0x7d,0x5a,0x2b,0xe6,0xee,0xaa,0x16,0x33,0x7f,
0xa0,0x2e,0x27,0x94,0x60,0x35,0x6b,0xe5,0xdf,0xa1,0x32,0xcf,0x97,0xe4,0x33,0xe5,
0x86,0xd8,0x4c,0x14,0xf4,0x1b,0xe5,0x6f,0xa5,0xdf,0xac,0x7e,0x7e,0x9b,0xf0,0x1c,
0x22,0xb4,0x60,0xa1,0x7f,0xfa,0x7c,0x58,0x3f,0x3a,0x78,0xcd,0xa6,0xf7,0xd5,0x4e,
0x2f,0x7d,0x80,0x4c,0xf2,0x7d,0x42,0x76,0xe1,0x93,0x46,0x21,0x33,0xe8,0x8c,0xc7,
0x35,0x85,0x1e,0xe7,0x79,0x6c,0x1c,0x65,0x18,0x77,0xe8,0x1a,0xcf,0x93,0xb9,0x29,
0xdc,0x79,0x72,0xbd,0x9c,0xd8,0xcd,0x2d,0xe9,0xc5,0xdc,0x7f,0xa1,0x3b,0x52,0x74,
0x34,0x6d,0x8f,0xfd,0x71,0x72,0xba,0xb4,0x6,0xc3,0xf4,0xb6,0x31,0xf1,0xc0,0x67,
0xd7,0x8a,0x3d,0xbf,0xbf,0x4c,0x4c,0xae,0x2f,0x88,0x3a,0x15,0x8,0x67,0xdc,0xb5,
0xd5,0xb0,0x5f,0x54,0xbc,0x77,0x4e,0xbb,0x99,0x90,0x1c,0x77,0xfc,0xa2,0x3d,0x22,
0x97,0xa3,0xa1,0xeb,0x21,0x35,0xed,0xe0,0x78,0x4f,0x36,0x74,0x14,0xb3,0x8f,0xd9,
0xa5,0xcc,0x87,0xab,0xc5,0x22,0x5a,0xd5,0x43,0x10,0x77,0x8d,0xa6,0x82,0xca,0x47,
0x28,0xe,0x8e,0x74,0xc6,0x5,0x98,0x9d,0xa3,0xff,0xb5,0x45,0xdc,0xfd,0xbe,0x95,
0xa2,0xbe,0xae,0x20,0xa6,0xf8,0xd9,0xb,0x15,0xc7,0x6d,0x31,0xde,0x89,0xf6,0x80,
0x8a,0x77,0x39,0xde,0xb9,0x2c,0xa5,0xcb,0x34,0x95,0xee,0x8c,0xb7,0x2f,0xe7,0x8e,
0xab,0x79,0xce,0x73,0x51,0xd9,0x87,0xb7,0x17,0x86,0xdf,0xaa,0x2e,0x2b,0x94,0x30,
0x4d,0xdb,0xe5,0x17,0x50,0xdc,0xf1,0x8b,0x8e,0xe,0x75,0xc6,0x62,0x5a,0x50,0x77,
0xda,0x3e,0xcb,0xe7,0x82,0xcf,0xc9,0xb6,0xe7,0x3c,0xe7,0x59,0xe3,0xf9,0xec,0x1f,
0xe1,0x39,0x44,0xa8,0x2b,0xa1,0x7f,0x7a,0x77,0x1c,0xb9,0x61,0x8b,0xb8,0xeb,0xbd,
0x2b,0xc5,0xe4,0xc6,0x82,0xa8,0x8e,0x38,0xdf,0x7f,0xf2,0x66,0x48,0x5e,0xc3,0xb8,
0xd3,0xda,0x74,0x6a,0x9e,0x17,0x77,0x79,0x39,0x5f,0xa5,0x29,0x43,0xb5,0x41,0xf3,
0x76,0x51,0x66,0x5a,0x2d,0x66,0x7e,0x5c,0x2d,0x65,0x4e,0x55,0x97,0xd,0x1a,0x80,
0xa6,0xc7,0xcf,0x7c,0x36,0xfd,0xc3,0x7d,0x3f,0xf9,0xe5,0x7e,0x53,0x8c,0x80,0x76,
0x8e,0xdc,0xb0,0x59,0xec,0xff,0xd3,0x15,0xa2,0x7a,0x6a,0x5e,0xec,0x71,0xb,0x84,
0x73,0x23,0x33,0x21,0x1e,0x97,0xde,0x71,0xc6,0x3b,0x7d,0xe1,0x78,0x8b,0x69,0x4d,
0xb7,0x79,0x4c,0xa5,0xeb,0x71,0x7e,0x68,0x77,0x2f,0x3f,0x17,0x55,0xca,0x7c,0x7d,
0x3b,0xde,0x72,0x19,0xa8,0x9e,0xd8,0x7d,0xce,0x71,0xd3,0xb6,0xf5,0x37,0xa6,0x78,
0x0,0xf3,0xd3,0xd8,0x61,0x89,0xc3,0x3f,0xd8,0x24,0xee,0xff,0xbb,0x35,0x62,0xd7,
0xef,0x2c,0x91,0x5d,0x88,0x64,0xe1,0x8a,0x70,0x62,0xdc,0xe0,0x5,0xcf,0xb4,0x8b,
0xf4,0x80,0x33,0xcf,0x29,0xfc,0x75,0x2c,0xcb,0xe3,0x9c,0xc6,0xcb,0xc8,0x65,0x55,
0x9a,0x5c,0xde,0x19,0x3a,0x79,0x5c,0xe6,0x57,0xb4,0xcc,0x3e,0x2a,0x4c,0x5e,0x37,
0x9e,0xcf,0xfc,0xfd,0xf6,0xa5,0xf9,0xd1,0xdb,0x46,0x47,0x9f,0xc9,0x3d,0x32,0xd4,
0x25,0x87,0x62,0xa6,0x66,0x75,0x6b,0x99,0xf2,0xb1,0xbf,0x6f,0x56,0xad,0xbb,0x4c,
0x31,0x98,0x66,0x8e,0xde,0xb8,0xe5,0x9e,0xfd,0x6f,0x5d,0x7e,0x43,0x6d,0x59,0xee,
0xee,0x7a,0x29,0xf7,0xb8,0xf6,0x8b,0xf6,0x4,0xf,0xdd,0x71,0xf2,0x8e,0x3b,0x2d,
0x3d,0xd6,0x91,0xf,0x29,0xdc,0xe5,0xe5,0x7c,0x95,0x66,0xf0,0xb1,0x6c,0x60,0xc4,
0x73,0x88,0xf1,0x11,0x99,0x8,0xfd,0xd3,0xbb,0x60,0xfa,0xe6,0x31,0xf1,0xd0,0x17,
0x4e,0x17,0x64,0x2c,0x31,0xb9,0xa1,0x20,0x3,0x9d,0x1f,0x2,0x74,0xc,0xd1,0x61,
0x18,0x99,0x29,0x39,0x43,0x9d,0x31,0x39,0x85,0x40,0x35,0xce,0xeb,0xe8,0xf1,0x36,
0x5a,0xe6,0x6a,0xcb,0x24,0xd5,0x76,0x54,0x77,0xa4,0xbd,0xe3,0xc5,0x45,0x2f,0x15,
0x43,0x43,0x4f,0x52,0x97,0x10,0xa,0x49,0xcd,0xca,0xe6,0xe5,0x8d,0x6a,0xf9,0x32,
0xf2,0xcb,0x63,0xa6,0x18,0x1,0x66,0xf8,0xd9,0x8e,0x7,0xfe,0x91,0xbc,0xf3,0x27,
0xe4,0x9d,0x4d,0xce,0xb3,0x1d,0xb2,0x2b,0x9f,0xf4,0xc1,0xcc,0xcc,0x46,0x7b,0x86,
0xd1,0x3e,0x71,0xd2,0xda,0x3d,0x21,0x7d,0xa7,0xbd,0x27,0xc7,0x3d,0x43,0x9d,0xa6,
0xd7,0x55,0xa8,0x17,0xb4,0x54,0x69,0xbf,0x1f,0xa8,0x14,0x33,0x6f,0xe2,0x2e,0xb9,
0xb7,0x8d,0x9e,0x48,0x85,0x41,0x7c,0x97,0xc3,0x2f,0x4d,0xdb,0x5b,0xf9,0xee,0xec,
0x3,0xa6,0x58,0x0,0xdd,0x43,0xff,0x67,0x44,0xe3,0xe,0xca,0x77,0xfe,0xdf,0x7a,
0xb1,0xf7,0x2d,0xcb,0xc5,0xce,0x33,0x4a,0x32,0xdf,0x91,0x31,0xac,0xa1,0x98,0x6e,
0xe5,0x19,0x6,0x74,0xec,0x7b,0xd2,0xbc,0xf9,0x95,0x2e,0x0,0x76,0xa6,0xbb,0x15,
0x2f,0x77,0x5a,0xc2,0x8d,0x86,0x8f,0x4f,0x94,0xf2,0x8f,0xd0,0xf8,0xae,0x4a,0x21,
0x73,0x73,0xa5,0x94,0xb9,0xe4,0xf6,0xc5,0xcf,0x5d,0x7e,0x3d,0x9e,0xd3,0x8d,0x85,
0xc4,0xb6,0x8d,0x4f,0x6b,0xd6,0xca,0xef,0xa0,0xf8,0x4a,0xc5,0x5b,0x62,0x17,0xa,
0x9e,0x43,0x84,0xba,0x12,0xfa,0xa7,0x2f,0x8c,0xe9,0x5b,0xc7,0xc4,0x3d,0x1f,0x5e,
0x23,0xa6,0xce,0x58,0x2c,0xea,0xcb,0x29,0xc8,0x47,0x54,0xeb,0x5c,0x7,0xd2,0x2c,
0xca,0x34,0xae,0x41,0x94,0xb9,0xb4,0x71,0x5a,0x46,0xf3,0x18,0x52,0xa7,0xc9,0xe9,
0xf6,0xb4,0xd6,0xb2,0xce,0x37,0x4,0xb8,0x6b,0x47,0x6d,0x24,0x77,0xc5,0x64,0xb1,
0x98,0x51,0x97,0x13,0xa,0x58,0xc7,0x76,0x9f,0x71,0x32,0x15,0xa,0x2f,0x37,0xc5,
0x6,0xe8,0x8e,0x46,0xc5,0x12,0x47,0xfe,0x73,0xb3,0xb8,0xe7,0x7f,0xaf,0x16,0x53,
0xbf,0xb5,0x58,0x4c,0xac,0xe2,0xc,0xca,0x89,0xe9,0xce,0x4c,0x44,0x4e,0x1b,0x32,
0xab,0xce,0x4a,0x51,0xbb,0x5f,0xd4,0x3a,0x1a,0x9d,0x26,0xd7,0x67,0x4f,0x3a,0xe3,
0xec,0x5b,0xde,0x27,0xad,0xcb,0xdf,0xf6,0xf8,0x39,0xa5,0xfd,0xeb,0x78,0x31,0xf7,
0xf7,0xd5,0x42,0xee,0x4f,0xee,0xcc,0x9f,0x72,0xda,0xb6,0xa1,0xa1,0xa7,0xa9,0xcb,
0xe,0x2d,0x50,0x8f,0x4c,0x94,0x5f,0x40,0x5,0xff,0x1b,0x4d,0xd7,0x1f,0xf4,0x4e,
0x63,0xbc,0x2c,0x8e,0xfc,0x64,0x8b,0x78,0xe0,0xf2,0xd3,0xc5,0xce,0x97,0x2e,0x11,
0xb5,0x65,0x4e,0xc,0x3b,0x77,0x88,0x38,0xbe,0x1d,0x64,0xfe,0x23,0xd3,0x74,0xdc,
0x33,0x3c,0xde,0xf2,0x41,0x2b,0x5d,0x2f,0x4f,0x69,0x6a,0x1b,0xee,0xfa,0xa6,0xe5,
0xe5,0x36,0x9d,0x69,0xed,0x21,0xe2,0xf1,0x7a,0x29,0xfb,0xb3,0x4a,0x29,0x5b,0xad,
0x14,0xb3,0x97,0x56,0xb3,0xd9,0xb2,0xa,0x5,0x28,0x62,0x3a,0xb4,0x7d,0x6b,0x96,
0xf2,0xb0,0x4b,0x52,0xf1,0x9c,0x53,0x8f,0xe0,0x39,0x44,0x68,0x5e,0xa1,0x7f,0x7a,
0x6f,0x1c,0xfd,0xd1,0x16,0x71,0xd7,0x3b,0x4e,0x15,0xf5,0xb5,0x79,0x19,0xdc,0x94,
0x71,0xa8,0xe0,0x77,0x4c,0xa4,0xd,0xe0,0xd2,0x66,0x1e,0x35,0xae,0x4d,0xe4,0x59,
0x46,0xa6,0xa9,0x74,0x67,0xbc,0x7d,0x39,0x77,0x9c,0xb7,0xa1,0xd8,0x4d,0x95,0xa8,
0xf1,0x62,0xe6,0x6b,0x95,0x45,0x8b,0x4e,0x51,0x97,0x15,0xa,0x50,0xce,0x8b,0x55,
0xac,0x47,0x4d,0x71,0x1,0x16,0xce,0xd1,0x1b,0xb7,0x88,0x87,0xaf,0xda,0x20,0xf6,
0xbf,0x6d,0x85,0x98,0xda,0x54,0xe2,0x6,0x1,0x37,0xa3,0x6a,0xb5,0xcc,0x29,0x3c,
0x5e,0x70,0xa,0x7b,0x7a,0x9a,0x87,0xed,0xe8,0x8c,0x4a,0xe2,0x4e,0xeb,0x65,0x69,
0xdb,0x6a,0xa8,0xe1,0x42,0x20,0x3f,0x24,0xbc,0x73,0x24,0x2f,0x5f,0xd8,0x42,0x15,
0xaa,0x83,0x54,0x10,0xbc,0x9e,0x2a,0x54,0x6f,0xa9,0xe5,0x72,0xa7,0xa3,0x32,0xd5,
0xbd,0x1a,0xd5,0x33,0x96,0x34,0xaa,0xe5,0x2f,0x9b,0xae,0x37,0xf0,0xf,0x7e,0x39,
0xcb,0xc1,0x6b,0x36,0x88,0xbb,0xff,0x6a,0xa5,0xd8,0xf9,0xfc,0x12,0xc5,0xad,0xd3,
0x35,0xd6,0x29,0xc8,0xa9,0xf8,0x56,0x1e,0x70,0xc6,0x9d,0x74,0x77,0x5a,0xa5,0xf1,
0x50,0xa6,0xe9,0x71,0x3d,0xaf,0x6d,0x5c,0xf9,0x47,0x6d,0x43,0xcf,0x97,0xd3,0xd2,
0x5f,0xce,0x32,0xaa,0x32,0xf5,0x44,0x7d,0x24,0xf7,0x73,0x9a,0x57,0xdf,0x5e,0xca,
0xbf,0x56,0x85,0x5,0x14,0x1,0x1d,0xad,0x8e,0xad,0x9d,0xb6,0xcb,0x9f,0x33,0xc5,
0x13,0x68,0x7,0xcf,0x21,0x42,0xb3,0xa,0xfd,0xd3,0xfb,0x83,0x5b,0xd1,0xf,0x5f,
0xbf,0x49,0xdc,0xff,0xf1,0x35,0x62,0xe7,0xb,0x16,0xcb,0x40,0x9f,0xab,0x3b,0xd2,
0xc,0x13,0x31,0xd2,0x60,0x4e,0xba,0x39,0x73,0x72,0xcc,0xe3,0xe,0x75,0x9a,0x77,
0x48,0xf0,0xed,0x65,0xbb,0x94,0x39,0x4a,0x99,0xd8,0x4d,0x76,0x21,0xfb,0xed,0x1d,
0xb9,0xe1,0x97,0x6c,0xcb,0x64,0x9e,0x5b,0x59,0xb4,0xf6,0x78,0x75,0xb9,0x21,0x1f,
0x44,0x19,0xcf,0xab,0xe8,0xda,0x57,0x3b,0x63,0x1,0xf8,0xc3,0x91,0xef,0x6f,0x16,
0x77,0x5f,0xbc,0x5a,0xec,0x7e,0xd9,0x12,0x51,0x5f,0x99,0x97,0x5d,0x94,0x9c,0x4c,
0x8b,0x7c,0xa1,0x86,0xde,0xb8,0x97,0x85,0x3a,0x83,0xd7,0x98,0x19,0x95,0x2f,0x4e,
0x6b,0x9b,0xf6,0xac,0x27,0xb7,0xe9,0x6c,0x8b,0xd1,0xad,0xea,0xdc,0x55,0x96,0xbf,
0x23,0x45,0xd3,0x7,0xab,0x85,0xec,0xd,0xe4,0xc1,0x57,0xdf,0x30,0x34,0xf4,0x54,
0x15,0xe,0xd0,0x2c,0x6a,0x54,0xad,0x8b,0x4d,0xd7,0x17,0x4,0x43,0xa3,0x42,0x85,
0xbd,0x9b,0xc6,0xc4,0x3,0x97,0xaf,0x15,0xbb,0x5f,0xbe,0x44,0x4c,0x9c,0x5e,0x10,
0x93,0x14,0xd3,0xb2,0xd0,0xc5,0xf1,0xdd,0x81,0xd7,0x7,0xad,0x71,0xed,0x7,0xf6,
0x0,0xfb,0xc7,0x99,0x76,0x87,0x72,0x9e,0x5a,0xc7,0xcd,0x8b,0xd4,0xb4,0xbb,0x6e,
0x3b,0xec,0x21,0xd9,0x7a,0x5e,0xca,0xf1,0x73,0x53,0x17,0xa8,0xf0,0x80,0x6,0xa4,
0xe9,0x4a,0xf9,0x6c,0x7e,0x95,0xb7,0x29,0x86,0x80,0x19,0x3c,0x87,0x8,0x19,0x85,
0xfe,0xe9,0xfe,0x20,0xfb,0xa7,0xdf,0x4e,0x99,0xd7,0xe7,0xd7,0x89,0xfd,0x6f,0x5a,
0x2e,0x26,0x37,0x3b,0xdd,0x91,0x74,0xc1,0xcf,0x31,0x8a,0x33,0xde,0x5e,0x80,0x53,
0x28,0xe3,0x78,0xd3,0xbc,0xc6,0x92,0x85,0xba,0xe,0x23,0x39,0xa8,0x34,0x77,0xda,
0x81,0x4c,0xf6,0x38,0xed,0xfb,0x57,0x34,0xff,0x5e,0x32,0xd9,0x44,0xa5,0x98,0xf9,
0x92,0x4d,0x15,0xaa,0x9b,0x4e,0x3a,0xe9,0x4,0x75,0xe9,0xa1,0x1e,0xc4,0xdf,0x8e,
0x68,0x54,0xcb,0xdf,0x35,0xc5,0x0,0xf0,0x17,0x7e,0xde,0xe3,0xe0,0xd7,0x36,0x88,
0x7d,0x6f,0x5e,0x2e,0xa6,0xb6,0x14,0x45,0x7d,0x31,0xf9,0x89,0x62,0x5f,0x17,0x6,
0xdb,0xfd,0xe1,0x78,0x44,0x4f,0xb7,0xa0,0x34,0xed,0x1b,0x4f,0xba,0xb3,0xbc,0x67,
0x39,0xe9,0x4f,0xef,0xfa,0xba,0x22,0xd5,0x5a,0x96,0xf7,0xcb,0x2d,0x90,0xfb,0xb8,
0x32,0x55,0xcc,0xed,0xac,0xe4,0xb3,0xaf,0xfd,0x3c,0xee,0x48,0x19,0xd5,0x18,0xb7,
0xb6,0xd0,0x35,0xbc,0xbd,0xf3,0x9a,0x82,0x70,0x68,0xdc,0x49,0x5,0xbe,0x7f,0xdb,
0x28,0xee,0xfd,0xe8,0x6a,0xb1,0xf3,0x8c,0x11,0xf9,0x1c,0xc5,0x84,0xe7,0xae,0xae,
0x37,0xee,0xe7,0x9a,0x96,0x9e,0xd0,0x69,0xde,0x61,0xe7,0x7a,0x6e,0x3e,0xe4,0xf1,
0x8c,0x5a,0x86,0xb7,0xe1,0x8c,0x67,0xe5,0x71,0xd0,0xba,0x7,0x68,0xfa,0x8f,0x55,
0xa8,0x40,0x21,0xaa,0x51,0xb7,0xb6,0x50,0x59,0xe5,0x3a,0x53,0xcc,0x80,0xf9,0xc1,
0x73,0x88,0x90,0x2b,0xf4,0x4f,0xf,0x86,0xc6,0x36,0x4b,0x4c,0xff,0x64,0x8b,0xb8,
0xef,0xe3,0xa7,0xc9,0xbb,0x52,0xf5,0xd1,0xbc,0x34,0x19,0xbf,0xf9,0x4b,0x7,0xbe,
0x6b,0x82,0x19,0x6,0xd1,0xd3,0xde,0x74,0xbd,0x3c,0xa5,0xa9,0x6d,0xb4,0x4c,0x64,
0x58,0x5e,0x6e,0x93,0x97,0x6d,0xb5,0xa2,0xcb,0xca,0x9c,0xfc,0xca,0x75,0xf6,0xd0,
0x78,0x31,0xf7,0x25,0x2e,0xfc,0x6d,0x5b,0xb2,0xe4,0x59,0x2a,0x14,0xa0,0x2e,0x24,
0xea,0x67,0x3e,0xa3,0x69,0x97,0x3f,0xed,0x5e,0xe7,0x94,0x7d,0xb,0x6d,0x90,0x1c,
0xfe,0xde,0x26,0x71,0xdf,0x27,0xd6,0x38,0x2d,0xeb,0x2b,0x74,0x97,0x59,0xed,0x81,
0xee,0x70,0xa,0x75,0xca,0x27,0xde,0xc,0xac,0x23,0x33,0xd3,0x74,0x64,0x54,0xce,
0xfa,0xc,0x2d,0xcf,0xbe,0x92,0x77,0xa5,0xa8,0x22,0x65,0x97,0x32,0xe7,0xe1,0xa5,
0x13,0xed,0x9a,0xae,0x94,0xdf,0x65,0xba,0x8e,0x20,0x64,0xa8,0xc0,0x37,0x7d,0xd3,
0x98,0x78,0xf0,0x8a,0x75,0x62,0xdf,0x1b,0x97,0xc9,0x97,0xb6,0x70,0xd7,0x54,0xa7,
0x61,0xcf,0xf1,0x82,0x37,0xce,0xbd,0x5,0x37,0xd9,0x20,0xc1,0x43,0x4e,0xa3,0x98,
0x6f,0xf3,0x8e,0xf2,0x8c,0xae,0x18,0x39,0xe9,0x6a,0xc8,0xe9,0x6a,0xe8,0xcd,0x9f,
0xdc,0xf5,0x9,0xf6,0xef,0x44,0x31,0x77,0xf7,0x78,0x31,0xf3,0xa7,0x2a,0x64,0xa0,
0x80,0xf5,0xc0,0x8e,0xf6,0xe7,0x76,0x91,0x7f,0xf5,0x7,0x9e,0x43,0x4c,0xb1,0xd0,
0x3f,0x3d,0x1c,0xa6,0x6f,0xb3,0xc4,0xc1,0xff,0xb7,0x5e,0x1c,0x78,0xc7,0xa9,0x62,
0x62,0x63,0x51,0x4c,0x51,0xb0,0x73,0xe6,0xe5,0x64,0x50,0x8e,0x1,0xbc,0x19,0x93,
0xb7,0xf5,0x41,0xa7,0xf1,0x50,0xa6,0xcd,0x30,0x54,0x87,0xb9,0x78,0x3e,0x6f,0xc3,
0xbb,0x3e,0x6f,0x4f,0xe2,0x8c,0xb3,0xc9,0x26,0xa8,0xe0,0x47,0xc7,0xf0,0x58,0xb5,
0x90,0x6d,0xd0,0xb2,0x1f,0x1b,0x2f,0x95,0x9e,0xad,0xc2,0x2,0x9a,0x43,0x4d,0x7b,
0xec,0x25,0x4d,0xdb,0xda,0x6b,0xba,0xce,0x20,0x1c,0xa6,0xb7,0x97,0xc5,0x43,0x57,
0xad,0x17,0xfb,0xde,0xb2,0x5c,0x4c,0x9d,0x51,0x12,0x13,0xa3,0x4e,0x65,0x4a,0x66,
0x5a,0x26,0x94,0x27,0xf4,0xb4,0xeb,0x23,0x6f,0x7a,0xdb,0xb4,0xf6,0x4e,0xcb,0x43,
0xec,0x1d,0x8d,0x33,0xed,0x78,0x54,0x16,0x30,0x69,0x5a,0x55,0xa4,0x76,0x55,0xa,
0xb9,0xd7,0xa3,0x22,0x35,0x34,0x74,0xd8,0xde,0x92,0x27,0x9f,0x7c,0xdb,0x74,0xfd,
0xc0,0xe0,0xe0,0x6e,0x48,0x47,0x7e,0xb8,0x59,0xbe,0xfc,0x68,0xe7,0x59,0x8b,0x45,
0x7d,0x59,0xd6,0x6d,0x39,0xf7,0xe6,0x19,0x3a,0xb6,0xbd,0x31,0xae,0xe7,0xbb,0xcb,
0x49,0xbf,0x78,0xd2,0xbc,0x5e,0xe2,0xa1,0x42,0xfa,0x46,0xaf,0xa3,0xb6,0xa9,0xd3,
0xd9,0xb3,0x4e,0x45,0x2a,0x73,0x8f,0x9d,0xcf,0xbe,0x5d,0x85,0xf,0x14,0x90,0x9a,
0xd5,0xad,0xef,0xa4,0xa,0xd4,0x31,0x53,0x6c,0x80,0xfe,0xc0,0x73,0x88,0x29,0x13,
0xfa,0xa7,0x87,0x4c,0xa5,0x2c,0x8e,0xfc,0xd7,0x16,0x71,0xef,0xa5,0x6b,0xc4,0xae,
0xdf,0x5d,0x2a,0x6a,0xa7,0x52,0xc1,0x8f,0x82,0x9f,0x83,0xdc,0x35,0x80,0x62,0x36,
0xd3,0xe8,0x21,0xa7,0x69,0xe3,0xb8,0x43,0x39,0x4f,0xad,0xa3,0xcc,0xd7,0x66,0x48,
0xef,0x7c,0x35,0xe4,0xc,0x8c,0x33,0xd0,0xba,0xf3,0xe6,0xb1,0xff,0x73,0x4b,0x3e,
0x7f,0xa2,0xa,0xf,0xc8,0x20,0x3c,0x2b,0x18,0x21,0x6c,0xf2,0xd3,0x7f,0x6e,0x16,
0xf7,0x7f,0x7a,0xad,0xd8,0x7d,0xee,0x52,0x31,0xb1,0x92,0x1b,0x5,0x1c,0x3f,0xb5,
0x7b,0x81,0xfd,0xe2,0x64,0x54,0x4e,0x61,0xd0,0x19,0x6f,0xcb,0x7c,0xd8,0x27,0x5e,
0xaf,0x78,0xd3,0xe5,0x76,0x1c,0xcf,0xe9,0x71,0x67,0xd8,0x5a,0x9f,0xe7,0xb1,0x97,
0xb8,0x22,0x55,0x2d,0x64,0xf7,0xd7,0x8a,0xc3,0x7f,0x48,0x5e,0xfa,0x75,0x15,0x36,
0xa9,0x53,0xa3,0x56,0x7e,0x2d,0x5d,0x1f,0xbc,0x90,0x28,0xc2,0x4c,0xdf,0x32,0x26,
0xe,0x7e,0x65,0x9d,0xb8,0xeb,0x2f,0x4e,0x15,0x13,0xeb,0xa,0xb2,0xc0,0xc7,0xde,
0xd1,0xd,0x11,0x2d,0x6f,0x38,0xb1,0xcf,0xd3,0xe,0x1c,0xef,0xca,0x43,0x6a,0x59,
0x17,0xd7,0x2f,0xe,0xba,0xf2,0xe5,0x1d,0xf7,0x7a,0x53,0xc3,0xfb,0x75,0xa,0x9b,
0x99,0x7f,0xdb,0xb6,0xe4,0x39,0xe8,0x15,0x11,0x80,0xa6,0xc7,0xad,0x97,0x37,0x6c,
0xab,0x62,0x8a,0x5,0xe0,0x1f,0x78,0xe,0x31,0x5,0x42,0xff,0xf4,0xc1,0x32,0x7d,
0xeb,0x16,0x71,0xe8,0xdb,0x1b,0xc5,0x5d,0xef,0x5c,0x29,0x26,0xd4,0x37,0xa4,0x98,
0xb6,0xa0,0xef,0xc8,0x8c,0x66,0x64,0x4e,0x6c,0xa6,0xe,0xf3,0xc8,0x61,0xe7,0x7a,
0xca,0x84,0x3c,0x2e,0xcd,0xc8,0xa8,0x65,0xbc,0x19,0x22,0x1b,0x9c,0x32,0xcb,0x5f,
0xf0,0xeb,0x9b,0x77,0x2e,0xcf,0x3c,0x57,0x85,0xa,0xa4,0xf4,0xe8,0x44,0x79,0x7d,
0x3,0xdf,0x47,0x8b,0x24,0xd3,0x3b,0xca,0xe2,0xa1,0x2f,0xaf,0x97,0x85,0xc1,0xa9,
0x33,0x4b,0x32,0xe6,0xbd,0x77,0xa5,0x64,0x9c,0xb3,0xf,0xf4,0xb0,0x23,0xf6,0x65,
0xa6,0xd3,0xe9,0x1d,0xef,0xb8,0xa4,0x95,0x31,0xc9,0xe5,0xdb,0xe6,0xb5,0xe0,0x7d,
0xee,0x1f,0xa1,0xf1,0x62,0xe6,0xe,0xfe,0xa6,0x94,0xa,0x9f,0xd4,0xe8,0xe2,0x8b,
0x87,0x9e,0xdc,0xac,0x5a,0xff,0xd7,0x74,0x9d,0x40,0xf4,0x90,0x9f,0x12,0xf8,0xd1,
0x16,0xf9,0xac,0xd4,0xae,0xdf,0x5d,0x22,0x6a,0xf2,0xa5,0x2d,0x79,0x19,0xcb,0x4e,
0x1e,0xe3,0xf8,0x46,0xfb,0x41,0x8f,0xcb,0xa1,0x8a,0x79,0xed,0x9d,0xf6,0x34,0xcf,
0xb8,0x7,0x27,0xef,0x71,0xbc,0xe7,0x6e,0x5b,0xcd,0x73,0x2a,0x52,0xd9,0xa3,0x95,
0x42,0xe6,0x7d,0x2a,0x9c,0x20,0x1f,0xf4,0x48,0xa5,0xbc,0xa6,0x59,0x2b,0x7f,0xcb,
0x74,0xfd,0x41,0x70,0xe0,0x39,0xc4,0x84,0xa,0xfd,0xd3,0xa3,0x3,0xbf,0xa,0xfd,
0xde,0x4f,0x9c,0x26,0xf6,0xbc,0x76,0xa9,0x98,0x58,0x55,0x90,0x6f,0xfc,0xd2,0xaf,
0x43,0x67,0x3,0x68,0x73,0xe8,0x8c,0x46,0x1a,0x81,0xe7,0x4b,0x43,0x38,0xc6,0xd2,
0xf3,0xbc,0xa6,0x72,0xd2,0x74,0xba,0x33,0x74,0xd6,0x75,0xe6,0xb7,0x99,0x4d,0xcf,
0x27,0xb8,0x22,0x55,0xa7,0x8a,0x54,0xb5,0x94,0xb9,0xfc,0x66,0xbc,0x12,0xdd,0xd5,
0x51,0x5b,0x7e,0x6c,0xd0,0x78,0xd,0x41,0x44,0x50,0xcf,0x7b,0xdc,0xff,0xc9,0xd3,
0xc4,0xae,0x73,0x97,0x88,0xfa,0x9a,0xbc,0xfc,0x3e,0x1b,0x17,0xcc,0x1c,0xaf,0x38,
0x70,0x46,0xe2,0x64,0x2e,0x6a,0x5c,0xe,0x1d,0xf,0xb4,0xa1,0xbc,0xd4,0x9a,0x6e,
0x5f,0x46,0x6e,0xc3,0x33,0xed,0x4d,0x77,0x2a,0x70,0x99,0x9f,0xd5,0xa,0x99,0x8b,
0xb6,0x65,0x32,0xbf,0xa1,0xc2,0x28,0xf1,0x6a,0x4e,0x8c,0x2d,0x6b,0x54,0xcb,0xdb,
0x8c,0xd7,0x7,0x44,0x17,0x7e,0x38,0xfe,0xb6,0x31,0x71,0xf8,0x5f,0x37,0x88,0xbb,
0xff,0x62,0x85,0x98,0x3c,0x8d,0xf2,0x22,0xbe,0xa3,0xea,0xc6,0x34,0xc7,0xbe,0xf6,
0x89,0x37,0xcf,0xf0,0x78,0x47,0x79,0xc9,0x59,0x47,0xcf,0x57,0xe9,0x7a,0xda,0x3b,
0x5f,0xfb,0x8b,0xd3,0xd4,0xba,0x4e,0xe1,0x32,0x2b,0x2a,0xc5,0xcc,0x4f,0xee,0x18,
0xc9,0xae,0x50,0x61,0x5,0xf5,0xa1,0x46,0x65,0xec,0xc2,0x46,0xd5,0xfa,0x15,0x5f,
0x67,0x3c,0xf7,0x34,0x0,0xf0,0x1c,0x62,0x72,0x84,0xfe,0xe9,0x11,0x84,0x33,0x2f,
0x7e,0x4d,0xe6,0xf7,0x36,0x89,0xbb,0xfe,0xfc,0x54,0x31,0x65,0x15,0xe5,0x7,0xdb,
0x64,0xb7,0x6,0xaf,0x21,0x68,0x5c,0x67,0x58,0x9d,0x19,0x92,0xbb,0x9c,0x34,0x96,
0x27,0x4d,0x99,0xcc,0x1d,0xea,0xf5,0xf4,0x7c,0x99,0xe6,0xd9,0xe,0x4f,0xd3,0xb2,
0xf2,0x96,0x73,0x31,0xfb,0xab,0x6a,0x21,0x73,0x79,0xda,0x3f,0xd0,0xfb,0xe8,0xe4,
0xf3,0x33,0x94,0x1,0xe1,0xb5,0xaf,0x31,0x82,0xfb,0xa4,0x3f,0xfc,0x75,0xee,0x93,
0xbe,0x4a,0xec,0x7c,0xfe,0x88,0x7c,0x83,0x9f,0x2c,0x9c,0x51,0x9c,0x3b,0xbe,0xd0,
0xf1,0xee,0x8c,0x77,0xc6,0xbf,0xb,0x4f,0x4b,0x9c,0xf9,0x9d,0xe3,0x4e,0x5,0x8c,
0xc6,0x5d,0x78,0x5b,0xad,0x34,0xee,0xd6,0x47,0xdb,0xbe,0xd3,0xce,0xe5,0x2c,0x15,
0x4e,0x89,0xd6,0x74,0x6d,0xec,0x2c,0x2a,0xa4,0x3d,0x64,0xba,0x26,0x20,0x26,0xa8,
0xee,0xb1,0xfc,0x8d,0xc3,0xda,0x4a,0x43,0xef,0x8,0x46,0x7a,0xa8,0x3d,0x4d,0xe7,
0x49,0x9c,0xde,0x1a,0xf7,0x78,0xc5,0x1d,0x3a,0xeb,0xba,0x79,0x10,0x7b,0xa6,0xcd,
0x53,0x94,0xf7,0x39,0xd,0x1f,0x87,0x77,0x14,0xb3,0xef,0x56,0xa1,0x5,0xf5,0xa0,
0x46,0xdd,0x3a,0x91,0xae,0xe9,0x55,0x33,0xae,0x31,0x18,0x8,0x78,0xe,0x31,0xe6,
0x42,0xff,0xf4,0xe8,0x73,0xf4,0xc7,0x5b,0xc4,0x83,0xff,0xb4,0x4e,0xec,0x39,0x7f,
0x54,0x54,0x97,0xa9,0xe7,0x94,0x8,0x19,0xf4,0xae,0x79,0xd8,0x58,0xce,0xb4,0x3,
0x1b,0xa2,0x65,0x8e,0x36,0x3a,0xd,0xe5,0x59,0xc6,0x9b,0x71,0x99,0xd8,0xe5,0x74,
0x47,0xda,0x43,0xfb,0x4a,0x45,0x1,0xd0,0xa4,0x63,0x95,0xb1,0x33,0x1a,0xb6,0x75,
0xf,0x5f,0x1b,0xb4,0xe0,0xc5,0xf,0x7e,0xde,0xe3,0xde,0xbf,0xa1,0xc,0x8b,0xbf,
0x26,0xaf,0x2b,0x52,0x12,0x8e,0x7d,0x85,0xd7,0x13,0xec,0x27,0xed,0xb,0xe9,0x2b,
0xbd,0xac,0x9a,0x2f,0x71,0xa6,0x8d,0xfe,0x51,0x7e,0x94,0xf3,0x69,0x5c,0xb6,0x34,
0x8e,0x64,0x7f,0x36,0x5e,0xc8,0xfd,0xe5,0x6d,0x27,0x9e,0xf8,0x4c,0x15,0x56,0x89,
0x54,0xa3,0x6a,0xfd,0x81,0xe9,0x1a,0x80,0xf8,0xd1,0xd8,0x6e,0x89,0x7,0x2f,0x3f,
0x5d,0x7e,0x92,0x83,0xb,0x59,0x3a,0xbe,0xe7,0x8a,0x7d,0x6f,0xdc,0xbb,0xe9,0x7a,
0x9c,0xe7,0x75,0xcc,0xd7,0xcb,0xb7,0x41,0x69,0xbc,0xed,0x9,0x9e,0x57,0xc8,0x34,
0xc6,0x4b,0xc3,0x1f,0x50,0xe1,0x5,0x2d,0x50,0xcd,0xfa,0xd6,0xdf,0xa3,0x6b,0x79,
0xaf,0xbc,0x9e,0xc8,0xbb,0x22,0x5,0x9e,0x43,0x8c,0x99,0xd0,0x3f,0x3d,0x46,0xd8,
0xe,0x87,0xfe,0x75,0xa3,0xb8,0xfb,0x5d,0x2b,0xc5,0xd4,0xd9,0x23,0xf2,0x8d,0x63,
0xee,0x5d,0x29,0x65,0xa6,0xb6,0xc,0x89,0x8d,0xe5,0x35,0x15,0xcf,0x9b,0x91,0xa6,
0xc6,0xbd,0x69,0x84,0x34,0xa5,0xda,0x86,0xbb,0x6d,0x95,0xce,0x86,0x96,0xfd,0xe2,
0xf3,0x99,0x2f,0x8e,0xe7,0x4f,0xcc,0xa9,0x70,0x4a,0x8d,0x1e,0xa9,0x6d,0xfd,0x7d,
0xba,0x26,0x8f,0xcf,0xb8,0x46,0x20,0x56,0x1c,0xf9,0xc9,0x66,0xb1,0xff,0x2d,0x2b,
0x44,0x7d,0x85,0xf3,0x59,0x1,0x6f,0xfc,0x3b,0x95,0xa8,0xf6,0x34,0x6f,0x46,0xe3,
0x66,0x44,0x1e,0xdf,0xe8,0xf9,0x72,0x9e,0x5a,0x57,0x16,0x8,0xe5,0x32,0xce,0x72,
0x3a,0xb3,0xe3,0xfd,0xed,0xe1,0xc6,0x88,0x42,0xf6,0x1f,0xef,0x4c,0xf0,0x1d,0xdd,
0x66,0xcd,0x7a,0x8f,0xe9,0xdc,0x83,0x78,0x32,0xcd,0x95,0xa8,0x2b,0xa8,0x12,0x35,
0x56,0x72,0x9f,0x8d,0xf2,0x36,0x38,0x70,0x3e,0xe1,0xe6,0x15,0xda,0x23,0x7a,0x19,
0x99,0xa6,0xa7,0x9d,0x65,0x5b,0xf3,0x9d,0x79,0x72,0x7d,0xb9,0xbd,0xd6,0x32,0x3a,
0x9d,0xa7,0x6b,0x72,0x98,0xfd,0x19,0xa5,0x7d,0x46,0xc,0xd,0x3d,0x49,0x85,0x19,
0xd4,0xa5,0x1a,0xb6,0xf5,0x9,0xd3,0x75,0x5,0xd1,0x1,0xcf,0x21,0xc6,0x44,0xe8,
0x9f,0x1e,0x53,0x2a,0x94,0x91,0xdd,0xbc,0x45,0x1c,0xfc,0xf2,0x7a,0xb1,0xf7,0xb5,
0xa3,0x62,0x62,0x59,0xab,0x0,0xe8,0x64,0x5a,0xda,0x4,0x2d,0x33,0x70,0xba,0x6b,
0xc,0x69,0x18,0x8d,0x9e,0xaf,0x51,0xd3,0xa6,0x65,0x29,0x4d,0x9b,0x8d,0xd3,0xf9,
0xf9,0x2c,0xbb,0x94,0xd9,0xbb,0xbd,0x90,0xfd,0xbd,0x6b,0x86,0x86,0x9e,0xa2,0xc2,
0x2a,0xf1,0xa2,0x6b,0x80,0x67,0x6,0x13,0xc2,0xf4,0x6d,0x63,0xe2,0xae,0x77,0xad,
0x14,0x13,0x2b,0xb,0xce,0x9d,0x21,0x89,0xf6,0x4,0xc5,0xbb,0x1a,0x9f,0x9f,0x76,
0xbf,0x68,0x2f,0x39,0x7e,0x69,0x47,0xcf,0xe3,0xef,0xc0,0xb1,0x87,0x2a,0xc5,0xdc,
0x97,0xa6,0xa,0x85,0xac,0xa,0xaf,0x44,0x89,0xa,0x3,0x9f,0x34,0x9d,0x77,0x10,
0x5f,0xe4,0x9d,0xa8,0xcf,0x52,0x25,0xca,0xe2,0x4a,0x14,0xc5,0x34,0xc5,0xb1,0xf6,
0x8a,0xcc,0x37,0x74,0x9e,0xa3,0xf3,0x10,0x35,0x4f,0xe7,0x1b,0x32,0xfe,0x39,0x2f,
0x91,0xf3,0x9c,0x69,0xb9,0x9c,0xf4,0x8a,0x4e,0x57,0xdb,0x92,0xf3,0x5b,0xdb,0xd1,
0xcb,0x39,0x5e,0xcd,0xee,0xa9,0xe4,0x86,0x5f,0xa1,0x42,0xd,0x9a,0x47,0x8d,0xea,
0xd6,0x4d,0x54,0xde,0xbb,0xd5,0x74,0x4d,0x41,0x4,0xe1,0x47,0x39,0xf0,0x1c,0x62,
0x74,0x85,0xfe,0xe9,0x9,0xa0,0x56,0x16,0x7,0xbf,0xb6,0x41,0xec,0x79,0xc5,0x12,
0x51,0x5b,0xaa,0x83,0xdd,0x83,0x32,0x82,0x37,0xcd,0x6b,0x1c,0x37,0x73,0x52,0x26,
0x92,0xe6,0xf3,0x2e,0xa7,0xd6,0x95,0x26,0xf3,0x2c,0xef,0xb6,0xa4,0x8f,0xe4,0xc4,
0x14,0x61,0x17,0xb2,0x9f,0xba,0xf5,0x94,0x53,0x16,0xa9,0xd0,0x4a,0xb4,0x28,0x13,
0xba,0xcc,0x78,0x2d,0x40,0x2c,0xe1,0xae,0x13,0xb2,0xdb,0x84,0x7c,0xf5,0x39,0xc7,
0xbb,0x13,0xeb,0x32,0xde,0x15,0xd2,0x23,0x32,0xf6,0xdb,0xc7,0xd9,0x2b,0xae,0x5f,
0x54,0x86,0xe3,0xcc,0xd7,0x69,0xed,0xdb,0x90,0xcb,0x7b,0xfd,0x48,0xe9,0x32,0x53,
0x2c,0x66,0x27,0x2b,0xf9,0xe1,0x73,0x2e,0x1e,0x1a,0x7a,0xb2,0xa,0xb3,0xd8,0x4b,
0x88,0x33,0x9f,0x4a,0xe7,0xf7,0x9a,0xce,0xf3,0xd,0xe2,0x8f,0x5b,0x89,0x1a,0x2b,
0xc9,0xee,0x7c,0x32,0xdf,0xf0,0xc4,0xbe,0x77,0xda,0x9b,0xee,0xe0,0x99,0x56,0xf9,
0x88,0x77,0xfe,0xcc,0xe5,0xdb,0xd3,0xf5,0x50,0x79,0xf5,0x81,0x6a,0x3e,0xfb,0x47,
0x2a,0xe4,0xa0,0x39,0xd4,0xa8,0x97,0x5f,0x67,0xba,0x96,0x20,0x6,0xe0,0x39,0xc4,
0xe8,0x9,0xfd,0xd3,0x93,0xc3,0xf4,0xcd,0x54,0x8,0xbc,0xe8,0x54,0x51,0x3f,0xb5,
0x65,0x2e,0x6d,0x0,0xaf,0x11,0x34,0xa6,0x96,0x71,0xaf,0xb1,0xda,0x2a,0x4e,0x72,
0xa8,0xd2,0x3d,0xf0,0x3c,0x36,0x1c,0xef,0x8f,0x5b,0xd2,0xc7,0xf3,0x99,0x2b,0x6e,
0x2f,0x9d,0x3c,0xac,0xc2,0x2b,0x91,0xda,0xb6,0x6d,0xe3,0xd3,0xe8,0x7c,0xa3,0x50,
0x98,0x30,0x74,0x25,0xaa,0x4e,0x95,0x28,0x7e,0xeb,0xa5,0x8c,0x6d,0x85,0xe3,0xb,
0x85,0x77,0x5c,0xfa,0x40,0xf,0x95,0x47,0x3a,0x7d,0x22,0x97,0x77,0xc6,0xdb,0x33,
0x24,0xcf,0x32,0x4,0x17,0x6,0xb9,0x35,0xdf,0x2e,0xe4,0xde,0x5f,0x3f,0xf9,0xe4,
0x67,0xa8,0x70,0x8b,0xb5,0x9c,0xa,0x94,0xf5,0x43,0x3e,0xbf,0x78,0xde,0x22,0x79,
0x78,0x2b,0x51,0xfc,0x41,0x78,0x59,0xe8,0xf2,0xc4,0xb5,0xe3,0x1d,0x35,0xd4,0xd3,
0x6a,0x9e,0xc4,0x5d,0xd6,0x93,0xce,0x69,0x9e,0x75,0xbc,0xe9,0xba,0xb0,0xd7,0x5a,
0xcf,0x79,0xe0,0x9d,0x7c,0xf5,0x0,0xbe,0x65,0x33,0xbf,0x9a,0xb5,0xf2,0xbb,0x4d,
0xd7,0x11,0xc4,0x7,0x3c,0x87,0x18,0x21,0xa1,0x7f,0x7a,0xb2,0x98,0xbe,0x55,0xb7,
0xa4,0xeb,0xee,0x48,0x64,0x8,0xd7,0x14,0xaa,0x30,0xc8,0xe3,0x6d,0x26,0xd3,0x69,
0x7a,0xba,0x7d,0x59,0x3d,0x6f,0x46,0x1a,0x4f,0x7b,0xc6,0x79,0x3f,0xfc,0x82,0x89,
0x4a,0x31,0xf7,0x9d,0xed,0xf9,0xfc,0xa8,0xa,0xb1,0xc4,0x69,0x7a,0x6a,0x6c,0xa4,
0x61,0x5b,0xb7,0xf0,0xf9,0x46,0xa1,0x30,0x59,0xc8,0x4a,0x94,0x6c,0x84,0x68,0x55,
0xa2,0x5a,0x1e,0x70,0xa6,0x9d,0xb8,0x6f,0x9f,0x37,0x13,0x67,0x99,0xce,0x8c,0xa9,
0x13,0x53,0x25,0x8a,0x1b,0x23,0xec,0x42,0xe6,0x2f,0x2b,0x8b,0x16,0x1d,0xaf,0x42,
0x2e,0xd6,0x22,0xaf,0x5c,0xc7,0xe7,0x96,0x86,0x78,0x66,0x30,0x81,0xcc,0xb8,0x13,
0xc5,0x5,0x2d,0xe9,0x11,0x1d,0xe3,0xda,0x33,0x34,0xdd,0x11,0xef,0xde,0x69,0x99,
0xc7,0xe8,0x74,0x3,0xda,0x43,0x3a,0xef,0x92,0xcb,0xab,0xb4,0x49,0xee,0x1,0x81,
0x3b,0x51,0xf3,0xa,0x3d,0x27,0x92,0x1,0x9e,0x43,0x8c,0x88,0xd0,0x3f,0x3d,0x79,
0x34,0xa8,0x12,0x75,0x37,0x7f,0x90,0x77,0x95,0x53,0x89,0x62,0x23,0x48,0x38,0xe8,
0x95,0x1,0x5a,0xa6,0x51,0x46,0x91,0xf3,0x79,0xd9,0x96,0x59,0x9c,0xf9,0xa,0x69,
0x24,0x27,0xdd,0xdd,0x96,0x1a,0xef,0x5c,0x4e,0xbd,0x21,0xf0,0xbf,0xf9,0x15,0x98,
0xb7,0xe4,0xf3,0xbf,0xae,0x42,0x2d,0x31,0x9a,0x1e,0x97,0x15,0xa8,0x29,0xd3,0xb9,
0x7,0xf1,0xc7,0xad,0x44,0xf1,0x9d,0x28,0xf6,0x84,0xf2,0x85,0x8c,0x77,0xf6,0x86,
0x42,0xc7,0xbb,0x37,0xf6,0xdb,0xa6,0x9,0xe9,0xf,0x9d,0xee,0x99,0xa7,0x7d,0x33,
0xc3,0x67,0xc4,0x4,0x65,0x88,0x5c,0x89,0x1a,0x4f,0x48,0x25,0x8a,0xce,0xe9,0x37,
0x3b,0xcf,0x31,0x48,0x16,0xed,0x77,0xa2,0x28,0x8e,0xd9,0x1f,0x32,0xe6,0x75,0xfe,
0xa0,0x87,0x1e,0xf,0x75,0x4c,0xcb,0xf9,0x3c,0xd4,0x3e,0xa1,0xa1,0x4e,0x77,0xe7,
0xf3,0xb8,0xca,0x7f,0x74,0xe3,0x83,0x9e,0x27,0x5b,0xe3,0xb,0xb9,0x83,0x95,0x7c,
0xfe,0x8d,0x2a,0xf4,0x20,0x8f,0x84,0x78,0xf5,0x53,0xa8,0x2,0x85,0x9e,0x13,0x9,
0xc1,0xf5,0x1c,0x9e,0x43,0x1c,0x8c,0xd0,0x3f,0x3d,0xb9,0xc8,0x4a,0x94,0xec,0x8e,
0x54,0x70,0x5a,0xb4,0x5d,0x13,0x39,0x46,0x70,0x8c,0xd3,0x32,0x47,0xb,0xcf,0xb4,
0x36,0xa4,0x77,0xdd,0x19,0xcb,0xb7,0xa7,0x3b,0xdb,0x75,0x8c,0xc5,0x54,0xa,0x99,
0xbf,0xba,0x21,0x21,0xdd,0x91,0xb4,0xf8,0x1b,0x50,0x4d,0xbb,0x5c,0x31,0x9d,0x77,
0x90,0xc,0xda,0x2a,0x51,0x9e,0xb8,0x76,0xe2,0xdd,0xf1,0x84,0x9c,0xe6,0xcc,0x46,
0x66,0x38,0x8a,0x8e,0x69,0x5e,0x66,0x56,0xcf,0x28,0xaf,0x79,0x87,0x7a,0x59,0xae,
0x44,0x71,0xcb,0x62,0x12,0xba,0xf3,0x35,0x2b,0xd6,0xd5,0xa6,0x73,0xc,0x92,0x85,
0xb7,0x6b,0xd1,0x94,0xf2,0x81,0x8e,0x67,0xd7,0x3,0x9d,0x5e,0xe9,0x18,0xb6,0xdd,
0x91,0x55,0xe3,0x5e,0xf,0xcd,0xb6,0x1d,0x5e,0x86,0x7d,0x5a,0x2b,0x66,0x1f,0xb3,
0xb,0x99,0xaf,0xee,0x1e,0x1d,0x3e,0x59,0x85,0x1f,0xa4,0xf4,0xb3,0xfa,0xf3,0x8a,
0xd,0xdb,0xba,0xd9,0x74,0xed,0x40,0x3c,0x99,0x71,0xf7,0xb7,0xb3,0xbc,0xe6,0x99,
0xf6,0xa6,0x3b,0x78,0xa6,0xa5,0x87,0xda,0xe7,0xcf,0x5c,0xbe,0x3d,0x5d,0xf,0x55,
0x25,0x2a,0x7d,0x77,0x7f,0xd1,0x3f,0x3d,0xd9,0xe8,0x4a,0x94,0x7c,0x30,0x9e,0x82,
0xdd,0x9b,0x39,0xc9,0xe0,0x67,0xd3,0x74,0x98,0x41,0xc2,0xcb,0xb9,0xcb,0xaa,0xf9,
0x3c,0x54,0xe9,0x6d,0xcb,0xaa,0xe5,0xdd,0xc2,0xa4,0x27,0x9d,0x8d,0xe5,0x14,0x3e,
0x33,0xef,0x4d,0x4a,0x77,0x24,0x96,0xfa,0x10,0xe1,0xed,0x9d,0xe7,0x1b,0x24,0xb,
0xae,0x44,0x49,0xff,0x9c,0xca,0xfe,0xe9,0x8c,0xfb,0x99,0x1e,0xe8,0x9c,0x6e,0x2b,
0xc,0xba,0x3e,0xea,0xdc,0x8e,0x7,0x5e,0x9e,0xd7,0x53,0xd3,0x3b,0x47,0x64,0x81,
0xf0,0xc1,0x7a,0x29,0x73,0x5e,0x7d,0xd5,0xaa,0xa7,0xab,0xf0,0x8b,0x9d,0xa8,0xd0,
0x76,0xa5,0xe9,0xfc,0x82,0xe4,0xd1,0x18,0xb7,0xc4,0xc1,0x2f,0xad,0x13,0x93,0x67,
0x8d,0xc8,0x67,0x62,0x75,0x6c,0x3b,0x31,0xad,0xe2,0x5e,0xf9,0xc2,0xc9,0x33,0x94,
0x2f,0x5c,0xbf,0xe8,0xe9,0x56,0xba,0x5c,0xa7,0x2d,0x4d,0x6d,0xc7,0x0,0xe7,0x39,
0xb5,0x62,0xee,0x91,0xf1,0x42,0xe6,0xc3,0x2a,0xfc,0x20,0xa5,0x66,0x75,0x6b,0x99,
0xae,0xd1,0x81,0xce,0x6b,0x6,0xe2,0x4d,0xfb,0xdd,0x5f,0xf2,0x6,0xf9,0xa3,0xeb,
0xb2,0x1e,0xe3,0x2e,0xeb,0x49,0xe7,0x34,0xcf,0x3a,0xde,0x74,0x9d,0x3f,0xb5,0xd6,
0x4b,0xf1,0x73,0x88,0xe8,0x9f,0x9e,0x6c,0xdc,0x4a,0xd4,0xaa,0xd6,0x9d,0x28,0x6d,
0x0,0x39,0xae,0xa7,0x3d,0x66,0x90,0x78,0xa6,0x79,0xbe,0xa4,0xd3,0x4c,0x2a,0x4d,
0xb7,0x5c,0x78,0x87,0x7a,0xbb,0x6e,0x25,0xaa,0x90,0xf9,0xcb,0xa4,0xdc,0x89,0x7a,
0xa2,0xf2,0xa2,0xe3,0x1b,0x76,0xf9,0x46,0xd3,0xf9,0x6,0xc9,0x62,0xfa,0xd6,0x2d,
0xe2,0xae,0x77,0xb7,0x5e,0x71,0x2e,0xb,0x7a,0x2a,0xc6,0xa5,0x7,0xbc,0xbe,0xd1,
0xe3,0x3c,0xf4,0x8c,0xb7,0x32,0xb3,0x96,0x7f,0x4c,0x5e,0xf2,0xc2,0xfb,0xe0,0xb7,
0x69,0xee,0x19,0xc9,0xf3,0x33,0x85,0xd7,0xc4,0xf9,0x15,0xe7,0x74,0x1e,0x3f,0xcb,
0xe7,0xb2,0x51,0x45,0x23,0x5d,0x5a,0x38,0xfa,0x5f,0xe4,0x9b,0xbf,0x58,0x29,0x6a,
0xdc,0xf8,0xe0,0x89,0xeb,0x99,0xb0,0xf,0x9c,0xfc,0x82,0xa7,0x8d,0x79,0xc,0xf,
0xdd,0x74,0xef,0x7c,0x35,0xee,0x5d,0xc7,0xdd,0x4e,0xee,0x9,0xf2,0xcd,0x43,0x95,
0x42,0xf6,0x2b,0xe3,0xb9,0xdc,0x59,0x2a,0x14,0x53,0xad,0x66,0xad,0xbc,0x95,0xca,
0x79,0x8f,0x98,0xae,0x17,0x88,0x37,0x33,0xee,0x44,0xc9,0x7c,0x47,0x95,0xed,0xe4,
0x74,0xab,0x4c,0xd6,0x96,0x67,0x75,0x4c,0x3b,0x79,0x9b,0x67,0x5e,0x7,0xae,0x4f,
0x95,0xf7,0xe4,0xf2,0x2a,0x2d,0x95,0xcf,0x21,0xd2,0xc9,0x47,0xff,0xf4,0x84,0xe3,
0x7d,0x26,0xaa,0xce,0xc1,0xce,0x86,0x51,0x41,0xdf,0x59,0xa8,0x73,0x4d,0xc6,0x28,
0x13,0x3a,0xe3,0x9e,0xf5,0x3c,0xe9,0xee,0x7c,0x1e,0x9f,0x25,0x23,0xe4,0xc,0x94,
0xbb,0x74,0x54,0xa,0xb9,0xf7,0x25,0xa1,0x12,0xe5,0xbd,0x73,0xb,0x92,0xf,0xb7,
0xaa,0x3f,0xf0,0x99,0xb5,0x62,0xe7,0xf3,0x4b,0xb2,0x52,0xc3,0xcc,0x9e,0xc9,0xb0,
0x3f,0x1c,0xf,0x39,0x15,0x27,0xaf,0x3f,0x5a,0xf3,0xdd,0x65,0xd5,0xbc,0xd9,0xe0,
0x7d,0xf1,0x2b,0xce,0xed,0x42,0xf6,0xc7,0x9c,0x31,0xd5,0x63,0xf8,0x86,0x4b,0x3c,
0xb8,0x9e,0x4e,0x1a,0x77,0x58,0xe2,0xfe,0x8f,0xaf,0x11,0x93,0xa7,0x7b,0xbe,0x5d,
0xe3,0xc9,0x17,0x9c,0x69,0xaf,0x97,0x3c,0xf9,0x87,0x9b,0xe6,0x20,0xfd,0x34,0xc3,
0x4b,0x9e,0x34,0xe9,0xb5,0x99,0xcb,0xf1,0xc3,0xee,0x13,0xc5,0xec,0xaf,0xaa,0xc5,
0xcc,0x1d,0x3b,0x8a,0xd9,0x17,0xaa,0x90,0x4c,0xa5,0xa6,0x6d,0x6b,0x43,0xc3,0x2e,
0x1f,0x36,0x5d,0x2b,0x10,0x7f,0xda,0xef,0x44,0xb1,0x27,0xc8,0x7,0xec,0xb,0x43,
0x7e,0xc3,0x3e,0x93,0x74,0x4c,0xcb,0xf9,0x3c,0x54,0x7e,0x9a,0xaf,0xac,0xa7,0x1b,
0x7,0xf5,0xbc,0xd4,0x3d,0x87,0x88,0xfe,0xe9,0xe9,0xa0,0x21,0xbb,0x23,0x71,0x4b,
0x7a,0x7b,0x77,0x24,0xd7,0x14,0xda,0x30,0xde,0x71,0xcf,0xb0,0xd5,0x8a,0xee,0x98,
0xc7,0x19,0x7a,0xd6,0xd7,0x74,0xac,0xab,0xd,0xba,0x8b,0xb,0x81,0xc5,0xec,0x8d,
0xb5,0x7c,0x7e,0xb3,0xa,0xbd,0x58,0x8b,0xa,0x85,0xd7,0x9b,0xce,0x33,0x48,0x2e,
0x87,0xbf,0xbf,0x59,0xec,0x39,0x6f,0x54,0x4c,0x2c,0x75,0xee,0xaa,0xba,0x31,0x3f,
0x3,0xf6,0x84,0x83,0xcc,0x68,0x3c,0xf3,0x9c,0x71,0x9a,0xd7,0xe1,0x1b,0x37,0x9d,
0x87,0x1e,0xaf,0xe9,0x34,0x59,0x69,0x2b,0x66,0x1f,0xaf,0x17,0xb2,0xd3,0x54,0x99,
0xfa,0x7c,0x25,0x9b,0x5d,0xae,0x42,0x31,0xf2,0x3a,0x56,0x2b,0xbf,0xcd,0x74,0x3e,
0x41,0xa,0xa8,0x94,0xc5,0xc3,0xd7,0xac,0x17,0xbb,0xcf,0x5d,0x4a,0x31,0xcc,0x1f,
0x8e,0x76,0x7c,0xe1,0xe4,0x29,0x4e,0x6c,0x7b,0xf3,0x90,0x56,0xe5,0xc7,0x53,0x38,
0x53,0xf3,0xf4,0x7c,0x37,0x2f,0xd2,0xf3,0xe5,0xb0,0xe5,0xb3,0x4e,0xcf,0x31,0xf2,
0xf9,0xa8,0x52,0xee,0x9,0xda,0xbf,0x3d,0x5e,0xca,0x5d,0x34,0x5e,0xca,0xae,0x53,
0xe1,0x99,0x1a,0x1d,0x19,0x7f,0xde,0x6a,0xba,0x26,0xf7,0xcd,0xb8,0x46,0x20,0x31,
0xe0,0x39,0xc4,0x90,0x85,0xfe,0xe9,0xe9,0xa1,0x71,0xfb,0x98,0xb8,0xf7,0x7f,0xaf,
0x12,0xf5,0x35,0xfa,0x15,0xe7,0x4e,0xd0,0x77,0x16,0xdc,0x64,0x9a,0x6b,0x16,0x9d,
0xde,0x61,0x1e,0xbd,0x4e,0x5b,0xda,0xec,0xb0,0xb1,0xb8,0x3b,0x12,0x6d,0xef,0xca,
0x7a,0x3e,0x7f,0xa2,0xa,0xbf,0xd8,0x8a,0x7c,0xf3,0x6d,0xd3,0x39,0x6,0xc9,0x46,
0xbe,0x5c,0xe2,0x5d,0x2b,0xc5,0xc4,0x6a,0xa7,0x4b,0x6c,0x5b,0x6b,0x9d,0xa2,0x55,
0x78,0xe3,0xc2,0x9e,0x33,0xbf,0x95,0xd6,0x1a,0x77,0xb,0x7a,0x6a,0xbe,0x3,0x7b,
0x49,0x6d,0xd3,0x93,0xae,0xd7,0xe3,0x42,0x28,0x3f,0x1b,0x25,0xfd,0x5b,0xcc,0x7c,
0xa9,0x92,0xcb,0x8d,0xdd,0x74,0xd2,0x49,0x27,0xa8,0xb0,0x8c,0xa4,0x1e,0xa9,0x8d,
0x9d,0x65,0x3a,0x97,0x20,0x3d,0xf0,0x37,0xa,0xef,0xf9,0xe0,0x6a,0xd9,0x15,0x76,
0xb7,0xec,0xea,0x43,0x90,0x37,0x24,0x32,0x96,0x79,0xdc,0x49,0xd3,0xde,0x90,0x7e,
0x61,0x1f,0xc8,0x65,0x5b,0x1e,0x90,0xe9,0x1a,0xb5,0xd,0x6f,0x9a,0xb3,0x3d,0x35,
0xde,0x31,0x9f,0x2b,0x70,0xe4,0xdb,0xc7,0xeb,0xc5,0xdc,0xa3,0xb4,0xcd,0x1b,0xc7,
0x97,0x64,0x9e,0xa7,0xc2,0x34,0xf1,0x6a,0xd4,0xb6,0x2e,0x6d,0xda,0xe5,0x7d,0xa6,
0xeb,0x3,0x92,0x3,0x9e,0x43,0xc,0x51,0x74,0xc2,0xd1,0x3f,0x3d,0x65,0x3c,0xfc,
0x8d,0xd,0x62,0xf7,0xcb,0x96,0x88,0xda,0xe2,0xb9,0x5a,0xd2,0xd9,0x20,0xad,0xcc,
0xa7,0xd3,0x30,0xae,0xf1,0xdc,0x74,0xef,0x7c,0x35,0xee,0x5d,0x47,0x8d,0xf3,0xdb,
0xc5,0x28,0x73,0x3c,0x52,0x29,0x64,0x6e,0xde,0x9e,0xcb,0xbd,0x72,0xdb,0xd0,0xc6,
0xa7,0xa9,0x50,0x8c,0x95,0xc8,0x2f,0x7f,0xab,0xce,0x27,0x9e,0x1d,0x4c,0x21,0xf,
0xfe,0xf3,0xe9,0x62,0xe7,0xb,0x47,0xc8,0x3f,0x59,0x75,0x77,0xc8,0xf1,0x8,0xfb,
0x42,0xe,0xdd,0x69,0x27,0xee,0x9d,0x34,0x35,0x4e,0x38,0x9e,0xe0,0x71,0xbd,0x8e,
0xe3,0x11,0xbd,0x8e,0x8b,0x4c,0x77,0xe6,0x6b,0xa4,0x2f,0x9,0xee,0x2e,0x41,0xfb,
0xff,0x1f,0xda,0xd6,0x4d,0x95,0x62,0xf6,0xaf,0x27,0x46,0x86,0x4b,0x2a,0x3c,0x23,
0xa5,0x47,0x2a,0xe5,0x53,0x9a,0x55,0xeb,0x2e,0xd3,0x79,0x4,0xe9,0xe2,0xf0,0x75,
0x9b,0xc4,0xbe,0x37,0xaf,0x10,0xf5,0xe5,0x4e,0xd7,0x54,0xaf,0x37,0x9c,0xd8,0x77,
0xa6,0xa5,0x3f,0x78,0x9c,0x87,0x32,0xe6,0x5b,0xb8,0xcb,0xb0,0x1f,0x3c,0xe9,0x12,
0xcf,0x76,0xe4,0xb2,0x1d,0xeb,0x3a,0x69,0x8e,0x67,0xb9,0xa0,0x47,0xf9,0xdf,0x13,
0x76,0x31,0x73,0xfb,0x78,0xa1,0xf0,0x62,0x15,0xae,0x89,0xd5,0x7f,0x8f,0x5b,0x39,
0xf2,0x61,0xcd,0x74,0x5d,0x40,0xf2,0x88,0xd2,0x73,0x88,0xd5,0x7c,0xfe,0x4c,0x15,
0x86,0xc9,0x12,0xfa,0xa7,0xa7,0x93,0x23,0x3f,0xda,0x22,0xf6,0xbd,0x69,0xb9,0x98,
0x5c,0xa6,0xcc,0x35,0x9b,0x69,0x24,0x1e,0x73,0xb9,0x69,0x7a,0x9c,0x33,0xab,0xd6,
0xba,0x9c,0xa6,0xd3,0x65,0x9a,0xca,0xc0,0xda,0xd2,0x64,0x7a,0x56,0xb5,0x54,0x64,
0xee,0xab,0x96,0x16,0xfd,0x91,0x78,0xf5,0xd0,0x53,0x54,0x48,0xc6,0x42,0xcd,0xba,
0xf5,0x6,0xd3,0x79,0x5,0xe9,0xe1,0xe8,0x4d,0x63,0xe2,0xee,0xf7,0xae,0x14,0x53,
0xa7,0x17,0x9c,0xbe,0xdf,0x84,0x2c,0xbc,0xb9,0x38,0xd3,0x3a,0xe6,0xa5,0x7,0x66,
0x14,0x6,0x5b,0xde,0x9a,0xd,0x5d,0x8,0xd4,0xdb,0x73,0x97,0x57,0xfb,0x98,0x18,
0xc9,0x89,0x7d,0x8b,0xf3,0xdc,0xba,0xfe,0xb,0x4a,0xfb,0xe4,0x78,0x3e,0x9f,0x53,
0x61,0x1a,0x19,0x35,0x6c,0xeb,0x7b,0xa6,0x73,0x8,0xd2,0x47,0xa3,0x62,0x89,0x43,
0xff,0xb6,0x49,0xec,0x7f,0xeb,0xa,0xd9,0xa5,0x9c,0x2b,0x52,0x15,0xe5,0x83,0x36,
0xbf,0xa8,0xf8,0x6e,0xcf,0x37,0xd4,0x90,0xe7,0x7b,0xd3,0x79,0x5a,0xae,0xeb,0xa4,
0xb9,0xeb,0xb1,0x67,0x3c,0xcb,0xe9,0xed,0xeb,0x34,0x9e,0x56,0xdd,0xa,0x7f,0x45,
0xde,0xb9,0x7f,0x3c,0x9f,0xf9,0x1a,0x1d,0xcb,0x7a,0x15,0xb6,0x89,0xd2,0xb1,0x6d,
0x1b,0x9f,0x4b,0xe7,0x7f,0x5b,0xe7,0xf5,0x0,0xc9,0x25,0x62,0xcf,0x21,0xde,0x4e,
0xdb,0x7e,0x81,0xa,0xc7,0x64,0x8,0xfd,0xd3,0xd3,0xb,0xdf,0xea,0xbd,0xff,0x13,
0x64,0xae,0xb1,0x92,0xf3,0x72,0x9,0xe,0x7a,0x36,0x93,0x36,0x90,0xc7,0x68,0xde,
0xc,0xc7,0x2d,0xd0,0xa9,0x79,0x7a,0xbe,0x4e,0x77,0xb6,0xa1,0xe7,0x51,0xba,0x1a,
0x76,0xae,0xc3,0x70,0x4b,0x20,0x3f,0xf0,0x48,0x15,0xa9,0x7b,0xed,0x52,0xe6,0x13,
0x77,0x8e,0xe4,0xc6,0xe2,0xf0,0xca,0xe6,0x46,0xdd,0xda,0x82,0x57,0xff,0x3,0xe6,
0xd0,0x75,0x9b,0xc4,0x81,0x3f,0x3d,0x55,0x4c,0xae,0x2d,0xaa,0x8a,0x94,0x93,0x9,
0x49,0x68,0x5a,0xa2,0x3d,0xc5,0xf3,0x5d,0x6f,0x38,0x38,0xde,0xa1,0xf9,0x1d,0xe9,
0xe,0x7a,0x3b,0xda,0x7f,0x1d,0xf3,0x3d,0xfb,0xe1,0x69,0xee,0xde,0x47,0x69,0x8f,
0xc9,0xe7,0xa4,0x72,0xb9,0x57,0xdc,0x9e,0xcd,0x9e,0xa4,0x42,0x76,0xa0,0xa2,0xf3,
0xa4,0xef,0xd8,0x2,0xe0,0x50,0x29,0x8b,0xc3,0xd7,0x53,0x45,0xea,0xcf,0x4e,0x15,
0xf5,0x55,0x54,0xc0,0xa3,0xf8,0xf5,0xfa,0xa5,0xe5,0x19,0x1e,0x77,0xd2,0xbc,0xb1,
0xef,0xe6,0x43,0xda,0x13,0xd2,0x7,0x6,0x9f,0x74,0xac,0x27,0xa7,0xdd,0x75,0xf5,
0xf2,0xce,0x90,0xf3,0x41,0x2a,0xec,0xfd,0xf,0x2d,0x73,0x3,0x77,0x8f,0x55,0xe1,
0xfb,0x24,0x35,0x8c,0xb5,0x84,0x18,0x7a,0x12,0xe5,0x59,0x37,0x19,0xaf,0x5,0x48,
0x2e,0x11,0x7b,0xe,0x91,0xbc,0x55,0x49,0xcc,0x73,0x88,0xe8,0x9f,0xe,0xe,0x7f,
0x6f,0xa3,0xd8,0xfb,0xda,0x51,0x31,0xb5,0x44,0xbd,0xcf,0x9f,0xcc,0x24,0x71,0xc7,
0x9d,0xa1,0x36,0x86,0x34,0x44,0x9b,0x71,0x5a,0xf3,0x5d,0xd4,0xfa,0xde,0x34,0xef,
0xb2,0x1a,0x3d,0xcd,0x43,0x36,0xd8,0x24,0x17,0xfe,0x8a,0xb9,0x29,0x7b,0x24,0xfb,
0x7b,0x2a,0x44,0x23,0xa9,0x43,0x53,0x5b,0x4f,0x68,0x56,0xad,0xba,0xe9,0x7c,0x82,
0x74,0xc2,0x2f,0x99,0xd8,0x4f,0x15,0xa9,0xa9,0xd3,0x8b,0x6e,0x97,0x89,0x36,0x5f,
0x68,0x1f,0x79,0xd3,0x14,0xd2,0xf,0xda,0x5b,0x6e,0x1a,0xf,0x9d,0xb4,0xb6,0x71,
0xcf,0x72,0xce,0x7a,0x9c,0xa6,0xa6,0x55,0x1a,0xef,0xdf,0xb9,0xc3,0x9b,0x7b,0x98,
0xf6,0xf7,0xd7,0x95,0x25,0x8b,0x4e,0x51,0xa1,0x3b,0x10,0x35,0x6d,0xdc,0xb1,0x5,
0xb3,0x60,0x97,0xc5,0x91,0x1f,0x6c,0x16,0x7,0x2e,0x5a,0x29,0x26,0x4f,0x73,0x2a,
0x52,0x4e,0x7c,0xeb,0xd8,0xa7,0x21,0x7b,0x87,0xa7,0xb5,0x77,0x54,0x5e,0xe2,0xce,
0x57,0xe3,0x7a,0xbe,0x4e,0xf3,0xe6,0x41,0x6d,0xcb,0xb9,0x78,0xf3,0x21,0x9a,0x56,
0xe3,0xb2,0xb0,0xc7,0x5d,0x90,0xa,0xd9,0x5b,0xc7,0x8b,0xc9,0x79,0x4e,0xaa,0x51,
0xb5,0xbe,0x68,0xbc,0x6,0x20,0xf1,0xe0,0x39,0xc4,0x0,0x84,0xfe,0xe9,0x80,0x69,
0x54,0xf8,0xb9,0x8e,0xf5,0x62,0xf7,0x39,0x4b,0x44,0x7d,0x44,0x6,0xb8,0x1b,0xf8,
0x12,0x35,0x6d,0x32,0x48,0x2b,0x4d,0x19,0x85,0x4d,0xe8,0x49,0x97,0x78,0xb6,0x23,
0x97,0xed,0x58,0x57,0x9b,0x97,0xc7,0x79,0xdf,0xf2,0xae,0x54,0x29,0xbb,0xaf,0x5a,
0xc8,0xbe,0x26,0xaa,0xaf,0x3e,0x27,0xdf,0x5c,0x6b,0x3a,0x97,0x20,0xdd,0x1c,0xe6,
0xc2,0xe0,0x3b,0xa8,0x22,0xb5,0xae,0xd4,0xaa,0x48,0x79,0x32,0x23,0x6f,0x5,0xc8,
0x88,0xc7,0x1b,0x8e,0xe7,0x9c,0xe5,0xbd,0x19,0xd8,0x6c,0xdb,0x70,0xe6,0xd1,0xb8,
0xf2,0x1b,0xdf,0xe1,0xdd,0x3b,0x92,0xe7,0x96,0xf5,0x66,0xb5,0x94,0xb9,0xe4,0xd6,
0xc5,0xa7,0x2c,0x52,0xe1,0x1b,0xaa,0x1a,0x3b,0xca,0x9b,0x1b,0x78,0x5e,0x10,0xcc,
0xc3,0xd1,0x1f,0x6d,0x96,0xdf,0x5d,0xe3,0x17,0x1d,0xed,0xa2,0xd8,0x65,0xff,0xc8,
0xca,0xc,0xc7,0xb4,0x46,0xfb,0x83,0x87,0x2a,0x4f,0xd1,0x79,0x93,0x1e,0xca,0x71,
0xb9,0xc,0x4d,0xbb,0xcb,0xab,0x79,0xee,0xd0,0x49,0x77,0xd7,0x71,0xd7,0x6d,0xcd,
0x77,0x2a,0x52,0xd9,0x5f,0xd9,0xa5,0xcc,0x5e,0xf2,0xdc,0x67,0x2a,0xd9,0x78,0x77,
0xef,0x6b,0xd6,0xca,0xef,0x36,0x9d,0x77,0x90,0x1e,0xf0,0x1c,0xa2,0xcf,0x42,0xff,
0x74,0xa0,0xa1,0x82,0x8e,0x78,0xe0,0x9f,0xa8,0x22,0xf5,0xd2,0x25,0x62,0x62,0x31,
0x15,0xbc,0x54,0xb0,0xb7,0x19,0x4a,0x4e,0xd3,0xb8,0x27,0xcd,0x9b,0x19,0xb5,0x15,
0xee,0xe4,0x34,0x8f,0x3b,0x69,0x8e,0x99,0xf4,0x78,0xc7,0x36,0x79,0xd8,0x36,0xcf,
0xa9,0xc8,0xd1,0x36,0xe,0xda,0x85,0xec,0x8f,0x26,0x8a,0xa7,0x44,0xaa,0xff,0x6c,
0xd3,0xb6,0x3e,0x22,0xcf,0x19,0xba,0xf2,0x1,0x3,0x87,0xff,0x63,0x93,0xfc,0xfe,
0xda,0xe4,0x3a,0xa7,0x6b,0x9f,0xbc,0x23,0xc4,0xf1,0x2c,0x63,0xda,0x30,0xf4,0x78,
0x48,0xa6,0xc9,0x74,0xe5,0x35,0xe9,0xb,0x4f,0xba,0x5c,0xce,0x99,0xef,0x4d,0xe3,
0x65,0xe4,0xfa,0x1a,0x9d,0x4e,0xcb,0xf2,0x5b,0x30,0x29,0xad,0x69,0x8f,0xc,0xff,
0xcd,0x78,0x69,0xd1,0x59,0xd7,0x8f,0x8e,0x1e,0xa7,0x42,0x39,0x14,0x35,0x2a,0xd6,
0x4f,0x4d,0xe7,0x9,0x80,0x4e,0x8e,0xfe,0xe7,0x66,0x71,0xcf,0x87,0x57,0x8b,0x5d,
0xbf,0xb3,0x44,0x54,0x57,0x16,0x44,0x85,0x62,0x99,0xbd,0xc3,0xd,0x6b,0xec,0xa5,
0x49,0x95,0x37,0xe8,0xc2,0x59,0x5b,0x21,0xce,0xe8,0x8b,0x96,0x5f,0xe4,0xb2,0x3c,
0xe4,0x65,0xf4,0xfa,0x72,0xda,0xb3,0x1d,0xb5,0xbe,0x77,0xda,0x29,0xf0,0x65,0x7f,
0x56,0xa5,0xca,0x14,0x1d,0xcf,0xe7,0xa2,0xfa,0xd2,0x96,0xb9,0xd4,0xac,0x6e,0xfd,
0x6d,0xd3,0xf9,0x6,0xe9,0x2,0xcf,0x21,0xfa,0x28,0x3a,0xa1,0xe8,0x9f,0xe,0xda,
0xe0,0x8a,0xd4,0x43,0x57,0xae,0x13,0xbb,0x7e,0x6f,0x29,0x55,0xa4,0x9c,0xc2,0x9f,
0xac,0xe0,0x48,0x43,0xb5,0xc,0xa0,0xd3,0xb4,0x39,0xb4,0x21,0x9c,0x61,0xfb,0xb4,
0x37,0x4d,0x67,0x50,0x6d,0xb8,0xdb,0xf5,0x6c,0x43,0x8d,0x73,0xe6,0xc5,0x5d,0x3b,
0xea,0xc5,0xac,0x6d,0x97,0x86,0x5f,0x22,0x22,0xd0,0x2f,0xfd,0x91,0xaa,0xf5,0x1a,
0xd3,0xb9,0x3,0xc0,0xcb,0x91,0x1f,0x6e,0x11,0x7,0xde,0xb5,0x52,0xec,0x2c,0x97,
0xe4,0x37,0xa4,0x64,0x1,0x70,0xa4,0xd5,0xb2,0xae,0x91,0x19,0xd,0xfb,0x83,0x63,
0x5f,0xfb,0x43,0x4e,0xb7,0xbc,0xd1,0x4a,0xf3,0x4e,0xab,0xe5,0xd5,0xb2,0xed,0xfe,
0x6b,0x8d,0x6b,0xef,0xb1,0x8f,0x6a,0xa5,0xec,0xa3,0xe4,0xdf,0xfa,0x78,0x71,0xf8,
0x83,0x3b,0x8a,0xd9,0xad,0xbb,0x43,0xa8,0x4c,0xa1,0xf5,0x1b,0x2c,0x4,0xee,0x15,
0x31,0x7d,0xeb,0x98,0x38,0xf4,0xad,0x8d,0xe2,0xde,0x8f,0xae,0x16,0x7,0xde,0xbe,
0x42,0xec,0xfa,0xdd,0x25,0xa2,0xce,0x9f,0x10,0x58,0x49,0x31,0x4c,0x5,0xbf,0xda,
0x32,0xd5,0xc8,0xa7,0x90,0xb1,0xce,0x90,0x7,0x24,0x6e,0x5a,0xcb,0x2f,0x7a,0x5e,
0xcb,0x43,0xca,0x23,0x7a,0x19,0xef,0x3c,0x39,0x54,0xe3,0x1e,0xf8,0x59,0x29,0xe2,
0xe7,0xb4,0x9d,0x6f,0xed,0x58,0x92,0x5b,0xa6,0x42,0x3c,0xf2,0x9a,0x1e,0x1f,0x1b,
0x69,0x54,0xad,0x83,0xa6,0xf3,0xd,0x52,0x8,0x9e,0x43,0xec,0x5f,0xe8,0x9f,0xe,
0x66,0xa3,0x61,0x53,0x45,0xea,0xcb,0xeb,0xc4,0xee,0x97,0x8d,0xca,0x8a,0x94,0x7e,
0x48,0xde,0xd,0x78,0x8f,0x71,0x9c,0xa1,0x9a,0xd6,0xf3,0xd5,0xb8,0x34,0x96,0x9c,
0xa7,0xd6,0x75,0x97,0xe9,0x58,0x4e,0xa2,0x96,0x51,0xe9,0x3c,0xd4,0xcb,0x73,0x66,
0x29,0x4d,0x5e,0xc8,0x4e,0x6e,0xcf,0xe7,0xcf,0x51,0x21,0x3c,0x10,0xdd,0xbf,0x6d,
0xe3,0x6f,0x34,0x6c,0xeb,0x6e,0xd3,0x79,0x3,0xa0,0x93,0xa3,0x54,0x91,0xba,0xff,
0xb2,0xb5,0x62,0xef,0xf9,0xcb,0xc4,0xd4,0xff,0x1a,0x11,0x13,0x1b,0x8a,0xa2,0xbe,
0xc4,0x69,0x9c,0x98,0xa0,0x98,0x6f,0xbf,0x43,0xc5,0xb1,0xaf,0x7c,0xc1,0xbe,0x99,
0xe1,0x91,0xe,0xdf,0xf0,0xb8,0x3b,0xed,0xc,0xa5,0xb7,0x3c,0xcb,0xe9,0x8c,0x51,
0xaf,0xc3,0x5e,0xde,0xc5,0x2f,0x9d,0x28,0x65,0xf9,0x3,0xa3,0xd5,0xf1,0x62,0xe6,
0xf,0xea,0xab,0x86,0x2,0x7b,0x81,0x4b,0xd3,0xde,0xba,0x2,0x77,0x6b,0x41,0x2f,
0x70,0x8b,0xf9,0xf4,0xed,0x63,0xf2,0x39,0x8e,0x43,0xdf,0xdc,0x20,0xee,0xfb,0xdb,
0xd3,0xc4,0xfd,0x97,0xae,0x11,0xf7,0x7d,0x74,0x8d,0xd8,0xff,0xc6,0xe5,0xb2,0xf0,
0xc7,0xfe,0x71,0xe2,0xde,0xe3,0xb,0x2f,0xda,0x23,0x9e,0x3c,0xaa,0x6d,0x1e,0xd,
0xdd,0x75,0xf5,0xb4,0xf6,0xa0,0x1c,0x6f,0xdf,0x36,0x8f,0xf3,0x3e,0xeb,0xc5,0xcc,
0x2f,0x2b,0xc5,0xcc,0x75,0xf5,0xd1,0xe2,0x2a,0x15,0xea,0x91,0x56,0xb3,0x6a,0xfd,
0xc8,0x74,0x8e,0x41,0x8a,0xc1,0x73,0x88,0xbd,0xb,0xfd,0xd3,0x41,0x37,0x1c,0xfc,
0xca,0x7a,0xb1,0xe7,0xe5,0x4b,0x45,0x95,0xa,0x5d,0xdc,0x95,0x42,0x66,0x1e,0x1c,
0xe4,0x84,0x34,0x82,0x36,0x14,0x1b,0x8d,0x4d,0x40,0xb4,0x8c,0xd1,0x3e,0x94,0x26,
0x91,0xcb,0xab,0x69,0x9d,0x26,0x87,0xce,0x74,0xdb,0xb2,0xae,0x91,0x9d,0xf9,0xbc,
0x4f,0x2e,0x74,0x92,0xa1,0xf7,0x56,0x4a,0x99,0xaf,0xd7,0x17,0x2f,0xda,0x22,0x86,
0x86,0x9e,0xac,0x42,0x3a,0x34,0x51,0x66,0x74,0xb9,0xe9,0x5c,0x1,0x30,0x1b,0x8d,
0x1d,0x96,0x38,0xf4,0xbd,0x4d,0xe2,0xc1,0x7f,0x5a,0x27,0x5b,0xd6,0x77,0xbf,0x6e,
0x54,0xec,0xfa,0xad,0xc5,0x62,0xd7,0x39,0x8b,0xc5,0xd4,0xd9,0x23,0xb2,0x85,0x5d,
0xc6,0xbd,0xf2,0x80,0xd3,0xc8,0x40,0xf0,0xb4,0xf4,0x1,0xa1,0x7c,0x20,0x33,0x1f,
0xe5,0x8d,0x76,0x3c,0xe9,0x72,0x7d,0x5e,0xa7,0x7d,0x39,0x9d,0xb1,0xf1,0x3c,0xf6,
0xf2,0x3e,0xd9,0xc5,0x2f,0xb3,0x67,0xbc,0xb4,0xe8,0x82,0x1b,0x4a,0x43,0xbf,0xa6,
0x42,0xdc,0x57,0x51,0x3e,0xf3,0x1d,0xd3,0x39,0x1,0x60,0x21,0xc8,0xa,0xd5,0x36,
0x4b,0x34,0xb6,0x13,0xb7,0x59,0xe2,0xfe,0x4f,0xae,0x15,0x93,0x9b,0x9d,0xae,0xb2,
0x6e,0xbe,0xd1,0x41,0x2b,0x3f,0x51,0xe8,0x79,0x6e,0x3a,0x7b,0xa4,0xe5,0xb,0xe9,
0x21,0xcf,0xb6,0xd8,0x4f,0xde,0x2,0x9e,0xbb,0xe,0xd,0xf9,0x7b,0x70,0x13,0xc5,
0xec,0x63,0xd5,0x42,0xf6,0xfa,0x6d,0xa5,0x53,0x2c,0x15,0xee,0x91,0x14,0x15,0x96,
0x3f,0x63,0x3a,0xa7,0x0,0x30,0x78,0xe,0xb1,0x7,0xa1,0x7f,0x3a,0xe8,0xa,0x9b,
0x2b,0x52,0x1b,0xc4,0xfe,0xb7,0xad,0x10,0x93,0x5b,0x4b,0xa2,0xb6,0x54,0x3e,0x57,
0x21,0x4d,0xe6,0xf4,0x4d,0x77,0xc,0xc7,0x81,0xef,0x9a,0x87,0x87,0x2a,0xad,0x6d,
0x5a,0xd1,0x66,0x3c,0xa2,0xd3,0x88,0xba,0xf0,0xa8,0xd7,0xe5,0x74,0x9d,0xc9,0x71,
0xdf,0x59,0x36,0x76,0xad,0x44,0x6,0x2b,0x66,0xee,0xa9,0x14,0xb2,0xff,0x52,0xc9,
0xe7,0xd7,0xa8,0xb0,0xe,0x5c,0xe4,0x9b,0x73,0x8c,0xe7,0x9,0x80,0x2e,0x69,0xdc,
0x69,0x89,0x87,0xbf,0xbb,0x51,0x3c,0x7c,0xd5,0x7a,0xf1,0xf0,0xd7,0x36,0x88,0x7,
0x2e,0x5f,0x2b,0x76,0xbd,0x74,0x89,0xbc,0x3b,0xc5,0xb1,0x2d,0xb,0x6d,0x2a,0xde,
0x75,0xfc,0x3b,0xe3,0x3c,0x24,0xa4,0xaf,0xbc,0xe9,0x3c,0xcd,0xe9,0xec,0x93,0xd6,
0xb2,0x8e,0x87,0xd4,0x3c,0x3d,0xed,0x59,0x9e,0xf7,0xc3,0xfb,0xdb,0xe3,0xdc,0x95,
0xda,0x5f,0x29,0x65,0xdf,0x38,0x99,0xcd,0x9e,0xe4,0x67,0x77,0xd9,0x69,0xdb,0x7a,
0xb3,0xe9,0x1c,0x0,0xd0,0xf,0x5c,0x91,0x7a,0xe0,0xff,0xae,0x15,0x53,0x54,0x89,
0x92,0x3d,0x14,0x3a,0xfd,0xa0,0x70,0x62,0x9e,0x63,0xdd,0x99,0xe7,0x1d,0xba,0xcb,
0xf3,0xb8,0x5c,0x4e,0xad,0x23,0xb7,0xa5,0x97,0xd1,0x69,0x6a,0x19,0x39,0xed,0xac,
0xe7,0x34,0xea,0x71,0x5a,0x76,0xb7,0x9d,0xcf,0x9c,0xa7,0x42,0x3e,0x72,0x3a,0x56,
0xb5,0xde,0x6a,0x3a,0x87,0x0,0x78,0xc1,0x73,0x88,0xb,0x10,0xfa,0xa7,0x83,0x85,
0x30,0x4d,0x19,0xd6,0x91,0x9f,0x6c,0x16,0xf,0xfe,0xf3,0x3a,0x71,0xcf,0xfb,0x56,
0x89,0xfd,0x17,0x2c,0x73,0x2a,0x54,0xa7,0xe6,0x45,0x7d,0x25,0x41,0xc3,0xda,0x62,
0x65,0xc,0x95,0xc1,0xb0,0x11,0x1c,0x93,0x28,0x3,0x79,0xe6,0xc9,0x71,0x35,0xaf,
0x65,0x3c,0x5e,0xce,0x41,0x4e,0xeb,0x74,0xbd,0x9c,0x67,0x5d,0x9d,0xce,0x86,0x56,
0x99,0xd8,0xf5,0xdb,0x17,0xe7,0xd6,0xaa,0xf0,0xe,0x54,0x8d,0x6a,0xb9,0x6a,0x3a,
0x47,0x0,0xf4,0xa,0x77,0xf7,0xe3,0xae,0x7e,0x13,0xa3,0xfc,0x81,0x5c,0xf6,0x86,
0x27,0xce,0x15,0xad,0x8c,0x45,0xe1,0x4e,0xb7,0xfb,0xc8,0x5d,0x8e,0xc7,0xd5,0xb6,
0xb4,0xd7,0x9c,0xed,0x6a,0x5f,0x39,0xe3,0x7a,0xf9,0xfd,0x7c,0x47,0xaa,0x90,0x1b,
0xa7,0x8c,0xea,0x77,0xfc,0xfa,0x36,0xdb,0x43,0xd5,0xb1,0x45,0x4d,0xdb,0x3a,0x6a,
0xfa,0xcd,0x0,0xf4,0x85,0x5d,0x96,0xcf,0x4b,0xed,0x79,0xf5,0xa8,0x8c,0x63,0xa7,
0xf1,0xa1,0x95,0x47,0xc8,0x78,0x57,0xb1,0xde,0x4a,0xef,0x9c,0xe6,0x71,0x35,0xed,
0x49,0x73,0xd1,0xf3,0xe4,0x72,0x6a,0x3e,0xa7,0xb1,0x6f,0xd4,0x3a,0x75,0x67,0x99,
0xdd,0xd5,0x62,0xe6,0xf,0x54,0xd8,0x47,0x4a,0x87,0xed,0x2d,0x79,0xf2,0xe0,0x23,
0x33,0xce,0x1f,0x0,0x1d,0xe0,0x39,0xc4,0x2e,0x85,0xfe,0xe9,0xa0,0x57,0x1a,0xdb,
0xc7,0x44,0xe3,0x76,0x4b,0x1c,0xfd,0xf1,0x16,0xf1,0xe0,0xe7,0x4f,0x17,0xf7,0x5d,
0xba,0x46,0xdc,0xff,0xf1,0xd3,0xc4,0xdd,0x7f,0xb5,0x5a,0xec,0xfc,0xcd,0xc5,0xa2,
0xbe,0x98,0x4c,0x46,0x1,0x2f,0xd,0xd3,0x66,0x2,0x8f,0x41,0x24,0xde,0x79,0xa,
0x4a,0xf7,0x9a,0x50,0x4e,0x77,0x98,0x49,0xce,0xe3,0xf5,0x79,0x5c,0x6d,0x87,0x2b,
0x51,0xb2,0x22,0x55,0xca,0xfc,0x70,0xbc,0xb0,0x68,0xb5,0xa,0xf3,0x40,0x34,0x6d,
0x97,0x3f,0x66,0x3a,0x2f,0x0,0xf4,0xc3,0xd1,0xff,0xda,0x22,0xf6,0xff,0xc9,0xa,
0x51,0x5b,0xee,0x74,0x11,0x9a,0xe9,0x1f,0x15,0xfb,0xa6,0x79,0xec,0x13,0x46,0x4d,
0xbb,0xfe,0x51,0xe3,0xad,0x4a,0x94,0x4e,0x73,0x7c,0xe3,0x2c,0xc3,0xdb,0x72,0xb6,
0x37,0x25,0x2b,0x51,0xd9,0x7,0x68,0xfa,0x8f,0x6e,0xc9,0xe7,0x7f,0x5d,0x85,0x7c,
0x5f,0x6a,0x54,0xcb,0x5f,0x32,0xfd,0x5e,0x0,0xfc,0x60,0xfa,0x96,0x31,0x71,0xf7,
0xc5,0xab,0x45,0x8d,0xa,0x79,0xdc,0x52,0xae,0xf3,0x6,0x4d,0x5b,0xdc,0x7b,0xe6,
0xb5,0xa5,0xf1,0x32,0x2a,0x7d,0xe6,0x72,0xed,0xdb,0xf3,0xc2,0xf3,0x38,0xaf,0x73,
0xfc,0x9a,0xd9,0x5d,0xcd,0x47,0xb3,0x12,0x45,0xe7,0xe9,0xaa,0xce,0xf3,0x6,0xc0,
0x5c,0xe0,0x39,0xc4,0x79,0x84,0xfe,0xe9,0xc0,0xf,0x1a,0xe3,0x4,0xf7,0x4f,0x1f,
0xb7,0xe4,0x37,0x7,0xf6,0x9e,0xa7,0x5a,0xd2,0x55,0xd0,0x7b,0x71,0x32,0x2d,0x6d,
0x18,0x85,0x1c,0xa7,0xb4,0x19,0x46,0x52,0xf3,0x64,0xe6,0xe4,0x8c,0xb3,0x81,0xd8,
0x60,0xed,0xdb,0x51,0x43,0x82,0xbf,0xbc,0x3d,0x49,0xf3,0x68,0xb9,0x1f,0xec,0xc8,
0xf,0x9f,0x29,0xce,0x1c,0x7a,0xaa,0xa,0x77,0xdf,0xd4,0xac,0x6e,0x2d,0x9b,0xce,
0x3,0x0,0xfd,0xc2,0x5e,0xba,0xff,0x1f,0xd6,0x8a,0xc9,0x72,0x49,0xc6,0xb2,0x37,
0xb6,0x79,0x5c,0x66,0x28,0x4c,0x9b,0x6f,0x3c,0xe3,0x72,0x9e,0xb3,0x5e,0x5b,0x81,
0x50,0xce,0x77,0xd6,0x6b,0x65,0x48,0xad,0x75,0x9d,0xf9,0x8e,0xb7,0x54,0x21,0xf4,
0xee,0x4a,0x21,0xf7,0xfa,0x3,0xa5,0x52,0xdf,0xcf,0x46,0x35,0x6b,0xd6,0xef,0x9a,
0x7e,0x2b,0x0,0x7e,0xd1,0xa0,0x82,0xde,0xbd,0x54,0xb0,0x9b,0x58,0x53,0x90,0x5d,
0x8e,0xdc,0xb8,0x97,0xb1,0xee,0x8d,0x77,0xed,0xb,0x27,0xcd,0xeb,0x85,0x56,0xc1,
0x4d,0xf,0x5b,0xf0,0x72,0xd2,0x3b,0xbc,0x9c,0xf6,0x1b,0xa7,0xcb,0xf5,0x28,0xdf,
0xa1,0x34,0x7e,0x41,0x4b,0xad,0x98,0x3d,0x30,0x9e,0x1b,0x3e,0x5f,0x85,0x7e,0x64,
0xd4,0xa8,0x94,0x5f,0xab,0xce,0x15,0x1a,0xcd,0x41,0x4f,0xe0,0x39,0xc4,0xe,0xa1,
0x7f,0x3a,0x8,0x82,0x23,0xff,0xe9,0x74,0x47,0x9a,0x5c,0x9a,0xd7,0xdd,0x1b,0x5a,
0xc1,0xaf,0xd0,0x99,0x98,0x9e,0xa7,0xd,0xc4,0xd3,0x9d,0x6,0x72,0xc7,0xd5,0xb6,
0x1c,0x3c,0xf3,0xd5,0xb8,0x37,0xe3,0x93,0x1f,0x8c,0x2b,0x66,0xee,0xa9,0x51,0x21,
0xd0,0xaf,0x96,0x74,0xaf,0xe8,0x77,0xde,0xd8,0xf9,0xbb,0x1,0xf0,0x8b,0x43,0xdf,
0xd8,0xe0,0x74,0x9d,0xe0,0x42,0x99,0x8a,0x69,0x19,0xef,0x1c,0xfb,0x3c,0x94,0xe3,
0xce,0xb4,0x8e,0xfb,0x56,0xc1,0x4e,0x79,0xc8,0x33,0xaf,0xb5,0xbe,0xb3,0x8e,0xb3,
0x1d,0x35,0xdf,0xe3,0x25,0x3d,0x4f,0x16,0x42,0x8b,0xd9,0xfb,0xf9,0xb9,0xa8,0x7b,
0x7c,0xf0,0x4f,0xd3,0x2e,0xff,0xc4,0xf4,0x3b,0x1,0xf0,0xb,0xf9,0x5c,0xd4,0xe7,
0xd7,0x89,0xa9,0xe7,0x8f,0xc8,0x46,0x34,0x5d,0xd0,0x6a,0x15,0xce,0x5a,0x48,0xaf,
0x78,0x96,0xe1,0xa1,0xe3,0x29,0x27,0xfe,0x75,0x9a,0x4c,0x57,0x9e,0x91,0xeb,0x29,
0x3f,0xb9,0xcb,0xa8,0x71,0x2e,0xcc,0xf1,0xa7,0xa,0x68,0xfa,0xae,0xea,0xc8,0xf0,
0xa5,0xf5,0x62,0xb4,0xde,0xd0,0xf7,0x60,0x65,0xed,0xf1,0x74,0x8e,0xee,0xed,0x3c,
0x67,0x0,0xf4,0x4a,0xea,0x9f,0x43,0x44,0xff,0x74,0x10,0x18,0x77,0x94,0xc5,0xbd,
0x1f,0x5a,0x2d,0xea,0xeb,0xb,0xb2,0xbf,0xac,0xcc,0x8c,0x78,0x48,0xb8,0x46,0x50,
0xe3,0x4e,0x7a,0xcb,0x54,0xad,0xe5,0x9c,0xf5,0xbc,0xc6,0x92,0x78,0xcc,0x25,0x97,
0xe3,0x75,0x79,0x5a,0x99,0x54,0xe3,0xb4,0x8c,0x64,0xee,0xb1,0x47,0xb2,0x6f,0xf0,
0xbb,0x12,0xd5,0xb0,0xcb,0x6f,0x37,0xfe,0x6e,0x0,0x7c,0xe2,0xf0,0x77,0x36,0x8a,
0x3d,0xaf,0x58,0x2a,0x26,0x46,0x9c,0x3e,0xe7,0x4e,0xac,0xf3,0xb0,0xe5,0x11,0x99,
0x31,0xf1,0x50,0x79,0x41,0xce,0xf3,0xfa,0xc2,0xb3,0x9c,0x1e,0x97,0xbe,0xd1,0x1e,
0xe2,0xf5,0x69,0xd8,0x5a,0xde,0x81,0x33,0x25,0x59,0x20,0x2c,0x66,0x76,0xd9,0x85,
0xcc,0xb9,0x37,0xf4,0x79,0x27,0x77,0xba,0x6a,0xbd,0xdc,0xf4,0x1b,0x1,0xf0,0x9b,
0xa3,0x3f,0xdc,0x2c,0xf6,0x5f,0xb8,0x42,0xd4,0x96,0x52,0xe1,0x4a,0xfb,0x82,0x86,
0xde,0x7c,0x44,0xc7,0xbc,0x33,0xce,0x7e,0xd0,0x3e,0x6a,0xa5,0x4b,0x1f,0x49,0x9f,
0xb4,0xd6,0xf5,0x6e,0xa3,0xe5,0x39,0xf2,0xa,0x2d,0xb7,0xab,0xc4,0xbd,0x2e,0xb2,
0xdb,0x27,0x96,0x64,0x5f,0xc0,0xcf,0x10,0x8a,0xa1,0xa1,0xa7,0xa8,0xf0,0x8f,0x84,
0xf0,0x6,0x59,0xe0,0x3b,0x69,0x7f,0xe,0x11,0xfd,0xd3,0x41,0x90,0x1c,0xfc,0xda,
0x6,0xb1,0xeb,0xb7,0x97,0xc8,0x17,0x4c,0x38,0x5f,0x9f,0xd6,0xa6,0x70,0x32,0x25,
0xb7,0xf0,0xa6,0xe6,0x75,0x66,0x6c,0xae,0x61,0x3c,0x69,0xb3,0xcd,0xf3,0x22,0xe7,
0xd3,0xd0,0xad,0x44,0x95,0xb2,0x17,0xf8,0xd1,0x92,0xee,0x15,0xfd,0xbe,0x3,0x9d,
0xbf,0x17,0x0,0x3f,0x39,0xfa,0xd3,0x2d,0xe2,0xc0,0x5f,0xac,0x94,0x5d,0x93,0xf8,
0x21,0x5a,0x19,0xdb,0x8a,0xf6,0x78,0xa7,0xa1,0x86,0x33,0x28,0xd7,0x27,0x9c,0xa6,
0x7c,0xa2,0xc7,0x95,0x37,0xe4,0x7c,0x95,0x99,0xb5,0x96,0xe7,0x4c,0x30,0x2b,0x5b,
0x14,0xa9,0xd2,0xf6,0x38,0xa5,0x7d,0xa7,0x3a,0x92,0x79,0x4b,0xbd,0x54,0x1a,0x56,
0x61,0xdf,0xb3,0x28,0xaf,0xb9,0xc9,0xf4,0x1b,0x1,0xf0,0x9b,0xe9,0x9b,0xc6,0xc4,
0xdd,0xef,0x3e,0x55,0xd4,0x47,0x9d,0x3c,0x40,0xc7,0xb6,0xe3,0x8f,0x16,0x3a,0x4d,
0xfa,0xc1,0xe3,0x1,0x99,0xce,0xe3,0x6a,0x39,0x89,0xf2,0x4f,0xe7,0x76,0xb8,0xd0,
0x28,0xef,0x78,0x95,0xb2,0xbf,0x24,0x3f,0xfd,0x88,0xf2,0xb9,0xad,0x2a,0xe4,0x23,
0xa5,0x46,0xad,0xfc,0x5b,0xa6,0x73,0x5,0x40,0xbf,0xa4,0xf6,0x39,0x44,0xf4,0x4f,
0x7,0x41,0xc3,0xf,0x20,0xee,0xfa,0xdd,0xa5,0xa2,0x4e,0x95,0x28,0xb7,0x25,0x5d,
0x1a,0x42,0x9b,0xc2,0x6b,0x1e,0x35,0x74,0xd,0xc3,0xd3,0x9e,0xe5,0xe4,0xd0,0x81,
0xb7,0xc1,0x6,0x94,0xc8,0x6d,0xa8,0x74,0xb9,0x9c,0xde,0x4e,0x4e,0xec,0x1d,0xc9,
0x73,0x4b,0xe4,0x83,0xe3,0x85,0xec,0x5,0x37,0xf8,0xf0,0x4c,0x87,0x56,0xd3,0xb6,
0x2e,0x32,0xfd,0x5e,0x0,0xfc,0xe6,0x81,0xcf,0x9d,0x2e,0x26,0x9f,0x5f,0x92,0x99,
0x84,0xee,0xd2,0xd7,0x9e,0xd9,0xb4,0xc6,0x25,0xca,0x3f,0x6e,0xba,0xeb,0xa7,0xf6,
0xf1,0x96,0xb7,0x5a,0xe9,0xec,0xd1,0xdd,0x23,0xb2,0x6b,0x4,0x55,0xa0,0xf2,0xdf,
0x18,0x2f,0x14,0x7c,0x79,0x29,0xcb,0xb1,0x7a,0xf9,0x55,0xa6,0xdf,0x6,0x40,0x10,
0xf0,0x73,0x1a,0xf7,0x7e,0x78,0xb5,0x98,0x58,0x93,0x17,0x3b,0x9d,0xee,0x75,0xed,
0x68,0x8f,0xa8,0x69,0x99,0x27,0x69,0x6f,0x78,0x3d,0x22,0xd3,0xf5,0x38,0xcf,0x73,
0xd2,0x9c,0x3c,0x8c,0x7d,0x92,0x95,0xdf,0xcf,0xb1,0xb,0xd9,0x89,0xda,0x92,0xe1,
0x57,0x6c,0xcb,0x64,0x9e,0x7b,0xc3,0x90,0xff,0xcf,0xde,0xfa,0xa1,0xa6,0x5d,0xb6,
0x4d,0xe7,0xa,0x80,0x7e,0x49,0xed,0x73,0x88,0xe8,0x9f,0xe,0x82,0xe6,0xc8,0xf,
0x37,0x8b,0x7d,0x6f,0x5e,0x2e,0xea,0xcb,0xa8,0x80,0xa6,0xc,0xe3,0x2d,0x0,0xba,
0x66,0x90,0x19,0x94,0xc7,0x44,0xca,0x6c,0x2d,0x93,0xa9,0xf9,0x9c,0xee,0x49,0xd3,
0xc6,0xd3,0x69,0xd2,0x6c,0x94,0xc6,0xad,0xe9,0x7b,0xf8,0xad,0x80,0x23,0xd9,0x7d,
0xd5,0x62,0xe6,0xb3,0x76,0x36,0xbb,0x42,0x85,0x7d,0xdf,0x12,0x62,0xe8,0x49,0xd,
0xdb,0x7a,0xc0,0xf4,0x7b,0x1,0xf0,0x9b,0x87,0xbe,0xb8,0x4e,0x4c,0x9e,0x35,0xd2,
0x56,0x89,0x72,0x91,0xbe,0xe9,0x48,0x53,0xb8,0x3e,0xe1,0xa1,0xc7,0x33,0xad,0x75,
0x1c,0xaf,0x38,0xe9,0xea,0x2d,0x47,0x94,0x11,0x51,0x9a,0x3d,0x5e,0xcc,0x5d,0xb1,
0x63,0x24,0x77,0xba,0xa,0xf9,0xbe,0xd5,0xa8,0x96,0x6f,0x33,0xfd,0x36,0x0,0x2,
0x81,0xbb,0x18,0x7d,0x73,0xa3,0xd8,0xf3,0xaa,0xa5,0x32,0x2f,0xd0,0xd,0x78,0x9a,
0xce,0x7c,0xc3,0x3b,0x2e,0xf3,0x10,0xcf,0xb8,0x77,0xbe,0x77,0xde,0x14,0x79,0x65,
0xf7,0x48,0x9e,0x2a,0x50,0xb9,0xf1,0x4a,0x3e,0xff,0x5b,0x2a,0xd4,0x23,0xa9,0x46,
0xd5,0x7a,0x9f,0xf1,0x3c,0x1,0xe0,0x3,0xa9,0x7c,0xe,0x11,0xfd,0xd3,0x41,0x18,
0x1c,0xa3,0xcc,0xec,0xc1,0xcf,0xac,0x15,0x93,0xcf,0x2b,0xc9,0xee,0x7c,0xb2,0x10,
0xc8,0xe6,0x50,0x26,0x70,0x8c,0xe0,0x1d,0x67,0xf3,0xb0,0x61,0x78,0x39,0x95,0xae,
0x4d,0xd3,0x66,0xa8,0xd6,0xb8,0x77,0x19,0x4e,0xe3,0xc2,0xe0,0xfe,0x91,0x2,0x4f,
0xd7,0x6a,0x8b,0xb3,0xbf,0x33,0xb5,0xe2,0xa4,0x13,0xc4,0xd0,0xd0,0x93,0x55,0xe8,
0xf7,0xad,0xa6,0x6d,0xbd,0xc7,0xf4,0x5b,0x1,0x8,0x82,0x43,0xff,0x4a,0x85,0xc1,
0xd7,0x8e,0xca,0xb7,0x5c,0xb6,0x17,0x6,0x9d,0x4c,0x46,0xc6,0xbd,0x4e,0x63,0x1f,
0x68,0x5f,0x78,0x86,0xda,0x57,0xce,0xb4,0xe3,0x13,0xd,0x7b,0x92,0x5b,0xeb,0xe5,
0x43,0xc1,0xa5,0xdc,0x7f,0x8c,0x8f,0x64,0x5e,0x7c,0x4b,0x3e,0x7f,0xa2,0x5f,0x1f,
0xd7,0x6d,0xd4,0xdc,0xb7,0x81,0x1,0x10,0x1a,0x47,0x7e,0xb8,0x45,0xec,0xff,0xe3,
0x15,0xb2,0x2b,0x39,0xfb,0xc6,0x2d,0x84,0x29,0xbc,0x79,0x46,0x7b,0x7e,0xc2,0xd3,
0xca,0x1f,0x7a,0xbe,0x9a,0xc7,0x79,0x18,0x77,0x57,0x92,0x77,0xb7,0x8a,0x99,0xbb,
0xec,0xc2,0xa2,0xf,0x57,0x72,0xb9,0xb3,0x55,0xa8,0x47,0x52,0x4f,0xdc,0x63,0xfd,
0x3a,0x55,0x2a,0x8f,0x98,0xce,0x11,0x0,0x7e,0x91,0xba,0xe7,0x10,0xd1,0x3f,0x1d,
0x84,0xc5,0x43,0x57,0xae,0x13,0x53,0xbf,0xc9,0x2d,0xe9,0x4e,0xff,0x71,0xc7,0x3c,
0x1e,0x53,0xe8,0x34,0x1e,0x97,0xe9,0xce,0xb8,0x34,0x91,0x4a,0xef,0x34,0x91,0x3b,
0xaf,0xcd,0x7c,0xba,0xff,0x3b,0xaf,0x93,0xbd,0xad,0x52,0x1a,0x3e,0xa7,0xdf,0x87,
0xe1,0x3b,0x25,0xea,0xab,0x9e,0xde,0xa8,0x5a,0xf,0x9b,0x7e,0x27,0x0,0x41,0xc0,
0x9f,0xc,0xe0,0x2f,0xc6,0x4f,0xac,0x2b,0xca,0x6,0x2,0x37,0xde,0x9,0xd7,0x17,
0xca,0xb,0xb2,0xe5,0xce,0x9d,0xdf,0xf2,0x49,0x5b,0x9a,0x4a,0xe7,0x75,0x78,0x7b,
0x13,0x54,0x20,0x24,0x6f,0x3e,0x4a,0xf3,0xff,0x6d,0x5b,0x29,0xe7,0xfb,0xeb,0x61,
0xe9,0x37,0x6c,0xeb,0xfc,0x4d,0x0,0x4,0xd,0xbf,0x1d,0x76,0xff,0x9b,0x97,0xcb,
0x38,0x77,0x1b,0x1f,0x38,0xee,0x55,0xfe,0xe2,0x8c,0xeb,0x74,0xf6,0x8d,0x33,0x2d,
0xbd,0xa1,0xd2,0xb4,0x87,0x78,0xc8,0xf,0xae,0x53,0x25,0xea,0x97,0x76,0x21,0x73,
0x94,0xd2,0xee,0xe0,0x97,0xad,0x6c,0x1b,0x1a,0x7a,0x5a,0x54,0xbb,0xef,0x69,0x51,
0x59,0xef,0x7f,0x9b,0xce,0xf,0x0,0x7e,0x92,0xaa,0xe7,0x10,0xd1,0x3f,0x1d,0x84,
0x89,0xf3,0x72,0x89,0xc5,0xba,0xb0,0xe6,0x31,0x48,0xcb,0x18,0xed,0x85,0x41,0xc7,
0x4c,0xde,0x61,0x9b,0x89,0x68,0xe8,0x1a,0x8e,0xe7,0xd1,0x90,0xbb,0x6c,0xf0,0xf3,
0x4f,0x34,0xbc,0xb7,0x36,0x32,0xfc,0x87,0x76,0x2e,0x97,0xdf,0x3d,0x3a,0x7a,0x9c,
0xa,0x79,0xdf,0xd4,0xb0,0xad,0xf7,0x9b,0x7e,0x23,0x0,0x81,0x61,0xf3,0xf7,0xa2,
0x4e,0x13,0x13,0x9b,0xf9,0xb9,0x28,0xf6,0x8a,0xf2,0x85,0x1c,0x57,0x9e,0x50,0xe9,
0x6e,0x5,0x49,0xa6,0xf1,0x50,0xa5,0xe9,0xf9,0x6a,0x1e,0x6f,0x67,0x92,0xc6,0xd5,
0x2b,0xcc,0x6f,0xaf,0x14,0x32,0x7f,0x55,0x59,0x9c,0x5d,0xae,0xc2,0xdc,0x37,0x35,
0xea,0xe5,0xd7,0x19,0x7f,0x13,0x0,0x1,0x73,0xe4,0x86,0xcd,0xe2,0xae,0x77,0x50,
0xa1,0x6e,0x69,0xab,0x50,0xe7,0x7a,0xc5,0x53,0x20,0x93,0xde,0x60,0x5f,0xe8,0xbc,
0x48,0x8e,0x2b,0xf,0xd1,0x90,0xbb,0xa1,0xb3,0x4f,0x6a,0x2b,0xf3,0x62,0xf2,0x8c,
0xe2,0x4f,0x6b,0xc5,0xdc,0x1f,0xee,0xc8,0xe5,0x4e,0x8f,0x7a,0xe5,0x89,0x75,0x68,
0x6a,0xeb,0x9,0x74,0x2e,0x9a,0x9d,0xe7,0x6,0x0,0xbf,0x49,0xd5,0x73,0x88,0xe8,
0x9f,0xe,0xc2,0x64,0x9a,0xcc,0x75,0xcf,0xfb,0x57,0x8a,0x89,0xb5,0xad,0x2f,0x5a,
0x4b,0x83,0xa8,0xc2,0x9d,0x6b,0x1c,0x35,0x34,0xa5,0xf1,0x50,0x23,0x97,0x51,0xf0,
0x34,0xf7,0x87,0xdd,0x2f,0xfb,0xa6,0x67,0xf,0xc8,0x57,0x31,0x7,0x64,0x28,0xf9,
0x8d,0xd,0x7c,0xe,0x0,0x84,0x4d,0xa5,0x2c,0xee,0xfb,0x3b,0xaa,0x44,0x6d,0xf4,
0xdc,0x89,0xea,0xf0,0x4,0x23,0x7d,0xc3,0xe9,0xee,0x3c,0xef,0x32,0x8e,0xaf,0x64,
0xe5,0x89,0x87,0xab,0xf3,0x4f,0xd8,0x23,0x99,0xc9,0x4a,0x21,0x7b,0xdd,0x78,0x31,
0xf7,0x52,0x15,0xe2,0xbe,0xeb,0x98,0x5d,0xbe,0xce,0xf8,0x9b,0x0,0x8,0x98,0xc6,
0xe,0x4b,0x3c,0xf4,0xa5,0x75,0x62,0xe7,0xb,0x17,0x3b,0xbe,0xe1,0x3c,0x83,0x86,
0xf2,0x6e,0x6d,0x9b,0x7f,0x54,0xba,0xc4,0x49,0xe7,0xf9,0xdc,0xda,0xcd,0x95,0xa7,
0xfa,0x68,0x5e,0x4c,0xd1,0x36,0xee,0x7a,0xef,0x2a,0xf1,0xd0,0xb5,0x1b,0xff,0x8b,
0xbb,0xb,0x5d,0xec,0x63,0xf7,0xf0,0x20,0xd5,0xb4,0xcb,0x1f,0x36,0x9d,0x1b,0x0,
0x7c,0x27,0x2d,0xcf,0x21,0xa2,0x7f,0x3a,0x8,0x1d,0x2a,0x4,0xde,0xff,0xf7,0x6b,
0xc5,0xe4,0x96,0x59,0x5a,0xd2,0x3d,0xe6,0x71,0x32,0x39,0x3d,0x5f,0x19,0x88,0x87,
0x7a,0xbe,0x9a,0xe6,0xb7,0xb1,0x70,0xbf,0xdb,0x3d,0x64,0x28,0x5a,0xff,0xc1,0x4a,
0x61,0xf8,0x1f,0x2b,0xc5,0xdc,0xd9,0x41,0x7c,0x50,0x57,0xab,0x59,0xc3,0xb3,0x50,
0x60,0x30,0x1c,0xfc,0xf2,0x7a,0xb1,0xeb,0x9c,0xc5,0xa2,0x3e,0xe2,0x14,0xee,0x5a,
0x1e,0x69,0xf9,0xc7,0xf5,0x8c,0xb,0x2f,0xa7,0xe7,0x3b,0x99,0x1a,0xaf,0x3f,0xb9,
0xae,0x28,0xe,0xfc,0xe9,0xa9,0xe2,0xae,0xbf,0x5a,0xf9,0xe5,0xed,0xa5,0xe1,0x95,
0xd7,0x4,0xd4,0x87,0xbc,0x51,0xdb,0xba,0xd4,0xf4,0x5b,0x0,0x8,0x8b,0xc3,0xff,
0xba,0x51,0xec,0x7d,0xe5,0x52,0xca,0x2b,0x9c,0x6,0x84,0x96,0x4f,0x1c,0xda,0xf3,
0x22,0x67,0x9c,0xbd,0xc5,0x85,0x40,0xa7,0xb1,0xa1,0x20,0xf6,0xbd,0x71,0xb9,0x38,
0x78,0xf5,0x7a,0x71,0xf4,0xc6,0x2d,0x72,0x9b,0x1c,0xd7,0x2a,0xc4,0x23,0xad,0x46,
0xf5,0x8c,0xe7,0x34,0xaa,0xe5,0xff,0xee,0x3c,0x27,0x0,0x4,0x45,0x2a,0x9e,0x43,
0xa4,0x1f,0x8a,0xfe,0xe9,0x20,0x5c,0x74,0x4b,0xfa,0xa6,0x59,0x5a,0xd2,0xf5,0x38,
0xb7,0x10,0x2a,0x23,0xf1,0xb4,0x6b,0x30,0xcf,0x34,0xcf,0xe7,0x6d,0xd4,0x16,0xe7,
0x9f,0xa8,0x14,0x33,0xc7,0x2a,0xc5,0xec,0xde,0x5a,0x31,0xf3,0xa6,0xba,0xf3,0x20,
0x7c,0xa0,0xad,0x83,0x4d,0xbc,0x22,0x16,0xc,0x8,0xf9,0xbd,0xa8,0x3f,0x5b,0x21,
0xea,0x2b,0x9d,0x97,0x4b,0xc8,0xc,0x69,0x6,0xca,0x27,0x3a,0x43,0xe2,0x34,0xf2,
0xc,0xbf,0xbd,0x88,0x5f,0x1a,0x51,0x3b,0x35,0x2f,0x76,0xfd,0xde,0x12,0x71,0xcf,
0x5f,0xaf,0x12,0x47,0xbe,0xbf,0x59,0x34,0x6b,0x65,0x5b,0x85,0x76,0x20,0x6a,0x54,
0xad,0x8b,0x4d,0xbf,0x5,0x80,0xb0,0x38,0xfc,0x3d,0x7e,0x29,0xcb,0x32,0x99,0x67,
0x48,0xdf,0x70,0xa3,0x2,0xfb,0xa2,0x3,0xef,0xdd,0x29,0x5e,0x76,0x62,0x34,0x27,
0x76,0x9f,0xbb,0x44,0xbe,0xb6,0xf9,0xd0,0xf7,0x36,0x89,0x6,0xe5,0x61,0x7a,0x9b,
0x8d,0x8a,0x75,0xb1,0xa,0xf1,0x48,0x8b,0x8e,0xf5,0xa3,0xfa,0x98,0x1,0x8,0x83,
0xc4,0x3f,0x87,0x88,0xfe,0xe9,0x60,0x20,0xd8,0x65,0xf1,0xc0,0x15,0xce,0x1b,0xfa,
0x64,0x5,0x48,0x99,0xc8,0x29,0xe4,0x39,0xe3,0xce,0x34,0x19,0x87,0xa7,0x55,0x5a,
0xcb,0x58,0xce,0x90,0x5b,0x24,0x76,0xb1,0xb1,0x96,0xe4,0xc4,0x9e,0xdf,0x1f,0x25,
0x96,0x7e,0xa9,0x32,0x92,0x1b,0xab,0x2c,0x5a,0x74,0xbc,0xa,0xf1,0xc0,0xf4,0x48,
0x6d,0xec,0x2c,0xe3,0x6f,0x3,0x20,0x4,0xf8,0xe5,0x12,0xf7,0x7e,0x70,0xb5,0x98,
0x58,0xed,0xe9,0x12,0xab,0xfd,0x41,0xb8,0xde,0xd1,0xe3,0x6a,0x3e,0xf7,0x1f,0xe7,
0x67,0x42,0xea,0xa7,0x17,0xc5,0xbe,0x3f,0x5e,0x21,0x1e,0xba,0x7a,0xbd,0x68,0xdc,
0x36,0xe6,0x6e,0x97,0xe3,0x5a,0x85,0xb8,0xef,0x22,0xdf,0xef,0xf1,0xfe,0x6,0x0,
0xc2,0x66,0x9a,0x62,0xfd,0xde,0x8f,0xad,0x11,0xf5,0x8d,0xed,0x5d,0xc9,0x4d,0x79,
0xc,0xe7,0x2f,0xdc,0xda,0xcd,0xf,0xc6,0xef,0xfb,0xc3,0x51,0xf1,0xf0,0xb5,0x1b,
0xe4,0xab,0x9b,0xb9,0x11,0xb0,0x6d,0xbb,0x14,0xd7,0x2a,0xc4,0x23,0xab,0x7,0x76,
0x9c,0x71,0x32,0x1d,0xeb,0x2f,0xda,0x8e,0x1b,0x80,0x80,0x9,0xe2,0x39,0x44,0x7b,
0x59,0xee,0xeb,0x91,0x79,0xe,0x11,0xfd,0xd3,0xc1,0xa0,0x38,0xfa,0xa3,0xcd,0x62,
0xff,0x5b,0xb9,0x25,0xbd,0xe0,0x74,0x47,0x62,0xb3,0x68,0xf3,0xa8,0x71,0xe7,0x96,
0x2e,0xcf,0x73,0x5a,0xd2,0xbd,0xf3,0xd9,0x90,0xdc,0xc5,0x62,0xca,0x2a,0x89,0x7d,
0x6f,0x5d,0x2e,0x1e,0xfe,0xe6,0x6,0x7e,0xd6,0xea,0xfb,0x61,0xf5,0x4d,0xa7,0xdf,
0xf0,0xcf,0x9d,0xbf,0x9,0x80,0xb0,0x68,0xec,0x28,0x8b,0xfb,0xff,0xf6,0x34,0x31,
0xb9,0xb9,0xe8,0xb4,0xf0,0x51,0xe6,0xd3,0xee,0x1d,0x9d,0xc6,0xfe,0x71,0x5a,0xdd,
0xf9,0xee,0x13,0x17,0x8,0xb9,0x8f,0xfa,0xbd,0x97,0xae,0x11,0x87,0xbf,0xb7,0x69,
0xe6,0x76,0x6d,0xeb,0xb,0x2a,0xc4,0x7d,0x55,0xd3,0x1e,0x7b,0x49,0xe7,0xbe,0x0,
0x8,0x9d,0x8a,0x25,0xe,0x7e,0x65,0xbd,0xd8,0xf5,0xc2,0x25,0x4e,0xa1,0xcc,0xeb,
0x19,0x1a,0x77,0x1a,0xf2,0x28,0x5f,0x21,0xb8,0xb,0x12,0x7f,0xe7,0xe6,0xc0,0xdb,
0x57,0x88,0x43,0xdf,0xda,0x68,0xde,0x9e,0x86,0xe2,0x5b,0x85,0x7a,0x24,0xc5,0x77,
0xcb,0x8c,0xc7,0xd,0x40,0x80,0xf8,0xf7,0x1c,0x22,0xd,0xd5,0x73,0x88,0xf,0x7c,
0x71,0xdd,0x67,0x22,0xf1,0x1c,0x22,0xfa,0xa7,0x83,0x41,0xd2,0xb8,0x93,0x5f,0x2e,
0xb1,0x4a,0x7e,0xd1,0xba,0xad,0x45,0x50,0xe1,0xb6,0x9e,0x7b,0xc6,0xb5,0xa9,0xe4,
0xdd,0x2b,0xca,0xe0,0x76,0xbf,0x62,0xa9,0x78,0xe8,0x8a,0x75,0xe2,0xe8,0x8f,0xb7,
0x88,0xc6,0xb8,0xe5,0x6c,0x37,0x84,0xfe,0xe9,0x4f,0x54,0x5e,0x74,0x7c,0xc3,0x2e,
0x3f,0xd6,0xf9,0x9b,0x0,0x8,0x13,0x2e,0xd8,0xed,0xa6,0xa,0x11,0xb7,0xf2,0xf1,
0x33,0x81,0xda,0x2f,0x5e,0x38,0xb3,0xe2,0xee,0x7b,0xcc,0xc4,0x72,0xaa,0x40,0xbd,
0x6e,0x99,0x78,0xe8,0xaa,0xf5,0x62,0x7a,0x9b,0xe3,0x97,0x4e,0x28,0xae,0x7f,0xc9,
0xf1,0xad,0x42,0xdd,0x37,0xd1,0xb6,0xaf,0xea,0xdc,0x17,0x0,0xa1,0x43,0x95,0xa8,
0x87,0xff,0x65,0xbd,0x98,0x7a,0xc1,0x62,0xa7,0x21,0x4e,0xfa,0x86,0xf2,0x17,0xe5,
0x1f,0xfd,0xbc,0x45,0x6d,0x45,0x5e,0xec,0x7d,0xcd,0xa8,0x78,0xf0,0xb,0xeb,0xc4,
0x91,0x9f,0x6c,0x96,0xbd,0x27,0x8c,0xdb,0xd3,0xd8,0xe5,0xaf,0xa8,0x50,0x8f,0xa4,
0x70,0x17,0x18,0xc,0x8a,0x7e,0x9f,0x43,0xac,0xad,0x52,0xcf,0x21,0x7e,0x55,0x3d,
0x87,0x18,0x95,0x3b,0xbf,0xe8,0x9f,0xe,0x6,0x89,0xac,0x44,0x7d,0x68,0xb5,0xfb,
0x86,0x3e,0xef,0xad,0x5d,0x2f,0x4e,0xba,0x63,0x2c,0x59,0x79,0xa2,0xf1,0x9d,0x94,
0x1,0x1e,0x78,0xd7,0x4a,0xa7,0x7b,0x45,0x47,0x61,0x30,0x8c,0xfe,0xe9,0xc7,0xaa,
0xd6,0x9f,0x78,0xf7,0x9,0xc0,0x20,0x38,0x7a,0xd3,0x98,0xd8,0xff,0xf6,0x15,0xa2,
0xbe,0xc2,0xd0,0x10,0xc1,0x99,0x10,0x79,0x47,0xb6,0xe2,0x2d,0xc9,0x91,0x67,0x4a,
0x62,0xff,0x9f,0x9e,0x2a,0xe,0x7e,0x7d,0x83,0x2c,0x48,0x9a,0xb6,0xa7,0x21,0xf,
0xbd,0x55,0x85,0xba,0x2f,0x6a,0xde,0xbe,0xf9,0x24,0xd3,0x7e,0x0,0x8,0x1b,0x8a,
0x6d,0x59,0x18,0xdb,0xfd,0x92,0x25,0xf2,0xce,0x2c,0xfb,0x44,0xde,0xb1,0x65,0x9f,
0x68,0xaf,0xbc,0x68,0xb1,0xb8,0xeb,0xfd,0xab,0xc4,0xc3,0xdf,0xdc,0x28,0x1a,0xe3,
0xe6,0xed,0x18,0xa1,0x38,0x57,0x21,0x1f,0x29,0xe1,0x2e,0x30,0x18,0x24,0x1,0x3d,
0x87,0x78,0x8e,0xa,0xef,0xc1,0x9,0x2d,0x13,0x60,0xd0,0x70,0x25,0x68,0xd7,0xcb,
0x97,0x88,0xda,0x12,0xe7,0xe,0x93,0x34,0x93,0x32,0x98,0x36,0x93,0x33,0xe4,0xfe,
0xb0,0xe,0xbb,0xce,0x19,0x11,0xf,0x7c,0xfe,0x74,0x31,0x7d,0xeb,0xd8,0xcc,0xbe,
0xe9,0x4c,0x8,0xad,0x14,0xd,0x1b,0x1f,0xa6,0x6,0x83,0x67,0xfa,0xe6,0x31,0x71,
0xe0,0xc2,0x15,0x62,0x62,0x79,0xde,0xa9,0x44,0x49,0xef,0xb4,0x37,0x38,0x70,0x77,
0xd9,0xbd,0xaf,0x1a,0x15,0xf,0x7d,0xae,0xcb,0x16,0x75,0x82,0xe3,0x5b,0x85,0xba,
0x2f,0xa2,0x6d,0xfe,0x79,0xe7,0x3e,0x0,0x18,0x14,0x47,0x7e,0xba,0x45,0xdc,0xfd,
0x9e,0x55,0xa2,0x76,0x2a,0x15,0xea,0x54,0x25,0x6a,0x6a,0x24,0x2f,0xea,0xc4,0xee,
0x97,0x2f,0x95,0xdd,0x8f,0x9a,0x77,0x72,0xfe,0x32,0x77,0x63,0x83,0x81,0x3f,0x57,
0x21,0x1f,0x29,0xd1,0x71,0xe1,0x2e,0x30,0x18,0x18,0x7e,0x3c,0x87,0xe8,0xad,0x40,
0x49,0x6,0x7d,0xe7,0x17,0x2d,0x13,0x20,0xa,0xc8,0x37,0x8c,0xbd,0xed,0x54,0xa7,
0x25,0x5d,0x1b,0x49,0x99,0x49,0xf,0xf9,0x41,0x78,0xc9,0x86,0x82,0xd3,0x15,0xe9,
0xb,0xeb,0x44,0xe3,0x8e,0x79,0x32,0xb7,0x0,0xfb,0xa7,0x3f,0x3a,0x69,0x6d,0x30,
0xee,0x13,0x80,0x90,0xe1,0xef,0xad,0xdd,0xfd,0x9e,0x95,0x62,0x62,0xb5,0x7a,0x43,
0x9f,0xaa,0x44,0xc9,0xbb,0x4f,0x4,0x77,0x59,0x3a,0x40,0xf3,0xf9,0xe3,0xd6,0x4d,
0xd5,0xdd,0xb5,0x5b,0x38,0xce,0x55,0xc8,0xf7,0xad,0x86,0x6d,0xfd,0xd8,0xb4,0xf,
0x0,0x6,0x1,0x17,0xca,0x1e,0xbc,0xfc,0x74,0xb1,0x73,0x4b,0xc9,0xf9,0x20,0xfb,
0xe2,0x9c,0x98,0xd8,0x5c,0x14,0xfb,0xdf,0xb8,0x4c,0x3e,0x2f,0x65,0x5a,0xa7,0x1b,
0x38,0xce,0x55,0xc8,0x47,0x46,0x8d,0xba,0x75,0xa2,0xe9,0x58,0x1,0x8,0x8d,0x80,
0x9e,0x43,0xe4,0xd8,0x56,0x61,0x1e,0xbe,0xe8,0x0,0xd0,0x32,0x1,0x6,0xce,0xd1,
0x9b,0xb6,0x88,0xfd,0x17,0xae,0x10,0xf5,0xe5,0x4e,0x21,0x50,0xb7,0x4c,0x30,0x6c,
0x34,0xa7,0x75,0x3d,0x2b,0x76,0x9e,0xbd,0x58,0xdc,0xf7,0x7f,0xd6,0x88,0x43,0xff,
0xbe,0x71,0xd6,0x67,0x39,0xda,0x8,0xb0,0x95,0xa2,0x51,0x2d,0x5f,0x66,0xdc,0x27,
0x0,0x3,0x80,0x9f,0xd9,0x98,0x7a,0xc1,0x88,0xac,0x3c,0xc9,0xee,0x48,0xcc,0x48,
0x4e,0xec,0x7a,0xf1,0x62,0xf1,0xc0,0xa7,0xd7,0xca,0x2e,0x7f,0xa6,0xf5,0xe6,0x83,
0xe3,0x5c,0x85,0x7c,0x5f,0x12,0xf7,0x6f,0xfc,0xd,0xd3,0xf6,0x1,0x18,0x18,0x95,
0xb2,0x38,0x74,0xed,0x46,0xb1,0xeb,0xdc,0x25,0xa2,0xca,0x5e,0x79,0xe9,0x12,0x71,
0xff,0x67,0xd6,0x8a,0x23,0xff,0xb9,0xd9,0x7d,0xb6,0xb6,0x57,0x38,0xde,0x55,0xe8,
0x47,0x42,0x94,0x17,0xbe,0xc3,0x74,0x9c,0x0,0x84,0x46,0x50,0xcf,0x21,0xe,0xea,
0xce,0x2f,0xfa,0xa7,0x83,0xa8,0x30,0x4d,0x5,0x3c,0x7e,0xfd,0xe5,0xc4,0xa9,0x79,
0x79,0x27,0x4a,0xbf,0x9d,0x85,0xbf,0x5,0xc0,0xa6,0x9a,0x18,0x2b,0x8a,0x7d,0x6f,
0x59,0xee,0xdc,0x7d,0xba,0x6d,0x81,0x99,0x5b,0x40,0xfd,0xd3,0x1b,0x76,0x79,0xd2,
0xb8,0x3f,0x0,0x6,0xc0,0x91,0xff,0xd8,0x24,0xf6,0xfe,0xc1,0x32,0x31,0x39,0x92,
0x17,0x93,0xec,0x1b,0xab,0x28,0xf6,0x9c,0x47,0x19,0xd1,0xe7,0xd6,0x8a,0xc6,0x1d,
0xbd,0x55,0xa0,0x18,0x8e,0x73,0x15,0xf2,0x7d,0xa9,0x59,0xb3,0x7e,0xd7,0xb4,0x7d,
0x0,0x6,0x9,0xf7,0x66,0x78,0xf0,0x4b,0xeb,0xc4,0x3d,0x1f,0x58,0x25,0xe,0x7e,
0x69,0xfd,0x8c,0x67,0x6b,0x7b,0x86,0xe2,0x5d,0x85,0x7e,0x24,0xd4,0xac,0x5a,0x77,
0x18,0x8f,0x13,0x80,0x90,0x8,0xec,0x39,0x44,0xdb,0xba,0x43,0x85,0x79,0xb8,0xa2,
0x9d,0xa3,0x7f,0x3a,0x88,0xc,0xf,0xfc,0xd3,0x7a,0xb1,0xf3,0x85,0x23,0xa2,0x36,
0xc2,0xc6,0x72,0xee,0x3e,0xed,0x19,0xa1,0xc2,0x60,0xb9,0x24,0xee,0xfb,0xdb,0xd3,
0x64,0x8b,0x44,0x8f,0xad,0x83,0xbe,0xb7,0x52,0xe0,0x8d,0x96,0x20,0x6a,0xf0,0xb3,
0x81,0x77,0x5f,0xbc,0x5a,0xec,0xde,0x3a,0x22,0x76,0x9d,0x3d,0x22,0x5f,0x5d,0x2e,
0x1f,0xc2,0xdd,0x61,0x5e,0x7e,0x21,0xf8,0xf1,0xa6,0xcb,0x46,0xd5,0xfa,0xa4,0x69,
0xdb,0x0,0xc,0x1a,0x7e,0xfd,0x72,0x83,0xfc,0x23,0xbf,0xfd,0x64,0x98,0xdf,0xb,
0x1c,0xef,0x2a,0xf4,0x7,0xae,0x23,0xd5,0xad,0x65,0xd3,0x31,0x2,0x10,0x36,0x81,
0x3d,0x87,0x68,0x3f,0xcf,0x52,0xe1,0x1e,0x9e,0xd0,0x3f,0x1d,0x44,0x89,0xc3,0xff,
0xbe,0x49,0xec,0x7d,0xdd,0x32,0x31,0xb5,0x34,0x27,0x76,0xf1,0xdd,0xa7,0x35,0x5,
0xb1,0xeb,0x77,0x96,0x88,0xfb,0xfe,0xee,0xb4,0x9e,0xbb,0x22,0x31,0x41,0xf4,0x4f,
0x6f,0x54,0xcb,0x6f,0x31,0xed,0xb,0x80,0x41,0x72,0xf8,0x7,0x9b,0xc5,0x7d,0x9f,
0x38,0x4d,0x7e,0xc0,0x7a,0xfa,0x96,0x2d,0xc6,0x65,0x7a,0x81,0xe3,0x5d,0x85,0x7e,
0xcf,0x22,0x1f,0xd6,0x4c,0xdb,0x6,0x20,0x89,0x70,0xbc,0xab,0xd0,0x1f,0xb8,0x9a,
0x55,0xeb,0x72,0xd3,0x31,0x2,0x10,0x36,0x41,0x3d,0x87,0xc8,0x31,0xae,0xc2,0x3d,
0x1c,0xa1,0x7f,0x3a,0x88,0x1a,0xfc,0x86,0x31,0x7e,0x38,0xbe,0xb6,0xb2,0x20,0x26,
0x36,0x16,0x65,0xf7,0xa,0x7e,0xa0,0x90,0xdf,0xe8,0x62,0x5a,0x7e,0x21,0xf8,0xdd,
0x3f,0xbd,0x69,0x97,0xbf,0x6e,0xda,0xf,0x0,0x83,0x66,0x7a,0x5b,0xf,0xad,0x78,
0xf3,0x41,0xf1,0xae,0x42,0xbf,0x27,0xfd,0x6c,0xa2,0x5c,0x32,0x6e,0x17,0x80,0x4,
0xc3,0x71,0xaf,0x2c,0x30,0x50,0x91,0x7f,0xf1,0x6,0x66,0x10,0xd,0x82,0x7a,0xe,
0x31,0xec,0x6f,0x46,0xa1,0x7f,0x3a,0x88,0x22,0x87,0xae,0xdb,0x24,0xee,0xf9,0xc8,
0x1a,0x71,0xff,0x65,0x6b,0xc5,0xd1,0x9f,0xc8,0x8f,0xa9,0x19,0x97,0x5b,0x30,0x3e,
0xf7,0x4f,0xa7,0xe3,0x3a,0x62,0xdc,0xf,0x0,0x49,0x84,0xe2,0x5d,0x85,0x7e,0x4f,
0xa2,0x6d,0xbc,0x71,0xc6,0x36,0x1,0x48,0x3e,0x6f,0x54,0x16,0x18,0x98,0xe,0x55,
0xcb,0xa7,0x1a,0x8e,0xb,0x80,0x81,0x11,0xd4,0x73,0x88,0x1c,0xeb,0x2a,0xec,0x83,
0x17,0xfa,0xa7,0x83,0x28,0xc2,0xf,0x1e,0x36,0x6e,0x1f,0x73,0x4c,0xe5,0x57,0x5,
0x8a,0xf0,0xb3,0x7f,0x7a,0x13,0xfd,0xcb,0x41,0x2a,0xd9,0x5a,0x56,0x16,0x58,0xb0,
0x68,0x7d,0xbc,0x5,0x16,0xa4,0x91,0xab,0x94,0x5,0x6,0xa6,0x63,0xb5,0xf2,0xdb,
0xc,0xc7,0x5,0xc0,0x40,0x9,0xe2,0x39,0x44,0x8e,0x75,0x15,0xf6,0xc1,0xb,0xfd,
0xd3,0x41,0x9a,0xf0,0xb3,0x7f,0x7a,0xc3,0x2e,0x7f,0xd0,0xb4,0xf,0x0,0x92,0xc,
0xc7,0xbd,0xb2,0xc0,0x82,0x45,0xeb,0x3f,0xd8,0xb9,0x3d,0x0,0x52,0xc0,0x83,0xca,
0x2,0x3,0x13,0x1d,0xc3,0x37,0x3b,0x8e,0x9,0x80,0xa4,0xf2,0x4d,0x15,0xf6,0xc1,
0xa,0xfd,0xd3,0x41,0x1a,0xf1,0xab,0x7f,0x7a,0xd3,0x2e,0xdf,0x60,0xda,0x3e,0x0,
0x89,0x86,0xe2,0x5e,0x59,0x60,0x41,0xfa,0xf9,0xd4,0xd8,0x88,0x71,0x7b,0x0,0xa4,
0x0,0x8e,0x7f,0x65,0x85,0x81,0x88,0x7c,0xdb,0x34,0x1d,0x17,0x0,0x89,0x83,0x62,
0x5d,0x85,0x7d,0xb0,0xa2,0x9d,0xa1,0x7f,0x3a,0x48,0x23,0x7d,0xf7,0x4f,0x17,0x7,
0xce,0xfc,0x35,0xc3,0x76,0x1,0x48,0x5,0x1c,0xff,0xca,0xa,0x5d,0xab,0x69,0x8f,
0xbd,0xc4,0xb4,0x2d,0x0,0x52,0x1,0xc5,0xbf,0xb2,0x42,0xe8,0x3a,0x6a,0x6f,0x7d,
0xbe,0xf1,0x98,0x0,0x48,0x28,0x1c,0xf3,0x2a,0xfc,0x83,0x13,0xed,0x8,0xfd,0xd3,
0x41,0x1a,0xe9,0xbb,0x7f,0xfa,0x74,0xa5,0xbc,0xde,0xb0,0x5d,0x0,0x52,0x1,0xc7,
0xbf,0xb2,0x42,0xd7,0x6a,0xda,0xd6,0x5f,0x98,0xb6,0x5,0x40,0x1a,0x98,0xae,0x8e,
0xbd,0x53,0x59,0x21,0x74,0x35,0xaa,0xd6,0xc5,0xa6,0x63,0x2,0x20,0xa9,0x70,0xcc,
0xab,0xf0,0xf,0x4e,0xb4,0x23,0xf4,0x4f,0x7,0x69,0xa4,0xef,0xfe,0xe9,0x8f,0xd4,
0xcb,0xaf,0x33,0x6c,0x17,0x80,0x54,0xd0,0xb0,0xad,0xf3,0x94,0x15,0xba,0x16,0x65,
0x6a,0xff,0x68,0xda,0x16,0x0,0xe9,0xc0,0xfa,0x47,0x65,0x85,0xd0,0x45,0xfb,0xfe,
0xa9,0xf9,0x98,0x0,0x48,0x2a,0xd6,0x4f,0x55,0xf8,0x7,0x23,0xf4,0x4f,0x7,0x69,
0xa6,0xdf,0xfe,0xe9,0x4d,0xdb,0xfa,0x88,0x69,0xbb,0x0,0xa4,0x2,0x8a,0x7f,0x65,
0x85,0xae,0x85,0x82,0x1c,0x48,0x33,0xd,0xbb,0x7c,0xa3,0xb2,0x42,0xa8,0x7a,0xa2,
0xb2,0xf6,0x78,0xd3,0xf1,0x0,0x90,0x74,0x38,0xf6,0x95,0xd,0xfc,0x17,0xfa,0xa7,
0x83,0x54,0xd3,0x67,0xff,0xf4,0x46,0xd5,0xba,0xd6,0xb8,0x5d,0x0,0x52,0x81,0x75,
0xad,0xb2,0x42,0xd7,0x6a,0x54,0xcb,0x87,0xcc,0xdb,0x2,0x69,0x61,0xc7,0xf7,0x36,
0x89,0x4f,0x7d,0x68,0xb5,0x78,0xd5,0xef,0x2e,0x11,0x5b,0xb7,0x14,0xc5,0xb2,0x65,
0x39,0x9,0x8f,0x73,0xda,0xa7,0x3e,0xbc,0x5a,0x2e,0x63,0x5a,0x37,0xee,0x50,0xfc,
0x1f,0x56,0x56,0x8,0x55,0x8d,0xed,0x5b,0x37,0x99,0x8e,0x7,0x80,0xa4,0xc3,0xb1,
0xaf,0x6c,0xe0,0xbf,0xd0,0x3f,0x1d,0xa4,0x99,0x7e,0xfb,0xa7,0x37,0x6c,0xab,0x6e,
0xda,0x2e,0x0,0x69,0xa0,0x51,0xb5,0xea,0xca,0xa,0x5d,0xe9,0x91,0xea,0xd8,0x22,
0xd3,0x76,0x40,0x3a,0x38,0x32,0x6e,0x89,0xf7,0xff,0xe9,0xa9,0x22,0x97,0xcf,0x76,
0xc5,0xfb,0x68,0x59,0x5e,0xc7,0xb4,0xad,0x38,0x73,0xf0,0xf6,0xcd,0xc3,0xca,0x12,
0xa1,0xa9,0x59,0xdd,0x7a,0xbe,0xe9,0x58,0x0,0x48,0x3e,0x5b,0xcf,0x57,0x36,0xf0,
0x5f,0xe8,0x9f,0xe,0xd2,0x4d,0xef,0xfd,0xd3,0xc5,0xd0,0xd0,0x93,0x1a,0x76,0xf9,
0x71,0xf3,0x76,0x41,0x5a,0xf8,0x8f,0x7f,0x59,0x2f,0xde,0xff,0x67,0xa7,0x8a,0x17,
0x9f,0x35,0x22,0xd6,0xad,0x2d,0xc8,0xc2,0x1f,0xf,0x79,0x9a,0xd3,0x79,0xbe,0x69,
0xbd,0x24,0xc0,0xf1,0xcf,0x3e,0x50,0x96,0x98,0x57,0xd3,0xb5,0xb1,0xb3,0x4c,0xdb,
0x1,0xc9,0xe7,0x9b,0x9f,0x3b,0x5d,0x58,0x9b,0x8a,0x33,0x2a,0x4a,0xf3,0x51,0xde,
0x52,0x94,0xeb,0x9a,0xb6,0x19,0x57,0x1e,0x21,0x1f,0x28,0x4b,0x84,0x26,0xda,0xef,
0x47,0x3b,0x8f,0x3,0x80,0x94,0xf0,0x51,0x65,0x3,0xff,0x85,0xfe,0xe9,0x20,0xcd,
0xf4,0xd3,0x3f,0xfd,0x58,0x6d,0x6c,0xa5,0x69,0x9b,0x20,0x1d,0xd8,0xff,0xbe,0x49,
0xbc,0xee,0xe5,0x4b,0x8d,0x5,0xbf,0x4e,0x78,0x39,0x5e,0xde,0xb4,0x9d,0xb8,0xc3,
0x3e,0x50,0x96,0x98,0x57,0x8d,0xca,0xd8,0x85,0xa6,0x6d,0x80,0x64,0xf3,0x97,0x6f,
0x5b,0x61,0xf4,0xc5,0x42,0xe0,0x6d,0x98,0xb6,0x1d,0x47,0xd8,0x7,0xca,0x12,0xa1,
0x89,0xf2,0x3a,0x7c,0x64,0x17,0xa4,0x12,0x8e,0x7d,0x65,0x3,0xff,0x85,0xfe,0xe9,
0x20,0xd5,0x2d,0xe9,0x7d,0xf4,0x4f,0xa7,0xc2,0xe3,0x2b,0x4c,0xdb,0x4,0xc9,0xe7,
0x8a,0x4b,0xd7,0x88,0x62,0xc9,0x5c,0xd8,0x9b,0x8d,0x52,0x29,0x27,0xd7,0x33,0x6d,
0x2f,0xce,0xb0,0xf,0x94,0x25,0xe6,0x55,0xb3,0x52,0xbe,0xd4,0xb4,0xd,0x90,0x5c,
0xae,0xf9,0xec,0xe9,0x46,0x3f,0xf4,0x2,0x6f,0xcb,0xb4,0x8f,0xd8,0x41,0x3e,0x50,
0x96,0x8,0x4d,0xb4,0xdf,0x89,0x19,0xc7,0x1,0x52,0x43,0x9a,0x9f,0x43,0x24,0x26,
0x94,0xd,0xfc,0x15,0xfa,0xa7,0xa7,0x1b,0xb4,0xa4,0x3b,0xf4,0xda,0x3f,0xbd,0x61,
0x8f,0x7d,0xc0,0xb4,0x3d,0x90,0x6c,0x2e,0x78,0xcd,0xa8,0xd1,0x23,0xdd,0xc2,0xeb,
0x9b,0xb6,0x1b,0x57,0xd8,0x7,0xca,0x12,0xf3,0xaa,0x69,0x97,0x3f,0x63,0xda,0x6,
0x48,0x26,0xfb,0x7f,0xba,0x45,0xac,0x5d,0xe3,0x34,0xcc,0xf9,0xc1,0x9a,0xd5,0x5,
0xb9,0x4d,0xd3,0xbe,0x62,0x45,0xad,0xfc,0x69,0x65,0x89,0x50,0x24,0xc4,0xd0,0x93,
0x1b,0x76,0xf9,0x9,0xe3,0xb1,0x80,0x44,0x83,0xe7,0x10,0xe5,0x9d,0xa8,0x27,0xd8,
0x3,0xca,0xe,0xfe,0x9,0xfd,0xd3,0xd3,0xb,0x5a,0xd2,0x5b,0xf4,0xda,0x3f,0xfd,
0x58,0xd5,0xfa,0x84,0x69,0x7b,0x20,0xb9,0x70,0xfc,0x9b,0xbc,0xb1,0x50,0x92,0xe4,
0xa3,0x6,0xf9,0x40,0x59,0x62,0x5e,0x1d,0xab,0x96,0xbf,0x64,0xda,0x6,0x48,0x26,
0x6f,0x7c,0x5d,0x7f,0xd,0xe,0x26,0x78,0x9b,0xa6,0x7d,0xc5,0x89,0x6,0xf9,0x40,
0x59,0x22,0x14,0x1d,0x19,0x7f,0xde,0x6a,0xd3,0x71,0x80,0x64,0x83,0xe7,0x10,0x5b,
0xb0,0x7,0x94,0x1d,0xfc,0x13,0xfa,0xa7,0xa7,0x13,0xb4,0xa4,0xb7,0xd3,0x6b,0xff,
0xf4,0xa6,0x6d,0x7d,0xde,0xb4,0x3d,0x90,0x4c,0xf8,0x4e,0x2c,0x37,0x24,0x98,0x3c,
0xb1,0x50,0x78,0x3b,0x49,0xb9,0xb3,0x3b,0x4d,0x3e,0x50,0x96,0x98,0x57,0xd,0xbb,
0xfc,0x2d,0xd3,0x36,0x40,0xf2,0xf8,0xaf,0xaf,0x6f,0x90,0xb1,0x9e,0x2f,0x98,0x3d,
0xd0,0xf,0xbc,0x6d,0xd3,0x3e,0xe3,0x2,0xfb,0x40,0x59,0x22,0x14,0x4d,0x57,0xb6,
0xbe,0xd2,0x74,0x1c,0x20,0xb9,0xe0,0x39,0xc4,0x76,0xd8,0x3,0xca,0xe,0xfe,0x9,
0xfd,0xd3,0xd3,0x7,0x5a,0xd2,0xd,0xf4,0xd8,0x3f,0x9d,0x2a,0x51,0x5f,0x35,0x6e,
0xf,0x24,0x92,0x6e,0xbb,0xbe,0x76,0xb,0x6f,0xcf,0xb4,0x9f,0xf8,0x61,0x5d,0xad,
0x2c,0x31,0xaf,0x9a,0x76,0xf9,0x3f,0xcd,0xdb,0x0,0x49,0xe3,0xaf,0x2f,0xea,0xbe,
0xb,0xd1,0x42,0xe1,0x6d,0x9b,0xf6,0x19,0x1b,0xc8,0x7,0xca,0x12,0xa1,0xe8,0x58,
0x6d,0x2b,0xba,0x9e,0xa7,0x8,0x3c,0x87,0x38,0x13,0xf6,0x80,0xb2,0x83,0x7f,0x42,
0xff,0xf4,0x74,0x81,0x96,0xf4,0x59,0xe8,0xb1,0x7f,0x7a,0xc3,0xb6,0xbe,0x67,0xdc,
0x1e,0x48,0x1c,0xfc,0x72,0x15,0x93,0xf,0xfa,0x25,0x9,0x2f,0x6d,0x61,0x1f,0x28,
0x4b,0xcc,0x2b,0xca,0x73,0x6e,0x37,0x6d,0x3,0x24,0x8f,0x73,0xce,0x1e,0x31,0xc6,
0xbc,0x1f,0xf0,0xb6,0x4d,0xfb,0x8c,0xd,0xe4,0x3,0x65,0x89,0x50,0x44,0x1e,0xfd,
0x3b,0xe3,0x71,0x80,0xc4,0x81,0xe7,0x10,0xcd,0xb0,0x7,0x94,0x1d,0xfc,0x13,0xfa,
0xa7,0xa7,0xb,0xb4,0xa4,0x9b,0xe9,0xb5,0x7f,0x7a,0x3,0x9f,0x7,0x48,0xd,0xfc,
0x96,0x4a,0x93,0x7,0xfa,0x85,0xb7,0x6b,0xda,0x5f,0x9c,0x68,0x54,0xac,0x9f,0x2a,
0x4b,0xcc,0x2b,0x5a,0x7e,0xb2,0x73,0x7d,0x90,0x4c,0xd6,0x9f,0xee,0x5f,0x41,0xae,
0x13,0xde,0xb6,0x69,0x9f,0xb1,0xc1,0x2e,0x4f,0x2a,0x4b,0x84,0x22,0x74,0x3d,0xf,
0x96,0x8f,0xbf,0x77,0x44,0x5c,0x71,0x49,0x34,0x1e,0x73,0xc0,0x73,0x88,0xb3,0xb0,
0x80,0x6e,0xe7,0x5d,0xb,0xfd,0xd3,0xd3,0x3,0x5a,0xd2,0x67,0xa7,0xd7,0xfe,0xe9,
0xcd,0xaa,0x35,0x6e,0xda,0x1e,0x48,0x1e,0xfc,0xba,0x7f,0x53,0xfc,0xf7,0xb,0x6f,
0xd7,0xb4,0xbf,0x78,0x61,0x8d,0x2b,0x4b,0xcc,0xab,0x46,0xb5,0x7c,0x9f,0x79,0x1b,
0x20,0x69,0x98,0xe2,0xdd,0x4f,0x4c,0xfb,0x8c,0xb,0xec,0x3,0x65,0x89,0x50,0x84,
0xae,0xe7,0xc1,0xc1,0x15,0xa8,0x67,0x9d,0xf0,0x54,0x41,0xa7,0x79,0xe0,0x15,0x29,
0x3c,0x87,0x38,0x7,0xe4,0x1,0xc7,0xd,0x3e,0x8a,0xfb,0xe5,0x1a,0x77,0x6,0x12,
0x7,0x5a,0xd2,0xe7,0xa0,0xc7,0xfe,0xe9,0x64,0xca,0x7d,0xc6,0xed,0x81,0xc4,0xa1,
0xbf,0x9f,0xe6,0x37,0xbc,0x5d,0xd3,0xfe,0x62,0x5,0xf9,0x40,0x59,0x62,0x5e,0xd1,
0xf2,0xcd,0x19,0xeb,0x83,0x44,0x82,0x3b,0x51,0x73,0xd2,0x54,0x96,0x8,0x45,0xe8,
0x7a,0x1e,0xc,0x5c,0x69,0xd2,0x15,0x28,0xcd,0xd5,0x9f,0x1c,0xdc,0xcb,0x18,0xf0,
0x1c,0xe2,0xec,0x2c,0xa4,0xdb,0x79,0xd7,0x42,0xff,0xf4,0xf4,0x10,0x58,0x4b,0xfa,
0x6f,0x26,0xa0,0x25,0xbd,0xc7,0xfe,0xe9,0x64,0x4a,0x7c,0xa8,0x3a,0x25,0x98,0x62,
0xdf,0x2f,0x4c,0xfb,0x8b,0x13,0xec,0x3,0x65,0x89,0x79,0x65,0x5a,0x1f,0x24,0x13,
0x3c,0x13,0x35,0x37,0xca,0x12,0xa1,0x8,0x5d,0xcf,0xfd,0xe7,0xa6,0x6b,0xd7,0xce,
0xa8,0x40,0x69,0xae,0xbb,0x72,0xb5,0x71,0x9d,0xa0,0x81,0xe7,0x66,0x87,0x3d,0x40,
0xd7,0xc6,0x5f,0xd1,0x86,0xd1,0x3f,0x3d,0x25,0xa0,0x25,0x7d,0xe,0x7a,0xec,0x9f,
0xde,0xb4,0xad,0x5f,0x18,0xb7,0x7,0x12,0x7,0xfc,0x33,0x7,0xe4,0x3,0x65,0x89,
0x79,0x45,0xcb,0xe3,0x4e,0x54,0xc0,0x5c,0x78,0x7e,0xc6,0x98,0x1e,0x36,0x68,0x15,
0x9f,0x93,0x50,0xef,0x44,0xa1,0xeb,0xb9,0xbf,0xcc,0x55,0x81,0xd2,0xf0,0x32,0xa6,
0x75,0x83,0x4,0x77,0x7f,0xe7,0xa2,0xfb,0x6e,0xe7,0x5d,0xb,0xfd,0xd3,0xd3,0x83,
0xc9,0x14,0x7e,0x61,0xda,0x5f,0x9c,0xe8,0xb5,0x7f,0x3a,0x2a,0x51,0xe1,0x33,0xa8,
0x3e,0xe7,0x78,0x26,0x6a,0xe,0x16,0x50,0x89,0x42,0x9e,0x13,0x2c,0xdc,0x2,0x4e,
0xa7,0x79,0xa0,0x5d,0x8a,0x34,0xfa,0xf9,0x8c,0x20,0x88,0xfd,0x77,0xa2,0xc2,0x7f,
0x26,0xa,0x5d,0xcf,0x7d,0xa2,0x9b,0xa,0x14,0xc3,0xcb,0x84,0x5d,0x91,0x32,0x79,
0xc5,0x4f,0x4c,0xfb,0x8c,0xd,0xb,0xe8,0x76,0xde,0xb5,0x68,0xc3,0x68,0x15,0x4c,
0x9,0x68,0x49,0x9f,0x93,0x9e,0x5a,0x5,0xd1,0x9d,0x2f,0x5c,0xee,0xb9,0x79,0xb3,
0x28,0x66,0x8f,0x93,0x43,0xd3,0xfc,0x20,0xc1,0x33,0x85,0xb3,0xb3,0xa0,0xee,0x7c,
0x36,0x7a,0x3f,0x4,0xc9,0x19,0x9b,0x9f,0x29,0xb,0x70,0xec,0x13,0xd3,0xfc,0xb0,
0xc1,0x9b,0xc2,0x66,0x25,0xd4,0xb7,0xf3,0x21,0xaf,0xf2,0x87,0xda,0xf7,0x37,0x48,
0x6f,0xd1,0x29,0xed,0xa,0xae,0x48,0xf1,0x3a,0xa6,0x6d,0x5,0x1,0xee,0x44,0xcd,
0xce,0x42,0xf2,0xa9,0xae,0x65,0xda,0x11,0x48,0x26,0xfc,0xec,0x92,0xc9,0x18,0xfd,
0x92,0x8c,0xb7,0x8b,0xf5,0xd6,0x3f,0x1d,0xad,0x7b,0xe1,0xc2,0xad,0xeb,0x74,0xda,
0x7,0x72,0x37,0xa,0x6f,0xb7,0x9c,0x83,0x85,0xbc,0x58,0x2,0xcf,0xe1,0x6,0x86,
0xf6,0x87,0x26,0xa,0x77,0xa3,0xfc,0xfe,0x66,0xcd,0xea,0x55,0xf9,0x44,0x7c,0xb3,
0xa6,0xd7,0xe7,0x70,0x7b,0x15,0xdf,0x2d,0x36,0x1e,0x7,0xe8,0x1a,0x6e,0xbc,0x3b,
0x6d,0xc5,0xf1,0x6d,0x1e,0xeb,0x86,0x30,0x1b,0xfe,0xf0,0x4c,0xd4,0x1c,0x2c,0xa0,
0xc7,0x44,0xd7,0xa2,0xd,0xe3,0x4e,0x54,0x4a,0x40,0x4b,0xfa,0x9c,0xf4,0x74,0x27,
0xa,0xfd,0xcc,0xc3,0xe5,0xa5,0x67,0x9f,0x28,0x33,0x25,0x1e,0x9a,0xe6,0x7,0xd,
0xbe,0xb3,0x36,0x1b,0xdd,0xf7,0x35,0xa7,0xc2,0x23,0xde,0x8,0x1b,0x10,0xfa,0x2e,
0x94,0x26,0x2a,0x77,0xa3,0xae,0xf9,0xec,0xe9,0xc6,0xf8,0xef,0x5,0xde,0x96,0x69,
0x1f,0xb1,0xa3,0xc7,0x37,0xc2,0xf6,0x2a,0x54,0xa2,0xfa,0x83,0x2b,0x41,0x3a,0xff,
0xe9,0x5,0xae,0x7c,0x99,0xb6,0xeb,0x37,0x78,0xe,0x71,0xe,0x82,0xa8,0x44,0xa1,
0x7f,0x7a,0x7a,0x40,0x4b,0xfa,0xec,0xf4,0xda,0x3f,0x9d,0x3f,0x32,0x6a,0xda,0x1e,
0xf0,0x1f,0xce,0xc4,0xbc,0xfd,0xd0,0x7,0xd1,0xa5,0xcf,0xfe,0xf7,0x4d,0xa2,0x54,
0xca,0x19,0x7d,0xb0,0x50,0x8a,0xa5,0xac,0xdc,0x9e,0x69,0x3f,0x71,0x63,0x21,0x6f,
0x3d,0xc2,0xb7,0x9,0x83,0xa1,0xf3,0x2e,0x94,0x26,0x2a,0x1f,0x0,0xfd,0xcb,0xb7,
0xad,0x30,0xfa,0x60,0x21,0xf0,0x36,0x4c,0xdb,0x8e,0x23,0xbd,0x7e,0x9b,0xb0,0x57,
0xa1,0x3b,0x5f,0xef,0xf4,0x5b,0x81,0xd2,0x84,0x51,0x91,0xc2,0x73,0x88,0xb3,0x13,
0x4c,0x77,0x3e,0xf4,0x4f,0x4f,0x15,0x68,0x49,0x9f,0x95,0x9e,0xfa,0xa7,0x93,0x29,
0xf1,0xed,0x8d,0x90,0xe8,0x2c,0x24,0xe,0xaa,0x70,0x78,0xc5,0xa5,0x6b,0x8c,0x5e,
0x58,0x28,0xbc,0x1d,0xd3,0xf6,0xe3,0x8,0xfb,0x80,0xfd,0xd0,0x8d,0x1a,0xd5,0xf2,
0x97,0x4c,0xdb,0x0,0xfd,0x31,0x5b,0x37,0x23,0x6e,0x78,0x30,0x2d,0x3f,0x8,0xbe,
0xf9,0xb9,0xd3,0x85,0xb5,0xa9,0x68,0xf4,0xc3,0x5c,0x6c,0xd9,0x58,0x94,0xeb,0x9a,
0xb6,0x19,0x57,0x8e,0x91,0xf,0xe8,0xfa,0x84,0x26,0xee,0x72,0x6b,0x3a,0xe,0x30,
0x37,0x7e,0x55,0xa0,0x34,0x7c,0xb7,0xd8,0xb4,0x1f,0x3f,0xc1,0x73,0x88,0xb3,0x10,
0xc8,0x8b,0x25,0xd0,0x3f,0x3d,0x55,0xa0,0x25,0x7d,0x16,0x7a,0xec,0x9f,0xde,0xac,
0x5a,0x57,0x1b,0xb7,0x7,0x7c,0xa7,0x33,0x23,0x1b,0x54,0x97,0x3e,0xe6,0x82,0xd7,
0xf4,0x97,0x49,0xf1,0xfa,0xa6,0xed,0xc6,0x96,0x5,0x7c,0x9,0xbe,0x59,0x2b,0x7f,
0xda,0xb8,0xd,0xd0,0x33,0xb3,0xdd,0x85,0xd2,0x44,0xe5,0x6e,0x14,0x73,0x64,0xdc,
0x12,0xef,0xfb,0xd3,0xee,0xbb,0x1c,0xbd,0x9f,0x96,0xe5,0x75,0x4c,0xdb,0x8a,0x35,
0x76,0xf9,0x33,0x74,0x6d,0x42,0x13,0xba,0x9e,0xf7,0xc6,0x79,0xe7,0x9e,0x6c,0xf4,
0x54,0x3f,0x4,0x5d,0x91,0xc2,0x73,0x88,0xb3,0x11,0xc0,0x2b,0xce,0xb9,0x5f,0xae,
0x79,0x67,0x20,0xa9,0xa0,0x25,0xdd,0x40,0x8f,0xfd,0xd3,0xa7,0x6d,0xeb,0xf3,0xc6,
0xed,0x1,0x5f,0xe9,0xec,0xca,0xa7,0x19,0x44,0x97,0x3e,0xd,0xc7,0x3f,0x37,0x24,
0x98,0xbc,0x31,0x1b,0xbc,0x7c,0xa2,0x7c,0xa3,0x21,0x1f,0xd0,0xf5,0xe8,0x4a,0xcd,
0x4a,0xf9,0x52,0xe3,0x36,0x40,0x4f,0xb0,0x7,0xe6,0x7b,0xd8,0x3d,0x4a,0x77,0xa3,
0x34,0x3b,0xbe,0xb7,0x49,0x7c,0xea,0xc3,0xab,0xc5,0xab,0x7e,0x77,0x89,0xd8,0xba,
0xa5,0x28,0x96,0x2d,0xcb,0x49,0x78,0x9c,0xd3,0x3e,0xf5,0xa1,0xd5,0x72,0x19,0xd3,
0xba,0x89,0x80,0x7c,0x40,0xd7,0x26,0x34,0xe1,0x63,0xbb,0xb,0xe7,0x7d,0x17,0xe6,
0x8d,0x7e,0xf2,0x83,0xa0,0xbf,0xe5,0x86,0xe7,0x10,0x67,0x12,0xc8,0xc7,0x76,0xd1,
0x3f,0x3d,0x9d,0xa0,0x25,0xbd,0x9d,0x5e,0xfb,0xa7,0x93,0x29,0x3f,0x61,0xda,0x1e,
0xf0,0x97,0xd9,0x5a,0xda,0x3f,0xfe,0xde,0xc1,0xbe,0x2d,0x88,0xef,0xc4,0x76,0xdb,
0x45,0x96,0x97,0x4b,0xcc,0x9d,0xdb,0xe,0x8e,0x91,0xf,0xe8,0x7a,0x74,0xa5,0x46,
0x65,0xec,0x42,0xd3,0x36,0x40,0x6f,0xb0,0x7,0xe8,0xb4,0xce,0x4b,0x94,0xee,0x46,
0x1,0xca,0x73,0xc8,0x7,0x74,0x5d,0x42,0x13,0xba,0x9e,0x2f,0x8c,0x6e,0x7d,0xd5,
0xf,0x5c,0x49,0x33,0xed,0xdb,0x2f,0xf0,0x1c,0x62,0x3b,0xb,0xe9,0x76,0xde,0xb5,
0xd0,0x3f,0x3d,0xbd,0xa0,0x25,0xbd,0x45,0xaf,0xfd,0xd3,0x1b,0xf6,0xd8,0x7,0x4c,
0xdb,0x3,0xfe,0x32,0x5b,0x9f,0xf4,0x41,0x76,0xe9,0xf3,0xc2,0x2f,0x57,0xe1,0xb7,
0x54,0xf2,0xeb,0xfe,0xf5,0xf7,0xd8,0x78,0xc8,0xd3,0x9c,0x9e,0x88,0xd7,0x98,0xcf,
0x1,0xfb,0x80,0xae,0x47,0x57,0x7a,0xa4,0x36,0x76,0x96,0x69,0x1b,0x60,0xe1,0xf0,
0x5d,0xa8,0x6e,0xbf,0x59,0x13,0xc5,0xbb,0x51,0x69,0x66,0x9a,0x7c,0x40,0xd7,0x25,
0x34,0x71,0x97,0x5b,0xd3,0x71,0x80,0x99,0x84,0x51,0x81,0xd2,0x4,0xdd,0xb8,0x81,
0xe7,0x10,0x3d,0x2c,0xa0,0xdb,0x79,0xd7,0x42,0xff,0xf4,0x74,0x83,0x96,0x74,0x45,
0x8f,0xfd,0xd3,0x8f,0xd5,0xc6,0x5e,0x61,0xdc,0x1e,0xf0,0x8d,0xd9,0xba,0xf2,0x69,
0xc2,0xfc,0x90,0x21,0x30,0xc3,0x3e,0xa0,0x6b,0xd1,0x95,0xe,0xde,0xbe,0x79,0xd8,
0xb4,0xd,0xb0,0x70,0x16,0xda,0xdd,0x28,0xe8,0x96,0x6f,0xd0,0x3d,0x8f,0x54,0xc7,
0x16,0xd1,0x35,0x9,0x4d,0xdc,0xe5,0xd6,0x74,0x1c,0xa0,0x1d,0xae,0xd4,0xcc,0x95,
0xdf,0x4,0x41,0xd0,0x15,0x29,0x3c,0x87,0xa8,0x58,0x40,0xb7,0xf3,0xae,0x85,0xfe,
0xe9,0xe1,0xb0,0xf3,0x3b,0xd1,0xce,0xbc,0xd2,0xde,0x92,0xde,0x6b,0xff,0x74,0x2a,
0x3c,0xae,0x34,0x6e,0xf,0xf8,0xc6,0x7c,0xf,0xcd,0xf,0xba,0x4b,0x1f,0x90,0x95,
0xa8,0x95,0x74,0x2d,0xba,0x56,0xa3,0x5a,0xc6,0xeb,0x96,0xfb,0x64,0xbe,0xc6,0x5,
0x13,0xbc,0x3c,0x1a,0x1d,0x22,0x80,0x6d,0x1d,0xa5,0xeb,0x11,0xaa,0x1a,0xb6,0xf5,
0x77,0xc6,0x63,0x1,0x2e,0x9c,0xd7,0x84,0x5d,0x81,0xd2,0x5c,0x77,0xe5,0x6a,0xe3,
0x31,0xf9,0x49,0xda,0x9f,0x43,0x64,0xf,0xd0,0xb9,0xf6,0x57,0xe8,0x9f,0x1e,0xe,
0x37,0x7c,0x72,0xc8,0x98,0xe,0xa2,0x41,0xaf,0xfd,0xd3,0xe9,0xbf,0xdf,0x93,0x1a,
0x76,0xf9,0x71,0xd3,0x36,0x81,0x3f,0xcc,0xf7,0x7a,0xd9,0x30,0x5e,0x19,0xb,0x66,
0x87,0xe3,0x9f,0x2e,0xc4,0x93,0xe8,0x5a,0x74,0x2d,0x5a,0xe7,0x46,0xd3,0xb6,0x40,
0xf7,0xf4,0xfa,0xd0,0x3b,0xee,0x46,0x45,0x81,0x0,0x1e,0x70,0x9f,0x47,0xc7,0x6a,
0x5b,0xd1,0xf5,0x7c,0xe,0x6e,0xba,0x76,0xed,0xc0,0x2a,0x50,0x9a,0x30,0x2a,0x52,
0x69,0x86,0x3d,0x40,0xe7,0xd9,0x5f,0xa1,0x7f,0x7a,0x38,0xa0,0x12,0x15,0x6d,0xfa,
0xe9,0x9f,0xde,0xa8,0x5a,0x75,0xd3,0x36,0x41,0xff,0x74,0xdb,0xda,0x8e,0xd6,0xf5,
0xc1,0xd1,0xb0,0xad,0x3a,0x5d,0x83,0x5,0x89,0xa,0x91,0xff,0x68,0xda,0x16,0xe8,
0x8e,0x5e,0xee,0x42,0x69,0x70,0x37,0x6a,0xf0,0x50,0x9e,0xf1,0x8f,0x74,0x2d,0x42,
0xd5,0x74,0x65,0xeb,0x2b,0x4d,0xc7,0x2,0xa2,0x51,0x81,0x62,0xf8,0x18,0xf8,0x58,
0x4c,0xc7,0x8,0xfa,0x87,0x3d,0x40,0xe7,0xd9,0x5f,0xa1,0x7f,0x7a,0x38,0xa0,0x12,
0x15,0x6d,0xfa,0xe9,0x9f,0x4e,0x5,0xc2,0x6b,0x4d,0xdb,0x4,0xfd,0x33,0x5f,0x57,
0x3e,0xd,0xba,0xf4,0xd,0xe,0x2a,0x10,0x5e,0x4b,0xd7,0x60,0x41,0x9a,0xae,0x8e,
0xbd,0xd3,0xb4,0x2d,0xd0,0x1d,0xbd,0xde,0x85,0xd2,0xf0,0xb7,0x6f,0x4c,0xdb,0x5,
0x21,0x61,0x5b,0x7f,0x41,0xd7,0x21,0x54,0x1d,0x19,0x7f,0xde,0x6a,0xe3,0xb1,0xa4,
0x1c,0x6e,0x50,0xe8,0xf6,0xe5,0x2c,0x61,0x80,0x8a,0x54,0x70,0xb0,0x7,0xe8,0x1c,
0xfb,0x2f,0xf4,0x4f,0xf,0x1e,0x54,0xa2,0x22,0x4c,0x9f,0xfd,0xd3,0x69,0xfd,0x8f,
0x18,0xb7,0xb,0xfa,0x66,0xbe,0xae,0x7c,0x1a,0x74,0xe9,0x1b,0x20,0x14,0xff,0x74,
0xd,0x16,0xa4,0xa6,0x3d,0xf6,0x12,0xe3,0xb6,0xc0,0xbc,0xf4,0x73,0x17,0xca,0xb,
0xee,0x46,0xd,0x10,0x8a,0x7f,0xba,0x6,0xa1,0x4a,0x88,0xa1,0x27,0x37,0xec,0xf2,
0x13,0xc6,0xe3,0x49,0x29,0xec,0xa5,0x28,0x55,0xa0,0x34,0xb8,0x5b,0xec,0x3f,0x1c,
0xfb,0xec,0x1,0x3a,0xbf,0xfe,0xb,0xfd,0xd3,0x83,0x7,0x95,0xa8,0x28,0xd3,0x5f,
0xff,0xf4,0x86,0x6d,0x9d,0x67,0xde,0x2e,0xe8,0x87,0x85,0x16,0x16,0x91,0xe9,0xc,
0x86,0x47,0xea,0xe5,0xd7,0xd1,0xf9,0x5f,0x90,0x7e,0x3e,0x35,0x36,0x62,0xda,0x16,
0x98,0x9f,0x7e,0xef,0x42,0x69,0x70,0x37,0x6a,0x70,0x70,0xfc,0xd3,0x35,0x8,0x5d,
0xb4,0xef,0x89,0xce,0x63,0x49,0x2b,0x9c,0xbf,0xcc,0xf7,0x91,0xea,0x41,0xc2,0x95,
0x3b,0x3e,0x46,0xd3,0xb1,0x83,0x9e,0x98,0xa0,0xf3,0x1a,0x8c,0xd0,0x3f,0x3d,0x78,
0x50,0x89,0x8a,0x2e,0xfd,0xf6,0x4f,0x9f,0xae,0x94,0xd7,0x9b,0xb6,0xb,0xfa,0x63,
0xa1,0xdf,0xea,0x40,0x97,0xbe,0xc1,0xc0,0xf1,0x4f,0xe7,0x7f,0xc1,0xa2,0x75,0x1f,
0xec,0xdc,0x16,0x98,0x1b,0x6e,0x28,0xf0,0xe3,0x2e,0x94,0x6,0xd,0xf,0x3,0xe1,
0x41,0x3a,0xf7,0x3,0x51,0xc3,0x2e,0x7f,0xd3,0x70,0x3c,0xa9,0x83,0x2b,0x27,0xdd,
0xf6,0x72,0x18,0x24,0x5c,0xc9,0x33,0x1d,0x3f,0x58,0x38,0x1c,0xfb,0x74,0x4e,0x83,
0x11,0xfa,0xa7,0x7,0xf,0x2a,0x51,0x11,0xa6,0xcf,0xfe,0xe9,0xe2,0xc0,0x99,0xbf,
0x66,0xdc,0x2e,0xe8,0x8b,0x85,0x66,0x72,0xc8,0x70,0x6,0x3,0xc7,0x3f,0x9d,0xff,
0x5,0x8b,0xd6,0xbd,0xaa,0x73,0x5b,0x60,0x6e,0x2e,0x3c,0x3f,0x63,0x8c,0xfd,0x5e,
0xc1,0xdd,0xa8,0x81,0x70,0x15,0x9d,0xfb,0x81,0x88,0xf6,0xfd,0xd1,0x8e,0x63,0x49,
0x1d,0x71,0xa9,0x40,0x69,0xd0,0x55,0xdd,0x37,0x3e,0x4a,0xe7,0x33,0x18,0xa1,0x7f,
0x7a,0xf0,0xa0,0x12,0x15,0x61,0x7c,0xe8,0x9f,0xde,0xb4,0xcb,0x37,0x18,0xb7,0xd,
0x7a,0x62,0xa1,0x5d,0xf9,0x34,0x68,0x59,0xf,0x19,0x8a,0x7b,0x3a,0xef,0x3d,0x89,
0xd6,0x7f,0xe3,0x8c,0xed,0x81,0x59,0xf1,0xfb,0x2e,0x94,0x6,0x9e,0x9,0x9d,0x37,
0xd2,0x79,0x1f,0x88,0x9a,0xd5,0xad,0xe7,0x1b,0x8e,0x27,0x55,0x70,0xc3,0x1,0x9d,
0x8a,0x58,0x81,0x8a,0x94,0x1f,0x6c,0x3d,0x9f,0xce,0x65,0x30,0x42,0xff,0xf4,0xe0,
0x41,0x25,0x2a,0xba,0xf8,0xd1,0x3f,0xbd,0x61,0x97,0x3f,0x68,0xda,0x36,0xe8,0x8d,
0x85,0x76,0xe5,0xd3,0xa0,0x4b,0x5f,0xb8,0x70,0xdc,0xd3,0x79,0xef,0x49,0x3f,0x9b,
0x28,0x97,0x4c,0xdb,0x4,0x66,0x82,0x2a,0xfc,0x71,0xab,0xbc,0x69,0x7f,0x20,0x18,
0x38,0xee,0xe9,0xbc,0xf,0x44,0x8d,0xed,0x5b,0x37,0x99,0x8e,0x29,0x2d,0xc4,0xb1,
0x2,0xa5,0x41,0x45,0xaa,0x3f,0x38,0xf6,0xe9,0x3c,0x6,0x27,0xda,0x9,0xfa,0xa7,
0x7,0x8,0x2a,0x51,0x91,0xc5,0x97,0xfe,0xe9,0xcd,0xea,0xd6,0xb2,0x61,0xdb,0xa0,
0x47,0x7a,0xed,0x6e,0xc1,0xf,0xe3,0x9a,0xb6,0x7,0x82,0x62,0x6b,0x99,0xce,0x7b,
0xcf,0x6a,0xd8,0x56,0xcd,0xbc,0x5d,0xe0,0x85,0x5f,0x79,0x4c,0xa7,0x2b,0x30,0xf0,
0x4a,0xe5,0x70,0xe0,0x78,0xa7,0xf3,0x3d,0x30,0x3d,0x51,0x59,0x7b,0xbc,0xe9,0xb8,
0xd2,0x80,0x5f,0x2f,0x64,0x19,0x24,0xdc,0x9d,0xd7,0xf4,0xdb,0xc0,0xfc,0x70,0xec,
0xd3,0x39,0xc,0x4e,0xb4,0x13,0xf4,0x4f,0xf,0x10,0x54,0xa2,0x22,0x8b,0x6f,0xfd,
0xd3,0x9b,0x76,0xf9,0x88,0x61,0xfb,0x60,0x81,0x70,0x57,0x3e,0x3a,0x9d,0x3d,0x83,
0xee,0x49,0x21,0xd1,0xe7,0xa7,0x1,0x58,0x8d,0xaa,0xf5,0x49,0xe3,0xb6,0x41,0x1b,
0x41,0xb7,0xa0,0xa3,0x95,0x3b,0x1c,0x38,0xde,0xe9,0x7c,0xf,0x54,0xfc,0x36,0x5a,
0xd3,0xb1,0x25,0x99,0x5e,0x7b,0x36,0x44,0x11,0xf4,0xb6,0xe8,0x85,0xfe,0xde,0xc0,
0xdc,0x95,0x68,0x47,0xe8,0x9f,0x1e,0x20,0xa8,0x44,0x45,0x16,0xdf,0xfa,0xa7,0x53,
0x25,0xea,0xeb,0x86,0xed,0x83,0x5,0xd2,0x6f,0x86,0x87,0x4c,0x26,0x24,0x28,0xde,
0xe9,0x7c,0xf7,0xa5,0x66,0xcd,0xfa,0x5d,0xe3,0xb6,0x81,0xcb,0x75,0x57,0xae,0x36,
0xc6,0xb9,0xdf,0xe0,0x6e,0x54,0x8,0x50,0xbc,0xd3,0xb9,0x1e,0xa8,0xa8,0x22,0x77,
0xb1,0xf1,0xd8,0x12,0x4a,0x92,0x2a,0x50,0x9a,0x2b,0x2e,0x19,0x35,0xfe,0x56,0x60,
0x86,0x63,0x9e,0xce,0x5b,0xb0,0x42,0xff,0xf4,0x60,0x41,0x25,0x2a,0x9a,0xf8,0xd9,
0x3f,0xbd,0x51,0x2d,0xbf,0xc5,0xb4,0xf,0xb0,0x30,0xb8,0x55,0x9c,0x4e,0x67,0xcf,
0xf0,0xc3,0xf7,0xa6,0xed,0x2,0x7f,0xe1,0x78,0xa7,0xf3,0xdd,0x97,0xc4,0xfd,0x1b,
0x7f,0xc3,0xb4,0x6d,0xd0,0xa2,0x5f,0x3f,0x74,0xb,0xde,0x6e,0x19,0x3c,0x1c,0xef,
0x74,0xae,0x7,0xaa,0xa3,0xf6,0xd6,0xe7,0x9b,0x8e,0x2d,0x89,0x70,0x65,0x23,0x88,
0x97,0xb1,0x44,0x1,0x54,0xa4,0xba,0x87,0x63,0x9e,0xce,0x59,0xf0,0x42,0xff,0xf4,
0xe0,0x40,0x25,0x2a,0x7a,0xf8,0xdd,0x3f,0xbd,0x51,0xdb,0xba,0xd4,0xb4,0x1f,0xd0,
0x3d,0xdc,0x15,0x8f,0x4e,0x65,0xdf,0xa0,0x4b,0x5f,0xf0,0x70,0xbc,0xd3,0xb9,0xee,
0x5b,0xe4,0xc3,0x1f,0x9b,0xb6,0xf,0xca,0xe2,0xea,0x4f,0xae,0x30,0xc6,0x77,0x50,
0xf0,0xfe,0x4c,0xc7,0x1,0xfa,0x87,0xe3,0x9c,0xce,0x71,0x24,0xd4,0xb4,0xcb,0x4d,
0xd3,0x31,0x26,0x9,0xbe,0x83,0x9b,0xd4,0xa,0x94,0x86,0x7f,0xa3,0xe9,0xb7,0x3,
0xf,0xb6,0x75,0x8c,0xce,0x55,0x38,0x42,0xff,0xf4,0xe0,0x40,0x25,0x2a,0x7a,0x4,
0xd1,0x3f,0xbd,0x61,0x97,0x27,0x4d,0xfb,0x2,0xdd,0xe1,0x57,0xd7,0xb,0x74,0xe9,
0xb,0x16,0x8e,0x73,0x3a,0xcf,0xbe,0x88,0xb6,0xf7,0xe7,0x9d,0xdb,0x7,0xe,0x61,
0xdd,0x85,0xd2,0xe0,0xc5,0x2c,0x81,0xf2,0xe7,0x74,0x8e,0x23,0x21,0x3a,0x96,0x44,
0x7f,0x74,0x97,0xbb,0xa6,0x26,0xbd,0x2,0xa5,0x41,0x45,0x6a,0x5e,0x82,0xfb,0xc8,
0x6e,0xa7,0xd0,0x3f,0x3d,0x38,0x50,0x89,0x8a,0x20,0x1,0xf4,0x4f,0x6f,0x54,0xcb,
0x97,0x19,0xf7,0x5,0xba,0xc2,0xaf,0x42,0x23,0xba,0xf4,0x5,0xb,0xc7,0x39,0x9d,
0x67,0x5f,0xd4,0xbc,0x7d,0xf3,0x49,0xa6,0x7d,0xa4,0x9d,0xb0,0xef,0x42,0x69,0xd0,
0x4d,0x28,0x20,0x28,0xce,0xe9,0xfc,0x46,0x42,0xc7,0x6a,0xe5,0xb7,0x19,0x8f,0x31,
0x1,0xa4,0xa9,0x2,0xc5,0xf0,0x6f,0xc5,0xf3,0x8c,0xb3,0xc3,0xb1,0x4e,0xe7,0x29,
0x1c,0xa1,0x7f,0x7a,0x70,0xa0,0x12,0x15,0x3d,0x82,0xe8,0x9f,0xfe,0xe8,0xa4,0xb5,
0xc1,0xb4,0x2f,0x30,0x3f,0x9c,0x11,0xd0,0x29,0xf4,0xd,0x74,0xe9,0xb,0xe,0x8e,
0x73,0x3a,0xc7,0xbe,0xa9,0x69,0x97,0xbf,0x62,0xda,0x4f,0x9a,0x9,0xfb,0x2e,0x94,
0x6,0x77,0xa3,0x2,0xc1,0xb7,0xb7,0xc0,0xfa,0xa1,0x43,0xd5,0xf2,0xa9,0x86,0x63,
0x8c,0x3d,0xfc,0x3f,0x9f,0xe3,0x97,0x7e,0x62,0xaa,0x40,0x45,0x6a,0x76,0x38,0xd6,
0xe9,0x1c,0x85,0x27,0xf4,0x4f,0xf,0x6,0x54,0xa2,0xa2,0x45,0x90,0xfd,0xd3,0x1b,
0x76,0xf9,0x26,0xd3,0x3e,0xc1,0xdc,0xf8,0xfd,0x16,0x25,0x74,0xe9,0xb,0x6,0x8e,
0x6f,0x3a,0xbf,0xbe,0xaa,0x69,0x8f,0xbd,0xc4,0xb4,0xaf,0xb4,0x32,0xa8,0xbb,0x50,
0x1a,0xdc,0x8d,0xf2,0x19,0x8a,0x6f,0x3a,0xaf,0x91,0x52,0xd3,0x2e,0xef,0x31,0x1e,
0x6b,0x4c,0xe1,0x4f,0x63,0xf0,0xcb,0x51,0xe8,0xa7,0xa5,0x12,0xae,0x48,0xf1,0x39,
0x30,0x9d,0x9b,0xd4,0x42,0x31,0x4e,0xe7,0x26,0x5c,0xd1,0x8e,0xd1,0x3f,0x3d,0x0,
0x50,0x89,0x8a,0x1c,0x81,0xf5,0x4f,0x6f,0x54,0xac,0xb7,0x1a,0xf6,0x7,0xe6,0xc1,
0xef,0x96,0x77,0x74,0xe9,0xb,0x86,0x63,0x55,0xeb,0x4f,0xe8,0xfc,0xfa,0xae,0xa4,
0x15,0xea,0xfa,0x61,0xd0,0x85,0x41,0x78,0xc7,0x47,0xec,0xf2,0x3e,0x3a,0xa7,0x91,
0x53,0xb3,0x6a,0x5d,0x6e,0x3c,0xde,0x18,0xc2,0x95,0x87,0x41,0xdd,0xb9,0x8d,0x12,
0x7c,0x17,0xe,0x15,0x29,0x2f,0xd6,0xe5,0x74,0x5e,0xc2,0x15,0xfa,0xa7,0x7,0x3,
0x2a,0x51,0x11,0x23,0xc0,0xfe,0xe9,0x4f,0x54,0x5e,0x74,0x7c,0xc3,0x2e,0x3f,0x66,
0xdc,0x2f,0x30,0xe2,0x77,0x57,0x3e,0xd,0xba,0xf4,0xf9,0xc,0xc5,0x35,0xc7,0x37,
0x9d,0x5b,0xdf,0xd5,0xa8,0xa4,0xeb,0xfb,0x35,0xb3,0xc1,0x77,0x81,0xe8,0x74,0xc,
0x1c,0xdc,0x8d,0xf2,0x87,0x50,0xbe,0x51,0xd3,0x83,0x9a,0xf6,0xf3,0x2c,0xd3,0xf1,
0xc6,0xd,0xae,0x34,0xbc,0xf4,0xec,0x13,0x8d,0x31,0x9c,0x46,0xf0,0xa9,0x82,0x16,
0x47,0xaa,0x5b,0xcb,0x74,0x4e,0xc2,0x17,0x65,0x94,0xe8,0x9f,0xee,0x33,0xa8,0x44,
0x45,0x8a,0xc0,0xfb,0xa7,0x37,0x6c,0xeb,0xb,0x86,0xfd,0x82,0x59,0x78,0xdf,0x85,
0x79,0x63,0x86,0xd0,0x2f,0xbc,0x5d,0xd3,0xfe,0x40,0xcf,0xfc,0x33,0x9d,0xd7,0x40,
0x84,0x4f,0x4,0x44,0xab,0x4b,0x12,0xee,0x46,0xf9,0x83,0x5f,0x9f,0x2,0x8,0x42,
0x4d,0xdb,0xba,0xc3,0x74,0xcc,0x71,0x1,0x15,0x28,0x33,0x7c,0x57,0xce,0x74,0xbe,
0xd2,0x85,0x75,0x7,0x9d,0x8b,0xc1,0x8,0xfd,0xd3,0xfd,0x7,0x95,0xa8,0x8,0x11,
0x42,0xff,0xf4,0x47,0x6a,0x63,0x67,0x19,0xf7,0xd,0x8c,0x4,0xd5,0x15,0x3,0x5,
0x41,0x7f,0xe1,0xb8,0xa6,0xf3,0x1a,0x98,0x1a,0x76,0xf9,0x3a,0xd3,0x7e,0xd3,0x82,
0xdf,0xcf,0x5,0xf6,0xb,0x9e,0x2b,0xec,0x8f,0x63,0x14,0xcf,0x74,0x1e,0x23,0x2b,
0x3a,0xc6,0x58,0x3f,0xbe,0x71,0xde,0xb9,0x27,0x1b,0xe3,0x16,0xa0,0x22,0xd5,0xb4,
0xcb,0xef,0xa0,0xf3,0x30,0x38,0xa1,0x7f,0xba,0xbf,0xa0,0x12,0x15,0x11,0x42,0xec,
0x9f,0xde,0xac,0x95,0x6d,0xe3,0x31,0x80,0x36,0x82,0xea,0xca,0xa7,0x41,0x97,0x3e,
0x9f,0xb0,0xcb,0x36,0x9d,0xcf,0x40,0xd5,0xa8,0x97,0x5f,0x67,0xdc,0x77,0xa,0xe0,
0x56,0xf5,0xa8,0xbd,0x59,0xc,0x8d,0x10,0xfd,0xc1,0xf1,0x4c,0xe7,0x31,0xb2,0x6a,
0xd4,0xad,0x13,0x4d,0xc7,0x1d,0x7,0x2e,0x3c,0x3f,0x63,0x8c,0x59,0xd0,0x82,0xef,
0xd2,0x99,0xce,0x5d,0x1a,0xe0,0xd8,0xa6,0x73,0x30,0x38,0xa1,0x7f,0xba,0xbf,0xa0,
0x12,0x15,0xd,0xc2,0xec,0x9f,0xde,0xac,0x59,0xef,0x31,0x1d,0x3,0x68,0x27,0xa8,
0xae,0x7c,0x1a,0x74,0xe9,0xf3,0x9,0x8a,0x67,0x3a,0x9f,0x81,0x8b,0xf6,0xb5,0x6d,
0xc6,0xbe,0x53,0x40,0xd0,0x3e,0xe8,0x15,0xf8,0xa7,0x67,0xb6,0xd1,0xf9,0x8b,0xbc,
0xe2,0xf8,0xf8,0x46,0xd4,0xee,0xd8,0x46,0x19,0xae,0x6c,0x9a,0xce,0x61,0xc2,0x19,
0xfc,0x27,0x5,0xd0,0x3f,0xdd,0x5f,0x50,0x89,0x8a,0x6,0x61,0xf6,0x4f,0x7f,0xb0,
0xb2,0xf6,0xf8,0xa6,0x6d,0x1d,0x35,0x1d,0x7,0x68,0x11,0xf4,0x33,0x20,0x68,0x4d,
0xf7,0x3,0x6b,0x9a,0xe3,0x99,0xce,0x67,0xe0,0x7a,0xa4,0x56,0x7e,0xad,0xf9,0x18,
0x92,0xb,0xdf,0x85,0xe2,0x38,0xa5,0x9f,0x1f,0x39,0xf8,0xb8,0x70,0x37,0x77,0xe1,
0x34,0x28,0x8e,0xe9,0xfc,0x45,0x5e,0x8d,0x8a,0x75,0x8e,0xe9,0xf8,0xa3,0xa,0x2a,
0x50,0xb,0x27,0x75,0xdd,0x72,0xa3,0xf2,0x49,0x81,0xb4,0xf7,0x4f,0xf7,0x13,0x54,
0xa2,0x6,0xcf,0x20,0xfa,0xa7,0x37,0x6c,0xeb,0xfd,0xa6,0x63,0x1,0xe,0x41,0x77,
0xe5,0xd3,0xa0,0x10,0xd8,0x1f,0x1c,0xc7,0x74,0x1e,0x43,0x53,0xa3,0x5a,0xbe,0xcd,
0x74,0x1c,0x49,0x25,0xaa,0x77,0xa1,0x34,0xb8,0x1b,0xb5,0x30,0x38,0x7e,0xe9,0xbc,
0xc5,0x46,0x71,0x79,0x7c,0x3,0x15,0xa8,0xde,0x49,0xcd,0xdb,0x36,0x7,0xf1,0x6d,
0xa8,0xd9,0x94,0xe6,0xfe,0xe9,0x7e,0x83,0x4a,0xd4,0xe0,0x19,0x44,0xff,0x74,0x51,
0x5f,0xf5,0xf4,0x46,0xd5,0x3a,0x68,0x3a,0x1e,0x10,0x5e,0xe1,0x31,0xa5,0x5d,0x1a,
0x7c,0x81,0xe2,0xf7,0x61,0x8e,0x63,0x3a,0x8f,0xa1,0x89,0xa,0xa1,0xaf,0x36,0x1d,
0x4b,0x12,0x89,0xf2,0x5d,0x28,0xd,0xee,0x46,0x2d,0x8c,0x63,0xf5,0xf2,0xab,0xe8,
0xbc,0xc5,0x46,0x71,0x78,0x7c,0x83,0x2b,0x1,0x51,0xf7,0x49,0xd4,0x49,0x43,0x45,
0x8a,0x63,0x99,0x7e,0x6b,0x74,0x44,0x7,0x95,0xca,0xfe,0xe9,0x7e,0x83,0x4a,0xd4,
0xc0,0x19,0x58,0xff,0xf4,0xa6,0x8d,0x67,0xa3,0x66,0x23,0xac,0xd7,0x39,0x73,0xe6,
0x6b,0xda,0x3f,0xe8,0x2,0x8a,0x5f,0x3a,0x87,0xa1,0x8b,0xf6,0x7d,0xd3,0x8c,0x63,
0x49,0x20,0x51,0xbf,0xb,0xa5,0xe1,0x37,0xa1,0x99,0x8e,0x1f,0xb4,0xd3,0xa0,0xb8,
0xa5,0xf3,0x15,0x2b,0x3d,0xb0,0xe3,0x8c,0x93,0x1b,0xb6,0xf5,0xb,0xd3,0xef,0x89,
0x2,0xdc,0x63,0x1,0x15,0x28,0x7f,0xb8,0xee,0xca,0xd5,0xc6,0x73,0x9c,0x10,0x7e,
0xc1,0xb1,0x4c,0xbf,0x33,0x3a,0x4a,0x63,0xff,0xf4,0x20,0x40,0x25,0x6a,0xb0,0xc,
0xb2,0x7f,0xba,0x10,0x43,0x4f,0xa2,0x63,0xb8,0xaf,0xf3,0x98,0xd2,0x4e,0x58,0x5d,
0xf9,0x34,0x68,0x49,0x5f,0x38,0x54,0xb0,0x7a,0x80,0xe3,0x97,0xce,0x5f,0xe8,0x3a,
0x56,0xb5,0x5e,0x6e,0x3a,0xa6,0x24,0x11,0x87,0xbb,0x50,0x5e,0xe0,0xa1,0xf9,0x99,
0xa6,0xb8,0xa5,0x73,0x15,0x3b,0xd1,0xb1,0x7f,0xb4,0xf3,0xb7,0x44,0x1,0x54,0xa0,
0xfc,0x87,0xcf,0xa9,0xe9,0x5c,0x27,0x80,0x8f,0xd2,0xef,0x8b,0x9e,0xd2,0xd6,0x3f,
0x3d,0x8,0x50,0x89,0x1a,0x1c,0x51,0xe8,0x9f,0xde,0xb4,0xad,0x8b,0x4c,0xc7,0x96,
0x66,0xc2,0x6e,0x81,0x47,0x4b,0x7a,0xf,0x50,0xdc,0xd2,0xb9,0x1b,0x98,0x9a,0x76,
0xf9,0x27,0xc6,0xe3,0x4a,0x8,0x71,0xb9,0xb,0xa5,0x81,0x87,0xe6,0x81,0xe2,0x95,
0xce,0x53,0x2c,0xd5,0xa8,0x9e,0xf1,0x1c,0xca,0x2b,0xff,0xdb,0xf8,0xbb,0x6,0x4,
0x2a,0x50,0xc1,0xc0,0xe7,0x34,0x69,0x15,0x29,0x8e,0x5d,0x8e,0x61,0xfa,0x7d,0xd1,
0x13,0x1d,0x5c,0x6a,0xfa,0xa7,0x7,0x5,0x2a,0x51,0x83,0x23,0x2a,0xfd,0xd3,0xe9,
0x58,0xe,0x74,0x1e,0x5b,0x9a,0x9,0xfb,0x9b,0x38,0x9c,0x71,0x98,0x8e,0x3,0xcc,
0x82,0x6d,0xdd,0x4d,0xe7,0x6d,0xa0,0x6a,0xd6,0xac,0xdf,0x35,0x1e,0x5b,0x2,0xe0,
0xbb,0x3a,0x71,0x2c,0x20,0xe2,0x6e,0xd4,0x1c,0x50,0xbc,0xd2,0x39,0x8a,0xad,0xa8,
0x12,0xf8,0x61,0xe3,0xef,0x1a,0x0,0x1c,0x67,0x51,0xfb,0x6e,0x5a,0x92,0x48,0x5c,
0x45,0x8a,0x62,0x97,0x7e,0x57,0x74,0x45,0x7,0x99,0x8a,0xfe,0xe9,0x41,0x81,0x4a,
0xd4,0x60,0x68,0x44,0xa8,0x7f,0x7a,0xc3,0x2e,0xbf,0xdd,0x74,0x8c,0x69,0x84,0xff,
0x79,0xd3,0x29,0x9,0x1d,0x14,0x0,0xbb,0x87,0xe3,0x95,0xce,0xd9,0xc0,0x45,0x1e,
0xfe,0x92,0xe9,0xf8,0xe2,0x4e,0x5c,0x3f,0x16,0x9a,0xe6,0xf,0x78,0xce,0x5,0xc7,
0x29,0x9d,0x9f,0x58,0xeb,0xd0,0xd4,0xd6,0x13,0xe8,0xb7,0x34,0x3b,0x7f,0x5b,0xd8,
0x70,0x37,0xd7,0xb0,0x9e,0x97,0x4d,0x33,0x5c,0x49,0xe5,0x73,0x6d,0xba,0x6,0x31,
0xa3,0xc9,0xb1,0x4b,0xbf,0x29,0xba,0x4a,0x43,0xff,0xf4,0x20,0x41,0x25,0x6a,0x30,
0x44,0xad,0x7f,0x3a,0x1d,0xd3,0x8d,0x9d,0xc7,0x98,0x46,0x6,0xd5,0x8d,0x9,0xdd,
0x91,0xba,0xe6,0x46,0x3a,0x5f,0x91,0xd0,0x43,0xd5,0xb1,0x45,0x4d,0xbb,0x7c,0xc4,
0x70,0x8c,0xb1,0x25,0xae,0x77,0xa1,0x34,0x68,0x8c,0xe8,0xc0,0xb6,0x8e,0x72,0x9c,
0xd2,0xb9,0x89,0xbd,0xa8,0x32,0xf8,0xbf,0x8d,0xbf,0x31,0x24,0xb8,0x50,0xcf,0x15,
0x75,0x3a,0x14,0x10,0x2,0x5c,0x59,0x8d,0x7b,0x45,0x8a,0x63,0x96,0x7e,0x4b,0xf4,
0x95,0xf4,0xfe,0xe9,0x41,0x82,0x4a,0xd4,0x0,0x88,0x60,0xff,0xf4,0x66,0x75,0x6b,
0xd9,0x78,0xac,0x29,0x63,0x50,0xdd,0x34,0xd0,0xa5,0xaf,0x5b,0xb6,0x96,0xe9,0x7c,
0x45,0x46,0xd3,0xb6,0xf5,0x66,0xf3,0x71,0xc6,0x13,0xae,0xcc,0xd3,0xcf,0x8a,0x2d,
0xb8,0x1b,0xd5,0xe,0xc7,0x27,0x9d,0x97,0x44,0xe8,0x89,0x7b,0xac,0x5f,0x1f,0x54,
0xa3,0x5,0x2a,0x50,0x83,0x81,0x2b,0x52,0xa6,0xeb,0x11,0xb,0x6c,0xeb,0x28,0xc7,
0x2c,0xfd,0x8e,0xe8,0x2b,0xc9,0xfd,0xd3,0x83,0x6,0x95,0xa8,0x1,0x10,0xd1,0xfe,
0xe9,0x74,0x6c,0x97,0xce,0x38,0xd6,0x14,0x31,0xa8,0xae,0x7c,0x9a,0x84,0xbf,0xe2,
0xb5,0x6f,0xa6,0xed,0xf2,0xc7,0xe8,0x3c,0x45,0x4e,0x8d,0x6a,0xf9,0x3b,0xa6,0xe3,
0x8d,0x1b,0x83,0x8e,0x7f,0xbf,0x48,0xda,0x83,0xe9,0xbd,0xc2,0x71,0x49,0xe7,0x23,
0x51,0x6a,0x54,0xad,0xf7,0x99,0x7e,0x6b,0x90,0xa0,0x2,0x35,0x58,0xce,0xd8,0xfc,
0x4c,0xe3,0x75,0x89,0x3a,0x1c,0xab,0x74,0xfc,0xf1,0x11,0xf7,0xfb,0x35,0xfd,0x10,
0x30,0x37,0xa8,0x44,0x85,0xb,0xc7,0xa9,0xa,0xd9,0x48,0x8a,0x8e,0xaf,0x6a,0x3a,
0xee,0x34,0x30,0xe8,0x37,0x92,0xa1,0x4b,0xdf,0xec,0x34,0xec,0xf2,0x4,0x9d,0xa3,
0x48,0xaa,0x69,0x6f,0x5d,0x41,0xc7,0xf7,0x84,0xe9,0xb8,0xe3,0x44,0x52,0xa,0x8a,
0xb1,0x6e,0xbd,0xf6,0x9,0x19,0x8f,0x14,0x97,0x74,0x3e,0x12,0xa7,0xa6,0x5d,0xb6,
0x4d,0xbf,0x39,0x28,0xe2,0x7e,0x77,0x36,0x9,0xc4,0xae,0x22,0x45,0x31,0x4a,0xc7,
0x1d,0x2f,0x25,0xb1,0x7f,0x7a,0x18,0xa0,0x12,0x15,0x22,0x31,0xe8,0x9f,0xde,0xa8,
0x58,0xe7,0x18,0x8f,0x3d,0x5,0xc,0xfa,0x8d,0x4b,0xe8,0xd2,0x37,0x3b,0x1c,0x97,
0x74,0x8e,0x22,0xab,0x66,0xad,0xfc,0x6e,0xd3,0x71,0xc7,0x5,0xbe,0xb,0x4a,0x3f,
0x23,0x31,0xa4,0xfe,0xae,0x2e,0xc5,0x23,0x9d,0x87,0x44,0xaa,0x51,0x2b,0xff,0x96,
0xf1,0x37,0x7,0x40,0x5c,0x5f,0xb2,0x92,0x44,0xe2,0xd4,0xc8,0xc8,0x31,0x4a,0xc7,
0x1c,0x3f,0x25,0xad,0x7f,0x7a,0x18,0xa0,0x12,0x15,0x1e,0x71,0xe9,0x9f,0xde,0xac,
0x5a,0x97,0x9b,0x8e,0x3f,0xc9,0x44,0xa5,0x2b,0xd3,0xd5,0x9f,0x5c,0x61,0x3c,0xbe,
0x74,0x63,0x5d,0x4e,0xe7,0x26,0xf2,0xa2,0x8a,0xde,0x4f,0xcd,0xc7,0x1f,0x7d,0xb8,
0xa5,0x97,0x7e,0x42,0x62,0x48,0xf3,0xdd,0x28,0x8e,0x43,0x3a,0x7,0x89,0x56,0xb3,
0x62,0xfd,0x5f,0xd3,0x6f,0xf7,0x93,0x8f,0xbf,0x77,0xc4,0x18,0x5b,0x60,0x70,0x70,
0xa5,0xd6,0x74,0xad,0xa2,0x45,0x3c,0xf2,0xab,0x59,0x95,0x94,0xfe,0xe9,0x61,0x81,
0x4a,0x54,0x38,0xc4,0xa9,0x7f,0xfa,0xfd,0xdb,0x36,0xfe,0x46,0xc3,0xb6,0xee,0x36,
0xfd,0x8e,0xa4,0x12,0x95,0x8f,0x8b,0xa2,0x4b,0x5f,0x3b,0xe4,0x9b,0x7b,0x39,0x1e,
0xe9,0xdc,0x44,0x5e,0x8d,0x1d,0xe5,0xcd,0x74,0xbc,0x8f,0x9b,0x7e,0x47,0x94,0xe1,
0x8a,0x3b,0x1d,0x7e,0xe2,0x48,0x63,0x83,0x4,0xc7,0x1f,0xc7,0x21,0xfd,0xfe,0x44,
0xeb,0xc1,0xca,0xda,0xe3,0x29,0x8f,0xba,0xc7,0x74,0xe,0xfc,0x0,0x15,0xa8,0xe8,
0x72,0xc5,0x25,0xa3,0xc6,0x6b,0x16,0x11,0xee,0xe5,0xd8,0xa4,0xe3,0x8c,0xaf,0x92,
0xd2,0x3f,0x3d,0x2c,0x50,0x89,0xa,0x9e,0x38,0xf6,0x4f,0x7f,0xa4,0x6a,0xbd,0xc6,
0xf4,0x5b,0x92,0x4a,0x54,0x3e,0x9e,0x88,0x2e,0x7d,0xed,0x70,0x1c,0xd2,0x79,0x89,
0x8d,0x9a,0xb6,0xf5,0x6,0xd3,0xef,0x88,0x32,0x49,0xbb,0xb,0xa5,0x61,0x4f,0x9b,
0x7e,0x6f,0xa2,0xa1,0xf8,0xa3,0xdf,0x9e,0xa,0x35,0x6a,0xe5,0xd7,0x1a,0xcf,0x41,
0x9f,0x70,0x5,0x2a,0xce,0xaf,0xf9,0x4f,0x3,0x51,0xad,0x48,0x35,0x2a,0xe5,0xd7,
0xd2,0xf1,0xc5,0x5f,0x71,0xef,0x9f,0x1e,0x26,0xa8,0x44,0x85,0x40,0x4c,0xfb,0xa7,
0x53,0x86,0xfc,0x11,0xe3,0xef,0x49,0x18,0x51,0x6b,0x89,0x8f,0x78,0x4b,0x5b,0x78,
0x50,0xfc,0xd1,0xf9,0x88,0x9d,0xe8,0xd8,0xff,0x76,0xc6,0x6f,0x89,0x28,0x49,0xbd,
0xb,0xa5,0x49,0x99,0x97,0xfe,0x96,0x7e,0x73,0xaa,0x44,0xbf,0xf9,0xaa,0x8e,0x73,
0xd0,0x17,0x1c,0x2f,0xa8,0x40,0xc5,0x83,0x8,0xde,0x69,0xbe,0x8a,0x8e,0x2b,0x39,
0x8a,0x73,0xff,0xf4,0x30,0x41,0x25,0x2a,0x58,0xe2,0xde,0x3f,0xbd,0x59,0xb5,0xae,
0x35,0xfd,0xae,0x24,0x11,0x95,0xae,0x7c,0x1a,0x74,0xe9,0x63,0xac,0x6b,0xe9,0x5c,
0xc4,0x56,0xd,0xdb,0xfa,0x9e,0xf9,0x77,0x45,0x8b,0xa4,0xde,0x85,0xd2,0xa4,0xe5,
0xce,0x2e,0xc7,0x1b,0xfd,0xde,0xd4,0xe9,0xb0,0xbd,0x25,0xdf,0xb4,0xad,0x63,0xa6,
0x73,0xb2,0x50,0xf8,0xb9,0x58,0x54,0xa0,0xe2,0x45,0x64,0x5e,0x20,0x63,0x5b,0x8f,
0x70,0x2c,0xd2,0x31,0x25,0x47,0x71,0xed,0x9f,0x1e,0x36,0xa8,0x44,0x5,0x47,0x12,
0xfa,0xa7,0x1f,0x9a,0xda,0x7a,0x2,0x15,0x68,0xeb,0xa6,0xdf,0x97,0x14,0xa2,0xd2,
0x95,0x4f,0x93,0xf6,0x2e,0x7d,0x54,0x20,0x9c,0xe2,0xb8,0xa3,0x73,0x11,0x5b,0x3d,
0x52,0x29,0x9f,0x42,0xbf,0x65,0x7f,0xe7,0x6f,0x8b,0x12,0x49,0xbf,0xb,0xa5,0x49,
0xfe,0xdd,0x28,0xeb,0x2e,0x8e,0x37,0xfa,0xad,0xa9,0xd4,0xb1,0xaa,0xf5,0x56,0xf3,
0x79,0xe9,0x1e,0x54,0xa0,0xe2,0x4b,0x14,0xbe,0xb,0xc7,0x31,0x48,0xc7,0x92,0x3c,
0x71,0xff,0x60,0xd3,0xf,0x6,0x2d,0x50,0x89,0xa,0x90,0x84,0xf4,0x4f,0x6f,0xd4,
0xad,0x2d,0x49,0x7d,0xce,0x30,0xaa,0x5,0xc9,0xb4,0x76,0xe9,0xe3,0x38,0xe3,0x78,
0xa3,0x73,0x10,0x7b,0x3d,0x52,0x1b,0x3b,0xcb,0xf4,0x1b,0xa3,0x2,0xbf,0xc1,0x8e,
0xe,0x33,0xf1,0x24,0xbd,0x51,0x82,0xe3,0x8c,0x7e,0x67,0xaa,0xd5,0xb4,0xcb,0x9f,
0x31,0x9d,0x9b,0x6e,0x40,0x5,0x2a,0xde,0xf0,0xb5,0x1b,0x68,0x45,0x8a,0x62,0x8f,
0x8e,0x23,0xb9,0xa2,0x1f,0x19,0x9b,0xfe,0xe9,0x83,0x0,0x95,0xa8,0xc0,0x48,0x54,
0xff,0xf4,0x66,0x3d,0x99,0xd,0x12,0x51,0xfd,0xe,0x48,0x6a,0xbb,0xf4,0x51,0x9c,
0xd1,0xef,0x4f,0x8c,0x8e,0xd5,0xca,0x6f,0x33,0xfe,0xce,0x1,0xc3,0x95,0x74,0x3a,
0xbc,0xd4,0x90,0xd4,0x46,0x9,0x8e,0x2f,0xfa,0x7d,0x10,0xa9,0x59,0xb5,0x7e,0x64,
0x3a,0x47,0x73,0x51,0xfb,0xfe,0x86,0xc8,0xf5,0x44,0x0,0xb,0x87,0x2b,0x52,0x7c,
0x2d,0x4d,0xd7,0x38,0x58,0xac,0x1f,0xd1,0xfe,0x93,0xaf,0xb8,0xf4,0x4f,0x1f,0x4,
0xa8,0x44,0xf9,0x4f,0x52,0xfb,0xa7,0x37,0x12,0xd8,0x20,0x11,0xd5,0xc,0x34,0xe9,
0xad,0xe7,0x26,0x38,0xbe,0xe8,0xb7,0x27,0x4e,0xf4,0xbb,0x2e,0x33,0xfd,0xde,0x41,
0x71,0xcf,0xcd,0x9b,0x53,0x73,0x17,0x4a,0x93,0x44,0x3f,0x71,0x5c,0xd1,0x6f,0x83,
0x94,0xa6,0xc7,0xc7,0x46,0x1a,0x55,0xeb,0xa0,0xe9,0x5c,0x99,0x48,0xa3,0xf,0x92,
0xc,0xe7,0xe5,0x7c,0x4d,0x4d,0xd7,0x3a,0x8,0x38,0xd6,0x38,0xe6,0x68,0xdf,0xc9,
0x57,0x1c,0xfa,0xa7,0xf,0xa,0x54,0xa2,0xfc,0x26,0xd9,0xfd,0xd3,0xa9,0x82,0xf8,
0x6d,0xf3,0xef,0x8e,0x1f,0x51,0x7f,0x26,0x24,0x4d,0x5d,0xfa,0x38,0xae,0xe8,0x37,
0x27,0x56,0xf4,0x1b,0x3f,0xdb,0xf9,0x9b,0x7,0x45,0x5a,0xbf,0x81,0xc3,0xbf,0xdb,
0x74,0x3e,0x62,0xca,0x67,0xe9,0x37,0x41,0x1d,0x6a,0x56,0xb7,0xfe,0xb6,0xe1,0x5c,
0xcd,0x80,0xb,0xdb,0x2f,0x3d,0xfb,0x44,0x63,0x9c,0x80,0xf8,0x12,0xee,0x47,0xb6,
0xb7,0xfe,0x36,0xed,0x33,0x3d,0x8a,0x7a,0xff,0xf4,0x41,0x81,0x4a,0x94,0xbf,0xa4,
0xa1,0x7f,0x7a,0xa3,0x5a,0xbe,0xde,0xf4,0xdb,0xe3,0x46,0x54,0xbb,0xf2,0x69,0xd2,
0xd2,0xa5,0x8f,0xe3,0x89,0x7e,0x6f,0xe2,0x45,0x15,0xc5,0x2b,0x4d,0xbf,0x3f,0x4c,
0xb8,0xf0,0x98,0xd6,0xee,0x4b,0x49,0xb9,0x1b,0xc5,0x71,0x44,0xbf,0x7,0x9a,0x45,
0xf3,0x7d,0xe2,0x6,0x15,0xa8,0x64,0x13,0x4a,0x45,0x2a,0xa6,0x9f,0xad,0xe9,0x5b,
0x51,0xed,0x9f,0x3e,0x48,0x50,0x89,0xf2,0x8f,0xb4,0xf4,0x4f,0x17,0xe2,0xcc,0xa7,
0x52,0x46,0xbe,0xe0,0xfe,0xe7,0x51,0x22,0xe,0x85,0xc9,0x74,0x74,0xe9,0xb3,0x7e,
0xc8,0xf1,0x44,0xbf,0x37,0x15,0x6a,0x56,0xac,0xab,0xcd,0xe7,0x21,0x1c,0xa2,0xf6,
0x3a,0xff,0xb0,0xe1,0xdf,0x6f,0x3a,0x2f,0xb1,0x81,0xe2,0x87,0x7e,0x7,0x34,0x8f,
0x1a,0x55,0xeb,0x8b,0xa6,0xf3,0x87,0xa,0x54,0x3a,0xe0,0x4f,0x37,0x98,0xae,0xbf,
0x1f,0x70,0x6c,0xd1,0x3e,0xd2,0xab,0xa8,0xf5,0x4f,0x1f,0x34,0xa8,0x44,0xf9,0x43,
0xda,0xfa,0xa7,0x3f,0x51,0x79,0xd1,0xf1,0xf4,0x9b,0x6f,0x34,0x9d,0x8b,0x38,0x10,
0x97,0xd7,0x3b,0x27,0xb9,0x4b,0x1f,0x65,0x46,0xb7,0x72,0x1c,0xd1,0xef,0x4c,0x95,
0xe8,0xb7,0x7f,0xb3,0xf3,0x5c,0x84,0x1,0x17,0x20,0xb9,0x62,0x4e,0x87,0x90,0x5a,
0xf8,0xf7,0xf,0xe6,0x1,0x74,0x5f,0xf8,0x26,0xfd,0x6,0xa8,0xb,0x9,0x31,0xf4,
0xa4,0x86,0x5d,0xbe,0xa9,0xf3,0x1c,0xf2,0xdd,0x7d,0x9e,0xd,0x92,0x4f,0x10,0x15,
0x29,0x8e,0x29,0x8e,0x2d,0xda,0x7e,0xba,0x45,0x27,0x23,0x32,0xfd,0xd3,0x7,0xd,
0x2a,0x51,0xbe,0x90,0xca,0xfe,0xe9,0x8d,0xba,0x75,0x62,0xd3,0xb6,0xee,0x30,0x9c,
0x8f,0xc8,0x13,0x97,0xd6,0x48,0x3e,0x4e,0xd3,0xf1,0x27,0x80,0xed,0x1c,0x3f,0xf4,
0x1b,0x53,0xa9,0x86,0x6d,0x5d,0x67,0x38,0x27,0x81,0x92,0xf6,0xbb,0x50,0x1a,0xee,
0xc6,0x6b,0x3a,0x3f,0x51,0x86,0xe3,0x85,0x8e,0x1d,0x5a,0x80,0x8e,0x6d,0xdb,0xf8,
0x5c,0x3a,0x77,0xdb,0xf4,0x39,0x44,0xfc,0xa7,0xf,0x9f,0xbd,0xbe,0x8d,0x63,0x8a,
0xb6,0xb,0xb1,0xa2,0xd0,0x3f,0x3d,0xa,0xa0,0x12,0xd5,0x1f,0x69,0xef,0x9f,0xfe,
0xe8,0xe4,0xf3,0x33,0x74,0x1e,0x2a,0x9d,0xe7,0x25,0xca,0xc4,0xe9,0xb9,0x90,0x64,
0xbe,0x55,0xcc,0xaa,0x71,0xdc,0xd0,0xef,0x4b,0xad,0xb8,0xb,0x23,0x77,0x65,0x34,
0x9d,0x9f,0x20,0xc0,0x5d,0xa8,0x16,0xf1,0xbb,0x1b,0x95,0xae,0x2e,0xaf,0x7e,0xea,
0xbf,0xc7,0xad,0x1c,0x9d,0xbf,0x5a,0x5a,0x5f,0xa6,0x2,0xfc,0xe9,0xc2,0xdb,0xb0,
0xcb,0x93,0x1c,0x4b,0xb4,0x3d,0xc8,0xab,0x41,0xf7,0x4f,0x8f,0x2,0xa8,0x44,0xf5,
0x1,0xfa,0xa7,0x4b,0xc9,0x57,0xcb,0xda,0xd6,0x94,0xf1,0x1c,0x45,0x90,0xb8,0x74,
0xe5,0xd3,0x24,0xa9,0x4b,0x5f,0xa3,0x5a,0xde,0x95,0x9a,0xd7,0xc2,0xce,0x23,0xa7,
0x22,0x55,0xbe,0xa6,0xf3,0x1c,0x5,0x1,0x5a,0xe1,0xdb,0x89,0xd1,0x4b,0x5b,0xae,
0x41,0x5,0xaa,0x3f,0x8d,0x96,0x8e,0xbb,0x84,0x6,0xc6,0x38,0x0,0xe9,0xa0,0xaf,
0x3c,0xd4,0x2e,0xef,0x6b,0xd4,0xb6,0x2e,0xa5,0xed,0x40,0x26,0xd1,0x49,0x1a,0x48,
0xff,0xf4,0xa8,0x80,0x4a,0x54,0xcf,0xa0,0x7f,0xba,0x47,0xd3,0x53,0xb2,0x22,0x75,
0x8b,0xe1,0x3c,0x45,0x8e,0xb8,0x3d,0x58,0x9c,0x94,0x2e,0x7d,0x1c,0x1f,0x1c,0x27,
0xf4,0x9b,0x20,0x8f,0x1a,0x15,0xeb,0x93,0xa6,0xf3,0xe5,0x17,0x7c,0xd7,0x5,0x77,
0xa1,0x66,0x12,0xf5,0xbb,0x51,0x1c,0x17,0x74,0x9c,0x50,0x7f,0xba,0x80,0x98,0x26,
0x8c,0x31,0x0,0xd2,0x43,0x8f,0x15,0xa9,0xfb,0x8e,0x8c,0x3f,0x6f,0x35,0xad,0xf,
0xcd,0x25,0xca,0xdc,0x43,0xef,0x9f,0x1e,0x15,0x50,0x89,0x5a,0x38,0x1c,0x2f,0x2a,
0x74,0x20,0x8f,0xb6,0x6d,0xdb,0xf8,0x34,0xca,0xf8,0xaf,0x35,0x9d,0xb3,0xa8,0x10,
0xc7,0x6e,0x4d,0x7c,0xbc,0x7c,0xdc,0xa6,0xdf,0x13,0x23,0xae,0xe1,0xf8,0xa0,0xdf,
0x3,0x19,0xd4,0xb4,0xad,0xf7,0x18,0xce,0x99,0x2f,0xe0,0x2e,0x94,0x99,0x48,0xdf,
0x8d,0xaa,0x59,0xef,0xa1,0x63,0x84,0xfa,0xd3,0xcb,0x8,0x54,0xa0,0x80,0xcb,0x75,
0x57,0xae,0x36,0xfb,0xcd,0x40,0xc3,0x2e,0x1f,0x9e,0xb6,0xad,0xd,0xb4,0x1e,0x34,
0x9f,0xc2,0xee,0x9f,0x1e,0x25,0x50,0x89,0x5a,0x28,0xe8,0x9f,0x3e,0x9f,0xa2,0xfc,
0x6,0xcc,0xb8,0x75,0xe5,0xd3,0xc4,0xb9,0x4b,0x5f,0xda,0xde,0x5c,0xd9,0xab,0x1a,
0xb6,0x75,0x9e,0xe9,0xfc,0xf5,0x3,0xee,0x42,0xcd,0x4d,0x14,0xef,0x46,0x35,0xaa,
0xd6,0x1f,0xd0,0xb1,0x41,0xfd,0x69,0x1d,0x81,0xa,0x14,0x98,0x41,0x37,0x15,0x29,
0xfa,0x5f,0xfc,0x48,0xb3,0x56,0xde,0x4a,0xcb,0x43,0xdd,0x2a,0xcc,0xfe,0xe9,0x51,
0x2,0x95,0xa8,0x5,0x81,0xfe,0xe9,0x5d,0x8a,0xce,0xd5,0xbb,0x3a,0xce,0x5d,0x24,
0x88,0xeb,0x37,0x42,0x62,0xdc,0xa5,0xef,0x5d,0x74,0xfc,0x50,0x97,0x9a,0x1e,0xe7,
0x8f,0xc2,0x5b,0xf,0x18,0xce,0x63,0x4f,0x44,0xfd,0x83,0xd2,0x83,0x26,0x4a,0xbe,
0x6a,0xd8,0xe5,0x87,0xa6,0x53,0xf0,0xb1,0xf6,0x10,0x84,0xa,0x14,0x98,0x15,0x6e,
0x54,0xba,0xe9,0xda,0xb5,0x46,0xf,0x3a,0x58,0x77,0x37,0xab,0x5b,0xcb,0xb4,0x2c,
0xd4,0x8b,0x82,0xee,0x9f,0x1e,0x35,0x50,0x89,0xea,0xe,0xf4,0x4f,0x5f,0xb8,0x1a,
0x95,0xf2,0x6b,0xe9,0xdc,0x3d,0xde,0x79,0x2e,0x7,0x45,0xdc,0xdf,0x50,0x16,0xb3,
0x2e,0x7d,0x8f,0x3f,0x52,0xdb,0xfa,0xfb,0x74,0xdc,0xd0,0x2,0xd5,0x9c,0x18,0x5b,
0xd6,0xf0,0xbc,0x9a,0xb9,0x57,0x70,0x17,0xaa,0x3b,0xa2,0x70,0x37,0x4a,0x5e,0x6f,
0xba,0xee,0x74,0x3c,0x50,0x7f,0xe2,0x67,0x2e,0xf,0x10,0xc6,0x6b,0xd,0x0,0x33,
0x5b,0x45,0xaa,0x61,0x5b,0x37,0xff,0xac,0xfe,0xbc,0x22,0x2d,0x3,0xf5,0xa3,0x20,
0xfb,0xa7,0x47,0xd,0x54,0xa2,0xba,0x0,0xfd,0xd3,0x7b,0xd6,0xb1,0xca,0xd8,0x19,
0xf4,0x8f,0xe9,0x1e,0xe3,0x79,0xd,0x99,0xb8,0x76,0xe5,0xd3,0xc4,0xa5,0x4b,0x5f,
0xc3,0x2e,0xdf,0xc7,0xd7,0x9d,0x8e,0x19,0xea,0x51,0x17,0x5f,0x3c,0xf4,0xe4,0x66,
0xd5,0xfa,0xbf,0xa6,0xf3,0xdb,0x2d,0xf8,0xb0,0x68,0x77,0xc,0xfe,0x6e,0x94,0xf5,
0x7f,0xf9,0x7a,0xd3,0xb1,0x40,0xfd,0xe9,0xd9,0x4,0x2a,0x50,0xa0,0x2b,0xb8,0x22,
0xe5,0x6d,0x40,0x69,0xc8,0x9e,0x46,0xaf,0x7e,0xa,0xcd,0x83,0xfc,0x50,0x10,0xfd,
0xd3,0xa3,0x8,0x2a,0x51,0x73,0x83,0xfe,0xe9,0xfd,0xcb,0xf9,0x96,0x94,0xf5,0xd,
0xd3,0xf9,0xd,0x93,0xb8,0x76,0xe5,0xd3,0xc4,0xa1,0x4b,0x1f,0xf9,0xe5,0x1b,0x69,
0xff,0x6,0x94,0x9f,0x6a,0xd4,0xca,0xaf,0xe5,0x7,0x9c,0x4d,0xe7,0x7a,0x2e,0xb8,
0xdf,0x3f,0xad,0xe,0xba,0x64,0xee,0xee,0x3d,0x1,0x61,0x97,0x8f,0xf0,0xf5,0xa5,
0xfd,0x43,0xfd,0x8b,0x2b,0x50,0xe3,0x84,0xf1,0xfa,0x2,0x60,0x82,0xbf,0x17,0xc9,
0x3d,0x3c,0xf0,0xdc,0x6e,0x40,0xf2,0xbb,0x7f,0x7a,0x14,0x41,0x25,0xca,0xc,0xfa,
0xa7,0xfb,0x2f,0x2a,0x34,0xbc,0xc3,0x74,0xae,0xc3,0x20,0xee,0x5d,0xf9,0x34,0x51,
0x7c,0x10,0x5e,0x73,0x94,0xae,0x2f,0x1d,0x23,0xe4,0xb3,0xe,0xdb,0x5b,0xf2,0x4d,
0xdb,0xfa,0xb6,0xe9,0x9c,0xcf,0x46,0xdc,0x1b,0xc,0xc2,0xe6,0xb4,0x15,0xc7,0x1b,
0xcf,0x63,0x60,0xd0,0xf5,0xe4,0xeb,0x4a,0xfb,0x86,0xfa,0x17,0x57,0xa0,0xbe,0x4d,
0x18,0xaf,0x2d,0x0,0x73,0xb1,0xe8,0xb9,0x4f,0xbb,0x9f,0x86,0x50,0x50,0xf2,0xab,
0x7f,0x7a,0x54,0x41,0x25,0x6a,0x26,0xe8,0x9f,0x1e,0x9c,0x1e,0x9d,0x28,0xaf,0xa7,
0xa,0xea,0x4d,0xa6,0xf3,0x1e,0x24,0x71,0xef,0xca,0xa7,0xe1,0x2f,0xef,0x9b,0x7e,
0xdf,0x20,0xa1,0xeb,0x79,0x1b,0x5f,0x57,0x3a,0x3e,0x28,0x40,0x4d,0x57,0xba,0x7b,
0x59,0xb,0xee,0x42,0xf5,0x6,0xff,0x8f,0x30,0x9d,0x4f,0xbf,0xe1,0xeb,0x48,0xfb,
0x83,0xfc,0x11,0x2a,0x50,0xc0,0xf,0x6e,0x20,0xa0,0xa0,0xe4,0x47,0xff,0xf4,0xa8,
0x82,0x4a,0x54,0x27,0xe8,0x9f,0x1e,0x86,0xa6,0x6d,0xeb,0x6f,0xcc,0xe7,0x3f,0x18,
0x92,0xd2,0x32,0x1f,0xb5,0x2e,0x7d,0x7c,0x1d,0xe9,0xb8,0xa0,0x90,0xd4,0x18,0xb7,
0xb6,0xd0,0x79,0xbf,0xbd,0xf3,0x3a,0x78,0x39,0x63,0xf3,0x33,0x8d,0xb1,0x3,0xe6,
0x26,0x84,0xbb,0x51,0xb7,0xf3,0xf5,0xa3,0x7d,0x41,0xfe,0xe9,0x8b,0x84,0xf1,0x7a,
0x2,0xb0,0x40,0x50,0x91,0xa,0x5a,0xbd,0xf6,0x4f,0x8f,0x32,0xa8,0x44,0x29,0xd0,
0x3f,0x3d,0x74,0x35,0xed,0xb1,0x97,0x34,0x6d,0x6b,0xaf,0xf1,0x7a,0xf8,0x48,0x52,
0xba,0xf2,0x69,0x22,0xd2,0xa5,0x6f,0x3f,0x5f,0x3f,0x3a,0x1e,0x68,0x0,0x6a,0x54,
0xad,0x8b,0xd,0xd7,0x24,0x31,0x77,0x5c,0x7,0x45,0x50,0x77,0xa3,0xf8,0x7a,0xd1,
0xf6,0x21,0x7f,0x85,0xa,0x14,0xf0,0x1b,0x54,0xa4,0x82,0x56,0x2f,0xfd,0xd3,0xa3,
0xc,0x2a,0x51,0x4,0xfa,0xa7,0xf,0x4c,0xa2,0x7e,0xe6,0x33,0xa8,0x2,0xfb,0x69,
0xe3,0x75,0xf1,0x89,0xa4,0x15,0x2c,0x7,0xde,0xa5,0x8f,0xae,0x17,0x5f,0x37,0x3a,
0x16,0x68,0x80,0x6a,0x54,0xcf,0x58,0xd2,0xb0,0xcb,0x5f,0xf6,0x5e,0x1b,0xdc,0x85,
0xea,0xf,0x7e,0xd0,0xdc,0x7b,0x3e,0xfb,0xa5,0x51,0x2d,0x7f,0x99,0xaf,0x13,0x6d,
0x1b,0xf2,0x57,0x1f,0x22,0x8c,0xd7,0x10,0x80,0x3e,0xc1,0x4b,0x26,0xc2,0x50,0xb7,
0xfd,0xd3,0xa3,0x4e,0xda,0x2b,0x51,0xe8,0x9f,0x1e,0xd,0x35,0xaa,0x5b,0x37,0x51,
0x81,0xe3,0xbb,0xa6,0x6b,0xd4,0x2f,0x49,0x7b,0xc8,0x9e,0xb,0xca,0xa6,0xdf,0x19,
0x34,0xc7,0xe8,0xfa,0xf0,0x75,0xa2,0x63,0x80,0x22,0xa4,0x69,0xbb,0xfc,0x82,0x86,
0x6d,0xdd,0x88,0xbb,0x50,0xfe,0xe0,0xc7,0xa7,0x4,0x1a,0x15,0xeb,0xd6,0x47,0x26,
0xca,0x2f,0xa0,0xed,0x41,0xfe,0xeb,0x22,0xc2,0x78,0xed,0x0,0xf0,0x9,0x8e,0x31,
0x28,0x68,0x75,0xd3,0x3f,0x3d,0xea,0xa4,0xb8,0x12,0x85,0xfe,0xe9,0x11,0x14,0x15,
0x8,0x5f,0x45,0xd7,0xa6,0xda,0x71,0xad,0x7a,0x26,0x69,0x5d,0xf9,0x34,0x21,0x77,
0xe9,0x9b,0xe0,0xeb,0x42,0xfb,0x85,0x22,0xac,0xfc,0xf0,0x71,0xbb,0x68,0x60,0x8c,
0x17,0xd0,0x3d,0xfc,0xff,0xc2,0xe0,0x81,0x2e,0xb1,0x1e,0x98,0xb6,0xb7,0xfe,0x31,
0x6d,0x7,0xa,0x46,0xa8,0x40,0x81,0xb0,0xb8,0x80,0x80,0xc2,0xd0,0x6c,0xfd,0xd3,
0xe3,0x40,0x1a,0x2b,0x51,0xe8,0x9f,0x1e,0x7d,0x4d,0x57,0xca,0xef,0x6e,0xd8,0xd6,
0x23,0xa6,0xeb,0xb7,0x10,0x92,0xda,0x3a,0x1f,0x46,0x97,0x3e,0xf2,0xc9,0xa3,0xcd,
0x5a,0xf9,0xdd,0xb4,0x3f,0x28,0xfa,0x7a,0x19,0x61,0x8c,0x15,0xb0,0x70,0x7a,0xb9,
0x1b,0xc5,0x2f,0x59,0x79,0x62,0xf7,0x39,0xc7,0xd1,0xfa,0x50,0x30,0xe2,0x42,0xed,
0x34,0x61,0xbc,0x66,0x0,0x4,0x0,0x2a,0x52,0x61,0xc9,0xd4,0x3f,0x3d,0xe,0xa4,
0xa9,0x12,0x85,0xfe,0xe9,0xf1,0xd2,0xb1,0xdd,0x67,0x9c,0xdc,0xac,0x5a,0x97,0x9b,
0xae,0x65,0xb7,0x24,0xf5,0x7b,0x39,0xc1,0xbf,0x49,0xcc,0xba,0x9c,0xcf,0x3f,0xed,
0xb,0x8a,0x87,0xf0,0xa1,0x51,0x1f,0x59,0xc0,0xdd,0xa8,0x23,0x4d,0xdb,0xfa,0xc8,
0xa3,0xf5,0xcd,0xc3,0xb4,0x1e,0x14,0x9c,0xf8,0x9b,0x8d,0xa8,0x40,0x81,0x41,0x80,
0xef,0x85,0x86,0x29,0xdd,0x3f,0xdd,0xf0,0xcf,0x36,0x92,0xa4,0xa1,0x12,0x85,0xfe,
0xe9,0xf1,0x56,0xb3,0xb2,0x79,0x39,0x55,0x80,0x2f,0x6b,0xd8,0xe5,0xc7,0x4c,0xd7,
0x77,0x36,0x92,0xda,0x95,0x4f,0xe3,0x77,0x97,0x3e,0x3e,0xbf,0x7c,0x9e,0xf9,0x7c,
0xd3,0xf6,0xa1,0xf8,0x88,0x5b,0x4b,0x8d,0x31,0x2,0x7a,0x67,0xce,0xbb,0x51,0x76,
0x79,0xf,0xd,0xff,0x5c,0x88,0x33,0x9f,0x4a,0xcb,0x42,0xc1,0x6a,0x1d,0x81,0xa,
0x14,0x18,0x24,0xa8,0x48,0x85,0x2d,0xee,0x17,0x4d,0xff,0x64,0xef,0x6b,0xfb,0xc7,
0x1b,0x41,0x92,0x5d,0x89,0x42,0xff,0xf4,0x24,0x69,0x7a,0xfc,0xcc,0x67,0x37,0x6c,
0xeb,0xfd,0x74,0x6d,0xef,0x9d,0x79,0xad,0x67,0xc2,0x5d,0xde,0x68,0xb5,0xc4,0xe2,
0x57,0x97,0xbe,0x46,0xd5,0xba,0x9f,0xcf,0x2b,0x9f,0x5f,0xda,0x2e,0x14,0x2f,0xf1,
0x35,0xc3,0x5d,0xa8,0x0,0x30,0xdd,0x8d,0x6a,0xd8,0xe5,0x9b,0xc8,0x2b,0xe7,0xd1,
0x7c,0x28,0x1c,0xa1,0x2,0x5,0xa2,0x0,0xc7,0x20,0xc7,0x22,0x14,0xa6,0xb8,0x7f,
0x74,0xd8,0x1f,0x15,0x5d,0x28,0x49,0xad,0x44,0xa1,0x7f,0x7a,0xb2,0x35,0x6d,0x8f,
0xfd,0x31,0x55,0x92,0x77,0x98,0xae,0xbd,0x26,0xa9,0x5d,0xf9,0x34,0xfd,0x77,0xe9,
0xb3,0x76,0xf0,0x79,0xa4,0x6d,0x41,0xf1,0x15,0x1e,0xb4,0xf,0x10,0xdd,0x50,0xd1,
0xa8,0x5a,0xff,0xda,0xa8,0x6d,0x7d,0x31,0xa5,0x41,0xe1,0x69,0x84,0x38,0x40,0x18,
0xaf,0xd,0x0,0x21,0x83,0x8a,0xd4,0xa0,0xc4,0xfd,0xa5,0xb9,0xdf,0x74,0xa3,0x1a,
0xbd,0xf,0xf5,0x26,0xac,0x12,0x85,0xfe,0xe9,0x29,0xd3,0x31,0x7b,0xeb,0xb9,0x74,
0xcd,0x7f,0xd0,0x19,0xb,0xdc,0x95,0x8f,0x66,0x27,0x9e,0x9e,0xba,0xf4,0xd1,0xf9,
0xe2,0xf3,0x46,0xeb,0x43,0xf1,0x16,0xdf,0x85,0x42,0x21,0x33,0x40,0x9e,0xfe,0xb4,
0x27,0xfd,0xec,0x91,0x4a,0xf9,0x14,0x1a,0x87,0xc2,0x15,0xee,0xb0,0x82,0x28,0xc2,
0x15,0x29,0xf4,0xd8,0x18,0x94,0xb8,0xff,0x34,0x15,0x62,0xfe,0xbc,0x51,0xb5,0x76,
0xce,0x28,0xd8,0xc,0x88,0x44,0x54,0xa2,0xd0,0x3f,0x3d,0xf5,0x3a,0xba,0xbd,0x5c,
0x6a,0x56,0xc7,0xde,0xd9,0xb0,0xad,0x9b,0x39,0x26,0x92,0xde,0x95,0x4f,0xd3,0x6d,
0x97,0x3e,0xe7,0xbc,0x8c,0xbd,0x93,0xcf,0x13,0xad,0x7,0x25,0x43,0xf8,0xe0,0x68,
0x38,0xf0,0x79,0x86,0xc2,0x13,0x17,0x52,0x6f,0x20,0x4c,0xd7,0x2,0x80,0x41,0xc3,
0xd,0x57,0xa8,0x48,0xd,0x5a,0xdc,0xaf,0x9a,0xfb,0x57,0x9b,0xa,0x3c,0x61,0x12,
0xe7,0x4a,0x14,0xfa,0xa7,0x43,0x26,0x35,0xed,0xad,0x2b,0x56,0x2d,0xff,0xf5,0x49,
0x1a,0x35,0xfd,0x3,0x4c,0x14,0xc5,0xec,0x71,0x46,0x6f,0x30,0xe4,0x8d,0x1d,0xd,
0x7b,0xec,0x3,0x7c,0x3e,0x68,0x59,0x28,0x59,0xe2,0x4c,0x1c,0xcf,0x8a,0x84,0x3,
0x9f,0x67,0xee,0x5a,0x6,0x5,0x2f,0x8e,0xeb,0x6f,0x13,0xa6,0xeb,0x0,0x40,0x54,
0xe0,0xbb,0xa4,0x50,0x14,0xc4,0xfd,0xac,0xb9,0xbf,0xb5,0xa9,0x10,0x14,0x6,0x71,
0xac,0x44,0xa1,0x7f,0x3a,0x34,0x8f,0x38,0x23,0x36,0xfd,0xe3,0x4b,0x24,0xde,0x2e,
0x7d,0xd,0xbb,0x3c,0xd9,0xac,0x5a,0x97,0x4c,0x8f,0x6f,0x45,0xdf,0xed,0x64,0xb,
0x77,0xa1,0xc2,0xe5,0x8b,0x4,0x14,0xac,0x50,0x81,0x2,0x71,0x82,0xef,0x96,0x42,
0x51,0x11,0xf7,0xbb,0xa6,0x2,0xd0,0xdb,0xa8,0x0,0xf4,0x23,0x6f,0x85,0x21,0x68,
0xe2,0x53,0x89,0xb2,0x7e,0xc4,0xe7,0x7,0xfd,0xd3,0xa1,0x2e,0x94,0xaa,0x87,0xed,
0xdf,0xf2,0xba,0x61,0x79,0x47,0xf6,0xe8,0xb6,0xe7,0x15,0x69,0x1a,0x4a,0xbe,0x70,
0x17,0x2a,0x7c,0x70,0x37,0x2a,0x78,0x71,0x45,0xd5,0x74,0xee,0x1,0x88,0x2a,0xa8,
0x48,0x45,0x51,0xd3,0xe3,0x63,0x23,0xd3,0x95,0xf2,0xbb,0x1b,0xd5,0xf2,0xad,0xe6,
0xa,0x85,0x7f,0x44,0xb9,0x12,0xc5,0xbf,0x9f,0xcf,0x3,0x9f,0xf,0x75,0x6a,0x20,
0xa8,0x1b,0xa5,0xad,0x3f,0x3d,0x17,0xf0,0xa0,0xf4,0x8,0x77,0xa1,0x6,0x3,0xee,
0x46,0x5,0xa7,0xcb,0x8,0xd3,0x39,0x7,0x20,0xea,0xf0,0xdd,0x53,0x28,0xaa,0x3a,
0x56,0xdf,0xb2,0xaa,0x51,0xb5,0xfe,0xba,0x69,0x97,0x6d,0x53,0x45,0xa3,0x5f,0x22,
0x57,0x89,0xa2,0xdf,0xc9,0xbf,0x97,0x7f,0xb7,0x3a,0x5,0x10,0xb4,0x10,0x71,0x85,
0xdb,0xf4,0x8f,0x2e,0xe9,0xa0,0xa1,0x21,0x1d,0xe2,0xeb,0x8c,0xbb,0x50,0x83,0x3,
0x3e,0xf3,0x5f,0x78,0x4d,0x3f,0x88,0x3b,0xdc,0x8,0x0,0x45,0x5d,0xfc,0xea,0xee,
0x46,0xb5,0xfc,0xea,0x46,0xcd,0xfa,0xd4,0x7c,0xdf,0xc8,0xe9,0x96,0x81,0x57,0xa2,
0xb8,0xd2,0x44,0xbf,0x87,0x7f,0x17,0x5e,0x4d,0xe,0xf9,0xa0,0xb4,0x66,0xc8,0xfc,
0xbb,0xa1,0xe4,0xb,0x77,0xa1,0x6,0xb,0xee,0x46,0xf9,0x2b,0x54,0xa0,0x40,0x52,
0x40,0x1e,0x1c,0x37,0x35,0xea,0xd6,0x89,0x47,0xed,0xad,0xe7,0x1e,0xab,0x5a,0x9f,
0xa0,0x4a,0xc8,0x6d,0xc6,0x4a,0xca,0x3c,0x84,0x5d,0x89,0xe2,0xe3,0xe4,0xe3,0xe5,
0xe3,0xe6,0xe3,0x57,0x3f,0x5,0x82,0xfc,0x52,0x5a,0x5f,0x8d,0x8b,0x2e,0x7d,0xc9,
0x17,0xee,0x42,0x45,0x3,0xdc,0x8d,0xf2,0x47,0xa8,0x40,0x81,0xa4,0x71,0x1,0x1,
0xc5,0x55,0x7,0xeb,0x67,0x3e,0xa3,0x69,0x6f,0xb1,0x9a,0xd5,0xad,0xe7,0x37,0xed,
0xf2,0x87,0xa7,0x2b,0xd6,0xd5,0x4d,0xdb,0xba,0x83,0x38,0x6a,0xaa,0xd0,0x30,0xc1,
0x54,0xa2,0xac,0x69,0xb9,0xdf,0x6a,0xf9,0x2a,0x3e,0xe,0xe7,0x78,0xb6,0x58,0x7c,
0x7c,0xea,0x50,0x21,0x28,0x8,0xf1,0x1b,0xe9,0x4c,0xff,0xd8,0xd2,0x2,0xa,0x77,
0xc9,0x16,0x9e,0x1b,0x89,0x6,0x78,0x6,0xa2,0x7f,0x71,0x61,0x13,0xd,0x2,0x20,
0x89,0xa0,0x22,0x95,0x44,0x3d,0x54,0x1d,0x5b,0x74,0xac,0x66,0x3d,0x6f,0xda,0x1e,
0xbb,0x80,0x2a,0x39,0x1f,0x6d,0xd8,0xd6,0xa7,0x8e,0xd9,0xd6,0x17,0x1e,0xba,0x65,
0xed,0xf7,0x1a,0xd5,0xf2,0xf5,0x8d,0xaa,0xf5,0x53,0xee,0x22,0x48,0xe3,0xbb,0x1b,
0x76,0xf9,0x41,0x9a,0xff,0x8,0x57,0x88,0x78,0x28,0xa7,0x29,0xdd,0x99,0x6f,0xfd,
0x94,0x97,0xa7,0xca,0xd1,0xd7,0x79,0x7d,0xde,0xe,0x6f,0xaf,0x59,0xb7,0xde,0xc0,
0xdb,0xe7,0xfd,0xa8,0x5d,0x42,0x50,0xd8,0x4a,0x7b,0xcb,0x26,0xba,0x13,0x24,0x57,
0xb8,0xb,0x15,0x2d,0xd0,0x60,0xd1,0xbb,0xb8,0xb1,0xb,0xb1,0xc,0x92,0xcc,0x59,
0x4,0x4,0x41,0x50,0xac,0x94,0xf6,0xaf,0xdc,0xa3,0x4b,0x5f,0x72,0x85,0xd7,0x3f,
0x47,0xb,0xdc,0x8d,0xea,0x4d,0xa8,0x40,0x81,0xb4,0x80,0x6f,0x35,0x42,0x10,0x4,
0x41,0xd0,0x80,0xc5,0xad,0x9a,0xa6,0x4c,0x1a,0xc,0x16,0x14,0x92,0x16,0x26,0x54,
0xa0,0x40,0x9a,0xe0,0x58,0xc7,0xff,0x8,0x8,0x82,0x20,0x8,0x1a,0xa0,0xf8,0xae,
0x87,0x29,0x93,0x6,0x83,0x65,0x9c,0x80,0xba,0x13,0x77,0x7f,0x3c,0x40,0x98,0xce,
0x23,0x0,0x49,0x5,0x15,0x29,0x8,0x82,0x20,0x8,0x82,0x20,0xa8,0x27,0x3d,0x9b,
0xe0,0xa,0xa7,0xa9,0x90,0x9,0x40,0xd2,0xe1,0xc6,0x3,0xf6,0x0,0x4,0x41,0x10,
0x4,0x41,0x10,0x4,0x75,0x25,0x2e,0x3c,0xe2,0x4e,0x2a,0x48,0x3b,0xdc,0x88,0x80,
0x8a,0x14,0x4,0x41,0x10,0x4,0x41,0x10,0x34,0xaf,0x50,0x81,0x2,0xa0,0x5,0xba,
0xff,0x42,0x10,0x4,0x41,0x10,0x4,0x41,0x73,0xa,0x15,0x28,0x0,0x66,0xc2,0x6f,
0x10,0x86,0x20,0x8,0x82,0x20,0x8,0x82,0x20,0xa3,0xf0,0x4a,0x7e,0x0,0xcc,0xa0,
0x22,0x5,0x41,0x10,0x4,0x41,0x10,0x4,0xcd,0xd0,0x65,0x84,0xa9,0xf0,0x8,0x0,
0x70,0xe0,0x46,0x6,0x8,0x82,0x20,0x8,0x82,0x20,0x8,0x92,0xba,0x88,0x30,0x15,
0x1a,0x1,0x0,0xed,0x70,0x63,0x3,0x4,0x41,0x10,0x4,0x41,0x10,0x4,0x41,0x10,
0x4,0x41,0x10,0x4,0x41,0x10,0x4,0x41,0x10,0x34,0x30,0x89,0xa1,0xa1,0x27,0xa9,
0x51,0x8,0x82,0xfc,0x16,0xc,0x6,0x41,0x10,0x4,0x41,0x10,0x94,0x1c,0x8d,0xe7,
0x4f,0xcc,0xd9,0x85,0x53,0x7e,0xaf,0x92,0x1b,0x7e,0xfd,0x78,0x31,0xf3,0x7,0x76,
0x61,0xf8,0xd,0x3b,0xa,0x99,0x17,0x6d,0x5b,0xf2,0x9c,0x67,0xa9,0x45,0x20,0x8,
0xea,0x55,0xbb,0xf2,0xf9,0x19,0x6,0xab,0x92,0xc1,0x76,0x8f,0x9e,0xf8,0x4c,0xb5,
0x8,0x4,0x41,0xf3,0x48,0xc,0xd,0x3d,0xa5,0x5e,0x2c,0xae,0xaa,0xe6,0x86,0xcf,
0x1f,0x27,0xaa,0xec,0xa5,0x7c,0xe6,0xbc,0x6d,0xa5,0x9c,0xa5,0x16,0x81,0x20,0xc8,
0x20,0xed,0x1d,0xf6,0xd,0xbc,0x3,0x41,0xbe,0x49,0x36,0x8c,0x8f,0x8f,0x2c,0x7a,
0xd,0x79,0x6a,0x87,0x5d,0xca,0xee,0xb3,0x8b,0x99,0xdd,0x76,0x21,0xbb,0xbf,0x5a,
0xcc,0x6e,0xa3,0xe1,0x1b,0x6e,0x18,0x1a,0x7a,0xaa,0x5c,0x12,0x82,0xa0,0x5,0x4b,
0x1a,0xac,0x32,0xb2,0xe8,0xf7,0x4d,0x6,0xab,0x14,0x86,0x5f,0xf,0x83,0x41,0x50,
0x77,0xba,0x7e,0x74,0xf4,0x38,0x7b,0x64,0xf8,0x63,0xf5,0x62,0xf6,0x40,0xa5,0x98,
0xd9,0x63,0x17,0xb3,0xbb,0xc9,0x47,0xbb,0xab,0x85,0xec,0xf5,0xf5,0xd1,0xe2,0x2a,
0xb5,0x18,0x4,0x41,0x1d,0xaa,0xaf,0x5a,0xf5,0xf4,0xea,0xc8,0xf0,0xa5,0xe4,0x97,
0xbb,0xe0,0x1d,0x8,0xf2,0x4f,0xb5,0x42,0x61,0x69,0xb5,0x94,0xf9,0xee,0xe4,0x48,
0x4e,0x4c,0x94,0x72,0xa2,0x4e,0xf0,0x70,0x8a,0xc7,0x8b,0xd9,0xc9,0xf1,0x42,0xf6,
0x35,0x6a,0x51,0x8,0x82,0x16,0xaa,0xb9,0xc,0x56,0x2b,0x66,0xa7,0x60,0x30,0x8,
0xea,0x4e,0x13,0x8b,0x8b,0x2f,0xb4,0x4b,0xb9,0xbb,0x77,0x91,0x97,0xea,0xa5,0x2c,
0x65,0x50,0x8e,0x97,0x26,0x8a,0xd9,0xc7,0xa8,0x60,0x78,0xdd,0x8e,0x25,0xb9,0x65,
0x6a,0x51,0x8,0x82,0x3c,0xaa,0x2e,0xce,0xc2,0x3b,0x10,0xe4,0xb3,0x2a,0x8b,0xb3,
0xcb,0xc9,0x57,0x5f,0xa9,0x96,0xb2,0x8f,0x71,0xd9,0x8e,0x86,0xa2,0x5a,0x24,0x68,
0x9c,0xa7,0xa7,0x68,0xba,0x56,0xca,0xd6,0xc7,0x4b,0x99,0x97,0xab,0x55,0x20,0x8,
0xea,0x56,0x93,0x6c,0xb0,0x91,0xae,0xc,0xf6,0x32,0x5a,0x1c,0xcf,0x4b,0x41,0x90,
0x41,0x7c,0xb7,0xb6,0x56,0xcc,0x6e,0xad,0x95,0x72,0xdb,0xb9,0x31,0xa2,0x46,0x5,
0x40,0x1a,0x97,0x5e,0xe2,0xa1,0x53,0x28,0xcc,0xfc,0xd2,0x2e,0xe,0x7f,0xab,0xbe,
0x24,0x53,0x54,0xab,0x41,0x50,0xea,0xd5,0xf2,0x4e,0x76,0x1e,0xef,0x64,0xbf,0x35,
0x31,0x32,0x5c,0x52,0xab,0x41,0x10,0x34,0x8f,0x6e,0x1b,0x3d,0xf1,0x99,0x54,0x81,
0xfa,0x4,0x79,0xea,0x17,0x53,0xe4,0x2d,0x2e,0xd7,0xd9,0xe4,0x2f,0xf2,0x92,0x1c,
0x67,0xc8,0x77,0x62,0x27,0xfb,0xac,0x98,0xbb,0x65,0x3c,0xbf,0x68,0x8b,0x5a,0x15,
0x82,0xa0,0xf9,0x34,0xb5,0xe2,0xa4,0x13,0xc8,0x50,0x7f,0xd7,0xad,0xc1,0x76,0xe4,
0x87,0x37,0xab,0x55,0x21,0x8,0xf2,0x68,0x67,0x26,0xf3,0x5c,0xbb,0x94,0xfd,0xd1,
0xae,0x52,0x5e,0x16,0xfa,0x28,0xe3,0x92,0x3e,0xf2,0x7a,0x49,0xde,0xe5,0x2d,0x66,
0x7f,0xbe,0xa3,0x98,0xfd,0x9c,0x5a,0xd,0x82,0x52,0xaf,0x6d,0xe4,0x9d,0x4a,0x31,
0xfb,0xe3,0xae,0xbc,0x53,0xc8,0x7e,0xde,0x59,0xb,0x82,0x82,0xd1,0xf4,0xf8,0xd8,
0xc8,0x74,0xb5,0xfc,0xb2,0x69,0xdb,0xba,0x68,0xda,0x1e,0xfb,0xd0,0xb1,0x6a,0xf9,
0x32,0xe2,0x8b,0x4d,0xdb,0xfa,0x76,0xd3,0x2e,0xdf,0xd0,0xac,0x5a,0xe3,0xe,0xe5,
0x3,0x34,0x9c,0x76,0xe0,0x71,0x82,0xe7,0xcb,0xe5,0xac,0x6f,0xf3,0x3a,0xbc,0x2e,
0x6f,0x43,0x32,0x3e,0x76,0x16,0x6f,0x5b,0xed,0x26,0x14,0x51,0x5e,0xc3,0xd,0x7b,
0x77,0xee,0x26,0x6f,0xd5,0xd8,0x53,0xd2,0x5f,0xe,0xb2,0xc1,0x9c,0xc7,0xd5,0x1d,
0xdf,0x6a,0x31,0xfb,0xcb,0x4a,0x21,0xf7,0x57,0xbb,0x47,0x47,0x8f,0x53,0xab,0x43,
0x90,0xff,0x4a,0x92,0xc1,0xb6,0x97,0xb2,0x65,0xca,0xa0,0xb6,0x75,0x6b,0x30,0xbb,
0x90,0xf9,0x4b,0x18,0xc,0xf2,0x43,0x49,0xf2,0x11,0x6b,0xc7,0xe2,0xe1,0x57,0x91,
0x5f,0x7e,0x39,0xa9,0x1a,0x21,0x1c,0xf,0xd1,0xb8,0xf6,0x92,0x2a,0x14,0x52,0x41,
0x90,0xd2,0x32,0x7b,0x2b,0xd9,0xec,0x7a,0xb5,0x2a,0x4,0x2d,0x48,0xd3,0xe3,0x67,
0x3e,0x7b,0x7a,0x7c,0xeb,0x3a,0x8a,0xf7,0xb,0xd8,0x3f,0xca,0x3b,0xca,0x3f,0xec,
0xd,0xed,0x1f,0xaf,0x77,0xb4,0x7f,0x28,0x5d,0xf9,0x47,0x79,0xe7,0x8b,0xae,0x77,
0x78,0x7b,0xe4,0x1f,0xb5,0x9b,0xd0,0x54,0x59,0x3c,0xfc,0xca,0x5,0x78,0x67,0xdf,
0x9d,0x99,0xcc,0x6,0xb5,0x2a,0x4,0xf5,0x24,0xd7,0x43,0x2a,0xf,0x62,0xff,0x28,
0xcf,0x34,0x8,0x11,0x38,0xe4,0x41,0xd7,0x7b,0x7c,0xc,0xfe,0xe6,0x59,0xb2,0xc7,
0xd0,0xed,0x85,0x45,0xab,0xc9,0x37,0xdf,0xa2,0xb2,0xdd,0x2f,0x9d,0x5e,0x46,0x1e,
0xc8,0x6b,0x2e,0xec,0x35,0xf2,0x16,0x37,0x96,0xd3,0xb2,0xff,0x35,0x5e,0xca,0xae,
0x93,0x5b,0x81,0xa0,0x5e,0x95,0x6,0x83,0xf1,0x5b,0x90,0xc8,0x30,0x6c,0x30,0xd5,
0x8d,0xcf,0xc3,0x1c,0x6,0xdb,0x31,0x92,0x3b,0x5d,0x6e,0x5,0x82,0xe6,0x51,0xc2,
0x7d,0xe4,0xaa,0x92,0xcf,0x9f,0x63,0x17,0xb2,0x13,0x5c,0x8,0x6c,0xf3,0x11,0xe3,
0xf1,0x91,0x66,0xa2,0x94,0xfd,0x19,0x15,0x10,0x3f,0xad,0x56,0x87,0x20,0xa3,0x1c,
0xff,0x8c,0x9d,0xe5,0x7a,0x47,0x56,0x8e,0x64,0x43,0x82,0x39,0xde,0xfd,0xe5,0x80,
0xae,0x68,0xf1,0xfe,0xe5,0x71,0xd0,0xf1,0xa8,0x43,0xf3,0x4d,0xe4,0x9d,0xdf,0x5a,
0xa8,0x77,0x2a,0xa5,0xcc,0xe5,0x6a,0x75,0x74,0x2f,0x87,0xba,0x96,0xd3,0xf0,0x60,
0x5d,0xa4,0x7c,0x14,0x4e,0x1e,0xb4,0x50,0xc8,0x73,0x32,0xbf,0xa2,0x63,0x55,0x87,
0xdd,0x93,0xb6,0x97,0x86,0x57,0xda,0xc5,0xdc,0xd7,0x6b,0xc5,0xdc,0xaf,0x64,0x23,
0xb8,0x1,0xbe,0xe3,0xeb,0x9d,0x9e,0x94,0xc3,0xec,0xcf,0xc6,0x4b,0x99,0xf,0xdd,
0x9f,0xc9,0xfc,0x86,0xda,0x14,0x4,0x75,0xa7,0x34,0x19,0xac,0x5a,0xca,0x9c,0x5a,
0x2b,0x66,0xc8,0x60,0xd9,0x9e,0xc,0x56,0x59,0xb4,0xe8,0x78,0xb5,0x29,0x8,0x6a,
0x53,0x9a,0x7c,0xc4,0xcf,0x72,0x6c,0xcf,0x66,0x5f,0x40,0x85,0xc0,0xca,0x2e,0xf2,
0x87,0x7c,0x8e,0xc3,0x40,0xa7,0x97,0x78,0x39,0x2a,0x8,0xee,0x25,0xff,0x6d,0x55,
0x9b,0x82,0x20,0xa7,0xd2,0x44,0x95,0x7d,0xae,0xb8,0xa8,0xc6,0x6,0x73,0xfc,0xe,
0x14,0x6b,0x5a,0x35,0x4c,0x5c,0xd0,0x4f,0xa5,0x8a,0xbd,0x53,0xc9,0xe5,0xce,0xb6,
0xb,0xb9,0xf1,0x85,0x7a,0x87,0xef,0xe4,0x8e,0x17,0x33,0xcf,0x53,0x9b,0x4a,0x93,
0x3e,0xa4,0x86,0x50,0x17,0x6a,0xf3,0x93,0x6d,0xdd,0xed,0x8d,0xe3,0x86,0x5d,0x7e,
0xc2,0x3b,0x1d,0x55,0x7a,0xf5,0xda,0x8e,0xc2,0xf0,0x1b,0xea,0xc5,0xec,0xc3,0xfc,
0x92,0x16,0x7d,0x37,0xd7,0xb9,0xa3,0xeb,0x78,0x8a,0xef,0xf2,0x72,0xe3,0xb8,0x4c,
0x97,0xd3,0xb4,0x1c,0x8d,0x4f,0xca,0xb4,0xcc,0x83,0x76,0x21,0x73,0xd1,0x2d,0xf9,
0xfc,0xaf,0xab,0xcd,0x41,0xd0,0x4c,0xa5,0xd9,0x60,0xfc,0xd,0xa8,0x9e,0xc,0x26,
0x97,0x85,0xc1,0xa0,0x96,0xd2,0xec,0xa3,0x6d,0x43,0x43,0x4f,0x23,0x2f,0x7c,0x64,
0x37,0xf9,0x63,0x82,0xbd,0xa1,0x7c,0xc2,0xde,0x61,0x2f,0x49,0xef,0xa8,0x69,0x9d,
0xae,0x97,0xe1,0x6,0xc,0x2a,0x40,0xde,0x52,0xcf,0xe7,0xf1,0x20,0x6f,0x4a,0x25,
0xbd,0x23,0xef,0x34,0x8d,0x7d,0x48,0x56,0x9a,0x6c,0xeb,0x98,0x29,0x3e,0x23,0x8d,
0x73,0xb7,0xf7,0x32,0xfe,0x1d,0xea,0x67,0x75,0x25,0xf6,0x4e,0xad,0xb0,0xe8,0xc3,
0xbb,0x47,0xf2,0x3d,0x79,0xa7,0x52,0xc8,0xde,0x4a,0x95,0xb0,0x31,0xb5,0xb9,0xb4,
0x48,0x10,0x97,0x39,0xa3,0x90,0x49,0xdc,0xdb,0xc0,0xf5,0x93,0x29,0x5e,0xe3,0x4c,
0xcb,0x6b,0x73,0xf6,0xa8,0xa0,0x32,0x5d,0xd9,0x2e,0x66,0x7e,0x2c,0x9f,0x23,0x64,
0xcf,0x78,0x90,0x65,0x3b,0xed,0x37,0x86,0xcb,0x7c,0xaa,0xdc,0xc7,0xd3,0xdc,0x48,
0x21,0x9f,0x81,0x2f,0x65,0xef,0xa3,0xe5,0xde,0x86,0x6,0x73,0xa8,0x4d,0x30,0x98,
0x7f,0x6,0xab,0x15,0xb2,0x17,0xfe,0x0,0x6,0x4b,0xa5,0xe0,0x23,0xa7,0x25,0x7d,
0x3c,0x9f,0x79,0x59,0xb5,0x98,0xb9,0x4b,0xbf,0x94,0xc5,0x4b,0x9b,0x8f,0x78,0xda,
0xe3,0x23,0x86,0xbd,0x57,0x2b,0xe6,0x9e,0xa0,0x42,0xe1,0xd,0xe4,0x27,0xf4,0x41,
0x4f,0x89,0x64,0xc5,0x89,0x2a,0xec,0x91,0xbe,0x53,0xdb,0xf,0xce,0x5d,0xde,0xb,
0xd4,0xcf,0x35,0x8a,0xbd,0x63,0x17,0x32,0xe7,0xf6,0xeb,0x9d,0x3a,0x79,0xa7,0x52,
0x4a,0xd5,0xb3,0x85,0x5c,0x89,0x62,0xe8,0x14,0x42,0x5a,0xba,0x21,0xaf,0x33,0x3f,
0x8a,0x4b,0x23,0x5e,0x4f,0xd0,0xff,0xf,0x93,0xcf,0x6a,0x85,0x93,0x97,0x8e,0x17,
0xb2,0x57,0x53,0xbe,0xf2,0x38,0x97,0xf1,0xbc,0xbe,0x91,0x5e,0x62,0x74,0x83,0x84,
0x1c,0x6f,0x5f,0x86,0xc7,0xb9,0x9c,0xb7,0x6b,0x84,0x9f,0x93,0xcf,0xed,0xba,0x33,
0x97,0xfb,0x4d,0xb5,0x69,0x28,0xad,0x82,0xc1,0x5a,0x62,0x83,0x55,0xa,0xd9,0xab,
0xfc,0x32,0xd8,0x78,0x6e,0x51,0xe8,0xf,0x21,0x43,0x83,0x11,0x7c,0xd4,0xd2,0xc5,
0x43,0x43,0x4f,0xae,0xe5,0x72,0xa7,0x93,0x8f,0xee,0xd8,0xe9,0xbe,0xd5,0x92,0x7c,
0x43,0x7e,0x71,0x7c,0xd2,0xd9,0x9a,0xee,0xa4,0x39,0x3e,0xe2,0x86,0xa,0x1a,0x52,
0x1a,0x17,0x6,0x27,0x8a,0xd9,0xff,0xa1,0x2,0xe5,0x57,0xd5,0xa6,0xa1,0x84,0x8a,
0x2a,0xe5,0x67,0x71,0xe5,0x9c,0xe2,0x2a,0x79,0x15,0xa7,0x59,0x30,0xdd,0xa1,0x62,
0xef,0xdc,0x9e,0xcd,0xae,0x23,0x5f,0xf8,0xe2,0x9d,0xf1,0x7c,0xe6,0x6b,0x6a,0xd3,
0x69,0x90,0xae,0x44,0xa1,0x22,0x45,0x32,0x79,0x2a,0xd1,0xf9,0xd1,0x2c,0x38,0x3e,
0x73,0xba,0xa6,0x57,0xb,0x99,0x17,0x51,0x7e,0xb2,0x43,0x7d,0xe3,0xd3,0xf1,0x96,
0xeb,0x1f,0xed,0x29,0xc7,0x6f,0x2d,0x6f,0xb5,0xe6,0x6b,0xd8,0x5f,0xfc,0x22,0x97,
0x5a,0x31,0xf3,0xf7,0x37,0xad,0x38,0xe9,0x4,0x79,0xc2,0xa1,0x74,0x9,0x6,0x73,
0x98,0x61,0xb0,0xa2,0x7f,0x6,0xa3,0x6d,0xfd,0x7d,0x7d,0xd5,0xc9,0xcf,0x90,0x27,
0x1c,0x4a,0xa4,0xe0,0x23,0x7,0xaf,0x8f,0xe4,0xf3,0x1c,0x85,0xdc,0xeb,0xed,0x42,
0x76,0x9a,0x9f,0x15,0xd4,0xbe,0x91,0x28,0x8f,0xb4,0x7b,0xc9,0xe3,0x21,0xef,0x38,
0xe1,0x64,0x54,0xd9,0xfb,0xaa,0x85,0xc2,0x8b,0xe4,0x9,0x87,0x12,0x23,0x75,0xd7,
0xe9,0x43,0x14,0x3f,0xd5,0xce,0x78,0x4a,0x17,0xd6,0x38,0x9f,0x7,0xfa,0x5f,0x32,
0x42,0xa5,0xff,0xa7,0xd4,0x8a,0xb9,0x3f,0xa4,0x82,0xde,0x51,0x3f,0xbc,0x43,0x69,
0xf7,0x8f,0x17,0xa,0x2f,0x56,0xa7,0x3c,0xe9,0xf2,0x56,0xa2,0x52,0x59,0x91,0x72,
0x3c,0x65,0x5d,0x94,0xc8,0x5e,0x10,0x7d,0x72,0xf4,0xc7,0x9b,0x6b,0x3b,0x5f,0xb1,
0xf4,0x3f,0xc8,0x33,0xf,0xc9,0x4f,0x5,0x78,0x7c,0xc4,0x7e,0x71,0x1a,0x20,0x1c,
0xf,0xf1,0xb8,0x6e,0xac,0x90,0x8d,0x13,0x8e,0x97,0xe4,0xb8,0x9e,0x96,0xdd,0x6c,
0x8b,0xd9,0x43,0xe3,0xc5,0xec,0x7,0x77,0x8f,0x8e,0x3e,0x53,0x5d,0x2,0x28,0xc9,
0x82,0xc1,0x66,0xe7,0xf0,0x8f,0x37,0xd5,0x77,0x91,0xc1,0xa8,0xc0,0xe6,0xab,0xc1,
0xa8,0xa2,0xf5,0x1,0x18,0x2c,0x59,0x82,0x8f,0xe6,0xc2,0x1a,0x7f,0xe0,0x1f,0x4f,
0xff,0x1b,0xbb,0x98,0xf9,0x32,0xc5,0xff,0xff,0xb8,0x8d,0x11,0xec,0x17,0xe9,0x11,
0xf6,0x8e,0x33,0xd4,0x68,0x2f,0xb9,0x2d,0xea,0x72,0x3e,0xaf,0xe3,0x4c,0xd7,0x4a,
0xd9,0xff,0xa9,0x16,0x33,0xb7,0x8d,0x2f,0x49,0xe5,0xc3,0xf2,0x89,0x13,0x37,0x3c,
0x70,0xb7,0x36,0x8a,0x97,0xd4,0xdc,0x75,0xea,0x96,0x83,0xd7,0x6c,0xf8,0xe1,0xe4,
0xff,0x2a,0xdd,0x44,0xbe,0xf9,0xa5,0x1f,0xde,0xa1,0xf1,0x5f,0x91,0x17,0x6f,0x4f,
0x89,0x77,0x3a,0x2b,0x51,0xcc,0x38,0xe1,0xfb,0x5b,0x13,0xa3,0x26,0xb7,0x41,0xa2,
0xe3,0xb9,0x5b,0xe0,0xd0,0xb8,0xd3,0x12,0xf7,0xfe,0xed,0x1a,0x31,0xb9,0xb5,0x24,
0x7b,0xb,0x31,0xec,0x25,0xd7,0x5f,0x72,0x9a,0xfd,0xa3,0xfd,0xe4,0x4c,0x4b,0x68,
0xdc,0xf1,0x92,0x42,0xa5,0xb3,0xcf,0x9c,0xb7,0x32,0xe7,0xe,0x8e,0x17,0x72,0x17,
0xe1,0xf9,0xa8,0x4,0xb,0x6,0x9b,0x1b,0x36,0xd8,0x7d,0x7f,0x7b,0x9a,0x98,0x9a,
0x61,0x30,0xc7,0x30,0xae,0xc1,0xd8,0x40,0x3c,0xae,0xa6,0x4d,0x6,0xd3,0xe9,0x5e,
0x83,0xd9,0x85,0xdc,0x3b,0x60,0xb0,0xf8,0xb,0x3e,0x9a,0x9f,0xa3,0x3f,0xdd,0x22,
0xee,0x7a,0xcf,0x4a,0x51,0x5b,0x99,0x17,0x75,0xe5,0x19,0xaf,0x97,0xda,0x1b,0x20,
0xf4,0x7c,0x67,0x19,0x39,0xad,0x87,0x9e,0x74,0x2e,0x4c,0xd6,0x4b,0xb9,0x27,0x68,
0xfc,0xc6,0xda,0xc8,0xc9,0xf8,0x84,0x40,0x4c,0x25,0x2b,0x4f,0x9e,0x86,0x87,0x34,
0xde,0xb1,0x9d,0x8b,0xa3,0x37,0x8e,0x89,0xbb,0xdf,0xbb,0x2a,0x20,0xef,0xe4,0x6e,
0x4c,0xc1,0xf7,0x6d,0x4c,0x95,0x28,0x26,0xb1,0x15,0x29,0xb7,0x41,0xf,0x79,0xd2,
0x9c,0x1c,0xfe,0xde,0x26,0xb1,0xf7,0xbc,0x65,0xa2,0xb6,0x84,0x5f,0x72,0xa4,0x7d,
0xe4,0xf8,0x45,0xfa,0xaa,0xad,0xe1,0x41,0xcf,0x57,0xcb,0x78,0xd2,0x25,0xec,0x2d,
0xb9,0x8c,0xf4,0x96,0xd8,0x3b,0x92,0x17,0x95,0x62,0xee,0x3b,0x95,0xe2,0xa2,0xc5,
0xea,0xb2,0x40,0x49,0x11,0xc,0xd6,0x1d,0xd2,0x60,0x7f,0xb0,0x4c,0xd4,0x97,0xfa,
0x6b,0x30,0xae,0x8c,0xed,0x21,0x83,0x51,0xda,0x77,0x76,0xc2,0x60,0xb1,0x15,0x7c,
0xd4,0x1d,0x8d,0x4a,0x59,0x1c,0xbc,0x6a,0xbd,0xd8,0xf9,0xc2,0xc5,0x82,0xbb,0xc4,
0xb2,0x3f,0xdc,0x2,0x9e,0x42,0x4e,0xab,0xb4,0xf6,0x79,0x2a,0x9d,0x60,0xff,0xb4,
0xfb,0x8d,0xef,0xec,0x72,0xf7,0xa4,0xdc,0xa3,0xdb,0x4a,0x99,0x8b,0xd4,0x65,0x81,
0x62,0xa2,0xce,0xca,0x13,0x98,0x9,0x55,0x28,0xc5,0xc1,0xab,0x83,0xf5,0xce,0x78,
0x29,0x97,0x74,0xef,0x98,0x2a,0x50,0x9a,0x3,0x44,0x62,0x2a,0x91,0x32,0x4f,0xe2,
0x67,0x70,0x91,0x27,0xcd,0xcb,0x91,0x1f,0x6f,0x96,0xd,0x7b,0x93,0xeb,0xa,0x4e,
0x17,0x57,0xe5,0x8b,0x96,0x7f,0x14,0xa6,0x34,0xd,0x97,0xeb,0x74,0xb9,0x8f,0x96,
0x93,0x3e,0x53,0x4c,0x8e,0xc8,0xde,0x12,0x4d,0x4a,0xbf,0xb4,0x5a,0x2c,0x3e,0x47,
0x5d,0x22,0x28,0xce,0x82,0xc1,0xba,0xe7,0xe8,0x8f,0xb7,0x88,0xbb,0xde,0x3d,0x8f,
0xc1,0xd8,0x3c,0x3d,0x1a,0x8c,0xdf,0xae,0xc4,0x6,0xab,0x90,0xc1,0x6e,0x84,0xc1,
0x62,0x25,0xf8,0x68,0x1,0x50,0x21,0xf0,0xf0,0xf7,0x36,0x8a,0x7d,0x7f,0xb4,0x5c,
0xd4,0x47,0xf5,0x33,0x81,0x9e,0x82,0xa0,0xeb,0xf,0x66,0xe,0x2f,0x11,0xda,0x4b,
0xde,0xf5,0xb9,0x41,0xa2,0x5e,0xca,0x3d,0x4e,0xd3,0x15,0x7b,0x49,0xf6,0x5,0xea,
0x12,0x41,0x11,0x16,0x2a,0x4f,0x5d,0xa2,0xbc,0xb3,0xff,0x8d,0xc1,0x7a,0x87,0xd6,
0x4d,0xba,0x77,0x4c,0x95,0x27,0x2f,0xd3,0x44,0xec,0x2b,0x52,0xa6,0x17,0x18,0x1,
0x33,0xdc,0xb0,0x77,0xff,0xe5,0x6b,0xc5,0xce,0xff,0x55,0x92,0xdf,0xf2,0xa4,0xb2,
0x18,0x95,0xcf,0x18,0x8f,0x47,0x5c,0xd8,0x3b,0xec,0x19,0xc7,0x37,0x72,0x19,0x8d,
0x5a,0x56,0x2f,0xdf,0x9a,0xe7,0xa4,0xa9,0x6d,0x1f,0xb5,0xb,0x99,0xf,0xef,0xcc,
0x64,0x9e,0xab,0x2e,0x15,0x14,0x47,0xc1,0x60,0xb,0x80,0x32,0xaf,0x7,0xd8,0x60,
0xcf,0x1f,0xe9,0xcf,0x60,0xca,0x48,0x26,0x83,0xf1,0x34,0x6f,0xbb,0xae,0xc,0xb6,
0x63,0x78,0xf8,0x64,0x75,0xa9,0xa0,0x8,0xb,0x3e,0x5a,0x20,0x3b,0x2c,0x71,0xef,
0x25,0x6b,0x44,0x7d,0x55,0x41,0xc6,0xbb,0xf4,0x4c,0x87,0x97,0x78,0xdc,0x49,0xd7,
0x5e,0x72,0xa6,0x5d,0xbf,0xc8,0x71,0xb5,0xac,0x5c,0xce,0x59,0x46,0xa7,0xf1,0xb2,
0x54,0x20,0x7c,0xa2,0x5a,0xcc,0xdc,0x5e,0xcd,0xf,0x9f,0xa9,0x2e,0x15,0x14,0x31,
0xa1,0xf2,0xb4,0x40,0xb4,0x77,0x56,0x17,0x9c,0xbb,0x50,0x2a,0xf6,0xfd,0xf4,0xe,
0x77,0xeb,0x63,0xef,0xd4,0xf8,0xf9,0xa8,0x5c,0x2e,0xa9,0x6f,0x8d,0x35,0x55,0x9c,
0x3a,0x89,0x6d,0x45,0x8a,0x5f,0xdc,0xd3,0x74,0x9e,0x25,0x34,0xc7,0x11,0x98,0x81,
0xec,0x65,0x74,0xc1,0x32,0x51,0x5f,0x96,0x77,0xf2,0x25,0x85,0xe3,0x8b,0xd6,0xb4,
0x44,0xfa,0x46,0xd,0x5d,0x3a,0x96,0x99,0x3,0xee,0x75,0x54,0x2f,0x64,0xf7,0x55,
0xa,0x99,0x33,0xf8,0x7a,0x91,0xdf,0xce,0xb2,0x8b,0x99,0x37,0x8f,0x97,0xb2,0x17,
0xd0,0xfe,0x2e,0xa8,0x14,0x33,0x6f,0x1a,0x2f,0x2c,0x5a,0x2d,0x2f,0x26,0x14,0x3d,
0xc1,0x60,0xb,0xe7,0xf0,0x75,0x9b,0xc4,0xbe,0xb,0xb8,0xf5,0x8f,0xc,0xe6,0xf9,
0x1e,0x47,0x10,0x6,0xe3,0x8f,0x26,0xd6,0xc8,0x60,0xfa,0x4b,0xf2,0x26,0x83,0xdd,
0x91,0x5f,0xb4,0x46,0x5e,0x4c,0x68,0x60,0x82,0x8f,0x7a,0xe3,0xe1,0x6b,0x36,0x88,
0x5d,0xbf,0xb7,0x44,0x35,0x46,0xa8,0xb8,0x27,0x7f,0x38,0x5,0xba,0x76,0x2f,0xe8,
0x34,0x5d,0xf8,0x9b,0xd3,0x4b,0x1d,0xe9,0xdc,0x7,0x7d,0xa2,0x94,0xfd,0x55,0xa5,
0x94,0xfd,0x17,0xbe,0x5e,0x95,0x25,0x8b,0x4e,0xa9,0xe6,0xf3,0x7f,0x34,0x9e,0xcf,
0xfe,0x11,0x7b,0xa9,0x4a,0xc3,0xed,0xb9,0xe1,0x57,0xf2,0xab,0xa2,0xe5,0x5,0x85,
0x42,0x13,0xdf,0xb9,0x55,0x6f,0xaa,0x94,0x31,0x81,0x67,0x9e,0xba,0x83,0xbd,0xb3,
0xfb,0xdc,0xf0,0xbc,0x63,0x97,0x86,0xbf,0xc2,0xd7,0x8b,0xbd,0x53,0xc9,0xe7,0xdf,
0xa8,0xbd,0xc3,0xc3,0x4a,0x6e,0xf8,0x15,0x31,0xf6,0x8e,0xa9,0xd2,0x34,0x1b,0xb1,
0xa9,0x48,0x7a,0x7c,0x85,0x17,0xb1,0x2c,0x80,0xc3,0xdf,0xdf,0x2c,0xf6,0xff,0xe9,
0xa,0x31,0x71,0x1a,0x55,0x6e,0xb8,0x4c,0xc7,0xd,0xb,0xca,0x13,0x4e,0x19,0xaf,
0xdd,0x5f,0x3c,0x2d,0xd3,0xe5,0x38,0xa5,0x49,0x94,0xc7,0xf4,0x72,0xb3,0x78,0x8d,
0xd7,0x91,0x8d,0xf0,0xc5,0xec,0xe3,0x95,0x42,0xf6,0x5b,0x76,0x21,0xf3,0x77,0xb5,
0x62,0xf6,0x4e,0x5a,0xfe,0x20,0xcd,0xbb,0x9f,0xb6,0xfb,0x80,0x33,0x9e,0xf9,0x4f,
0x2a,0xeb,0x7d,0x94,0xb6,0xf9,0xd7,0xd5,0x42,0xf6,0x35,0xf5,0x55,0xab,0xf0,0xf6,
0xe6,0x41,0xb,0x6,0xeb,0x8d,0x23,0x3f,0xd8,0x2c,0xe,0xfc,0xd9,0xa,0x31,0x19,
0xb2,0xc1,0xc6,0xb,0xd9,0x6f,0x2a,0x83,0x6d,0xf3,0x1a,0x4c,0xbe,0x80,0xa2,0x94,
0xfd,0x8f,0x1d,0x30,0xd8,0x40,0x4,0x1f,0xf5,0x88,0x4d,0x85,0xc0,0x6f,0x6d,0x14,
0x7b,0xcf,0x1f,0x15,0xf5,0x65,0x6e,0x9c,0xbb,0xbe,0xf0,0x7a,0xc9,0x3b,0xe4,0x74,
0x5e,0xc6,0x6d,0xac,0xe0,0x79,0x72,0x3e,0xf,0x79,0xba,0x95,0xae,0xd7,0xd3,0x70,
0xab,0x3a,0xad,0xf7,0x20,0xf9,0xe8,0x43,0xe4,0x93,0xab,0x6b,0x85,0xdc,0x43,0xec,
0x21,0x5a,0xf7,0x7e,0xe2,0x1,0x3a,0x86,0x3d,0x95,0x52,0xee,0x72,0x9a,0xff,0x7e,
0x9a,0x7e,0x97,0x3d,0x92,0x5d,0xa1,0x2e,0x33,0x14,0x90,0xd4,0x1b,0xf7,0x64,0xb7,
0x57,0x54,0x9e,0xba,0x84,0xbc,0x73,0x88,0xbc,0xb3,0xef,0xf,0xc3,0xf5,0x4e,0xa5,
0x48,0x7e,0xe9,0xf0,0xe,0xe1,0x14,0xf4,0xc8,0x3b,0x94,0x27,0x7d,0x26,0xa6,0xde,
0x31,0x55,0x96,0xe6,0x22,0xf2,0x15,0x29,0xe7,0xae,0x6e,0xda,0x3f,0x1,0xb0,0x70,
0x8e,0xde,0xb2,0x45,0xdc,0xfd,0xc1,0x55,0x62,0x6a,0x3,0xf7,0x8c,0x50,0x7e,0x71,
0xfd,0xe4,0x20,0xc7,0x5d,0xd8,0x6f,0x8e,0xe7,0x1c,0xdf,0x38,0xd3,0x5e,0xef,0xb8,
0xe5,0x3e,0x77,0x9a,0xb7,0xd3,0x1a,0x97,0xcb,0xf3,0xfc,0x42,0xf6,0xe7,0xb5,0x52,
0xee,0xbf,0xb9,0xd1,0x62,0xaa,0xc4,0x77,0xc0,0xf2,0x62,0x62,0xc4,0x19,0xa7,0xf9,
0xdc,0xad,0xf6,0x58,0x9d,0x20,0xbf,0xef,0xb3,0x8b,0x99,0xaf,0xdb,0xa5,0xe1,0x97,
0x5c,0xb3,0x6a,0xd5,0xd3,0xd5,0x25,0x87,0xc2,0x14,0xc,0xd6,0x1b,0x47,0x6f,0x19,
0x53,0x6,0x2b,0x46,0xc6,0x60,0x3c,0xec,0x34,0x18,0x65,0x76,0xd7,0x54,0x4a,0xc3,
0xe7,0x6c,0xdb,0x38,0xf4,0x34,0x75,0xc9,0xa1,0x0,0x4,0x1f,0xf5,0xce,0x91,0x1b,
0x36,0x8b,0x3,0x6f,0x5f,0xe1,0x79,0x29,0x8b,0x13,0xf7,0x32,0xe6,0xe5,0x78,0xcb,
0x4b,0xce,0x90,0xe6,0xb1,0x17,0x5c,0xbf,0xb5,0x7b,0xc5,0x34,0x6d,0x4a,0x27,0xbf,
0x3d,0x51,0x2b,0xe6,0x1e,0xa1,0x42,0xe1,0x63,0xdc,0x82,0xcf,0x77,0x92,0x79,0xc8,
0xc7,0xc0,0xd0,0xf6,0x7f,0x56,0x2d,0x64,0x1a,0xe4,0xb3,0xc3,0x94,0x51,0xdd,0x50,
0x29,0x64,0xde,0x77,0x78,0xf4,0x44,0x7c,0x6a,0xc0,0x67,0x71,0xe3,0x3,0xee,0xdc,
0xf6,0xc6,0xd1,0x9f,0x6c,0x71,0xbc,0x33,0x1a,0x5d,0xef,0x54,0x94,0x77,0xb6,0x2d,
0x79,0xce,0xb3,0xd4,0x25,0x8f,0xb2,0x4c,0x15,0xa5,0xf9,0x98,0xf1,0xb1,0xf0,0x28,
0xc8,0x6d,0xd4,0xb3,0xad,0x63,0xa6,0xd8,0x1,0x73,0xf3,0xf0,0xd7,0x9d,0xbb,0xbb,
0x75,0x8a,0x6d,0x2e,0x6b,0x49,0xf,0x71,0xf9,0x4d,0xc6,0x77,0x3b,0x6e,0x59,0xce,
0x53,0x7e,0xd3,0x9e,0x6b,0xf3,0x13,0x8f,0x7b,0xa7,0x15,0x9d,0xcb,0xf1,0xfe,0x18,
0xf7,0xae,0xb2,0x7,0x4e,0xe3,0x37,0x6f,0xb2,0xcf,0xf8,0xd8,0xa8,0x9c,0xf7,0x78,
0xbd,0x98,0xd9,0x39,0x5e,0xcc,0x7c,0x49,0xf7,0x52,0x82,0x42,0x10,0xc,0xd6,0x1f,
0x7,0xc9,0x60,0xbb,0xc8,0x60,0xb5,0x18,0x18,0xac,0x46,0x6,0xab,0x16,0x33,0x5f,
0xa4,0xc,0x6f,0xab,0xba,0xfc,0x90,0x4f,0x82,0x8f,0xfa,0xa3,0x31,0x5e,0x16,0xf,
0x7e,0x61,0x9d,0x98,0x3c,0xa3,0x24,0x76,0x52,0xbc,0xea,0x38,0x9e,0xcd,0x4b,0x8c,
0xd3,0x98,0xd0,0x3e,0x5f,0xfa,0x43,0xa7,0xe9,0xf1,0x8e,0x65,0xdc,0xe5,0x3c,0xd3,
0xd2,0x27,0x9e,0x69,0x17,0xf2,0x10,0xb7,0xb8,0x4f,0xb0,0x97,0xe4,0x71,0xc9,0xef,
0xb6,0x1d,0xad,0x96,0x32,0xdf,0xb5,0xf3,0xd9,0xb7,0xab,0xcb,0xf,0xf5,0xa9,0x69,
0x7b,0xec,0x2,0x8a,0x3,0xdc,0xb9,0xed,0x1,0xf6,0xce,0x43,0xe4,0x9d,0xa9,0xe7,
0xc7,0xc9,0x3b,0x8b,0xa2,0xee,0x1d,0x53,0x25,0xa9,0x1b,0x22,0xf5,0xd6,0x42,0xd5,
0xa8,0x77,0x40,0xc6,0x9,0xee,0xea,0x2e,0x18,0x7e,0xe,0x6a,0xff,0x5b,0x56,0x88,
0x89,0xd5,0xba,0x97,0x91,0xe3,0x2b,0x7,0x35,0x4e,0x31,0xee,0xf5,0x4e,0xab,0x9c,
0xc7,0xe9,0x6a,0xdc,0x93,0x36,0xa3,0xfc,0xd7,0xb6,0x3d,0x27,0xdd,0x19,0xb6,0xb6,
0x27,0x51,0xdb,0xf7,0xa2,0xf7,0xcf,0xe3,0x5c,0xe6,0xe3,0x6,0xc,0xf2,0xe2,0x13,
0xd5,0x42,0xee,0x87,0x77,0xa2,0x22,0x15,0xbc,0x60,0xb0,0xfe,0x60,0x83,0xed,0x63,
0x83,0xad,0xf2,0xc7,0x60,0xce,0x72,0x9e,0x34,0x5e,0xa6,0x6d,0x7b,0x6a,0x39,0x39,
0x6c,0x6d,0x4f,0xa2,0xb6,0xef,0x45,0xef,0x9f,0xc7,0xd9,0x60,0x2a,0xb3,0x7b,0xa2,
0x56,0xc8,0xfd,0xe7,0xe,0x54,0xa4,0x7c,0x13,0x7c,0xd4,0x27,0x95,0xb2,0x78,0xf8,
0x1b,0x1b,0xc5,0x9e,0xd7,0x8c,0x8a,0xda,0x62,0xa7,0xe0,0x25,0x7d,0xa3,0xe2,0x9e,
0x3d,0x31,0xc3,0x4b,0x1a,0x8e,0x73,0x99,0x3e,0xd3,0x3,0xce,0x36,0x5a,0xe3,0x72,
0x28,0xb7,0xe3,0x59,0x86,0x7d,0xe4,0xce,0x53,0xeb,0xe8,0x69,0x35,0xd4,0xcb,0xf1,
0xb4,0xc7,0x47,0x54,0x38,0xcc,0xdc,0x33,0x5e,0x44,0x45,0xaa,0x1f,0xe1,0xb9,0xc1,
0x3e,0x51,0xde,0xd9,0xfb,0x9a,0xa5,0xb1,0xf1,0xe,0x33,0x59,0xcc,0xde,0x4d,0x69,
0x51,0xf6,0x8e,0xa9,0x82,0xd4,0x2d,0x91,0xa8,0x48,0x39,0x1f,0x71,0x47,0xc3,0x44,
0xaf,0x34,0xb6,0x59,0xe2,0xde,0x8f,0xaf,0x11,0x3b,0x37,0x97,0xdc,0x97,0xb4,0x38,
0x71,0xed,0x78,0xc3,0xf5,0x15,0xcf,0xe3,0x69,0x15,0xf3,0x32,0x4d,0x8d,0x4b,0xd8,
0x33,0x9e,0x69,0x77,0xbe,0x4c,0xe3,0x71,0x4e,0xf3,0x2e,0xab,0xb6,0xad,0xd7,0x57,
0xe9,0x8e,0xc7,0x5a,0xd3,0x32,0x4d,0x6d,0xd7,0xd9,0xa6,0x33,0x4f,0xde,0x9,0xa6,
0x71,0xfa,0x5f,0xf0,0x1f,0xd5,0xc2,0xf0,0x26,0x15,0xe,0x90,0xdf,0x82,0xc1,0xfa,
0x64,0x3b,0x7f,0x54,0x77,0x8d,0x98,0xda,0x5c,0x8c,0xa5,0xc1,0xea,0xc5,0xdc,0xf,
0xaa,0x85,0x2,0xc,0xd6,0xa7,0xe0,0xa3,0xfe,0x69,0xdc,0x31,0x26,0xee,0x7e,0xff,
0x2a,0x51,0x5d,0x96,0x17,0x53,0x2a,0xf6,0x75,0xbc,0x3a,0x71,0xcd,0x69,0xce,0xb8,
0x1b,0xcf,0x6e,0xba,0x13,0xe3,0x1a,0x1d,0xf3,0xee,0xb8,0x77,0x19,0x39,0xae,0x96,
0x95,0xdb,0x9b,0xe9,0x23,0xb9,0x9e,0x67,0xdc,0x39,0x96,0xd6,0x7a,0x7a,0xfb,0x5c,
0x89,0x62,0x2f,0xd5,0x8a,0x39,0x2a,0xc,0xe6,0xfe,0x58,0x85,0x3,0xb4,0x0,0xa9,
0xc6,0x7,0x78,0xa7,0xf,0xb4,0x77,0x6a,0xcb,0x23,0xe8,0x1d,0x95,0x7,0xba,0xf3,
0xd4,0xb6,0xbc,0xde,0x19,0x8f,0xae,0x77,0x4c,0x95,0xa3,0x85,0xf0,0x21,0x62,0x20,
0x52,0xbd,0x22,0xbe,0x68,0x8a,0x17,0xd0,0x3d,0xdc,0xcb,0x68,0xf7,0x2b,0x55,0x2f,
0x23,0x8e,0x79,0x8e,0x63,0x37,0xb6,0x1d,0xf,0x38,0xe5,0x3d,0xe5,0x11,0x2f,0x72,
0x39,0x67,0x7e,0x5b,0x9a,0x5a,0xbf,0x73,0x5b,0x1a,0xc7,0x9b,0xce,0xb0,0x6d,0x9e,
0x77,0x59,0xb5,0xae,0x5c,0xd6,0x34,0x9f,0x70,0xef,0x48,0x15,0x73,0xff,0xbe,0x3d,
0x97,0x5b,0xab,0x42,0x3,0xf2,0x43,0x30,0x98,0x3f,0xc8,0x37,0x88,0xbd,0x72,0x69,
0x9c,0xd,0xc6,0xe9,0x30,0x58,0x8f,0x82,0x8f,0xfc,0xe3,0xa1,0x2f,0xad,0x17,0x3b,
0x5f,0xbc,0x58,0xc6,0x65,0x67,0xc1,0xce,0xf1,0x90,0x33,0xee,0x2d,0xe4,0xb9,0x31,
0x2d,0x87,0x3a,0x5d,0xd,0x95,0x7,0x78,0x5c,0x7a,0x49,0xce,0xd3,0x38,0xdb,0x9b,
0xe1,0x21,0x85,0x77,0x79,0xbd,0xbf,0xb6,0x65,0x3d,0xf3,0x75,0xf7,0x9,0x4a,0x3b,
0x60,0x17,0xb2,0x6f,0x50,0xa1,0x1,0x75,0x21,0xf2,0xe,0xba,0xbe,0xfa,0x80,0xf4,
0xce,0x8b,0xe2,0xeb,0x1d,0x1a,0xee,0x8f,0xa8,0x77,0x4c,0x15,0xa3,0x85,0xf2,0x45,
0x22,0x54,0xc9,0x3b,0xbb,0xea,0x99,0x5c,0xf4,0x8a,0xe8,0x9d,0x87,0xbf,0xb9,0x51,
0xec,0x7d,0xfd,0x32,0x31,0x71,0x6a,0x5e,0xde,0x39,0xf5,0x7a,0xc6,0x89,0xed,0x56,
0x7c,0x4b,0x28,0xad,0x33,0xd6,0x9d,0x69,0xed,0x2f,0x27,0xcd,0x45,0x4f,0xd3,0xd0,
0x5d,0x5f,0x6d,0x43,0xfa,0xc8,0xbb,0x9c,0xc2,0xdb,0x70,0x21,0x97,0x53,0xe3,0x12,
0x3e,0x26,0x79,0x5c,0xad,0xf9,0x5c,0xc6,0xe3,0xb2,0x29,0x6d,0xe7,0xbb,0x55,0x94,
0xf3,0xfc,0x11,0xc,0xe6,0xf,0x87,0xc8,0x60,0xfb,0xc8,0x60,0x75,0x18,0x2c,0x95,
0x82,0x8f,0x7c,0x62,0xdc,0x12,0x7,0xaf,0x5a,0x2f,0x76,0xbf,0x7c,0xa9,0xa8,0x2f,
0xe1,0x96,0x69,0x1d,0xe3,0xda,0x3f,0x1e,0x7f,0x28,0x5a,0x3e,0x50,0xcb,0x50,0xc,
0xb7,0x4f,0xd3,0x50,0xc6,0xb5,0x67,0x5d,0xb5,0x8c,0xbb,0xbc,0x5e,0x56,0xcd,0x6b,
0xf3,0x6,0x8d,0xb7,0x7b,0x89,0xc6,0xdd,0xe5,0x79,0xdb,0xde,0x69,0x67,0x19,0xf6,
0x11,0x15,0x6,0xf7,0x6d,0xcf,0xe7,0x5f,0xab,0x42,0x4,0x9a,0x45,0xdc,0xf8,0xa0,
0xbb,0xef,0xc1,0x3b,0x7d,0xa0,0xbd,0xf3,0x8a,0xf8,0x7b,0x87,0xf2,0xa2,0xbd,0xdb,
0x4b,0x91,0xf3,0x8e,0xa9,0x52,0xd4,0xb,0x37,0x10,0xa1,0x8,0x77,0x76,0xfd,0x41,
0xbe,0xa4,0xe5,0x1d,0xa7,0x8a,0x49,0xf5,0x9d,0x42,0xae,0xf0,0xb7,0x79,0xc2,0x84,
0x77,0xbe,0xf6,0x8c,0x1a,0x4a,0x5f,0xe8,0xf9,0x3c,0xf4,0x8e,0xcb,0xf9,0xe,0xce,
0x3c,0x5e,0x47,0xcd,0xef,0x1a,0x5e,0x9e,0xd7,0x55,0xa8,0x74,0xde,0xb7,0xee,0x7a,
0x5e,0x2b,0xe6,0xae,0xac,0x65,0xb3,0x5,0x15,0x2a,0x50,0x2f,0x82,0xc1,0xfc,0xe1,
0xe8,0x7f,0x6d,0x11,0x77,0x5,0x6a,0x30,0xbd,0x9c,0x93,0xe6,0xab,0xc1,0x3c,0xeb,
0x7a,0xd,0x66,0x17,0x72,0x57,0xee,0xce,0xe5,0xf2,0x2a,0x54,0xa0,0x39,0x4,0x1f,
0xf9,0xc7,0x91,0xff,0xdc,0x2c,0xf6,0xff,0xd1,0x72,0x51,0x5f,0xec,0xc4,0xa1,0x8c,
0x4d,0xed,0x85,0x4e,0x64,0xfc,0xb7,0xcf,0x93,0xbe,0xd0,0xf3,0xe4,0x34,0xf,0xd5,
0x32,0x34,0xee,0x7a,0xc5,0x9d,0xdf,0xbe,0xbc,0xd7,0xf,0x4e,0x3a,0xfb,0x42,0xaf,
0xe3,0x49,0x77,0xe7,0xb7,0x6f,0xaf,0x85,0xf3,0x11,0x6c,0x5a,0xa7,0xbe,0x3d,0x7b,
0x4a,0x59,0x85,0xa,0xd4,0x21,0xf5,0xfc,0x93,0x7c,0x75,0x39,0xe8,0xf,0xf6,0xce,
0xbe,0x37,0x2e,0x17,0x13,0x9,0xf1,0xe,0x6d,0xbf,0x5e,0xcd,0x66,0xa3,0xe4,0x1d,
0x53,0x85,0xa8,0x57,0x2,0xaf,0x48,0x4d,0xdb,0x63,0x1f,0xc2,0x9d,0x5d,0x7f,0x78,
0xe8,0x9f,0x4f,0x17,0xbb,0x5e,0xb8,0xd8,0xa9,0x7c,0x50,0x7c,0xca,0xd8,0x9f,0x2b,
0xa6,0x9,0x27,0xf6,0x89,0xb6,0xe5,0x9c,0x75,0x25,0x6a,0x19,0x67,0x5b,0x9e,0xf5,
0x68,0xbc,0xcd,0x7b,0x7a,0x39,0x39,0xdd,0x4a,0x73,0x71,0xb7,0x4f,0xf3,0xf4,0x38,
0xaf,0x2f,0xb7,0xab,0xe7,0xe9,0xed,0x3a,0xfb,0xe5,0xef,0x8a,0xd2,0xf2,0x7b,0x2a,
0xc5,0xdc,0x2b,0x29,0x18,0x9f,0xa4,0x42,0x6,0x5a,0x88,0x60,0x30,0xff,0x78,0xe8,
0xb,0x64,0xb0,0x17,0x45,0xdb,0x60,0x72,0xbe,0xde,0x17,0xaf,0x2f,0xb7,0xab,0xa6,
0x79,0xbe,0xdc,0x2e,0x2f,0x97,0x13,0xbb,0x16,0xe7,0xf9,0x77,0x48,0x83,0x51,0xa8,
0xc0,0x60,0x73,0x8,0x3e,0xf2,0xf,0x7e,0x68,0xf7,0x81,0xcf,0xac,0x15,0x13,0xfc,
0x4c,0x21,0xfd,0x93,0xe7,0x58,0x6c,0xc5,0xec,0xcc,0x58,0x95,0xe3,0x12,0x8e,0xe7,
0xce,0xd8,0xef,0x58,0xa6,0x63,0x7e,0x7b,0x5a,0x6b,0x9e,0xe3,0x1,0x9e,0xee,0x58,
0xde,0xb3,0xbe,0x1c,0xd7,0xdb,0x56,0xe3,0xee,0xbe,0x68,0xda,0x41,0xb5,0xf6,0x95,
0x72,0xbf,0xa8,0x16,0x33,0x1f,0xbd,0x7e,0x74,0xf4,0x38,0x15,0x32,0x90,0x12,0xde,
0xbe,0xe7,0x1f,0xec,0x9d,0xfb,0x13,0xe6,0x9d,0xfa,0x48,0xee,0xe7,0xe3,0xc5,0xec,
0xa5,0xf5,0xe8,0x7c,0xe3,0xa6,0xb3,0x22,0xd4,0x2f,0xe3,0x84,0xef,0xc2,0x9d,0x5d,
0x7f,0x79,0xf8,0xab,0xeb,0xc5,0xde,0xdf,0x1f,0x15,0xf5,0xe5,0x5c,0x2e,0xa2,0x38,
0x25,0x3a,0x63,0xdc,0x89,0x5f,0x9d,0x4e,0x31,0xdc,0x31,0xcf,0x8b,0xd7,0xf,0xb3,
0xe3,0x6c,0x47,0x4f,0x3b,0xeb,0xe8,0x69,0xc7,0x27,0xad,0x65,0x5b,0xb0,0xff,0x1c,
0x1f,0x3a,0xcb,0xc9,0x65,0x55,0xba,0x5e,0xaf,0xe5,0xaf,0xac,0x18,0x2f,0x66,0xfe,
0xef,0xce,0x4c,0xe6,0xb9,0x2a,0x74,0xa0,0x6e,0x4,0x83,0xf9,0xb,0x1b,0x4c,0xbe,
0x41,0x2c,0x41,0x6,0xe3,0xdf,0xc1,0xaf,0x40,0xaf,0x96,0x32,0x97,0xc3,0x60,0x66,
0xc1,0x47,0x3e,0xb3,0xdd,0x12,0x7,0xbf,0xb4,0x5e,0xec,0xfa,0x6d,0xe7,0xa1,0x5d,
0x59,0xd0,0x72,0x3d,0xc3,0xc3,0x16,0x8e,0x97,0x9c,0x79,0xf3,0x79,0xc9,0x89,0x6d,
0x4f,0x9a,0x67,0xdc,0x99,0x76,0xe2,0x5e,0x8e,0x77,0xf8,0xc6,0xf1,0xc3,0xcc,0xfd,
0x3b,0xfb,0xe5,0x79,0x7a,0x7b,0xbc,0xc,0xa7,0x79,0xc6,0xd5,0x7a,0x94,0x59,0x3d,
0x41,0xd3,0xd5,0x1d,0x4b,0x9e,0xbb,0x4c,0x85,0xe,0x44,0x92,0x8d,0xf,0xa6,0x38,
0x0,0xb,0x27,0xc1,0xde,0xa9,0x44,0xcb,0x3b,0xa6,0x8a,0x50,0xbf,0x70,0x45,0xea,
0xd9,0x84,0x2f,0x42,0xbe,0xe4,0x2f,0xf2,0x6d,0x7c,0x97,0xae,0x11,0x53,0xeb,0x8a,
0x62,0xdf,0x48,0xc1,0x69,0x18,0xa3,0xf8,0xac,0x51,0xfc,0xf2,0xb0,0xad,0x11,0x80,
0x91,0x69,0x4e,0xfc,0xce,0x86,0xbb,0x5c,0x47,0x9a,0x77,0xda,0xf1,0x82,0x1a,0xa7,
0x65,0xa5,0x67,0xda,0xe6,0x9b,0x71,0x96,0x73,0x8e,0xab,0x95,0xd6,0xbe,0x8c,0x86,
0xef,0x46,0xd5,0x8b,0x99,0x5d,0x74,0xfc,0xaf,0xba,0x66,0x68,0xe8,0x29,0x2a,0x84,
0xa0,0xb9,0x4,0x83,0xf9,0xb,0x1b,0xec,0x1e,0x36,0xd8,0xe9,0x1,0x1a,0x8c,0xc6,
0x7,0x65,0xb0,0x9a,0x34,0xd8,0xf0,0xab,0xc4,0xab,0x61,0x30,0xaf,0xe0,0x23,0xff,
0x69,0xdc,0x36,0x26,0xee,0xfe,0xc0,0x2a,0x51,0x5d,0x9c,0x13,0x7b,0xe5,0x3f,0x77,
0xc7,0x2b,0xae,0x97,0x28,0x26,0xbd,0x5e,0x92,0x71,0xaa,0xd2,0x5d,0xd8,0x6f,0xee,
0xb4,0x5e,0xa7,0x7d,0x99,0x36,0xf,0x7a,0xc7,0xdd,0x69,0xef,0x36,0x1c,0x4c,0x19,
0x9e,0x9b,0xa6,0x8f,0x49,0xd,0x3b,0x91,0x2d,0x7e,0xa5,0xec,0xcf,0x2a,0xa5,0xcc,
0x25,0xf5,0xa1,0x21,0x7c,0x35,0x9e,0x24,0x5f,0x20,0xc1,0xd7,0x1c,0xde,0xf1,0x5,
0xed,0x1d,0x9b,0x2a,0x50,0x89,0xf4,0x4e,0x31,0xf3,0xd1,0xfa,0xaa,0x48,0x78,0xc7,
0x54,0x9,0xf2,0x83,0x3,0xc4,0x8,0xd1,0x97,0x90,0x2f,0x5,0xc3,0xc1,0xab,0xd7,
0x8b,0xbd,0x7f,0xb0,0x4c,0x4c,0x59,0x45,0x51,0x5f,0x99,0x17,0x13,0x14,0xbf,0xfc,
0xf6,0x65,0x86,0xbb,0x9d,0x3a,0x71,0x4a,0x5e,0x23,0xd8,0x7,0xba,0x9c,0xe5,0xf5,
0x82,0x9e,0x76,0xcb,0x60,0x9e,0x79,0x72,0xbe,0xf4,0x8f,0x7,0xc3,0x7c,0xaf,0x3f,
0x67,0xf8,0x4a,0xad,0xa7,0xfd,0xd5,0x82,0xf7,0xc9,0xf0,0xf2,0xad,0x75,0x38,0x8d,
0x1f,0xdd,0xa0,0xff,0x11,0x8f,0xdb,0x85,0xdc,0x87,0xb6,0x65,0x32,0xbf,0xa1,0xc2,
0x8,0x9a,0x4d,0x30,0x58,0x30,0x1c,0xfc,0xea,0x6,0xb1,0xef,0xfc,0x3e,0xd,0x26,
0xd3,0x9d,0x40,0xf7,0xa6,0x7b,0xe7,0xfb,0x6a,0x30,0xbd,0xcc,0x3c,0x6,0xa3,0xf9,
0x4f,0x48,0x83,0x6d,0x84,0xc1,0xb4,0xe0,0xa3,0x60,0x68,0xec,0xb0,0xc4,0x43,0x5f,
0x5e,0x27,0x76,0x9d,0xbb,0x54,0x4c,0x6d,0x21,0x2f,0x9d,0x9a,0x17,0x3b,0x29,0x6,
0xd9,0x43,0xec,0x25,0xfd,0xac,0x1e,0xe3,0xf5,0x80,0x13,0xbb,0xe6,0x38,0xd7,0xe9,
0x5e,0xdc,0xb8,0xef,0x98,0xdf,0xf2,0x8f,0xc6,0xf1,0x88,0x77,0x39,0x77,0x9a,0x87,
0x7a,0x5a,0x7b,0x89,0xa7,0xdd,0x71,0x1e,0xb6,0xb6,0x43,0xc7,0xcc,0x19,0xd5,0xcd,
0x53,0x2b,0x56,0x9c,0xa0,0xc2,0x28,0x95,0x62,0xef,0xe8,0xb7,0x57,0xc2,0x3b,0xfe,
0x61,0xf2,0xce,0x2e,0x8a,0xbd,0x48,0x7a,0x87,0xe7,0xe9,0x69,0xb5,0x9c,0x9c,0xef,
0x8e,0xf3,0xb0,0xb5,0x1d,0xc7,0x3b,0x99,0x9b,0x6f,0x1b,0x1d,0x7d,0xa6,0xa,0xa3,
0x41,0xca,0x54,0x1,0xf2,0x8b,0x69,0x62,0x1d,0xd1,0x93,0xbc,0xf9,0x12,0xf0,0x97,
0xc6,0x76,0x4b,0x1c,0xfa,0xd7,0x8d,0xe2,0xa1,0xcf,0x9f,0x2e,0xee,0xfe,0xab,0x55,
0x62,0xf7,0xcb,0x96,0x8a,0x9d,0x2f,0x18,0x71,0xde,0x1e,0x4b,0x7e,0xab,0x8d,0x50,
0x99,0x8f,0x62,0x96,0xfd,0xe6,0x2d,0xf3,0xc9,0x4a,0xa,0xa1,0x3d,0x30,0x17,0xb2,
0xb2,0xe3,0xc6,0xfd,0x4c,0xe4,0x3c,0xcf,0xfc,0x36,0x9f,0xea,0x79,0x73,0xad,0x6f,
0x18,0xf2,0xb1,0xed,0x1a,0xc9,0x8b,0x4a,0x21,0xfb,0xf9,0x5b,0x17,0x9f,0xb2,0x48,
0x85,0x12,0x64,0x12,0xc,0x16,0x1c,0xda,0x60,0xf,0x6a,0x83,0x51,0x46,0x26,0xd,
0xc6,0xaf,0x98,0x65,0x83,0x2d,0xf6,0xc7,0x60,0x73,0x1a,0xa4,0x63,0xbe,0x5f,0x6,
0xdb,0xc9,0x6,0x2b,0x66,0x3f,0x57,0x85,0xc1,0xa4,0xe0,0xa3,0x60,0x69,0xdc,0x61,
0x89,0x83,0xd7,0x6c,0x10,0xf,0x5c,0xbe,0x56,0xdc,0xf5,0x1e,0xf2,0xd2,0x4b,0x96,
0x88,0x29,0xf6,0xd2,0xb,0x97,0x88,0x89,0xd,0x5,0xe9,0x99,0x49,0x8a,0x63,0x39,
0x24,0xb4,0x97,0x18,0x6f,0x3c,0xcf,0x85,0x8e,0x71,0x77,0x5a,0xfb,0x42,0xd,0x3b,
0x33,0xb2,0x19,0x5e,0xf2,0xe,0xd,0x98,0xbc,0xa4,0x8e,0x6f,0x57,0x7d,0x69,0x7e,
0x54,0x85,0x52,0xea,0x84,0xa,0x54,0xb0,0x4c,0xcf,0xe1,0x9d,0x7a,0x17,0xde,0xe9,
0xf4,0x85,0x89,0xce,0x65,0xc2,0xf2,0xe,0xd,0x77,0xdd,0xba,0x24,0x17,0x85,0x2e,
0x7d,0xa6,0xca,0x8f,0x9f,0xf4,0x54,0x91,0x42,0xbe,0x14,0x2,0x36,0xb1,0xc3,0x92,
0x2f,0x11,0x7b,0xf8,0xda,0xd,0xe2,0xe0,0xbf,0xac,0x17,0xf,0x5f,0xbd,0x5e,0xdc,
0xff,0x89,0xd3,0xc4,0xfe,0x37,0x2e,0x13,0x7b,0x5e,0xb5,0x54,0xec,0x3a,0x67,0xb1,
0x98,0x58,0x53,0xa0,0xb2,0x13,0xc5,0xbc,0xea,0x56,0xab,0xcb,0x7d,0x13,0x94,0xe6,
0xde,0x15,0x66,0x68,0xdc,0xf5,0x86,0x9a,0x6e,0x1b,0x77,0x3d,0xe5,0x19,0x97,0xf3,
0x5b,0xcb,0xb9,0xcc,0xe2,0x29,0xed,0x23,0xef,0xb4,0x4e,0xd3,0xe3,0xfc,0xfc,0x24,
0x95,0xf5,0xf6,0x93,0x77,0x5f,0xa5,0xc2,0x9,0xea,0x14,0xc,0x16,0x2,0x6,0x83,
0xf1,0x2d,0xe0,0xfb,0xff,0x8e,0xd,0xb6,0xdc,0x68,0x30,0xee,0x6a,0xe1,0x97,0xc1,
0x5a,0xe6,0x68,0x2d,0xe7,0xd2,0xa7,0xc1,0x68,0xfd,0x3,0x3b,0x8a,0xc3,0xa9,0x37,
0x18,0x7c,0x14,0x12,0x15,0xa7,0x61,0xe2,0x8,0x7b,0xe9,0xab,0xe4,0x23,0xf2,0xd2,
0x43,0xc4,0x7d,0x1f,0x5b,0x23,0xf6,0xbe,0x6e,0x54,0xec,0x79,0xc5,0x52,0x59,0x30,
0xac,0x2d,0xa5,0x58,0xa5,0xf8,0xaf,0x2d,0xd6,0x15,0x7e,0xe5,0x25,0xe9,0x9,0xe5,
0x3,0x1a,0x7a,0xbd,0xd4,0xe9,0x23,0x37,0x9d,0x7c,0xd3,0x36,0xce,0x3e,0xf2,0x2c,
0xeb,0x7a,0xa8,0xd3,0x4b,0xae,0xf7,0x3c,0xcb,0xca,0x69,0x7,0x67,0x9c,0x8e,0x91,
0x86,0x13,0xa5,0xfc,0x23,0xe3,0xc5,0xcc,0xdf,0xab,0x70,0x4a,0x95,0xe0,0x9d,0x90,
0x48,0xb0,0x77,0xec,0x42,0xe6,0xef,0x54,0x38,0xd,0x52,0xa6,0x8a,0x8f,0xdf,0x70,
0x45,0xea,0x2c,0xa2,0x2b,0x49,0x6f,0x55,0xad,0x71,0x63,0x3c,0x80,0x60,0xe0,0xf2,
0x1e,0x79,0x8d,0x87,0xd3,0xb7,0x8d,0x89,0xc3,0xdf,0xdf,0x2c,0xe,0x7d,0x77,0x93,
0x38,0xf8,0x95,0xf5,0xe2,0x9e,0xf,0xac,0x92,0x6f,0xc8,0xdc,0xf7,0xc7,0xcb,0xc9,
0x73,0xcb,0xc4,0xd4,0x58,0x49,0xd4,0x97,0x91,0xcf,0x46,0xb9,0xcc,0xe7,0xf4,0x52,
0x62,0xaf,0x71,0x5c,0x73,0xa3,0x43,0xbb,0x97,0x5a,0x98,0xfd,0xa0,0x60,0x2f,0x75,
0xfa,0xc9,0xcb,0x1c,0xf3,0x9c,0x6d,0x38,0x1e,0xe5,0xf1,0xc9,0x12,0x97,0xf1,0xb2,
0xbf,0xaa,0x14,0xf3,0x6f,0x52,0x21,0x5,0x79,0x5,0x83,0xd,0x0,0x6d,0x30,0x62,
0xfa,0xf6,0xb9,0xc,0x36,0x1a,0x9,0x83,0xcd,0xdc,0x5e,0xbb,0xc1,0xe8,0xb8,0xc8,
0x60,0x99,0x54,0x1b,0xc,0x3e,0x1a,0x10,0xca,0x47,0xd2,0x4b,0xb7,0x92,0x97,0xbe,
0xb7,0x49,0x1c,0xfe,0xd7,0x8d,0xe2,0xe0,0x97,0xd6,0x89,0xbb,0xfe,0xfc,0x54,0xb1,
0xff,0x4d,0xcb,0xc5,0xfe,0x37,0x2f,0x17,0x7b,0x5e,0xb9,0x54,0xd4,0xd7,0x14,0x1c,
0x2f,0x2d,0xcd,0xca,0x16,0x77,0x93,0x97,0x5a,0x31,0xee,0x20,0xa7,0x95,0x1f,0xda,
0xd2,0x34,0x3c,0xaf,0xc3,0x2f,0x7a,0xbe,0x1c,0xd7,0xf3,0xdc,0x6d,0x38,0xfb,0xd0,
0xe3,0x8e,0x97,0x9c,0x69,0x3a,0x8e,0xc7,0x2b,0x85,0xec,0xf5,0x2a,0xa4,0x52,0x23,
0x54,0xa0,0x6,0x44,0x37,0xde,0xa1,0x7c,0x28,0x2e,0xde,0xb1,0xb,0xd9,0xeb,0x54,
0x48,0xd,0x52,0xa6,0x4a,0x4f,0x50,0xcc,0x5b,0x91,0x42,0xbe,0x14,0x31,0xd8,0x6b,
0x37,0x6d,0x11,0x87,0xff,0x73,0xb3,0x38,0xfc,0xff,0xdb,0x3b,0x17,0x60,0x49,0xae,
0xf2,0xbe,0x2f,0xb1,0x8c,0x92,0xa8,0x24,0x1,0x89,0xbc,0x3b,0xef,0xab,0xd5,0x3e,
0xb5,0x6f,0xed,0xde,0x9d,0xb9,0x62,0x8d,0x57,0x10,0x8c,0x41,0x36,0x12,0x15,0xb,
0x1c,0xc5,0xa6,0x16,0x8c,0x4d,0x14,0xe1,0x20,0xca,0x20,0xb3,0x9,0x15,0xcb,0x8,
0x8c,0x70,0x8,0xab,0x44,0x60,0x99,0x4a,0xac,0x35,0x18,0x94,0x2a,0xa9,0xd0,0x82,
0x89,0x78,0x94,0x44,0xd6,0x26,0x12,0x42,0x48,0xda,0xb9,0x73,0x1f,0xfb,0xd2,0x63,
0x9f,0x5a,0x24,0x76,0xb5,0x73,0x57,0x90,0xd8,0x4e,0x82,0x4e,0xbe,0xef,0x74,0x9f,
0x99,0x9e,0x99,0xef,0xee,0x9d,0x47,0x3f,0xce,0xe9,0xfe,0x7f,0x55,0xbf,0x9a,0x99,
0xee,0x9e,0x67,0x9f,0xdf,0x9c,0xf3,0x9d,0x3e,0x7d,0xfa,0xe1,0xad,0xea,0xf4,0x37,
0xb6,0xa8,0xe7,0xff,0xe3,0x3a,0x75,0xec,0xd6,0xd5,0xfa,0x1a,0x53,0x87,0xaf,0x5d,
0xaa,0x66,0x37,0x94,0x74,0x67,0xfa,0xd4,0xd2,0xa2,0x76,0x8c,0xe1,0xa3,0xc3,0x5e,
0xb9,0xf7,0x6e,0x47,0xc1,0x38,0xd9,0x2f,0xec,0xb8,0x3e,0xda,0x5b,0xce,0xef,0xa9,
0x97,0xf3,0x37,0xef,0xbb,0x3c,0xf7,0x66,0xcc,0x24,0xeb,0x7,0x4,0xb3,0x8b,0x39,
0x12,0xec,0x6c,0x40,0xb0,0x33,0x6e,0x9,0xf6,0x80,0x11,0xcc,0xa2,0xe9,0x66,0x63,
0x9,0x78,0x64,0x21,0x7c,0xd4,0x77,0xef,0x56,0x7d,0x5d,0x9c,0x97,0x1e,0x1e,0x57,
0xa7,0xbf,0x7a,0x95,0x3a,0x7e,0xdb,0x1a,0x75,0xf4,0x23,0xab,0xd5,0x73,0x37,0xad,
0x54,0x7,0x7e,0x71,0x4c,0x7b,0x34,0xb3,0x86,0x5c,0xa2,0xc6,0x98,0x39,0xb7,0x8a,
0x5d,0x6a,0x37,0xe2,0xda,0x8d,0xb6,0x5,0x21,0x6f,0xcc,0xf3,0x4c,0xe3,0xce,0x34,
0x2c,0xbd,0x65,0x81,0x6d,0x45,0xf4,0xb6,0xaf,0xd0,0x73,0x9f,0xad,0x97,0x96,0xbc,
0xbf,0x51,0xc9,0xdd,0x58,0xdf,0x70,0x69,0x68,0x33,0x72,0xd9,0x1a,0x48,0xa0,0x2c,
0x24,0x69,0x77,0xf8,0x76,0x4,0x77,0xea,0xe5,0xdc,0xbf,0x9c,0x5a,0x77,0xe9,0x6b,
0xfd,0x22,0x16,0x77,0x48,0xc9,0x4e,0x94,0x5c,0x4f,0x88,0x1,0xb7,0xdc,0x80,0x87,
0xa8,0x37,0x1f,0xa9,0xaa,0xb3,0xdf,0xdb,0xaa,0x2f,0x84,0x7d,0xf2,0xd3,0x6b,0xd5,
0x89,0xdb,0xd7,0xaa,0x67,0x7f,0x7b,0x5,0xb9,0x56,0xd1,0x97,0x24,0xe0,0x76,0xdf,
0xf4,0x52,0xbf,0xbc,0x73,0x1b,0x6d,0xc1,0x76,0x5a,0xa7,0x3f,0x9e,0x43,0xdc,0xe1,
0xce,0x6e,0xd1,0x7d,0xf6,0x4b,0x72,0x54,0xbf,0x6e,0x70,0xb9,0x77,0x9f,0xdb,0x79,
0xb4,0xfd,0xff,0x9a,0xaa,0xe4,0xce,0x90,0x9b,0xd,0x72,0xec,0xee,0x7a,0x31,0xff,
0xb1,0xc9,0x52,0xe1,0xf6,0x7d,0xe5,0xdc,0xfb,0x9e,0x59,0xba,0xf8,0x17,0xfc,0x62,
0x97,0x9d,0x80,0x60,0x6e,0xd0,0x21,0xd8,0x97,0x7d,0xc1,0x3e,0xe1,0x9,0xb6,0x9f,
0x4,0xdb,0xcf,0x82,0xad,0x5f,0x58,0xb0,0xce,0x8a,0x28,0x3a,0xc1,0xa6,0x5,0xc1,
0x26,0x53,0x2c,0x18,0x3c,0x72,0x4,0x1e,0x56,0xf1,0x58,0x55,0xf7,0x2,0xbe,0xf4,
0xdd,0x71,0x7d,0x7e,0x22,0x7b,0x74,0xfc,0xdf,0xaf,0x51,0x4f,0xdf,0x70,0x85,0xf6,
0x68,0xff,0x96,0xb2,0x9a,0xbe,0xd2,0x9b,0x41,0xd3,0xf3,0xc0,0x47,0x97,0x6f,0xef,
0x56,0x3b,0xc2,0x8f,0x7d,0x5a,0x8d,0x3d,0xba,0x35,0x1e,0xf1,0xb6,0xfa,0xf9,0xfe,
0xf2,0x96,0x4b,0xad,0x5b,0x73,0xdf,0xdb,0xb6,0x73,0x5d,0xee,0xff,0x91,0x43,0x3f,
0x9e,0x2e,0x17,0x8e,0x4e,0x56,0xf2,0x5f,0x6e,0x94,0x97,0x7c,0xac,0x51,0xca,0xdd,
0xd6,0x28,0xe7,0x6e,0x7d,0xa2,0x74,0xd9,0x15,0x7e,0xb1,0x4b,0x4d,0xb4,0xcf,0x81,
0xaa,0xfd,0xac,0x67,0x9f,0x1,0x3b,0x38,0x8f,0x3b,0x87,0x3,0xee,0xcc,0x84,0xe5,
0x8e,0xd9,0x86,0xd7,0x7,0xb6,0xf1,0x6e,0xcd,0x7d,0x6f,0xdb,0xce,0x75,0x6d,0x77,
0xea,0xe5,0xfc,0x57,0xda,0xee,0xe4,0x3f,0x32,0xbd,0x2c,0x36,0x77,0xa4,0x44,0x27,
0x6a,0x76,0x10,0x3d,0x61,0xdc,0x2,0xe,0x51,0xaf,0x79,0x6d,0xbe,0xc7,0x6b,0xea,
0xcc,0xb7,0xb6,0xa8,0x1f,0xfd,0xd7,0x8d,0xea,0xd4,0xe7,0x37,0xa8,0xa3,0xb7,0xae,
0x56,0x7,0x26,0x2a,0xda,0x2f,0xdd,0xde,0xea,0x83,0x56,0x1d,0x74,0xde,0x65,0xbe,
0x4b,0x1d,0xcb,0x7c,0x5a,0xae,0x79,0x8f,0xf9,0xbd,0xb9,0xb3,0x84,0x6f,0xa9,0xad,
0xf7,0xbf,0x69,0xdd,0xb9,0xd9,0x72,0xe1,0x27,0x74,0x7b,0x72,0xb2,0x5c,0xf8,0x7a,
0xbd,0x5c,0xb8,0x7b,0x5f,0x39,0xff,0x59,0x6a,0xff,0xbd,0xfe,0xbe,0x45,0x57,0xbe,
0x7a,0x72,0xf1,0xe2,0x8b,0xfc,0xa2,0x98,0xce,0x80,0x60,0xe,0x42,0x82,0xf1,0xc9,
0xc1,0x2c,0xd9,0x99,0x6f,0x6,0x4,0xfb,0x88,0x5d,0x82,0x51,0x83,0xef,0x6f,0x3b,
0x5,0xcb,0x7f,0x8d,0x5,0xa3,0xdb,0xcf,0x92,0x64,0x57,0xb3,0x60,0xdf,0x49,0x89,
0x60,0xf0,0xc8,0x4d,0xf8,0xbc,0x10,0xae,0xa8,0x9a,0xdf,0xaf,0xaa,0xd3,0xf,0x6c,
0x56,0xa7,0x3e,0xb7,0x41,0x3d,0x7f,0xe7,0x7a,0xf5,0xec,0x7b,0x56,0xa8,0xe9,0xe5,
0x45,0xbf,0xa2,0xe8,0xf,0xd9,0xa5,0x6e,0x6f,0xe6,0xf1,0x88,0x8,0x6e,0xcb,0xfe,
0x9a,0x13,0xfb,0xa9,0x41,0xf8,0xf7,0xd4,0x30,0x3c,0x47,0x8d,0xc2,0x97,0x67,0xca,
0x85,0x33,0x93,0xa5,0xc2,0xc3,0xf4,0x5e,0x7f,0xba,0xaf,0x94,0xbf,0xab,0x5e,0x5e,
0x72,0xc3,0xe1,0x65,0xcb,0x2e,0xe4,0x8a,0xea,0xc9,0xcd,0x9b,0x7f,0xde,0x2f,0x8e,
0x4e,0x5,0xb9,0x83,0x69,0xcc,0x1d,0x64,0x5e,0x77,0xde,0x6b,0x95,0x3b,0xff,0x67,
0x3e,0x77,0xa6,0xca,0x4b,0x6e,0xe0,0xe1,0x48,0xec,0xce,0x17,0xc2,0x77,0x47,0x4a,
0x72,0xe2,0xe0,0x16,0xa2,0x15,0xcd,0x46,0xed,0x16,0xbd,0xaf,0xe0,0x96,0xd3,0xf0,
0xac,0x9a,0x3c,0x42,0xe9,0x85,0x2f,0x6e,0x52,0x87,0xde,0x72,0x39,0x95,0x6f,0x3d,
0x1b,0xa5,0xd7,0xfe,0xe2,0x5b,0x83,0xdf,0x1e,0xb,0x76,0x52,0xf0,0x32,0xd1,0xaf,
0x8e,0xc7,0x1,0xb7,0xba,0xb6,0xed,0x79,0xae,0x7e,0xf,0xf,0x3e,0x5f,0x9f,0x3f,
0x7,0xfb,0x46,0x7e,0xf1,0xb6,0x3f,0xd3,0xce,0x95,0xf2,0xdc,0xf6,0x7b,0xb2,0x5e,
0x2a,0x7e,0xb5,0x51,0x2a,0x3c,0x30,0x55,0x2a,0xbc,0x9f,0x12,0xae,0x55,0x87,0x97,
0x2d,0xb9,0xcc,0x2f,0x9a,0xe9,0x8,0x8,0x96,0xe,0x3a,0x4,0xfb,0x65,0x4f,0x30,
0xef,0xa8,0x90,0x5f,0xe8,0xd,0xba,0xe0,0x87,0x27,0x18,0x6f,0x63,0x9e,0xdb,0xda,
0x5e,0xbf,0x87,0xc7,0xa0,0x82,0xed,0x73,0x54,0x30,0x78,0x94,0x12,0x1a,0xb4,0xf,
0xb9,0x61,0xf8,0x58,0x55,0x9d,0xfc,0xc4,0x5a,0x35,0xbd,0x9a,0x87,0xca,0x52,0xd9,
0xd7,0xe5,0x99,0x8f,0xd0,0xfa,0x1e,0xf8,0xe5,0x9b,0xcb,0x7e,0xdb,0x13,0x6f,0xbb,
0x8e,0x6d,0xe8,0x56,0x3b,0xe2,0x6f,0x63,0x86,0x28,0xb5,0xd6,0xeb,0x6d,0xbc,0x65,
0xda,0xa3,0xc0,0x73,0x82,0xdb,0xb0,0x3b,0xc6,0xa3,0x59,0xb3,0x9d,0x4e,0xac,0xf2,
0x7f,0x57,0x2f,0xe5,0x9e,0xad,0x97,0xf3,0x5f,0x9d,0x2a,0x16,0xef,0xa7,0xdb,0x3f,
0xae,0x57,0x16,0x8f,0x4d,0x5f,0x91,0x2f,0xf9,0x45,0xd3,0xfa,0x80,0x3b,0x29,0xc1,
0x71,0x77,0xe8,0xbd,0xc3,0x76,0x47,0x4a,0x70,0xe2,0xe2,0x36,0x2,0x6e,0xa5,0x90,
0x17,0xbf,0x7c,0x95,0x9e,0x2e,0x5d,0xb7,0xa9,0x88,0xe,0x2f,0xba,0xd0,0xfe,0xf8,
0x4e,0xf1,0xad,0xbe,0xcf,0xe5,0x5f,0xaf,0xf7,0xda,0x81,0x66,0x9b,0xd6,0x7a,0x5e,
0x47,0xdb,0xb4,0xee,0xeb,0xf5,0xde,0x32,0x7d,0x5f,0xbb,0xea,0xc1,0xf7,0xbd,0xe7,
0xb5,0x5f,0x87,0x97,0x7,0xdb,0x7d,0xd3,0x95,0xe2,0x2b,0x33,0xe5,0xe2,0x2b,0xd4,
0xee,0xe3,0x4e,0xf4,0x27,0x88,0x7b,0xa7,0xcb,0x4b,0x7e,0xab,0x31,0xb6,0xe4,0xd,
0x93,0x85,0xc5,0x55,0xa7,0x8f,0x52,0x41,0xb0,0xf4,0xc1,0xc3,0xfc,0x5c,0x15,0x8c,
0xd6,0x3f,0x41,0xeb,0x5b,0x82,0x3d,0x59,0xf8,0x85,0x9a,0xb,0x82,0xc1,0xa3,0xf4,
0xc1,0x8d,0xc1,0xe7,0x3f,0xb9,0x56,0xcd,0xac,0xf6,0x7a,0xb3,0x4d,0xd9,0xd6,0x65,
0xdd,0x77,0xc3,0x2b,0xff,0x9e,0x7,0xa6,0x9c,0x9b,0xfb,0x41,0x8f,0x5a,0x6e,0xf8,
0xcb,0xbd,0x6d,0x7b,0x9f,0xe7,0x3d,0xf6,0x9f,0xd3,0xda,0x9e,0xdf,0x2b,0xb0,0x2d,
0xdf,0xd2,0x63,0xee,0x20,0x21,0x67,0x5a,0x2e,0x79,0x1e,0xe9,0xe,0x8a,0x39,0xda,
0xe6,0x51,0xda,0xf6,0xc1,0xc9,0xb1,0x25,0xef,0xd6,0x15,0xd5,0xd2,0xdc,0xb6,0x67,
0x97,0x2e,0xbd,0xd4,0x2f,0xae,0x56,0x45,0xb3,0x51,0xdd,0x71,0xae,0x51,0x7b,0x59,
0xda,0x7,0xc0,0x4d,0xd8,0x9d,0x93,0xe,0xba,0x33,0x43,0xee,0xd4,0xcb,0x85,0xef,
0x4f,0x57,0xf2,0xff,0xdd,0xb8,0x33,0xbd,0x34,0xf7,0xfa,0x27,0x87,0x77,0x47,0x4a,
0x6e,0x62,0x63,0xe3,0xea,0x8b,0x76,0x53,0x62,0x7b,0x4e,0xda,0x47,0xc0,0x5d,0xf8,
0x5a,0xa3,0x7,0xdf,0x1a,0x38,0x12,0xe5,0x97,0xeb,0x56,0x59,0xf7,0x97,0x79,0xee,
0x78,0x8e,0x4,0x3d,0xe9,0x84,0x9f,0xe3,0x3d,0x4f,0x6f,0xdf,0xbd,0x5d,0xcf,0xf3,
0xfc,0x6d,0x17,0xc4,0xdb,0x8e,0x5d,0xe3,0xcf,0xc8,0xf0,0x7f,0x81,0xbe,0xe,0x5d,
0x39,0xff,0xf7,0xe4,0xd8,0xd1,0x46,0x25,0x37,0x3b,0x59,0xca,0x3f,0x45,0x49,0xd5,
0x1d,0x8d,0x62,0xee,0x5f,0x4c,0x96,0xa,0xef,0x9e,0x2a,0xe5,0xdf,0xf9,0x44,0xb9,
0x9c,0xa3,0xf2,0x6b,0x7f,0x34,0xeb,0xd5,0xed,0x10,0x2c,0x7d,0xf0,0x54,0xb5,0x7,
0x79,0x7a,0x74,0xaa,0x24,0x5c,0x17,0xac,0x5e,0xca,0xed,0xb,0xa,0x46,0xc2,0xbd,
0x6b,0xa6,0x52,0x59,0xe2,0x17,0x61,0x2b,0x2,0x1e,0xa5,0x93,0xb9,0x27,0xa9,0x21,
0xf8,0xe9,0x75,0xfa,0x84,0x79,0x2e,0x97,0xba,0xdc,0xb2,0x2b,0xbe,0x33,0xfc,0xb8,
0xe5,0x14,0x37,0xd8,0xf4,0xad,0xb7,0x8d,0xde,0xb6,0x3,0x5e,0x1f,0x70,0x43,0xda,
0xae,0xf5,0xd8,0x6c,0x17,0xd8,0xfe,0xbc,0x78,0xdb,0x19,0x8f,0xb8,0x63,0x42,0x7b,
0x54,0xa1,0x84,0xaa,0x92,0x3b,0x41,0x9f,0x71,0x76,0xaa,0x9c,0xab,0x93,0x3b,0x77,
0x91,0x47,0x37,0x4e,0x96,0xb,0xbf,0xb5,0x8f,0x7c,0x3a,0x50,0xa9,0x8c,0xf9,0x45,
0x38,0xb1,0x68,0xd6,0xaf,0xde,0x48,0xbf,0xf5,0x5c,0xf7,0x6f,0xf,0xdc,0x46,0x77,
0x40,0xfc,0x49,0x9a,0xdc,0xc9,0x7d,0x2e,0xe8,0xce,0xe4,0xe2,0xf2,0xe5,0x7e,0x11,
0x5e,0x28,0xc4,0xe4,0x26,0x4e,0xb6,0x8d,0x5f,0x22,0xee,0x23,0xe0,0x2e,0x67,0xff,
0x7a,0xab,0x3a,0xfa,0xa1,0x55,0xe4,0x57,0x51,0xcd,0x8e,0x51,0x39,0xa6,0xf2,0xef,
0xb9,0x45,0xe5,0xd9,0x77,0xc1,0x6b,0xe7,0x79,0xcb,0xda,0x9d,0x16,0x12,0x9e,0x3,
0x9d,0xed,0xc2,0xc0,0x7d,0x7e,0xed,0xd6,0x32,0xdf,0x2b,0xfd,0x3e,0xfe,0x7d,0x11,
0xb3,0x8e,0xdf,0xbb,0x73,0x3b,0xd3,0xe6,0xd3,0xae,0xd1,0x67,0xe7,0x5b,0xee,0xf8,
0xa3,0x6d,0x4f,0xd0,0x67,0x7d,0x9e,0x92,0xa8,0x53,0x53,0xe4,0xdb,0x4c,0x2e,0x57,
0xa6,0xf2,0x6b,0x6f,0xa0,0xf2,0x4a,0x2f,0x76,0xa,0x16,0x7c,0x6c,0xee,0x2f,0x2c,
0x98,0x3f,0x9e,0xbd,0x43,0xb0,0x69,0x6a,0xc,0xda,0x22,0x18,0x3c,0x4a,0x31,0x93,
0x13,0xea,0xf4,0x57,0x37,0xab,0x43,0xbf,0xb6,0x54,0x97,0x4b,0x46,0x3b,0x14,0xb8,
0xd5,0xf7,0x75,0x19,0xf6,0xfd,0x6a,0x2d,0x6b,0x97,0xe9,0xf6,0x36,0xfc,0xbc,0xf6,
0xfd,0x96,0x4b,0xda,0x17,0xef,0x71,0xfb,0x79,0x66,0x9b,0xce,0xd7,0x65,0x82,0xce,
0x4,0x3f,0x4f,0x70,0xb9,0xe7,0x51,0x5e,0x7b,0xc4,0xe,0xe9,0xa3,0x1,0xe5,0xfc,
0x4f,0x26,0xcb,0xf9,0x93,0xf4,0xda,0x27,0xa7,0x4b,0x85,0x63,0xf4,0xf8,0x2b,0xd3,
0xf9,0xe4,0x86,0xfc,0x35,0xeb,0xd5,0xb1,0x73,0x8d,0xda,0x31,0xf1,0xb7,0x7,0x6e,
0x93,0x32,0x77,0xa8,0xe,0xfa,0x29,0xbb,0x43,0xdb,0x3d,0xef,0xbb,0x73,0x6f,0x9f,
0xee,0x88,0x89,0x4d,0xdc,0x20,0x91,0x4a,0x19,0xf5,0x9,0xf5,0xfc,0xae,0xf5,0x6a,
0x76,0x6b,0xd9,0xfb,0x6f,0x67,0x7c,0x27,0x74,0x79,0xee,0x28,0xfb,0x74,0xcb,0xf7,
0xd9,0x11,0xe3,0x4d,0x8b,0x76,0xb9,0x67,0xb4,0x7,0x66,0x1b,0xbe,0x35,0xe8,0x75,
0xfe,0xad,0x7e,0x6d,0xef,0x7e,0x70,0xbd,0x87,0x79,0x9f,0xf6,0xeb,0xea,0xe7,0xb5,
0xb6,0xf3,0x96,0xeb,0xf5,0x84,0xf9,0x6f,0x60,0xd7,0xb4,0x6f,0xb4,0xcd,0xb1,0xb1,
0x92,0x6a,0x94,0xa,0x8f,0x4e,0xe6,0xf3,0x9b,0xa8,0xec,0xda,0x19,0xde,0x14,0xcc,
0x13,0x47,0x7a,0x76,0xc,0x48,0x7,0x24,0xd8,0x29,0x12,0x6c,0x3f,0x9,0x16,0xec,
0x5,0x34,0x85,0xd7,0xe0,0x15,0x72,0xaf,0x30,0x7b,0x5,0xdf,0xdf,0xb6,0x85,0xd9,
0xc6,0xc3,0x6,0xc1,0x8e,0xfb,0x82,0xd5,0xf3,0xf9,0x81,0xaf,0xd2,0x1e,0x76,0xc0,
0xa3,0xf4,0xc3,0x33,0x61,0x1e,0xb9,0x79,0xa5,0x2e,0xfb,0x9c,0xdc,0xb7,0xca,0xa7,
0x7f,0x1b,0x2c,0xcb,0x9d,0x2e,0xb5,0xb7,0x69,0xad,0x6b,0x6d,0x17,0x5c,0x4e,0xb4,
0xca,0xbf,0xbf,0xce,0x2c,0xf,0x12,0x58,0xef,0x3d,0xa6,0xf7,0xa6,0xdb,0xe0,0xeb,
0x18,0xef,0xbc,0x65,0xde,0x7a,0xf3,0x3c,0xaf,0x61,0xe8,0x77,0x4e,0x54,0x8a,0xea,
0x19,0x7d,0xc1,0xc4,0xc2,0xa1,0xa7,0xa,0x85,0xf5,0x7e,0x71,0x8e,0x35,0xbc,0x59,
0x2c,0x27,0xf6,0x4a,0xbf,0x39,0x48,0x7,0x2d,0x77,0xa8,0x3c,0x26,0xef,0x4e,0xf0,
0x39,0xb,0xbb,0xe3,0x6d,0xe7,0x2d,0x93,0xdc,0xa1,0xed,0xe,0x37,0x8a,0xc5,0x75,
0x7e,0x71,0x3e,0x5f,0x88,0x49,0x4d,0x12,0x20,0x91,0x4a,0x17,0x7c,0x51,0xec,0x43,
0xbf,0x72,0xb9,0x2e,0x9b,0x5c,0x46,0x5b,0x65,0x99,0xa1,0xb2,0xab,0xd1,0xcb,0xba,
0xca,0x74,0xb0,0xac,0xeb,0xfb,0xfe,0x3a,0x5e,0xd6,0xe1,0x49,0xe0,0xd6,0x38,0x63,
0xb6,0x31,0xeb,0x5a,0x4,0x5f,0xc3,0xa3,0xf5,0x38,0xf8,0x3a,0x7a,0x59,0xb7,0xfb,
0x1e,0xfc,0x1d,0x9e,0x1e,0xd3,0x6e,0x3d,0xc3,0x97,0x25,0xb0,0xfa,0xd2,0x38,0x98,
0x82,0x39,0xfd,0x68,0xc1,0xde,0x92,0x3e,0xc1,0xe8,0xbd,0x9e,0xe1,0x61,0x15,0x36,
0x8,0x6,0x8f,0xd2,0x4f,0xf3,0x87,0x55,0x75,0xf2,0x93,0x6b,0xd4,0xd4,0xea,0xa2,
0x6e,0x44,0x5,0xcb,0xa7,0x2e,0xcb,0x7e,0xb9,0xf5,0xca,0xb4,0xe7,0x81,0x7e,0xdc,
0xf2,0xa7,0x7d,0x3f,0xe8,0x8f,0xb9,0xdf,0x51,0xd6,0x79,0x9b,0x8e,0xd7,0xf6,0x9e,
0xd7,0x5a,0xaf,0x97,0x7,0x5f,0x23,0xb0,0x2e,0xf0,0xdc,0xee,0xf7,0xf5,0xb6,0x69,
0x3f,0x4f,0x77,0xac,0xe8,0xa9,0x9f,0x73,0xef,0xdb,0x5b,0xa9,0xfc,0x43,0xbf,0x38,
0xc7,0x1a,0x66,0x26,0x3e,0x90,0x5e,0x8c,0x3b,0x3c,0xb9,0xc4,0x48,0xee,0xe8,0x6d,
0xda,0xe5,0xd7,0x6,0x77,0xa8,0x91,0xf7,0x3b,0x7d,0xba,0x23,0x26,0x34,0x49,0xb1,
0x6e,0xe5,0x45,0xea,0xf8,0xa3,0xe3,0xe2,0xfe,0x2,0x6e,0x71,0xf6,0x6f,0xbc,0x11,
0x47,0xfb,0xc9,0x2f,0x2e,0x97,0x5c,0x66,0x7b,0x31,0x65,0xb8,0x93,0x76,0xbb,0x8b,
0xcb,0x76,0xbb,0x7c,0xeb,0x75,0xf4,0x58,0xe3,0xbf,0x46,0x70,0x5d,0xc7,0x36,0xad,
0xe7,0x7a,0xdb,0x7,0xd7,0x75,0x7b,0x14,0x5c,0x6f,0x96,0x9b,0xd7,0x36,0xeb,0x74,
0xfb,0xae,0x92,0x7f,0x9a,0x13,0xa8,0xbd,0x8b,0x16,0x5d,0x40,0xe5,0xd5,0xce,0xc0,
0x9,0xf0,0xd9,0xc0,0xc,0xe9,0x8b,0x5b,0x30,0x5d,0x81,0xf9,0xeb,0xc3,0x14,0xec,
0x30,0xf7,0x50,0x54,0xbc,0x1e,0xa,0x1b,0x4,0x83,0x47,0xd9,0x60,0x6e,0xb2,0xa6,
0x7e,0xfc,0xd5,0xab,0xd4,0xa1,0x6b,0x97,0xaa,0x43,0x54,0xe,0x39,0x99,0x37,0x8d,
0x34,0xaf,0xfc,0x9a,0xdb,0x76,0xf9,0x35,0xb4,0x1a,0x73,0x81,0xdb,0x8e,0xf5,0xfc,
0x5c,0xf6,0xc3,0xbc,0x46,0xd7,0x7a,0xbd,0x8d,0xbf,0xde,0xf3,0xa8,0x73,0xb9,0xbe,
0xd,0xbc,0x86,0x59,0xe7,0xe1,0x6f,0xcf,0x7e,0x99,0x75,0x74,0x3b,0xcb,0x47,0xa0,
0x2a,0x85,0x33,0xe4,0xd1,0xef,0xf2,0x94,0xe8,0x7e,0x71,0x8e,0x35,0x9a,0x53,0x13,
0xd7,0xeb,0xdf,0x16,0xee,0xa4,0x1b,0x1e,0xd2,0xf7,0xc0,0x66,0x75,0xf8,0x57,0x2d,
0x70,0x27,0xf0,0x1e,0xfd,0xb8,0xa3,0x6f,0x5,0x77,0xe8,0x3b,0x9c,0x7e,0xaa,0xb4,
0xe4,0xfd,0x3,0xb8,0x23,0x26,0x33,0x49,0x82,0x44,0x2a,0x3d,0xbc,0xf0,0xa5,0x8d,
0xea,0xd0,0xdb,0x96,0xea,0x49,0x52,0xb8,0xc3,0x5c,0x97,0x69,0x9f,0xce,0x32,0xed,
0x95,0x67,0xbe,0xf5,0xdc,0x6a,0x3f,0xf6,0xda,0x79,0xe6,0xbe,0x7,0xaf,0x37,0xf5,
0x47,0x6b,0x59,0x60,0x1b,0xf3,0x7c,0xef,0x7d,0xbc,0xe7,0xeb,0xe7,0x4,0x5e,0xab,
0xf5,0x39,0xcc,0x6d,0x60,0xb9,0x7e,0xcd,0xc0,0x36,0x7c,0x84,0x97,0xb6,0x3b,0x42,
0xaf,0xf5,0x5e,0xab,0x8f,0x40,0xe9,0x31,0xe8,0x38,0x7f,0x23,0x33,0xbc,0xf0,0xa5,
0x4d,0xea,0x30,0x35,0xfe,0xcc,0xc,0x44,0xa6,0xc0,0xea,0x42,0xec,0x17,0xe8,0x16,
0xa6,0x50,0x33,0x7c,0xdf,0x7f,0x3c,0xa8,0x60,0x9e,0x48,0x66,0x3b,0x7e,0xae,0xf7,
0xfc,0x91,0x5,0xab,0xe4,0x9f,0x9b,0xb4,0x44,0x30,0x78,0x94,0x2d,0x78,0xba,0xe6,
0x13,0x7f,0xb4,0x56,0xcd,0xac,0x2d,0xaa,0x83,0x5c,0x2e,0x3,0x65,0xb3,0x55,0xb1,
0x18,0xfc,0xb2,0x1f,0x2c,0xcb,0xfa,0xd6,0x3c,0xf6,0xb7,0x69,0xaf,0xeb,0x7c,0x5e,
0xeb,0x35,0x3,0xdb,0xb4,0x96,0x6b,0x7a,0x9f,0xdb,0x7e,0xec,0xad,0xf7,0x96,0x99,
0xc7,0xde,0x7b,0xf2,0xad,0x3e,0x22,0x5d,0x2e,0x9e,0x99,0x2c,0x16,0x7f,0xef,0x9b,
0xcb,0x16,0x25,0x93,0x40,0x79,0x43,0x60,0xe1,0x4e,0x46,0xd0,0xee,0x7c,0x7c,0x4d,
0xf2,0xee,0xe8,0x64,0xa9,0xf7,0xb9,0xed,0xc7,0xde,0x7a,0x6f,0x99,0x79,0xec,0xbd,
0x27,0xdf,0xb2,0x3b,0xd3,0xc3,0xb9,0x23,0x26,0x32,0x49,0x53,0xce,0x5f,0xa8,0x1e,
0xb9,0x7f,0xbd,0xb8,0xcf,0x80,0x3b,0x34,0x9f,0xa8,0xa9,0xe7,0x3f,0xb7,0x5e,0x1d,
0x7a,0xf3,0x52,0x6a,0xe3,0x79,0xd7,0x64,0x33,0x65,0xd7,0x94,0xdf,0x6e,0x3a,0xd7,
0xfb,0xf7,0xb9,0x9d,0xc6,0x8f,0x3,0xeb,0x7a,0x8,0x3c,0xbf,0xbd,0x2d,0x3d,0x36,
0xaf,0xc1,0xcb,0x78,0x9b,0x6e,0x7f,0xcc,0x73,0xfc,0xb6,0xa0,0xb7,0x8c,0x5f,0xcf,
0xdb,0x86,0xdd,0x7a,0x66,0xac,0xc8,0x89,0xe0,0x3,0x7,0xcb,0x8b,0xfb,0x9d,0xb0,
0x25,0xfe,0xc0,0x18,0xf4,0xec,0xc1,0x82,0xf1,0x85,0xf,0xf,0xfd,0x72,0x3a,0x4,
0x9b,0xb4,0x40,0x30,0x78,0x94,0x41,0x1a,0x13,0xea,0xa5,0x87,0xc7,0xd5,0xd1,0xdf,
0x5f,0xa5,0x66,0xd7,0x94,0xfc,0xc6,0x60,0xbb,0x5c,0x9b,0xb2,0xdc,0x49,0x60,0x3d,
0x97,0xed,0xae,0xfb,0x1d,0xeb,0x83,0x4,0x9f,0x1f,0x78,0x1e,0x2f,0x33,0xae,0xe8,
0xe5,0xfe,0x76,0x66,0x5d,0xe7,0xfd,0xe0,0x32,0x6f,0x39,0x7b,0xc4,0x13,0xb5,0x4c,
0x96,0x72,0xf5,0x27,0x73,0xb9,0x7f,0xea,0x17,0xe7,0xd8,0x3,0x43,0x60,0x33,0x6,
0xb9,0x73,0xf6,0xe1,0xad,0xea,0xe8,0x87,0x57,0xab,0xd9,0xb5,0x6e,0xbb,0x33,0x55,
0xca,0xed,0x1b,0xc2,0x1d,0x31,0x89,0xb1,0x81,0x4b,0x2f,0xbe,0x0,0x89,0x54,0xa,
0x98,0xe3,0x44,0xea,0x3f,0xaf,0x57,0x7,0xdf,0xc8,0x33,0x32,0x7b,0xe7,0xee,0xe9,
0xb2,0x1e,0x28,0xdf,0xed,0xb2,0xdd,0xb9,0x4c,0x6f,0x13,0xdc,0x8e,0x9f,0x47,0xdb,
0xb4,0x9e,0xdf,0x5a,0xdf,0xde,0xc6,0x73,0xc8,0x7f,0x4c,0xef,0xa7,0x31,0xcf,0xe7,
0xf5,0xda,0x9b,0xce,0x65,0xbc,0x7d,0xcf,0xe7,0xf1,0xb7,0x39,0xe0,0x8d,0x32,0x9a,
0x9e,0x19,0xcb,0xbf,0x9d,0xa,0xe6,0x3f,0xa0,0xb2,0x69,0x67,0x98,0xe1,0x47,0x20,
0x5b,0xb0,0x60,0xa7,0xee,0x5a,0xaf,0xe,0xbd,0x29,0x1c,0xc1,0x8c,0xc,0xad,0x75,
0xfe,0xb2,0xd6,0x73,0x82,0xaf,0xc3,0x92,0x74,0xc9,0x24,0xb,0x26,0x2c,0xf3,0x1f,
0x1f,0xf4,0xc6,0xc9,0x4e,0xcf,0x94,0xec,0x10,0xc,0x1e,0x65,0x17,0x9d,0x48,0x7d,
0x70,0x95,0xda,0xbf,0xa6,0xe8,0x97,0x4b,0xe3,0x48,0xb0,0xec,0x4a,0x6e,0xf9,0xdb,
0x9,0x8f,0x5b,0xcb,0x5b,0xeb,0xe9,0x96,0x1d,0xf1,0xb7,0x6b,0x21,0x2c,0x93,0x3d,
0xe2,0xf7,0xf,0x2c,0xe3,0xfb,0x84,0x77,0x6e,0x64,0xee,0xc4,0x53,0x95,0xc5,0xbf,
0xe1,0x17,0xe5,0xd8,0x3,0xee,0x64,0x97,0x33,0xdf,0x1d,0x57,0x47,0xc8,0x9d,0xd9,
0x2b,0xdd,0x74,0x67,0xa6,0x5c,0x38,0x3e,0x3d,0xb6,0xf8,0x5d,0x7e,0x51,0x1e,0x24,
0x3a,0x12,0x17,0xdb,0x40,0x22,0x95,0xe,0x9a,0x8f,0x57,0xd5,0xc9,0x5d,0xeb,0xd4,
0xc1,0xed,0x63,0xba,0x8d,0x67,0x3a,0xcc,0xdb,0x6e,0x8,0x5e,0xf0,0xb2,0xd6,0x36,
0x66,0x3b,0x7e,0xec,0x6d,0xeb,0xd1,0x7e,0x3e,0x6f,0xe7,0xf9,0x11,0x5c,0xe6,0xdd,
0xea,0xc4,0x4b,0xc3,0xaf,0xe9,0xaf,0xb,0xac,0x37,0xaf,0xdb,0x7e,0xec,0x2d,0xe3,
0x4e,0x95,0xe9,0x4a,0xe1,0x27,0xf5,0x72,0xee,0x3,0x54,0x20,0x5f,0x45,0x65,0xd2,
0xce,0xd0,0xd3,0x30,0xe3,0x3a,0x36,0x99,0x45,0x12,0x6c,0x32,0xe,0xc1,0x7c,0x16,
0x16,0xcc,0xbf,0x1f,0x7c,0x4c,0xdb,0xf3,0xb9,0x5c,0x24,0xd8,0x4f,0xe9,0x73,0xdc,
0x6c,0x83,0x60,0xf0,0x8,0xbc,0xf4,0x6d,0x6a,0xc,0x7e,0x60,0x95,0x9a,0x59,0xc5,
0x8d,0x41,0xcf,0x3,0xcf,0xb,0xaf,0xdc,0xb7,0x3c,0x62,0x1f,0xcc,0x7d,0x5e,0xee,
0xbb,0xd4,0x76,0x86,0x1f,0x7b,0xdb,0x1b,0x3f,0x3a,0xb6,0xf5,0xef,0x6b,0x2,0xaf,
0xcd,0xeb,0xda,0x2e,0xf9,0xdb,0xf1,0xad,0x7e,0x2d,0xf3,0xb8,0xfd,0x5c,0xde,0x4e,
0x4f,0xd7,0x5c,0xce,0xff,0xdd,0x64,0xa9,0x70,0xfb,0x7d,0x37,0x2c,0xfa,0x39,0xbf,
0x38,0xc7,0x1a,0x18,0x2,0xb,0xce,0xb0,0x3b,0xbf,0x47,0x89,0xd4,0x6a,0x2f,0x91,
0xf2,0xfc,0xe0,0xb2,0xdb,0x2e,0xdf,0xa6,0x3c,0xb7,0xee,0xeb,0xe5,0xde,0x36,0x6d,
0x47,0xf8,0xb1,0xb7,0xbd,0xe7,0x82,0x59,0x4e,0x8f,0x8d,0x13,0x86,0xc0,0x6b,0xf,
0xeb,0xce,0xc,0xb9,0x33,0x55,0xc9,0xdd,0x7e,0xdf,0xa2,0xa1,0xdc,0xe9,0x48,0x5a,
0x6c,0xe5,0xc1,0x7b,0xd6,0x88,0xfb,0xc,0xb8,0xc3,0xd9,0xc7,0xa8,0x9d,0xf7,0x99,
0x75,0xea,0xc0,0x1b,0xc6,0xf4,0xb4,0xe7,0xde,0x64,0x2e,0x9d,0xe5,0x59,0x3b,0xa0,
0xe1,0xfb,0x81,0xc7,0x2d,0x87,0xbc,0xc7,0xda,0x37,0x9f,0xf6,0xf3,0x3,0xdb,0xf8,
0xdb,0x5,0x69,0x6d,0xc7,0x8f,0xcd,0x6d,0xeb,0x3d,0xbc,0x75,0xda,0x35,0x7f,0x7b,
0x3e,0xcd,0x84,0x27,0x93,0x98,0x2e,0x15,0x1e,0xaa,0x97,0x16,0xaf,0xa1,0x72,0x68,
0x67,0x78,0x63,0xd0,0x6b,0x75,0xe9,0x47,0x7,0xd9,0x81,0xc7,0xa6,0x1b,0xc1,0x38,
0x39,0x69,0x5d,0x5b,0xc0,0xc7,0x46,0xc1,0x78,0x18,0xdf,0x54,0xa9,0xf0,0xb0,0xd,
0x82,0xc1,0x23,0xa0,0x69,0x50,0x63,0xf0,0xc1,0x2d,0xea,0xd9,0x7f,0xb5,0x52,0x4d,
0xaf,0x28,0xaa,0xc3,0x94,0x48,0xf1,0x49,0xbd,0xa6,0x7c,0xb7,0xca,0x78,0xa0,0x6c,
0x9b,0x32,0xdd,0x76,0x84,0x96,0xcd,0xe3,0x52,0xc7,0x36,0x81,0x75,0x66,0x7d,0x10,
0xfd,0xda,0x2d,0xd7,0xfc,0xed,0x5b,0xeb,0xfc,0xe7,0x10,0xec,0xfb,0x64,0xb9,0x70,
0x70,0xba,0xb8,0x64,0xdc,0x2f,0xce,0xb1,0x6,0x86,0xc0,0x2,0xd,0xbb,0xf3,0xcd,
0x2d,0xea,0x39,0x72,0x67,0x66,0x39,0x4f,0x16,0xd4,0xa7,0x3b,0x5c,0xc6,0x13,0x72,
0x47,0xf,0x3f,0x2c,0x17,0xe,0xd4,0x8b,0x8b,0xb7,0xfa,0xc5,0x79,0xd0,0x10,0x93,
0x16,0x1b,0x41,0x22,0xe5,0x3e,0xba,0x9d,0xf7,0x27,0xeb,0xd4,0xc1,0x6b,0xc6,0xd4,
0xf4,0xe5,0xde,0x30,0x54,0xbf,0x33,0xda,0x2b,0xfb,0x7e,0xd9,0x6e,0x3b,0xc6,0x6e,
0x74,0xf9,0xc1,0xcb,0x78,0x1d,0xfb,0xc1,0xeb,0x68,0xdb,0x8e,0xf5,0x7a,0x99,0xb7,
0x5c,0xbf,0x46,0xf0,0xf9,0x7a,0x5b,0xf3,0x5c,0xff,0xb1,0xbf,0x9d,0x7e,0xe,0x2d,
0xe3,0xf7,0xe6,0xcf,0xc3,0x93,0x85,0xd1,0xb2,0xc7,0xa6,0x4a,0xb9,0x37,0x53,0x1,
0xb4,0x79,0x18,0x5f,0xf5,0x36,0xe9,0xc7,0x6,0xd9,0x43,0x9f,0xe4,0xfb,0xe9,0x75,
0xea,0x90,0x2f,0xd8,0x7e,0x47,0x4,0x1b,0xb2,0x7,0x30,0xd4,0x80,0x47,0xa0,0x5,
0xcf,0x3a,0xf6,0xd,0x4a,0xa4,0x7e,0x87,0x1a,0x83,0xab,0x4b,0xba,0xb7,0x9a,0x7b,
0xd6,0x5b,0x3d,0x7f,0xba,0x5c,0x53,0x19,0x37,0xb7,0xc6,0x9,0xb3,0xbe,0xb5,0x9d,
0x5f,0xe6,0x8d,0x23,0xbc,0x7d,0xf0,0xd6,0xdc,0x27,0x5a,0xce,0x10,0x9e,0x2f,0x9d,
0xcb,0xcc,0x63,0xef,0xbe,0xff,0xba,0xb4,0x8c,0xfd,0xa6,0x75,0x47,0x1a,0xa5,0xfc,
0xdb,0x67,0xae,0x5c,0x94,0xc8,0xa4,0x2c,0x70,0x7,0xb4,0xa0,0x44,0x2a,0xe8,0xce,
0x34,0x95,0xd9,0x85,0xdd,0xf1,0xd7,0x5,0x89,0xcb,0x9d,0x52,0xe1,0xe8,0xbe,0x52,
0xee,0xba,0x11,0xdc,0xe9,0x49,0x56,0x6c,0xe6,0xee,0xdb,0x97,0xc9,0xfb,0xd,0x38,
0x43,0xf3,0xd1,0xaa,0x3a,0xf5,0x67,0x1b,0xd4,0xb3,0xbf,0xbd,0x42,0x1d,0x7c,0xfd,
0x98,0x9a,0xb9,0xb2,0xa4,0xa6,0xc6,0xbc,0xe,0x81,0x3,0x54,0xbe,0xb9,0x5c,0x33,
0xe6,0x42,0xd2,0xc1,0xc7,0xdc,0xf6,0xd2,0x6e,0xb0,0x7b,0x3e,0x1d,0x4e,0x69,0xfc,
0x65,0xfe,0x72,0xcf,0x1d,0xdf,0x1f,0x1f,0xcf,0x5f,0xc6,0xf8,0xc4,0xcf,0x69,0x6f,
0x77,0x88,0x9c,0x9f,0xa9,0x14,0x7e,0x38,0x59,0x29,0xfe,0xa,0x95,0x3b,0x9b,0x87,
0xf1,0x61,0x8,0x5,0xe8,0x84,0x5,0xfb,0x11,0xb,0xf6,0xde,0x15,0xea,0x0,0xb,
0xb6,0x86,0x2a,0xb2,0x3e,0x4,0xe3,0x4a,0x6e,0x78,0xc1,0x82,0xeb,0xe7,0x17,0xcc,
0x6c,0xdb,0x25,0x58,0xe2,0x1,0x8f,0x40,0xf,0x94,0x48,0x9d,0xf9,0xe6,0xb8,0x3a,
0xfe,0xb1,0x35,0xea,0xf0,0xdb,0xaf,0x50,0xfb,0x37,0x90,0x47,0x2b,0xbd,0x19,0xc8,
0xe,0x50,0xd9,0x36,0xe,0x1d,0xa0,0x32,0xdd,0xf6,0xa8,0xa8,0xef,0xf3,0x70,0x5a,
0x53,0xee,0x3b,0x5c,0xe2,0x65,0xfe,0x3a,0x53,0xd9,0x68,0x57,0xfc,0x65,0xed,0x75,
0xfe,0x63,0x5a,0xe7,0xb9,0xd4,0x7e,0x7e,0xb,0x7a,0xcc,0x53,0x32,0xf3,0xb9,0x1c,
0x93,0xe5,0xc2,0x3f,0xa7,0x16,0x52,0x22,0x3d,0x7d,0xde,0x11,0x5c,0xb8,0x3,0x2,
0x4,0xdc,0x39,0x14,0x97,0x3b,0xfe,0x36,0xed,0xc7,0xfe,0xfa,0xc0,0xf3,0x5b,0xd0,
0x72,0x76,0x67,0xb6,0x5c,0x38,0xb6,0xaf,0x5c,0xf8,0xf5,0x3f,0x1c,0xcd,0x9d,0x9e,
0x44,0xc5,0x76,0xee,0xb8,0x75,0x4c,0xde,0x6f,0xc0,0x19,0xe6,0x9e,0xaa,0xa9,0x33,
0xdf,0xda,0xa2,0x7e,0x74,0xf7,0x6,0x75,0xe2,0xf,0xd7,0xa8,0xa7,0xdf,0xb5,0x4c,
0xed,0x9f,0xa8,0xa8,0xfd,0x5b,0xcb,0x6a,0x7f,0x95,0x6e,0x89,0xd9,0xad,0xde,0xad,
0x61,0x66,0x23,0x79,0xc8,0x9d,0xeb,0x41,0x17,0xfa,0xa1,0xcb,0x33,0xe3,0x16,0xfb,
0xe8,0x39,0x49,0xcb,0x18,0xdf,0xb7,0xc3,0xb4,0x6c,0xa6,0x92,0x7f,0x66,0xb6,0x94,
0x7f,0x27,0x95,0x37,0xbb,0xe3,0xe5,0xa9,0x89,0xdd,0xd2,0xf,0xc,0xb2,0x4d,0xb7,
0x60,0xcf,0xfc,0x86,0x6d,0x82,0xe5,0x9e,0x99,0xb2,0x48,0x30,0x78,0x4,0xe6,0x83,
0x3b,0x25,0x7e,0x7c,0xdf,0x55,0xea,0xe4,0x1d,0x6b,0xd5,0x91,0xf,0xad,0xd2,0xc3,
0x28,0x82,0x1e,0x31,0x2d,0x97,0xf8,0x96,0xd6,0x4d,0xeb,0xf3,0xa9,0xbc,0x93,0xeb,
0xfb,0xa6,0xc7,0xa3,0x76,0xc3,0x2f,0xd8,0x78,0xd4,0xcb,0x69,0x5b,0x3e,0x3a,0x36,
0x5d,0xce,0x9f,0x9b,0x2e,0xe6,0xde,0x37,0x62,0x23,0x70,0xa4,0x20,0x77,0x70,0x51,
0x5d,0x20,0x32,0xb0,0x3b,0xe3,0xf1,0xb9,0x43,0xf7,0x5f,0xe,0xc9,0x1d,0x31,0x51,
0xb1,0x1d,0x24,0x52,0xe9,0x80,0xdb,0x7a,0x73,0x8f,0x57,0xd5,0xe9,0x3d,0x9b,0xd5,
0x29,0x6a,0xef,0x9d,0xfa,0x3c,0xf1,0xa7,0x3e,0x7c,0xdf,0x40,0xeb,0x4e,0x7e,0x7a,
0x9d,0x7a,0xfa,0x1d,0x57,0xa8,0x99,0x2b,0xbc,0xe,0xb,0xe3,0x48,0x27,0x5d,0x1d,
0xe,0x1,0x3c,0xb7,0xfc,0xfb,0x66,0x99,0xc6,0x7b,0xe,0xdf,0xe7,0xce,0xf8,0xa7,
0x9,0x6a,0xdf,0xdd,0x3f,0x59,0x2e,0xdb,0x3b,0x9d,0x39,0x87,0xb9,0xa0,0x21,0x0,
0xf3,0xc1,0x82,0x35,0x7f,0xe0,0x9,0xc6,0x9,0xd5,0x42,0x82,0x1d,0xd6,0x82,0x9d,
0x2f,0x91,0x1a,0x4d,0x30,0x7e,0x5d,0x16,0x6c,0xd2,0x22,0xc1,0xe0,0x11,0x58,0x90,
0x6,0xb9,0xf4,0xc3,0xaa,0xbe,0xc0,0xf5,0x8b,0xbb,0x37,0xea,0xcb,0xa,0xb4,0x3c,
0x32,0x2e,0x99,0xfb,0xb4,0x8e,0x67,0xf8,0x9b,0x5d,0x57,0xd2,0xbd,0xeb,0xad,0xa1,
0xb4,0x1,0xbc,0x46,0x1e,0xa1,0x7d,0x31,0x7e,0x90,0x3f,0xfe,0x3a,0xe3,0x91,0xb7,
0xbc,0xfd,0x1c,0x73,0x9f,0x5f,0x93,0x7b,0xf5,0xeb,0xa5,0xfc,0x53,0x49,0x5e,0x16,
0xa0,0x59,0xaf,0x6e,0xe7,0xdf,0x7,0x17,0xd5,0x5,0xf3,0x62,0xb1,0x3b,0x7,0x2a,
0x8b,0xc7,0xfc,0xa2,0x3c,0x4a,0x88,0x49,0x8a,0xb,0xec,0xbc,0xa9,0x28,0xef,0x33,
0xe0,0x1e,0xec,0x19,0x27,0x54,0xf3,0xb1,0x8f,0x78,0xb2,0xa6,0x5e,0xf8,0x8b,0x4d,
0xea,0xf0,0xf5,0x57,0xa8,0xe9,0xa5,0x66,0xe4,0x51,0xc0,0x17,0xed,0x89,0xef,0x96,
0xc6,0x7f,0xcc,0xeb,0xd9,0x3b,0xdf,0x23,0x83,0x59,0xae,0x1f,0xd3,0xf6,0x33,0x84,
0x9e,0x48,0xa2,0x92,0xff,0x5e,0xbd,0x52,0xb8,0x86,0xa,0x99,0xbd,0xe7,0x41,0x71,
0xd0,0x8f,0x86,0x13,0x79,0x41,0x7f,0xf4,0x2d,0xd8,0x46,0x2d,0x18,0xf7,0x54,0x84,
0x2d,0x98,0x99,0xa9,0x85,0x96,0xb1,0x60,0xdb,0x6d,0x11,0xc,0x1e,0x81,0x81,0xa8,
0x77,0xb9,0x23,0xf0,0xd2,0x43,0xe3,0xea,0xe8,0x87,0x56,0xab,0xe9,0x2b,0x3,0xd7,
0x6e,0xd3,0x3e,0xf8,0x7e,0xb0,0x2f,0x1,0x97,0xcc,0x7a,0x6f,0x1b,0x6f,0xb9,0xd9,
0xae,0x7b,0x19,0x7b,0xe9,0xd,0xbf,0xcd,0x3f,0xd3,0x28,0x95,0xae,0x53,0x9,0xcd,
0xc6,0xc7,0x1,0x77,0xc0,0x40,0xf4,0xed,0xce,0x2a,0x7d,0x9e,0x47,0x14,0xee,0x70,
0x47,0x1e,0xf,0x35,0xda,0x17,0x9e,0x3b,0x1d,0x89,0x89,0x6b,0xdc,0x78,0xdd,0x65,
0xf2,0xbe,0x72,0x90,0xc7,0xbf,0xb6,0x59,0xfd,0xf1,0x1f,0xac,0x56,0xef,0x78,0xdb,
0x52,0xf5,0xa6,0x37,0x8c,0xa9,0x55,0x2b,0x8b,0x6a,0xeb,0xe6,0xb2,0x7a,0xf7,0xd,
0xcb,0xd4,0xce,0xf,0xac,0xd2,0xeb,0xa5,0xe7,0x65,0xa,0x6a,0xe7,0xf1,0x91,0xe1,
0x99,0x4d,0x65,0xdd,0x99,0x60,0xda,0x77,0x5e,0x7b,0xcd,0xa7,0x7b,0x99,0xb0,0x4e,
0xbb,0xa5,0x97,0x93,0x67,0xec,0x18,0xdd,0x67,0xb7,0xa6,0xa9,0x7d,0x47,0x8f,0xdf,
0x44,0x65,0xcb,0xee,0xc0,0xf5,0x38,0x6,0x7,0x82,0x2d,0xcc,0xdc,0x93,0x55,0x75,
0xe2,0x53,0xd1,0x8,0xc6,0xd,0x3f,0xee,0xa1,0x98,0x29,0x17,0xde,0xe8,0x17,0xe3,
0xc4,0x3,0x1e,0xd,0xce,0xc9,0xc7,0xaa,0xea,0xe1,0xaf,0x6c,0xd2,0xce,0x18,0x8f,
0x18,0xbe,0x7f,0xf3,0x8e,0x15,0xea,0x81,0x2f,0x6c,0x10,0x9f,0x97,0x35,0xce,0xec,
0xd9,0xac,0xe,0xfd,0xda,0x52,0x75,0xc8,0xb8,0x10,0xa4,0xdb,0xa3,0xe0,0xb2,0xae,
0x75,0xc6,0x25,0xed,0x91,0xbf,0x8e,0x3c,0x7a,0x6e,0xaa,0x52,0x7c,0x7,0xb5,0x82,
0x12,0x4b,0xa0,0x70,0x4,0x77,0x38,0x50,0xf,0x2d,0xcc,0x99,0x3d,0x57,0xa9,0xc3,
0x11,0xb9,0x43,0x75,0xd2,0x91,0x7a,0xb8,0xee,0x74,0x24,0x25,0x2e,0xb2,0x6d,0xfc,
0x12,0x71,0x3f,0xb8,0x2,0xd7,0x49,0x5c,0xf7,0x14,0x8a,0xf9,0x5,0x61,0xcf,0x78,
0x7b,0xe9,0x75,0xb2,0xc2,0x19,0x9e,0xf8,0x65,0xc7,0x72,0x35,0xbd,0xac,0x77,0x9a,
0x74,0xed,0x4b,0xf0,0x31,0x7b,0x43,0xb0,0x43,0xc1,0xa3,0xbc,0x41,0x78,0x39,0x1f,
0x39,0x9e,0x19,0x2b,0xa8,0xc9,0x4a,0x6e,0x27,0x15,0x2a,0xbb,0x8f,0x40,0xe1,0x44,
0xde,0xc1,0x80,0x60,0x83,0xc1,0x33,0x2b,0x3d,0x13,0x91,0x60,0x53,0x95,0xdc,0x47,
0x6d,0x11,0xc,0x1e,0xd,0xe,0x37,0xf0,0xb8,0xe1,0x27,0xb9,0x13,0x84,0xb7,0xc9,
0x7a,0x63,0x90,0xc7,0xa9,0x1f,0xff,0xc4,0x5a,0x7d,0xae,0x21,0x77,0x20,0x98,0xa1,
0x47,0x12,0xda,0x9d,0x1e,0x97,0x84,0xed,0x69,0x39,0x39,0xf9,0xca,0x64,0x39,0xff,
0x80,0x5f,0x8c,0x13,0x9,0x5c,0xe,0x60,0x70,0x50,0xf,0xf5,0xf,0xbb,0x73,0xe2,
0x93,0xe1,0xb9,0xa3,0xeb,0xac,0xb6,0x3b,0x7b,0xfc,0x62,0x1c,0x56,0x74,0x24,0x24,
0xae,0xe2,0x6a,0x22,0xc5,0x1d,0x7a,0x5b,0x36,0x95,0xb5,0x37,0xc5,0x92,0xec,0x53,
0x37,0xdc,0x71,0x91,0xe9,0xce,0xbe,0xc9,0x9,0xf5,0xe2,0x97,0x37,0xa9,0xc3,0xd7,
0x2d,0xa5,0x76,0x59,0x5e,0x1f,0xf1,0x6d,0x7b,0xd2,0x76,0xa7,0x35,0xd2,0x88,0xef,
0xfb,0x6e,0xf1,0xb2,0xe0,0x72,0x86,0xdb,0x89,0xdc,0xe1,0xd1,0x28,0xe5,0xbe,0x31,
0x59,0x5c,0xbc,0x96,0xca,0x93,0xdd,0x81,0xe9,0x64,0xfb,0x7,0x82,0xd,0x81,0x11,
0xec,0xed,0x61,0x8,0xc6,0x33,0x88,0x15,0xbc,0xc9,0x24,0xca,0xb9,0xbf,0xb2,0x49,
0x30,0x78,0x34,0x18,0x5f,0xfc,0xec,0x3a,0xb5,0x62,0x79,0x51,0x74,0x66,0x3e,0xee,
0xfa,0x78,0x86,0xaf,0x4b,0xd2,0x98,0x50,0x2f,0x7d,0x77,0x5c,0x1d,0xe3,0xa1,0x49,
0xcb,0x3d,0xf,0x82,0xbe,0x88,0x2e,0xf9,0xd,0xc1,0xd6,0x32,0xdd,0x20,0xf4,0xe0,
0xeb,0xed,0x70,0x83,0x72,0xa6,0x9c,0x9f,0x79,0x62,0x6c,0x71,0xd5,0x2f,0xc6,0x89,
0x4,0xdc,0x19,0xc,0xd4,0x43,0x3,0xe2,0xbb,0xa3,0x87,0xf5,0xad,0xe8,0xec,0xcc,
0x1b,0xc5,0x1d,0xba,0x9d,0x99,0xc,0xdf,0x1d,0x31,0x29,0x71,0x91,0x75,0x2b,0x2f,
0x92,0xf7,0x87,0xa5,0xf0,0x11,0xdd,0x41,0xeb,0xa4,0x20,0xfc,0x7c,0xe9,0x75,0xb3,
0xc0,0xdc,0xf,0xaa,0xea,0xd8,0xbf,0xbb,0x52,0xcd,0xae,0x35,0x1d,0x15,0xec,0x90,
0xef,0x56,0x87,0x5f,0xbc,0xdc,0x78,0xd6,0x5e,0x6e,0xe0,0xd3,0x34,0xf4,0x39,0xf4,
0xe5,0xfc,0x77,0xa6,0xf2,0xf9,0x9,0x2a,0x47,0x76,0x7,0xa6,0x62,0xee,0x1f,0x8,
0x36,0x3c,0x73,0x8f,0x55,0xd5,0xf1,0x7f,0x9b,0x5e,0xc1,0xe0,0xd1,0x60,0xf4,0xdb,
0x83,0x2e,0xc1,0xbd,0xea,0xd2,0x6b,0x66,0x2,0xee,0x90,0xf8,0xcb,0x4d,0xfa,0x2,
0xd8,0x87,0x82,0x27,0xca,0x7,0x1c,0x32,0x78,0x9d,0x10,0xc6,0xa5,0xce,0x75,0xec,
0x18,0x3d,0xf7,0x15,0x7a,0xde,0xfe,0xc9,0x62,0xee,0x2d,0x7e,0x31,0x4e,0x24,0x70,
0x4,0x77,0x30,0x50,0xf,0xd,0x89,0xef,0xce,0xc1,0x5f,0xa,0xc7,0x9d,0xe9,0x4a,
0x7e,0x36,0x22,0x77,0xc4,0x84,0xc4,0x55,0x38,0x91,0x3a,0xfe,0xe8,0xb8,0xbc,0x4f,
0x2c,0x82,0x3b,0x26,0xd8,0x8f,0x7e,0x3b,0x25,0xe6,0x23,0xcb,0x1d,0xe6,0xa7,0xbf,
0xbe,0x59,0x3d,0xfb,0x9e,0xe5,0x6a,0x76,0x75,0xe0,0x3a,0x6e,0x5d,0x68,0xaf,0xc8,
0x21,0x71,0x1d,0x2d,0x3f,0x4c,0x6e,0xee,0x2f,0xe7,0x8f,0x4e,0x95,0x97,0xdc,0x40,
0xe5,0xc7,0xfe,0x40,0xf,0x60,0x7f,0x40,0xb0,0xd1,0x39,0xfd,0xb5,0x70,0x4,0x9b,
0x2d,0xe7,0x8f,0x35,0xca,0x4b,0x7e,0xdd,0x2f,0xc2,0x56,0x4,0x3c,0xea,0x1f,0x76,
0x80,0x5d,0x18,0xc5,0x25,0x3e,0x8a,0x25,0xbd,0x76,0x16,0x68,0x7e,0xbf,0xaa,0x8e,
0xff,0xd1,0x5a,0xb5,0x7f,0x73,0x59,0xcd,0xea,0x21,0xad,0xbe,0x1f,0x1,0x57,0xbc,
0x8e,0x88,0xce,0xc7,0xad,0xfb,0xc4,0x2c,0x3d,0x9e,0x2e,0xe7,0xff,0x76,0xaa,0x9c,
0xfb,0x37,0x7e,0x11,0x4e,0x2c,0xe0,0x4e,0xff,0xa0,0x1e,0x1a,0xd,0x76,0xe7,0xc4,
0xc7,0xc9,0x9d,0x2d,0x7d,0xb8,0x63,0x9c,0x99,0xc7,0x9d,0x46,0x29,0xf7,0x41,0xbf,
0x8,0x87,0x1d,0x62,0x32,0xe2,0x32,0xb6,0x27,0x52,0x3c,0xd4,0xf5,0x9a,0x6d,0x15,
0xd1,0x95,0x41,0xe1,0x23,0xbe,0xd2,0x7b,0x64,0x85,0x17,0xee,0xd9,0xa0,0xe,0xbe,
0x69,0xcc,0x9b,0x14,0x82,0x68,0xbb,0x95,0xf7,0x5c,0xa,0xe0,0x1d,0xe1,0xe5,0x8e,
0xa,0x1e,0x71,0xe4,0x1d,0x21,0xd6,0x47,0x78,0x4b,0xb9,0x7b,0xea,0xc5,0x62,0x81,
0xca,0x8e,0xdd,0x81,0x1e,0xc0,0xfe,0x80,0x60,0xe1,0xf1,0xa3,0x11,0x5,0xe3,0xc9,
0x29,0x58,0xb0,0x3,0xa5,0x52,0xde,0x2f,0xc6,0x89,0x7,0x3c,0xea,0x1f,0x76,0x89,
0x1d,0x90,0xdc,0x18,0x84,0x95,0x2b,0x8a,0x6a,0xff,0x43,0xf6,0xf7,0x6e,0x46,0xc5,
0xd9,0xef,0x8e,0xab,0x67,0xdf,0xbb,0x5c,0x4f,0x1,0xcb,0x5e,0x98,0x61,0x47,0x4c,
0xeb,0x3e,0xdf,0xb2,0x47,0x74,0xdb,0x76,0xc9,0xf3,0xee,0x20,0x37,0x20,0xcb,0xf9,
0xc7,0x26,0xf3,0xf9,0x15,0x7e,0x31,0x4e,0x24,0xb4,0x3b,0x8d,0xda,0x31,0xe9,0x3b,
0x82,0x4e,0x50,0xf,0x85,0x3,0xf,0xeb,0xeb,0xcb,0x1d,0xff,0x71,0x2,0xee,0x88,
0x89,0x88,0xeb,0x5c,0x7a,0xf1,0x5,0xea,0x91,0xfb,0xd7,0x8b,0xfb,0x24,0x69,0xf8,
0xe8,0xac,0xe4,0xc9,0xb0,0xf0,0x48,0xb,0xe9,0x7d,0xb2,0xc0,0xd9,0xef,0x6d,0x55,
0x47,0x3f,0xbc,0x5a,0xcd,0xae,0xed,0xbc,0x76,0x54,0x77,0xe7,0xb8,0x76,0xcb,0xf7,
0x8b,0xdb,0x77,0x7c,0x9a,0x7,0xfb,0x48,0x8e,0xdd,0x37,0x55,0x28,0xac,0xa7,0x32,
0x63,0x7f,0xa0,0x7,0xb0,0x3f,0x20,0x58,0x78,0x18,0xc1,0x66,0x48,0x30,0x16,0x66,
0x50,0xc1,0x26,0x2b,0xf9,0xfb,0x6d,0x13,0xc,0x1e,0xf5,0xf,0xcf,0x16,0x26,0x39,
0x31,0xc,0x99,0x1e,0xd6,0x57,0xaf,0xa9,0x53,0x7f,0xb6,0x41,0xed,0xdf,0x36,0xa6,
0xe,0x68,0x4f,0x7a,0x3d,0x6a,0x2f,0xf3,0x1a,0x81,0xfc,0x98,0x1b,0x81,0xec,0xd2,
0x74,0x25,0xd7,0x98,0x2c,0x95,0xb6,0xed,0x5d,0xb4,0xe8,0x2,0xbf,0x18,0xf,0x1b,
0x7c,0x52,0xfd,0xd0,0xd7,0xc6,0x21,0x77,0x76,0x88,0xdf,0xf,0xf4,0x80,0x7a,0x28,
0x1c,0xe6,0x2,0xee,0xec,0x67,0x37,0x5a,0x9e,0xf4,0xe7,0xce,0x54,0x25,0x37,0xc5,
0xee,0x50,0x66,0x10,0xd5,0x4c,0x96,0x3d,0x9,0x48,0x5a,0xb0,0x31,0x91,0xe2,0xce,
0x38,0xee,0x54,0x18,0xf5,0xe8,0x6e,0x37,0x59,0xee,0xe4,0x3b,0xfd,0x57,0x5b,0xd4,
0xb3,0xef,0x59,0xa1,0x66,0xcd,0xf9,0x87,0x5d,0xed,0x3b,0x3,0x3b,0x67,0xdc,0x3a,
0x34,0xa6,0x7d,0xfb,0x56,0xa3,0x9c,0xbb,0x8a,0xca,0x8a,0xfd,0x81,0x1e,0xc0,0xfe,
0x80,0x60,0xe1,0x73,0xc6,0x17,0xac,0x75,0x82,0x6f,0x9f,0x82,0x4d,0x96,0x73,0xdf,
0xb4,0x4d,0x30,0x78,0xd4,0x3f,0x3c,0xbb,0x1e,0x1f,0x41,0xa,0xd3,0xa5,0x2c,0x7b,
0xd4,0x7c,0xb4,0xaa,0x8e,0xdf,0xbe,0x46,0xcd,0x6e,0x28,0xb5,0x3d,0x3a,0x8f,0x4b,
0x7c,0x3b,0xe3,0x35,0xa,0x8f,0xf2,0x75,0xd5,0xfc,0x22,0x3c,0x6a,0x98,0x6,0xd2,
0x50,0xc9,0x14,0x66,0xe4,0xeb,0xf,0xd4,0x43,0xe1,0x72,0xf6,0x91,0xaa,0x3a,0x31,
0xbc,0x3b,0xd7,0xf8,0xc5,0x37,0xaa,0xe8,0x48,0x3c,0xd2,0x86,0x6d,0x89,0x14,0x4f,
0x56,0x24,0xb9,0x31,0x2a,0x99,0x9e,0x4,0xa9,0x3e,0xa1,0x9e,0xff,0x4f,0xeb,0xd5,
0x6c,0xb5,0xec,0x9d,0x3,0x2f,0xb8,0xa5,0x3b,0xc8,0x69,0x39,0xb7,0xef,0xf8,0x34,
0x8d,0x99,0x4a,0xe1,0xff,0x4e,0x96,0x72,0x3b,0x67,0x16,0x2d,0x7a,0x35,0x95,0x13,
0xfb,0x3,0xd7,0xe4,0xe8,0xf,0x8,0x16,0x1,0x1,0xc1,0xf4,0xb5,0xa3,0xfa,0x10,
0x6c,0xba,0xac,0x5,0xfb,0xa8,0x6d,0x82,0xc1,0xa3,0xfe,0x89,0xc2,0xa5,0x4c,0x7b,
0xd4,0xe0,0x1e,0xbf,0xcd,0xea,0xf0,0x3b,0x96,0xaa,0x43,0x63,0x79,0xed,0x4a,0x8f,
0x47,0xdc,0x8b,0xce,0x8d,0x3f,0xba,0xcf,0x95,0xd9,0x2c,0xb9,0x14,0xf2,0x94,0xcc,
0xdd,0x8d,0xa4,0xdd,0x44,0x5f,0xc9,0x14,0xdc,0xe9,0x1f,0xd4,0x43,0x21,0x43,0xee,
0x9c,0xd1,0xee,0x5c,0xa1,0xa7,0x52,0x5e,0xd8,0x1d,0x1e,0x39,0x51,0x54,0xfb,0xc2,
0x9f,0xce,0x5c,0x8a,0x6e,0xa7,0x52,0xc9,0x83,0xf7,0xd8,0x51,0xf6,0x78,0x44,0x83,
0xe4,0xc6,0xa8,0x64,0x7a,0xa4,0x4,0xa1,0x67,0xc3,0xe4,0x61,0x7d,0x1b,0xca,0xfa,
0x8,0xae,0x1e,0x16,0x1b,0xf0,0x8b,0xf1,0x8e,0xec,0xea,0x9,0x8e,0x9e,0x6f,0x94,
0xa,0x77,0x3d,0x55,0x59,0xb2,0x9a,0xca,0x86,0x1b,0x81,0x2b,0xc3,0xf7,0x7,0x4,
0x8b,0x6,0x3e,0xa7,0xe3,0xe8,0xef,0xaf,0x56,0x33,0x1b,0xfc,0xab,0xc8,0x2f,0x24,
0x58,0xa5,0x70,0xd7,0xb4,0x85,0x82,0xc1,0xa3,0xfe,0x89,0xc2,0xa5,0xac,0x7b,0x34,
0xf7,0x44,0x4d,0x9d,0xba,0x6b,0xbd,0x3a,0xf0,0x86,0x8a,0xf1,0x85,0x68,0xbb,0x64,
0x1a,0x81,0xdc,0x48,0xa4,0x4a,0xea,0x34,0xdd,0xff,0x7a,0xbd,0x58,0xdc,0xea,0x17,
0xdf,0x30,0x42,0x6c,0x20,0x11,0xbb,0x88,0xf3,0x26,0x53,0x70,0xa7,0x7f,0x50,0xf,
0x85,0x8f,0xe7,0xce,0x6,0x75,0xe0,0x17,0x17,0x76,0x67,0xca,0x77,0xe7,0x89,0x42,
0x21,0x8e,0x4b,0x1,0x48,0x3e,0xa5,0x92,0x7b,0xef,0x5c,0x29,0xee,0x9b,0x38,0xe1,
0xb,0x53,0x4b,0x6e,0x8c,0x4a,0x96,0xcf,0x3b,0x34,0xfc,0x78,0xcf,0x66,0xf5,0xf4,
0x3b,0x97,0xa9,0x99,0xcb,0xbd,0x51,0x47,0xc6,0x29,0x3,0x7b,0x37,0x5d,0xc9,0x3f,
0x39,0x55,0xcc,0x7d,0x60,0xba,0x54,0xba,0xe2,0xbe,0x45,0x37,0x24,0x76,0xb1,0xf7,
0x81,0x2,0x3d,0x80,0xfd,0x3,0xc1,0xa2,0xe3,0x74,0x1f,0x82,0x51,0xa5,0xd6,0x16,
0xec,0x86,0xc8,0xc6,0xa0,0xf,0x15,0xf0,0x68,0x30,0xa2,0x70,0x9,0x1e,0x79,0xc3,
0xfa,0x8e,0xfd,0xc1,0x95,0x6a,0x7a,0x79,0x51,0x1f,0x6d,0x62,0x8f,0x8c,0x4b,0xfe,
0xb9,0x1d,0xaf,0x34,0x4a,0xb9,0x53,0xf5,0x52,0xee,0x36,0x1e,0xe,0x4b,0xad,0x97,
0x30,0x2f,0x4e,0xdd,0xd3,0x30,0xea,0x82,0x93,0xa9,0xd7,0x10,0x1d,0xd1,0xac,0x57,
0xb7,0x4b,0xdf,0x5,0xc8,0xa0,0x1e,0x8a,0x86,0xf3,0xba,0x63,0x6e,0x4b,0xf9,0x53,
0xe4,0x4f,0x14,0xee,0xcc,0x17,0xdd,0xe,0xa5,0x9a,0xbb,0x6f,0x4f,0x36,0x91,0x87,
0x5b,0xd1,0x31,0xf7,0x64,0x4d,0x9d,0xf8,0xf4,0x5a,0x75,0xa0,0x56,0x69,0x4d,0x26,
0xc6,0x4e,0xf1,0xe8,0x23,0x7f,0x98,0xdf,0x4f,0xa6,0xca,0xf9,0x3b,0xe,0x94,0xfe,
0x89,0x35,0x13,0x85,0xf5,0x15,0xe7,0x1a,0xb5,0x3d,0xd2,0x17,0x6,0xbd,0x40,0xb0,
0xe8,0x30,0x82,0x1d,0x9c,0x98,0x5f,0xb0,0x49,0x12,0xec,0x29,0x4b,0x5,0x83,0x47,
0x83,0x81,0x24,0x2a,0x22,0x1a,0x13,0xea,0xc7,0xf7,0x6d,0x56,0x87,0xaf,0x5d,0xea,
0xf7,0xec,0xf9,0x1e,0xf9,0xf7,0x69,0xd9,0xcf,0xa8,0xa2,0xfa,0xda,0xf,0xc7,0xf2,
0x2b,0xfd,0xa2,0x1b,0x66,0x88,0xd,0x23,0x1,0x4e,0xa6,0x5a,0x1,0x77,0x6,0x3,
0xf5,0x50,0x44,0x90,0x3b,0x2f,0x92,0x3b,0x87,0xe6,0x73,0x67,0xac,0xf0,0xca,0x64,
0x39,0xf7,0xf5,0xc9,0xcb,0x63,0x9d,0xc5,0x52,0xf2,0x27,0xd5,0xdc,0x71,0xeb,0x98,
0xbc,0x7f,0x62,0x80,0x1d,0x90,0xdc,0x8,0x3,0xe9,0xfd,0xb2,0xc6,0x4b,0x7b,0xb7,
0xaa,0xa3,0xb7,0xf2,0xb0,0xbe,0x52,0x6b,0xb6,0x3e,0xee,0x34,0x9f,0x19,0xcb,0xab,
0x99,0xe5,0x85,0x47,0xc8,0xb3,0xb0,0xce,0xcf,0x8d,0x27,0xcc,0x74,0xcc,0x73,0x8d,
0x89,0x57,0xba,0xbf,0x2c,0xe8,0x5,0x82,0x45,0xcb,0xd9,0xbf,0xde,0xaa,0x8e,0x91,
0x60,0xfb,0x5,0xc1,0x1a,0xcb,0xb,0x8f,0xc6,0x70,0x12,0xef,0x50,0x1,0x8f,0x6,
0x27,0x2a,0x97,0xa4,0xf7,0xca,0x1a,0x73,0x3f,0xac,0xa9,0x53,0x9f,0xdf,0xa0,0xe,
0xbc,0xbe,0xa2,0xfd,0xe1,0x61,0x49,0xdc,0x8,0x9c,0xe5,0xdb,0xa5,0xf9,0xe7,0x1a,
0xa5,0xc5,0x3b,0xee,0x8b,0x66,0x36,0x31,0xb1,0x51,0x74,0x1e,0x76,0x19,0x77,0xba,
0xbf,0x3,0x98,0x1f,0xd4,0x43,0xd1,0xc1,0xee,0xfc,0x88,0xdd,0xd9,0xe6,0x75,0xe6,
0x5,0xdd,0x39,0x30,0x51,0x21,0xa7,0xca,0x1f,0x8e,0xc8,0x9d,0xf9,0x42,0xf2,0x26,
0xf5,0xec,0xbc,0x29,0x99,0x84,0xfe,0x4d,0x6f,0x18,0x13,0xbd,0x18,0x15,0xee,0xf8,
0x90,0xde,0x2f,0x8b,0xbc,0xf8,0xdf,0x36,0xa9,0x83,0x6f,0xbd,0x5c,0xfb,0xc5,0x1d,
0xe4,0xd3,0x97,0xe7,0xd5,0xa1,0xb7,0x2d,0x55,0x47,0x3f,0xbc,0xea,0xcf,0x8f,0x17,
0x8b,0xff,0x88,0xf6,0xbf,0x3b,0xd1,0x6c,0xd4,0x6e,0x91,0xbe,0x24,0x90,0x81,0x60,
0xd1,0xf3,0xc2,0xbd,0x6d,0xc1,0x18,0x4e,0xa0,0xe,0xbd,0x75,0xa9,0x7a,0xce,0x62,
0xc1,0xe0,0xd1,0xe0,0x44,0xe1,0x12,0x3c,0x6a,0xc3,0x3d,0x7e,0xcf,0xfe,0xee,0xa,
0x9e,0x84,0xa5,0xd5,0x11,0x71,0xa0,0x5a,0x56,0x87,0xdf,0xbd,0x7c,0xcf,0x43,0xaf,
0x7d,0xed,0xa5,0x7e,0xd1,0xd,0x3b,0xc4,0x6,0xd1,0xf9,0xf8,0xf9,0xb,0x5e,0xf5,
0xd3,0xa4,0x87,0xf0,0xb8,0x6,0xea,0xa1,0x68,0xe1,0xce,0xbc,0xe7,0xb4,0x3b,0xf9,
0xb6,0x3b,0xb5,0xb2,0x3a,0x71,0xfb,0x5a,0x75,0xfa,0xa1,0xf1,0x8f,0x52,0xb9,0x8d,
0x33,0x44,0x6f,0xb2,0x40,0x12,0x89,0xd4,0x3b,0xa8,0x31,0x2f,0xb9,0x31,0x2a,0xec,
0xac,0xf4,0x7e,0x59,0xa4,0xf9,0x58,0x55,0x9d,0xfc,0xd4,0x5a,0xb5,0x7f,0xa2,0xa2,
0x9e,0x1e,0x2b,0xaa,0xfd,0xe3,0x65,0x75,0xf2,0x3f,0xac,0x53,0x73,0x8f,0x57,0x8f,
0xd2,0x7e,0x77,0x2b,0x70,0x32,0xef,0x60,0x40,0xb0,0xe8,0x61,0xc1,0x4e,0xb0,0x60,
0x35,0x4f,0xb0,0x59,0x7,0x4,0x83,0x47,0x83,0x13,0x85,0x4b,0xf0,0xa8,0xcd,0xdc,
0xbe,0x9a,0x7a,0xe1,0x2f,0x37,0xe9,0xa1,0x49,0x7,0xc6,0x28,0x91,0x5a,0x51,0x54,
0x47,0x3e,0xb8,0x4a,0x35,0x1f,0xd9,0x7a,0xcc,0x2f,0xb6,0x51,0x84,0xd8,0x18,0xea,
0x87,0x72,0xfe,0xc2,0xc4,0xcf,0x87,0x70,0x5,0xd4,0x43,0xd1,0xa2,0xdd,0xf9,0x12,
0xb9,0xf3,0xab,0x9e,0x3b,0x33,0xe4,0xce,0xd1,0x5b,0x56,0xe9,0xa9,0xd0,0x79,0x1a,
0x7e,0x2a,0xaf,0x71,0x86,0xe8,0x4b,0x56,0xd8,0x36,0x7e,0x49,0xcf,0xfe,0x89,0x92,
0x2f,0x7e,0x76,0x9d,0xe8,0xc6,0xa8,0xf0,0x75,0xdd,0xa4,0xf7,0xcb,0x2a,0x67,0xff,
0xc7,0xb8,0x3a,0x72,0xf3,0x4a,0x35,0x7d,0x65,0x51,0x3d,0x7d,0xe3,0x72,0x75,0xfa,
0x1b,0x5b,0xf4,0xf2,0x66,0xbd,0x3a,0xf4,0x75,0x6,0x63,0xf,0xfe,0xb0,0xdd,0x5f,
0xc,0x9c,0x1f,0x8,0x16,0xf,0x3c,0x1d,0xe6,0x73,0xff,0xda,0xd,0xc1,0xe0,0xd1,
0x70,0x84,0x7d,0xb1,0x50,0x6,0x1e,0x75,0x32,0xf7,0x78,0x55,0x9d,0xfc,0xcc,0x3a,
0x35,0xb3,0xb1,0xa4,0xe,0x50,0x3,0xf9,0x85,0x2f,0x6e,0xd4,0xcb,0x23,0xf4,0x48,
0x6c,0x8,0xd,0xc2,0xba,0x95,0x17,0x21,0x99,0x5a,0x0,0xd4,0x43,0xd1,0xd3,0x24,
0x77,0x9e,0xff,0xcc,0x5a,0x35,0xb3,0xc9,0x73,0xe7,0x45,0xdf,0x1d,0xbd,0x2e,0xde,
0x7a,0x48,0xf4,0x24,0x4b,0xc4,0x99,0x48,0x9d,0x7c,0xac,0x2a,0xba,0x31,0x2c,0xe6,
0x5a,0x6e,0x7c,0x5d,0x44,0xe9,0xfd,0x32,0xcb,0xe4,0x84,0x7a,0xf1,0x2f,0x36,0xaa,
0x63,0x1f,0x5d,0xad,0x5e,0xa0,0x5b,0x3e,0x27,0x9e,0x97,0xf3,0xa8,0x1e,0xda,0xe7,
0x6e,0x4,0x86,0x20,0xd,0xe,0x4,0x8b,0x9,0x12,0x8c,0xc5,0x72,0x41,0x30,0x78,
0x34,0x1c,0x61,0xbb,0xc4,0x3c,0xfc,0x95,0x4d,0xe2,0x7b,0x65,0x99,0x97,0xbe,0xb3,
0x45,0x7b,0xc4,0xc9,0x54,0xf3,0x7,0xdc,0x93,0x1e,0xa9,0x47,0x62,0x23,0x68,0x18,
0x90,0x4c,0xcd,0xf,0xea,0xa1,0x78,0x38,0x43,0xee,0x1c,0xdf,0xd9,0xe9,0xe,0x13,
0x73,0x3d,0x24,0xfa,0x91,0x35,0xe2,0x4c,0xa4,0x76,0x7e,0x60,0x55,0x8f,0x23,0xa3,
0xc0,0xaf,0x27,0xbd,0x4f,0xd6,0xe1,0x8e,0x8a,0xb3,0xdf,0xdb,0xda,0x6a,0xdf,0x79,
0xd4,0x9a,0xb4,0xbf,0xdd,0x8,0xc,0x41,0x1a,0xe,0x8,0x16,0xf,0xae,0x8,0x6,
0x8f,0x86,0xe7,0xe6,0x1d,0x2b,0x44,0x27,0x86,0x21,0xeb,0xd7,0x88,0x9a,0x8f,0xb9,
0x7a,0x4d,0x9d,0xfd,0x9b,0xf1,0x8e,0x46,0x60,0x84,0x1e,0x89,0xd,0xa0,0x51,0x40,
0x32,0x25,0x83,0x7a,0x28,0x7a,0x64,0x77,0x98,0x58,0xeb,0x21,0xd1,0x8b,0x2c,0xc2,
0xff,0x5,0x9d,0xfb,0x21,0x1a,0xb8,0x93,0x62,0xcb,0xa6,0x70,0x66,0xc0,0xe4,0xd7,
0xe1,0xd7,0x93,0xde,0x7,0xc8,0xd8,0x38,0xe2,0xa8,0x27,0x9a,0xf5,0xab,0x37,0x4a,
0x1f,0x1e,0x2c,0xc,0x4,0x4b,0x16,0x9b,0x4,0x83,0x47,0xa3,0xc1,0x65,0x3f,0x8c,
0x99,0xc6,0x56,0x2c,0x2f,0xaa,0xfd,0xf,0x8d,0x8b,0xef,0x1,0x64,0x22,0xf2,0x48,
0x6c,0xfc,0x84,0x1,0x37,0xa0,0x1e,0xbc,0x67,0x8d,0xf8,0x5d,0xb2,0x8,0xea,0xa1,
0x64,0x89,0xb1,0x1e,0x12,0x7d,0xc8,0x2a,0xfc,0x3f,0x70,0xfc,0xd1,0xe8,0xff,0xeb,
0x79,0x54,0x83,0xe4,0x4a,0xbf,0x98,0xa3,0xbb,0xf,0x7c,0x61,0x83,0xf8,0xfa,0x60,
0x7e,0x9a,0x8d,0xea,0x6d,0xb4,0xaf,0xed,0xe,0xfe,0x90,0xd2,0x87,0x7,0xfd,0x1,
0xc1,0x92,0xc3,0x26,0xc1,0xe0,0xd1,0xe8,0x84,0x71,0x7e,0x7,0xce,0xe5,0x18,0x9c,
0x88,0x3c,0x12,0x1b,0x3e,0x61,0x72,0xed,0x1b,0x5f,0xa7,0xa6,0xbf,0x7d,0x95,0xf8,
0x9d,0xb2,0x6,0xea,0xa1,0xe4,0x88,0x71,0x48,0x9f,0xe8,0x41,0x96,0xe1,0x49,0x68,
0xe2,0xf8,0xf,0x18,0xf5,0x68,0x2f,0x8e,0xee,0xe,0x8b,0x3,0x43,0xfa,0xe8,0x43,
0xd6,0xe5,0xf,0xf,0xfa,0x5,0x82,0x25,0x45,0xac,0x82,0xed,0x25,0xb8,0xb1,0x29,
0xf6,0x3a,0xc2,0xa3,0x70,0xe0,0xa1,0x78,0x92,0x23,0xe7,0xc3,0x34,0x0,0xf9,0xb9,
0xe8,0x45,0x1f,0x86,0x48,0x3c,0x12,0x1b,0x3d,0x51,0x80,0x64,0xca,0x3,0xf5,0x50,
0x52,0xc4,0x56,0xf,0x89,0xe5,0x3f,0xeb,0x5c,0x7a,0xf1,0x5,0xea,0x91,0xfb,0xd7,
0xb,0xfb,0x25,0x5c,0xb8,0xa3,0x62,0xd0,0xd1,0x12,0x2b,0x57,0x14,0x75,0xe7,0xa0,
0xf4,0x7a,0xa0,0x3f,0xac,0x1e,0xd2,0xe7,0x5f,0xdc,0x50,0xfc,0xe0,0x60,0x30,0x20,
0x58,0x32,0x24,0x34,0x94,0x82,0x13,0x2a,0xee,0x7d,0x7c,0xd,0x1,0x8f,0x42,0xe6,
0xae,0x8f,0xaf,0x11,0x7d,0x99,0x8f,0x65,0xcb,0xa,0xfa,0x39,0x48,0xa0,0x86,0x27,
0x2,0x8f,0x82,0xbe,0xc4,0xc2,0x4d,0xbf,0x99,0xcb,0x7c,0x32,0x85,0x7a,0x28,0x19,
0x62,0xaa,0x87,0xc4,0x72,0xf,0xe2,0x4b,0xa4,0xb8,0x8e,0xe9,0xb7,0xa3,0x8f,0x2f,
0x3f,0x80,0xa1,0xe5,0xa3,0x63,0xe3,0x24,0x62,0xad,0x68,0x4e,0x4d,0x5c,0x2f,0x7d,
0x68,0x30,0x1c,0x10,0x2c,0x7e,0x2c,0x18,0x4a,0xb1,0xe7,0x9f,0x6d,0x7b,0xcd,0x9f,
0x4b,0x9f,0xd,0xc,0xf,0xcf,0xe,0xc6,0x17,0xfc,0x94,0xdc,0x9,0x72,0xcd,0xb6,
0xa,0x86,0x20,0x85,0x40,0x4,0x1e,0x49,0xae,0xc4,0x42,0xd6,0x93,0x29,0xd4,0x43,
0xf1,0xd3,0x6c,0x54,0x77,0x50,0xd9,0x8b,0x3a,0xc4,0xf2,0xe,0x3c,0x38,0x91,0x8a,
0xeb,0x5c,0x49,0xae,0x73,0x78,0xe8,0x38,0xfb,0x63,0x3a,0x2d,0xf8,0x96,0xaf,0xaf,
0xc6,0x47,0x74,0xb9,0xfe,0x42,0xa7,0x5e,0x38,0xbc,0x3c,0x35,0xb1,0x9b,0xf6,0xaf,
0x9d,0x81,0xf3,0x38,0xa2,0x1,0x82,0xc5,0x47,0x8c,0x82,0x89,0x7f,0xdc,0x41,0x78,
0x58,0x11,0x66,0xf,0xb,0x17,0x76,0x89,0x67,0xee,0x33,0x9,0x15,0x7b,0xc4,0xf7,
0xd9,0x2d,0xee,0x3d,0x87,0x47,0xe1,0x10,0x81,0x47,0xa2,0x23,0x71,0xc2,0xc9,0x94,
0xf4,0x5d,0xb3,0x2,0xea,0xa1,0xf8,0x88,0xa9,0x1e,0x12,0xcb,0x39,0xe8,0x4,0x93,
0xce,0xa4,0xd,0x8b,0xcf,0x8b,0xc2,0x94,0xcc,0xc0,0x7d,0xec,0x1c,0x8f,0x8e,0x84,
0xa,0xb8,0x45,0xe8,0x1e,0x89,0x5e,0x24,0x41,0xd6,0x93,0x29,0x10,0x7,0xb1,0xd4,
0x43,0x62,0xf9,0x6,0xbd,0xa0,0xee,0x4d,0x17,0x56,0x9e,0x17,0x85,0xf3,0x38,0x40,
0x5a,0xb0,0x7d,0x3c,0x3a,0x27,0x54,0xf7,0xde,0xb9,0x52,0xfc,0xec,0x0,0xd8,0x42,
0xc8,0x1e,0x89,0x2e,0x24,0x9,0x92,0x29,0x10,0x25,0xdc,0xa6,0xa2,0x72,0x16,0x65,
0x88,0xe5,0x1a,0xc8,0x20,0x91,0x4a,0xf,0x31,0xd,0x97,0x1d,0x2c,0x70,0x3e,0x14,
0x48,0xb,0x2e,0x8d,0x47,0xe7,0x86,0x1c,0x86,0x1b,0x0,0x1b,0x9,0xd9,0x23,0xb1,
0xfc,0x27,0xd,0x9f,0x37,0x81,0xc6,0x15,0x88,0x82,0x18,0xea,0x21,0xb1,0x4c,0x83,
0xf9,0xb9,0xe3,0xd6,0x31,0x71,0x5f,0x1,0xb7,0xb0,0xf2,0xbc,0x28,0x9c,0xf,0x5,
0xd2,0x82,0xab,0xe3,0xd1,0x91,0x50,0x1,0x9b,0x8,0xd9,0x23,0xb1,0xcc,0xdb,0x2,
0x5f,0x5f,0x6,0xc9,0x14,0x8,0x13,0x6e,0x53,0x51,0xd9,0x8a,0x32,0xc4,0xb2,0xc,
0xce,0xcf,0xce,0x9b,0x8a,0xe2,0xfe,0x2,0x2e,0x61,0xe1,0x79,0x51,0xe7,0x1a,0xb5,
0x3d,0xf2,0x87,0x5,0xc0,0x35,0xdc,0x1e,0x8f,0xce,0xbd,0xe3,0x48,0xa8,0x40,0xf2,
0x84,0xea,0x91,0x58,0xd6,0x6d,0x63,0xdd,0xca,0x8b,0x90,0x4c,0x81,0x90,0x88,0xbc,
0x1e,0x12,0xcb,0x30,0x58,0x98,0x1b,0xaf,0xbb,0x4c,0xd8,0x5f,0xc0,0x25,0x62,0x18,
0x2e,0xdb,0x7f,0xf8,0xe7,0x43,0xcd,0x75,0x7f,0x48,0x0,0x5c,0x25,0x2d,0xe3,0xd1,
0xb9,0x87,0x9c,0x13,0xaa,0x38,0xae,0x79,0x1,0x40,0x37,0x21,0x7a,0x24,0x96,0x6f,
0x5b,0x41,0x32,0x5,0xc2,0x20,0xe2,0x7a,0x48,0x2c,0xbb,0xa0,0x3f,0xb6,0x8d,0x5f,
0x22,0xee,0x33,0xe0,0x6,0xcd,0x7a,0x75,0x3b,0xed,0x47,0x3b,0xa2,0x59,0xbf,0x7a,
0xa3,0xf4,0x21,0x1,0x70,0x95,0x18,0x4,0x13,0xff,0x98,0xa3,0x84,0x1b,0x76,0x3c,
0x14,0x21,0xeb,0x17,0x10,0x5,0xf1,0x11,0xa2,0x47,0x62,0x99,0xb6,0x1d,0x24,0x53,
0x60,0x14,0x22,0xae,0x87,0xc4,0x32,0xb,0xfa,0x7,0x89,0x94,0xbb,0x58,0x75,0xd1,
0x5d,0x3e,0x1,0x52,0xfa,0x90,0x0,0xb8,0x4a,0xc,0x82,0x89,0x7f,0xca,0x71,0xc1,
0x7f,0xfe,0x48,0xa8,0x40,0xd4,0x84,0xe8,0x91,0x58,0x8e,0x5d,0x81,0x7d,0xc3,0xd1,
0x60,0x30,0x28,0x11,0xd7,0x43,0x62,0x59,0x5,0x83,0xc1,0x1d,0x25,0xd2,0xbe,0x3,
0x76,0x13,0xc3,0x39,0x87,0xfd,0x7,0x8b,0x2e,0x7d,0x48,0x0,0x5c,0x25,0x4b,0x27,
0xf5,0x72,0x3,0x8f,0x67,0x1d,0x3a,0xfe,0xe8,0xb8,0xf8,0x5b,0x0,0x30,0x2c,0x21,
0x7a,0x24,0x96,0x5d,0xd7,0xe0,0xcb,0x13,0xa0,0xe3,0x2,0xf4,0x4b,0xc4,0xf5,0x90,
0x58,0x46,0xc1,0xe0,0x70,0x22,0x85,0xfa,0xd3,0x31,0x1a,0xb5,0x3d,0xb4,0xef,0xec,
0x8,0x9e,0x85,0x49,0xfc,0x90,0x0,0xb8,0x4a,0xf4,0x82,0x89,0x7f,0xc6,0x49,0xc3,
0x8d,0x3c,0x4c,0xe3,0xa,0x42,0x23,0x3c,0x8f,0xc4,0xf2,0xea,0x2a,0x7c,0x62,0x3a,
0x92,0x29,0xb0,0x20,0xd1,0xd6,0x43,0x62,0xd9,0x4,0xc3,0x81,0x44,0xca,0x39,0x8e,
0xd0,0x7e,0xb3,0x23,0x30,0x33,0x1f,0x48,0x21,0x51,0xb,0x26,0xfe,0x11,0xdb,0x4,
0x27,0x54,0x38,0x9f,0x3,0x8c,0x48,0x58,0x1e,0x89,0x65,0xd4,0x75,0x78,0xd2,0x17,
0x24,0x53,0xe0,0x3c,0x44,0x59,0xf,0x89,0x65,0x12,0xc,0xf,0xcf,0x8c,0x8b,0x61,
0xbb,0xce,0x30,0x47,0xfb,0xcc,0x8e,0xa0,0xf,0x73,0xa4,0xeb,0xc3,0x1,0xe0,0x3a,
0x51,0xb,0x26,0xfe,0x9,0xdb,0xa,0x12,0x2a,0x30,0x24,0x61,0x79,0x24,0x96,0xcb,
0xb4,0x80,0x64,0xa,0xcc,0x43,0x94,0xf5,0x90,0x58,0x16,0xc1,0x68,0x20,0x91,0x72,
0x87,0x66,0xbd,0x3a,0x46,0xfb,0x2c,0xd9,0xf0,0xa7,0x37,0x17,0x3f,0x20,0x0,0x2e,
0x13,0xb1,0x60,0xe2,0x1f,0xb0,0xb,0x70,0x42,0x75,0xef,0x9d,0x2b,0xc5,0xdf,0xc,
0x80,0x6e,0x42,0xf2,0x48,0x2c,0x8b,0x69,0x83,0x93,0x29,0xe9,0x37,0x4,0xd9,0x25,
0xc2,0x69,0xce,0xc5,0x32,0x8,0x46,0x7,0x89,0x94,0x1b,0x44,0x3c,0xfb,0x65,0x7f,
0x81,0xe9,0xcd,0x41,0x5a,0xc1,0xf4,0xb2,0xb,0x83,0x8b,0xfa,0x82,0x85,0x8,0xc9,
0x23,0xb1,0xfc,0xa5,0x15,0x24,0x53,0xc0,0x10,0x61,0x3d,0x24,0x96,0x3d,0x10,0x1e,
0xa8,0x1b,0xed,0xc6,0x8a,0x69,0xce,0x31,0xbd,0x39,0x48,0x2b,0x98,0x5e,0x76,0x30,
0x90,0x50,0x1,0x89,0x90,0x3c,0x12,0xcb,0x5c,0xda,0x41,0x32,0x5,0x22,0xac,0x87,
0xc4,0x32,0x7,0xc2,0x5,0xa3,0x36,0xec,0xc5,0x8a,0x69,0xce,0x31,0xbd,0x39,0x48,
0x2b,0x98,0x5e,0x76,0x38,0x78,0x28,0x3,0x12,0x2a,0x60,0x8,0xc9,0x23,0xb1,0xac,
0x65,0x1,0xf6,0x9,0xe7,0x23,0x66,0x97,0x8,0xeb,0x21,0xb1,0xbc,0x81,0xf0,0x81,
0xbf,0x76,0xc2,0x33,0x8b,0xd3,0xfe,0x49,0x36,0xe8,0x43,0xec,0x92,0x3e,0x1c,0x0,
0xae,0x13,0xb1,0x60,0xe2,0x9f,0x6d,0xda,0x28,0xe7,0x2f,0xd4,0x9,0x15,0xc6,0x87,
0x67,0x97,0x90,0x3c,0x12,0xcb,0x57,0x96,0x60,0x97,0xd0,0x18,0xcb,0x1e,0x11,0xd6,
0x43,0x62,0x39,0x3,0xd1,0x80,0x4b,0x87,0x58,0x88,0xd,0xd7,0x8a,0x62,0xc1,0xc5,
0xf,0x7,0x80,0xeb,0xe0,0x1a,0x1d,0xa1,0xc2,0xd7,0xd1,0xd8,0x79,0x53,0x11,0xb3,
0x90,0x65,0x8d,0x70,0x3c,0x12,0xcb,0x54,0x16,0x61,0x8f,0x90,0x4c,0x65,0x88,0xe8,
0xea,0x21,0xb1,0x7c,0x81,0xe8,0xe0,0xfa,0x4f,0xdc,0xc7,0x20,0x19,0x90,0x44,0x1,
0x10,0x21,0x48,0xa2,0x22,0x63,0xdb,0xf8,0x25,0x48,0xa8,0xb2,0x2,0x92,0xa8,0x48,
0x40,0x32,0x95,0x11,0x90,0x44,0xa5,0xa,0x24,0x52,0x16,0xd1,0x98,0xd8,0x4b,0xfb,
0x24,0xd9,0x60,0xc1,0xc5,0xf,0x7,0x80,0xeb,0x44,0x2b,0x98,0xf8,0x7,0x9b,0x45,
0x38,0xa1,0xe2,0xa1,0xe,0xb8,0xda,0x7b,0x4a,0x9,0xc7,0x23,0xb1,0xec,0x0,0x24,
0x53,0xa9,0x27,0xba,0x7a,0x48,0x2c,0x4f,0x20,0x7a,0xf8,0x32,0x21,0xe2,0xbe,0x6,
0x31,0x53,0xab,0xd3,0xfe,0x48,0x36,0x90,0x44,0x81,0xf4,0x12,0xa9,0x60,0xe2,0x9f,
0x6b,0xd6,0xe1,0xca,0x5,0x63,0xc7,0xd3,0x46,0x28,0x1e,0x89,0xe5,0x5,0xb4,0xe1,
0xce,0x8,0x9c,0x7b,0x98,0x46,0x22,0xab,0x87,0xc4,0x72,0x4,0xe2,0x81,0x7d,0x95,
0xf7,0x37,0x88,0x91,0x23,0xb4,0x2f,0x92,0xd,0xee,0x25,0x11,0x3e,0x18,0x0,0x69,
0x20,0x4a,0xc1,0xc4,0x3f,0x56,0xd0,0x86,0x13,0x2a,0xf4,0xb0,0xa7,0x82,0x30,0x3c,
0x12,0xcb,0x8,0xe8,0x85,0xbd,0xc1,0x30,0xd9,0x54,0x11,0x55,0x3d,0x24,0x96,0x1f,
0x10,0x1f,0x48,0xa4,0x92,0xa6,0xd6,0xa4,0xfd,0x90,0x6c,0x70,0x2f,0x89,0xfc,0xe1,
0x0,0x70,0x9d,0x48,0x5,0x13,0xff,0x54,0x81,0xc,0x12,0x2a,0x97,0x9,0xc5,0x23,
0xb1,0x5c,0x80,0xf9,0xb9,0xf1,0xba,0xcb,0x90,0x4c,0xa5,0x82,0xc8,0xea,0x21,0xb1,
0xdc,0x80,0x78,0xe1,0xe1,0xb8,0xf2,0x7e,0x7,0xd1,0x63,0x45,0x12,0x35,0x71,0xa4,
0xf7,0x83,0x1,0x90,0x6,0x90,0x44,0xd9,0x8,0x27,0x54,0xb8,0x80,0xa1,0x4b,0x20,
0x89,0x4a,0x12,0xbe,0xc4,0x0,0x92,0x29,0x97,0x41,0x12,0x95,0x76,0x38,0x91,0xc2,
0x39,0xc1,0xc9,0x40,0xbf,0x7f,0xb2,0x41,0x1f,0x2,0x49,0x14,0x48,0x2d,0x7e,0x31,
0x8f,0x22,0x3a,0xfe,0x44,0xc1,0x70,0xe0,0xa2,0xbe,0x6e,0x40,0xfb,0x6a,0xd4,0xe8,
0xd9,0xf7,0x60,0x30,0x90,0x4c,0xb9,0xb,0xed,0xbf,0x28,0xa2,0xa7,0x8c,0x80,0xe4,
0xe0,0xeb,0xc0,0xc1,0xcf,0xf8,0xa1,0xdf,0x3e,0xd9,0x90,0x3e,0x14,0x0,0x69,0xc1,
0x2f,0xe6,0x51,0x44,0xc7,0x1f,0x28,0x18,0x1d,0x24,0x54,0xf6,0x42,0xfb,0x67,0xd4,
0xe8,0xd9,0xdf,0x60,0x38,0xd8,0x13,0x69,0x1f,0x1,0x7b,0xa1,0xfd,0x16,0x45,0xf4,
0x94,0xd,0x90,0x2c,0x97,0x5e,0x7c,0x1,0x26,0x87,0x89,0x19,0xfa,0xdd,0x93,0xd,
0x3e,0xd4,0x2c,0x7d,0x30,0x0,0xd2,0x80,0x5f,0xcc,0xa3,0x88,0x8e,0x3f,0x4f,0x10,
0x1e,0x5c,0x11,0x21,0xa1,0xb2,0xb,0xda,0x2f,0xa3,0x46,0xcf,0x7e,0x6,0xa3,0x81,
0x64,0xca,0x1d,0x68,0x7f,0x45,0x11,0x3d,0x65,0x2,0x24,0xf,0x12,0xa9,0x38,0xc1,
0x39,0x51,0x0,0x44,0x8,0xce,0x89,0x72,0x1d,0x1e,0x22,0xc1,0x8d,0x45,0x54,0x4a,
0x49,0x82,0x73,0xa2,0x6c,0x6,0xc9,0x94,0xed,0xe0,0x9c,0xa8,0xac,0xc1,0x89,0x14,
0x3a,0x1,0x63,0xc1,0x82,0x29,0xce,0x31,0x3b,0x1f,0x48,0x2f,0x98,0xe2,0x3c,0x45,
0xf0,0xc9,0xbb,0x7c,0xb5,0x78,0x8c,0x3b,0x8f,0x1d,0x4c,0x71,0x6e,0x39,0xdc,0x68,
0xc3,0xec,0x97,0xd6,0x82,0x29,0xce,0x33,0xa,0x12,0xa9,0xa8,0xb1,0xe1,0x62,0xbb,
0x48,0xa2,0x40,0x6a,0xc1,0xc5,0x76,0xd3,0x4,0x37,0x14,0x39,0x89,0xc2,0x51,0xa9,
0xb8,0xc1,0xc5,0x76,0x5d,0x81,0x8f,0xdc,0x22,0x99,0xb2,0xd,0x5c,0x6c,0x37,0xcb,
0xc0,0xc7,0x28,0xb1,0x21,0x89,0xc2,0xc5,0x76,0x41,0x6a,0x41,0x12,0xe5,0x3a,0xe6,
0xfc,0x28,0x4e,0x9c,0x30,0x85,0x6c,0x52,0x20,0x89,0x72,0xd,0x3e,0x6a,0x8b,0xc6,
0x9b,0x2d,0x20,0x89,0xca,0x3a,0x70,0x31,0x22,0x28,0x7f,0xa1,0xdf,0x37,0xd9,0x38,
0xd7,0xa8,0xed,0x11,0x3f,0x1c,0x0,0xae,0x13,0xad,0x60,0xe2,0x9f,0x25,0x18,0x1d,
0x4e,0x9c,0xf8,0x42,0xa3,0x48,0x9c,0x2c,0x21,0x1c,0x8f,0xc4,0x7d,0xd,0xa2,0x5,
0xc9,0x94,0x5,0x44,0x57,0xf,0x89,0xfb,0x1c,0xd8,0xc9,0x1d,0xb7,0x8e,0xc9,0xe5,
0x3,0xc,0xf,0xe5,0x2f,0xf4,0xdb,0x26,0x1b,0x2f,0x4f,0x4d,0xec,0x16,0x3f,0x1c,
0x0,0xae,0x13,0xad,0x60,0xe2,0x1f,0x25,0x18,0xe,0x4e,0x9c,0xf8,0x22,0xbc,0x3c,
0x86,0x1c,0x89,0x93,0x65,0x84,0xe3,0x91,0xb8,0xdf,0x41,0x3c,0x20,0x99,0x4a,0x90,
0xe8,0xea,0x21,0x71,0x5f,0x3,0x3b,0xc1,0x4,0x30,0xe1,0xc3,0xf9,0xb,0xfd,0xb6,
0xc9,0x6,0x7d,0x88,0x5d,0x7,0xbf,0x5e,0x54,0x7b,0xef,0x5c,0x4,0x42,0xe0,0xcc,
0x93,0x5b,0xc4,0x9d,0xd,0xe2,0x27,0x62,0xc1,0xc4,0x3f,0x4a,0xd0,0x3f,0x9c,0x38,
0x6d,0x1b,0xbf,0x44,0x37,0xee,0x90,0x38,0xd9,0x4b,0x48,0x1e,0x89,0x65,0x0,0xc4,
0xb,0x9f,0x53,0x28,0xed,0x63,0x10,0x1d,0x11,0xd6,0x43,0xe2,0x3e,0x6,0xf6,0x1,
0xef,0xa2,0xc1,0x9a,0x24,0x4a,0xfa,0x70,0x0,0xb8,0xe,0x92,0x28,0xfb,0x40,0xe2,
0xe4,0x1e,0x48,0xa2,0xdc,0xc7,0x38,0x27,0xed,0x5f,0x10,0x2d,0x48,0xa2,0xb2,0xb,
0xd7,0x77,0xf0,0x2e,0x3a,0x38,0x7f,0xa1,0xdf,0x39,0xd9,0x68,0x36,0xaa,0xb7,0x49,
0x1f,0xe,0x0,0xd7,0x89,0x58,0x30,0xf1,0x4f,0x13,0xf4,0x62,0x12,0x27,0x1e,0x13,
0x8e,0xc4,0xc9,0x3d,0x42,0xf2,0x48,0x2c,0x1b,0x20,0x5a,0x78,0x18,0x1f,0xbc,0x4b,
0x96,0x8,0xeb,0x21,0x71,0x9f,0x3,0x3b,0x40,0x2,0x15,0x3d,0x94,0xbf,0xec,0xa0,
0xdf,0x3a,0xd9,0x68,0x4e,0x4d,0x5c,0x2f,0x7d,0x38,0x0,0x5c,0x27,0x62,0xc1,0xc4,
0x3f,0x4e,0xd0,0xc6,0x24,0x4e,0xb8,0xae,0x93,0xdb,0x84,0xe4,0x91,0x58,0x46,0x40,
0x34,0x70,0x3,0xe,0xc9,0x93,0x1d,0x44,0x58,0xf,0x89,0xfb,0x1e,0x24,0xf,0xfb,
0x77,0xef,0x9d,0x2b,0xc5,0xf2,0x0,0xc2,0x83,0xf3,0x17,0xfa,0xbd,0x93,0x8d,0x66,
0xfd,0xea,0x8d,0xd2,0x87,0x3,0xc0,0x75,0x22,0x16,0x4c,0xfc,0xf3,0xcc,0x3a,0x9c,
0x38,0xe1,0x5a,0x4e,0xe9,0x22,0x24,0x8f,0xc4,0xf2,0x2,0xc2,0x5,0xc9,0x93,0x7d,
0x44,0x58,0xf,0x89,0x65,0x0,0x24,0xb,0x12,0xa8,0xf8,0x68,0xd6,0xab,0x63,0xf4,
0x9b,0x27,0x1b,0xcd,0xfa,0x2f,0xbd,0x46,0xfa,0x70,0x0,0xb8,0x4e,0xc4,0x82,0x89,
0x7f,0xa0,0x59,0x84,0x87,0xc,0x21,0x71,0x4a,0x2f,0x21,0x79,0x24,0x96,0x1d,0x10,
0xe,0x48,0x9e,0xec,0x25,0xc2,0x7a,0x48,0x2c,0xb,0x20,0x39,0xd8,0x43,0x9e,0x61,
0x56,0x2a,0x7,0x20,0x7c,0xe8,0x37,0xb7,0x23,0xe8,0xc3,0xcc,0x75,0x7f,0x38,0x0,
0x5c,0xc7,0x2f,0xde,0x51,0x45,0xc7,0x9f,0x67,0xd6,0x40,0xe2,0x94,0x1d,0x68,0x7f,
0x87,0x11,0x3d,0x65,0x8,0x8c,0xe,0x37,0xda,0xd8,0x43,0x24,0x4f,0x96,0xd2,0x98,
0x38,0x47,0xfb,0x29,0xaa,0x10,0xcb,0x4,0x48,0x86,0x72,0xfe,0x42,0xc,0x5d,0x8f,
0x95,0xc8,0x2e,0x62,0x3d,0x78,0xf0,0x87,0x91,0x3f,0x24,0x0,0xae,0x12,0xb9,0x60,
0xe2,0x1f,0x69,0x9a,0x31,0xd,0x36,0x24,0x4e,0x59,0x22,0x34,0x8f,0xc4,0x32,0x5,
0x86,0xc3,0xb8,0x88,0x46,0x9b,0xed,0x44,0x5a,0xf,0x89,0x65,0x3,0xc4,0xf,0x77,
0x2a,0xc2,0xc5,0x98,0xb1,0xe1,0x42,0xbb,0x26,0x78,0xf6,0x18,0xf1,0x43,0x2,0xe0,
0x2a,0xd1,0xb,0x26,0xfe,0x99,0xa6,0xd,0x6e,0xac,0xf1,0x45,0x2,0x39,0x71,0x42,
0x6f,0x77,0x6,0x9,0xcf,0x23,0xb1,0x7c,0x81,0xc1,0x60,0x1f,0x6f,0xbc,0xee,0x32,
0x34,0xd8,0x5c,0x21,0xda,0x7a,0x48,0x2c,0x23,0x20,0x5e,0x38,0x81,0x42,0xdd,0x18,
0x3f,0x56,0x4c,0x6f,0x6e,0x2,0xd3,0x9c,0x83,0xb4,0x11,0x83,0x60,0xe2,0x1f,0x6a,
0x1a,0x30,0xd,0x35,0x24,0x4e,0x20,0x44,0x8f,0xc4,0xb2,0x6,0xfa,0x83,0x9d,0xe4,
0x49,0x5b,0x70,0x14,0xd8,0x2d,0x22,0xae,0x87,0xc4,0xb2,0x2,0xe2,0x3,0x9,0x54,
0x72,0x58,0x31,0xbd,0xb9,0x9,0x4c,0x73,0xe,0xd2,0x46,0xc,0x82,0x89,0x7f,0xaa,
0xae,0xc2,0x8d,0xb4,0x6b,0xdf,0xf8,0x3a,0x7d,0x52,0x2c,0x2a,0x5,0x60,0x8,0xd1,
0x23,0xb1,0xdc,0x81,0x85,0x41,0xf2,0xe4,0x2e,0x11,0xd7,0x43,0x62,0x79,0x1,0xf1,
0xc0,0x5e,0xa2,0xae,0x4c,0xe,0x2b,0xa6,0x37,0x37,0x81,0x69,0xce,0x41,0xda,0x88,
0x41,0x30,0xf1,0x8f,0xd5,0x25,0x4c,0xef,0x36,0x5f,0x10,0x10,0x95,0x1,0x90,0x8,
0xd1,0x23,0xb1,0xc,0x82,0xf9,0x41,0xf2,0xe4,0x3e,0x11,0xd7,0x43,0x62,0xb9,0x1,
0xd1,0xc3,0x23,0x35,0x50,0x67,0x26,0x8b,0x15,0xd3,0x9b,0x9b,0xc0,0x34,0xe7,0x20,
0x6d,0xc4,0x20,0x98,0xf8,0xe7,0x6a,0x3b,0x48,0x9c,0xc0,0x20,0x84,0xe8,0x91,0x58,
0x1e,0x41,0x2f,0x48,0x9e,0xd2,0x43,0xc4,0xf5,0x90,0x58,0x7e,0x40,0xb4,0xf0,0x39,
0xc2,0xa8,0x3b,0x93,0xc6,0xa2,0x99,0xf9,0x4c,0x60,0x86,0x3e,0x90,0x1e,0x62,0x11,
0x4c,0xfc,0x83,0xb5,0x11,0x93,0x38,0xe1,0x3a,0x32,0x60,0x30,0x42,0xf5,0x48,0x2c,
0x9b,0xa0,0xd,0x3b,0x8a,0x8b,0x74,0xa6,0x89,0xc8,0xeb,0x21,0xb1,0x1c,0x81,0xe8,
0xe0,0x4,0x4a,0xde,0xd7,0x20,0x4e,0xac,0x9a,0x54,0xc2,0x4,0x7f,0x28,0xe9,0xc3,
0x2,0xe0,0x1a,0x31,0x9,0x26,0xfe,0xc9,0xda,0x84,0x49,0x9c,0x30,0x93,0x17,0x18,
0x86,0x90,0x3d,0x12,0xcb,0x28,0x68,0x7b,0x2a,0xed,0x3,0xe0,0x2e,0x31,0xd4,0x43,
0x62,0x79,0x2,0xd1,0xc0,0x97,0x14,0x90,0xf6,0x33,0x88,0x1f,0xab,0xce,0x87,0x32,
0xc1,0x1f,0x4a,0xfa,0xb0,0x0,0xb8,0x46,0x4c,0x82,0x89,0x7f,0xb4,0x49,0xc3,0xd,
0x32,0x5c,0xcb,0x9,0x84,0x41,0xc8,0x1e,0x89,0xe5,0x35,0xcb,0xf0,0xcc,0x5e,0x38,
0x3a,0x9c,0x5e,0x62,0xa8,0x87,0xc4,0x72,0x5,0xc2,0x7,0x9d,0x1c,0x76,0x61,0xd5,
0xf9,0x50,0x26,0x70,0x5e,0x14,0x48,0xb,0x31,0x9,0x26,0xfe,0xd9,0x26,0x1,0x37,
0xc6,0x90,0x38,0x81,0xb0,0x9,0xd9,0x23,0xb1,0xec,0x66,0x11,0x1e,0x5e,0x8b,0xe4,
0x29,0xfd,0xc4,0x50,0xf,0x89,0xe5,0xb,0x84,0x7,0xbb,0xca,0xe7,0xf,0x4b,0xfb,
0x17,0x24,0x85,0x85,0xe7,0x43,0x99,0xa0,0xf,0x78,0xa4,0xf7,0x3,0x3,0xe0,0x12,
0xb1,0x9,0x26,0xfe,0xe9,0xc6,0x5,0x12,0x27,0x10,0x2d,0xa1,0x7b,0x24,0x96,0xe3,
0x2c,0x81,0xe4,0x29,0x4b,0xc4,0x52,0xf,0x89,0xe5,0xc,0x84,0x3,0xfb,0x8a,0x73,
0x14,0xed,0xe3,0xe5,0xa9,0x89,0xdd,0xb4,0x7f,0xec,0xc,0x9c,0x17,0x5,0x5c,0x27,
0x46,0xc1,0xc4,0x3f,0xde,0x28,0xe1,0x3f,0x75,0x24,0x4e,0x20,0xe,0x22,0xf0,0x48,
0x2c,0xd3,0x59,0x0,0xc9,0x53,0xf6,0x88,0xe1,0x7c,0x28,0xe,0xb1,0xbc,0x81,0xd1,
0x41,0x2,0x65,0x2f,0x56,0x5d,0x64,0xb7,0x3b,0x70,0x5e,0x14,0x70,0x9d,0x18,0x5,
0x13,0xff,0x7c,0xc3,0x86,0xff,0xcc,0x79,0x46,0x20,0x4e,0x9c,0xd0,0x8,0x3,0x71,
0x11,0x81,0x47,0x62,0xf9,0x4e,0x33,0xa6,0xd3,0x3,0xde,0x66,0x8f,0x2c,0x9f,0x97,
0xeb,0x3a,0x48,0xa0,0xec,0xc6,0xca,0xf3,0xa1,0x4c,0xe0,0xbc,0x28,0xe0,0x3a,0x31,
0xa,0x26,0xfe,0x1,0x87,0x1,0xff,0x89,0xf3,0xc5,0xfc,0x90,0x38,0x81,0xa4,0x88,
0xc0,0x23,0xb1,0xac,0xa7,0x11,0xd3,0xf1,0x81,0x59,0x31,0xb3,0x4b,0x4c,0xf5,0x90,
0x58,0xfe,0xc0,0xf0,0xb0,0xbb,0x18,0xe9,0x61,0x33,0x16,0x9f,0xf,0x65,0x82,0x3e,
0x28,0xce,0x8b,0x2,0x8e,0x12,0xab,0x60,0xe2,0x9f,0xf0,0xb0,0xf0,0x9f,0xf7,0xb5,
0x6f,0x7c,0x9d,0x7a,0xf0,0x9e,0x35,0x48,0x9c,0x40,0xc2,0x44,0xe2,0x91,0x58,0xee,
0xd3,0x84,0x71,0x18,0xc9,0x53,0xd6,0x89,0xad,0x1e,0x12,0xcb,0x21,0x18,0xe,0x3e,
0xcf,0x18,0xee,0xda,0x4d,0x4c,0xc3,0x64,0x47,0xb,0x9c,0x17,0x5,0x5c,0x25,0x66,
0xc1,0xc4,0x3f,0xe2,0x41,0xe0,0x46,0x17,0x4f,0x49,0xce,0xb3,0xff,0x20,0x71,0x2,
0xb6,0x10,0x91,0x47,0xa2,0x3,0x69,0xc0,0x78,0x8c,0x1e,0x6c,0xc0,0x34,0x1b,0xd5,
0xdb,0xa8,0x5c,0xc4,0x11,0x62,0x79,0x4,0x83,0x83,0x4,0xca,0xd,0x9a,0xf5,0xea,
0x76,0xda,0x5f,0x76,0x7,0x86,0xf4,0x1,0x57,0x89,0x59,0x30,0xf1,0xcf,0x78,0x21,
0x90,0x38,0x1,0xdb,0x89,0xc8,0x23,0xd1,0x7,0xd7,0x41,0xf2,0x4,0xba,0x69,0xd6,
0xaf,0xde,0x48,0x65,0x23,0x8e,0x10,0xcb,0x24,0x18,0xc,0x4e,0xa0,0x50,0x17,0xbb,
0x80,0x3,0x43,0xf9,0x4c,0xd0,0x7,0xc6,0x90,0x3e,0xe0,0x18,0xb1,0xb,0x26,0xfe,
0x21,0x4b,0x98,0xc4,0x9,0x33,0x74,0x1,0xfb,0x89,0xcc,0x23,0xd1,0xd,0x57,0x41,
0xf2,0x4,0x64,0x62,0xad,0x87,0xc4,0xb2,0x9,0xfa,0x87,0x3d,0x46,0x9d,0xec,0x6,
0x31,0x1e,0xe1,0x1d,0x3d,0x9a,0x8d,0xda,0x2d,0xd2,0x97,0x0,0xc0,0x56,0x12,0x10,
0x4c,0xfc,0x53,0xe,0x52,0xce,0xbf,0xfa,0x69,0x4e,0x9c,0x30,0x4c,0x0,0xb8,0x42,
0x84,0x1e,0x89,0x8e,0xb8,0x6,0x92,0x27,0x70,0x3e,0x62,0xae,0x87,0xc4,0x32,0xa,
0xfa,0x83,0xcf,0x5f,0x44,0x2,0xe5,0xe,0x31,0x1e,0xe1,0x1d,0x3d,0x30,0xa4,0xf,
0xb8,0x46,0x2,0x82,0x89,0x7f,0xcc,0xc4,0x5e,0x82,0x2b,0xd2,0x8d,0xf0,0x8,0xb8,
0x46,0x84,0x1e,0x49,0xae,0x38,0x3,0x27,0x4f,0x98,0xf6,0x18,0x2c,0x44,0x4c,0xb3,
0xf2,0x99,0x10,0xcb,0x2a,0x58,0x18,0x9e,0x3d,0x13,0x9,0x94,0x4b,0x38,0x34,0x94,
0xcf,0x4,0x7d,0x70,0xc,0xe9,0x3,0x8e,0x90,0x88,0x60,0xc1,0x3f,0x65,0x7e,0x7f,
0x9d,0x38,0x11,0x1d,0x41,0x9f,0xf,0x1e,0x1,0x47,0x88,0xd4,0xa3,0xa0,0x2f,0xce,
0xc0,0xe7,0x4b,0xf0,0xd1,0x64,0xf9,0xf7,0x2,0x20,0x48,0xec,0xf5,0x90,0x58,0x66,
0xc1,0xf9,0x41,0x2,0xe5,0x1e,0x4e,0xd,0xe5,0x33,0x41,0x1f,0x7a,0x87,0xf4,0x65,
0x0,0xb0,0x8d,0x84,0x4,0x9b,0x37,0x71,0xa,0x6,0x3c,0x2,0xae,0x10,0xb1,0x47,
0x62,0x83,0xc6,0x56,0xca,0xf9,0xb,0x71,0xe,0x23,0x18,0x88,0x4,0xea,0x21,0xb1,
0xec,0x82,0xf9,0xe1,0x4,0x4a,0xda,0x77,0xc0,0x6e,0x62,0x3e,0xc2,0x1b,0x4e,0x60,
0x28,0x12,0x70,0x5,0x9b,0x5,0x83,0x47,0xc0,0x15,0x22,0xf6,0x48,0x6c,0xd4,0xd8,
0x6,0x4f,0x2,0x83,0xe4,0x9,0xc,0xc2,0x5c,0x63,0xe2,0x15,0xbe,0x4d,0xa0,0x1e,
0x12,0xcb,0x30,0x90,0xd9,0x79,0x53,0x51,0xdc,0x7f,0xc0,0x72,0x1a,0x13,0x7c,0x8a,
0x84,0x9b,0x71,0xae,0x51,0xdb,0x23,0x7e,0x29,0x0,0x6c,0xc1,0x1,0xc1,0xe0,0x11,
0xb0,0x9e,0xe8,0x3d,0x12,0x1b,0x36,0xb6,0x80,0xe4,0x9,0x8c,0x4,0xfd,0xc7,0x53,
0x39,0x8a,0x3b,0xc4,0xb2,0xc,0x3a,0x61,0xb7,0xf9,0x92,0x22,0xe2,0x7e,0x3,0xd6,
0xd3,0x9c,0x9a,0xb8,0x9e,0xf6,0xa3,0x9b,0xd1,0xac,0x57,0xb7,0x4b,0x5f,0xa,0x0,
0x5b,0x70,0x41,0x30,0x78,0x4,0x6c,0x27,0x6,0x8f,0xc4,0x6,0x4e,0xd2,0x20,0x79,
0x2,0x61,0x90,0x50,0x3d,0x24,0x96,0x69,0xd0,0x6,0x9,0x94,0xf3,0x1c,0xe1,0xd1,
0x3c,0xb4,0x2f,0xdd,0xd,0xfe,0x12,0x5d,0x5f,0xa,0x0,0x5b,0x70,0x46,0x30,0xfe,
0xac,0x5d,0x9f,0x1d,0x0,0x5b,0x88,0xc3,0x23,0xb1,0x91,0x93,0x14,0xdc,0xb8,0xe2,
0xe1,0x3d,0x48,0x9e,0xc0,0xe8,0x24,0x36,0x73,0x98,0x58,0xb6,0x81,0x7,0x3b,0x8e,
0x19,0x35,0xdd,0x26,0xa1,0xf3,0xdd,0xc3,0xd,0x9c,0x18,0xf,0x6c,0xc5,0x25,0xc1,
0xe0,0x11,0xb0,0x95,0x98,0x3c,0x12,0x1b,0x3a,0x71,0xc3,0xd,0x2b,0x3e,0xb9,0x1c,
0xd7,0x6e,0x3,0x61,0xc1,0xff,0xed,0x54,0xb6,0x92,0x8,0xb1,0x8c,0x3,0x24,0x50,
0x29,0x61,0xce,0xf9,0xa3,0x50,0x26,0xce,0x35,0x6a,0xc7,0x84,0x2f,0x8,0x40,0x92,
0x38,0x27,0x18,0x3c,0x2,0x16,0x12,0x97,0x47,0x62,0x63,0x27,0x2e,0xb8,0x51,0xc5,
0x17,0xd7,0x44,0xf2,0x4,0x42,0x85,0xfe,0xd3,0x13,0xac,0x87,0xc4,0xb2,0x9e,0x75,
0x90,0x40,0xa5,0x3,0x97,0x3a,0xc9,0x17,0x8c,0x66,0xa3,0x76,0x8b,0xf4,0x25,0x1,
0x48,0xa,0x17,0x5,0x83,0x47,0xc0,0x36,0x62,0xf4,0x48,0x6c,0xf0,0xc4,0x1,0x5f,
0x28,0xf7,0x91,0xfb,0xd7,0x8b,0xdf,0x1f,0x80,0x51,0x48,0xb8,0x1e,0x12,0xcb,0x7b,
0x96,0xe1,0x4b,0x13,0xa0,0xa3,0x24,0x15,0xcc,0xd9,0x3c,0xeb,0xf2,0xc0,0xc1,0x3d,
0x2d,0xc2,0x97,0x4,0x20,0x29,0x9c,0x14,0xc,0x1e,0x1,0xcb,0x88,0xd3,0x23,0xb1,
0xd1,0x13,0x25,0x48,0x9e,0x40,0xc4,0x24,0x3d,0x1a,0x42,0x2c,0xf7,0x59,0x85,0x2f,
0x8c,0x8d,0x4,0x2a,0x1d,0xbc,0x3c,0x35,0xb1,0x9b,0xf6,0x69,0xba,0x82,0xbe,0xd4,
0x2e,0xe9,0xcb,0x2,0x10,0x37,0x2e,0xb,0x6,0x8f,0x80,0x2d,0xc4,0xec,0x91,0xd8,
0xf0,0x89,0x2,0x24,0x4f,0x20,0xe,0x2c,0x18,0xd,0x21,0x96,0xff,0x2c,0x82,0x4,
0x2a,0x1d,0xb4,0xaf,0xb9,0x76,0xf5,0x46,0xda,0xaf,0xe9,0xa,0xf4,0xa2,0x83,0xa4,
0x49,0x83,0x60,0xf0,0x8,0x24,0x4d,0x42,0x1e,0x89,0x8d,0x9f,0x30,0xe1,0xe4,0xe9,
0xc1,0x7b,0xd6,0x88,0xdf,0x19,0x80,0xb0,0xf0,0xfd,0xb1,0x61,0x34,0x84,0xe8,0x41,
0xd6,0xe0,0x4,0xa,0xb3,0x6c,0xa6,0x87,0x54,0x1e,0x85,0x32,0xc1,0x5f,0x4e,0xfa,
0xd2,0x0,0xc4,0x45,0x1a,0x4,0x83,0x47,0x20,0x69,0x12,0xf0,0x48,0x6c,0x0,0x85,
0x1,0x27,0x4f,0x38,0x91,0x1c,0xc4,0x9,0xf9,0xb3,0x8b,0xca,0x5e,0xd2,0x21,0xfa,
0x90,0x25,0xd8,0x7d,0x24,0x50,0xa9,0x22,0x5d,0xe7,0x42,0x75,0x7,0x7a,0xd1,0x41,
0xc2,0xa4,0x42,0x30,0x78,0x4,0x12,0x26,0x9,0x8f,0xc4,0x46,0xd0,0x28,0x70,0xf,
0x34,0x2e,0x94,0xb,0x12,0x20,0xe9,0x73,0xa1,0x4c,0x88,0x5e,0x64,0x85,0x1b,0xaf,
0xbb,0xc,0xee,0xa7,0x8c,0x54,0xcd,0xc8,0x37,0x5f,0xd0,0x97,0xc4,0xf5,0x6e,0x40,
0x22,0xa4,0x49,0x30,0x78,0x4,0x92,0x22,0x21,0x8f,0xc4,0x86,0xd0,0x30,0x5c,0xf4,
0x8f,0x7f,0xee,0x34,0x92,0x27,0x90,0x14,0x3c,0xcb,0x2a,0x95,0x43,0x1b,0x42,0xf4,
0x23,0xb,0xf0,0xb5,0xde,0xe0,0x7f,0xca,0x48,0xf6,0x72,0x1,0xf1,0x6,0x7d,0xe1,
0x23,0x3d,0x3f,0x0,0x0,0x51,0x92,0x42,0xc1,0xe8,0x7b,0xc1,0x23,0x10,0x2f,0xc9,
0x79,0x24,0x36,0x86,0x6,0xa4,0x49,0x70,0x3,0xf6,0x35,0xe7,0xa6,0x6a,0x75,0xf1,
0xfb,0x1,0x10,0x29,0xb5,0xba,0x45,0xf5,0x90,0xe4,0x48,0xea,0xe1,0x4,0x4a,0xde,
0x37,0xc0,0x65,0xb8,0x63,0x99,0xf6,0x6f,0x36,0xa2,0x39,0x35,0x71,0xbd,0xf4,0x23,
0x0,0x10,0x15,0x69,0x14,0xc,0x1e,0x81,0xb8,0x49,0xd0,0x23,0xb1,0x41,0xd4,0x27,
0xad,0xe4,0x89,0xd0,0xc1,0x93,0x62,0x48,0xdf,0xf,0x80,0x28,0x69,0xd6,0xab,0xdb,
0xfd,0x22,0x68,0x43,0x48,0xae,0xa4,0x9a,0x9d,0x37,0x15,0xc5,0xfd,0x2,0x1c,0xa7,
0x31,0xb1,0x97,0xf6,0x6f,0xb6,0xe2,0x5c,0xa3,0xb6,0x47,0xfc,0x31,0x0,0x8,0x9b,
0x14,0xb,0x6,0x8f,0x40,0x6c,0x24,0xeb,0x91,0xd8,0x28,0x5a,0x80,0x9e,0xe4,0x29,
0x18,0x70,0x7,0xc4,0xa,0x95,0x37,0xbf,0xe8,0xd9,0x12,0x92,0x33,0xa9,0x85,0x87,
0xf0,0x8a,0xfb,0x5,0x38,0x4b,0x7b,0xa6,0x58,0xab,0x3a,0x27,0xe2,0x9,0x3e,0x31,
0xb9,0xfb,0x7,0x1,0x20,0x4c,0xb2,0x20,0x18,0x3c,0x2,0x51,0x63,0x89,0x47,0x62,
0xc3,0x68,0x1e,0x38,0x79,0xe2,0xf3,0xb6,0xce,0x3b,0x6c,0x8a,0x87,0x55,0x75,0x7f,
0x57,0x0,0x22,0x62,0xce,0xc2,0x4b,0x6b,0x48,0xee,0xa4,0x8e,0x4b,0x2f,0xbe,0x40,
0xdd,0x7d,0xfb,0x32,0x69,0x9f,0x80,0x14,0x60,0xc9,0x4c,0x97,0xc9,0x4,0xa6,0x6a,
0x6,0x51,0x93,0x5,0xc1,0xe0,0x11,0x88,0x1a,0xb,0x3c,0x12,0x1b,0x48,0x5d,0x70,
0xf2,0xc4,0x9f,0xb3,0xef,0x99,0x3,0x79,0x92,0xc,0xe9,0xfb,0x2,0x10,0x26,0x9,
0x4d,0xc6,0xb2,0x50,0x48,0xe,0xa5,0xa,0x24,0x50,0x29,0x27,0x4b,0x93,0x49,0x48,
0xe1,0xf7,0x4,0xe2,0xe4,0x78,0x10,0xd,0x19,0x11,0xc,0x1e,0x81,0x48,0xb1,0xc3,
0x23,0xb1,0x91,0xe4,0xc3,0xc9,0x13,0xf,0x95,0x1a,0x6a,0xda,0x75,0x4c,0x32,0x1,
0x22,0xe6,0x88,0xa5,0xf5,0x90,0xe4,0x52,0x6a,0xe0,0x4,0xa,0xd7,0x7f,0x4b,0x27,
0xad,0xd1,0x11,0x53,0x13,0xd7,0xd3,0xbe,0xce,0x76,0xf0,0x10,0x91,0xee,0x1f,0x8,
0x80,0x51,0xc8,0xa2,0x60,0xf0,0x8,0x84,0x8d,0x65,0x1e,0x89,0xd,0x25,0x82,0xcf,
0xd3,0x1a,0x69,0x98,0x14,0x86,0xc4,0x82,0x8,0xe1,0x6b,0xaa,0xd9,0x3a,0x9c,0x5c,
0xf2,0x29,0x15,0x20,0x81,0x4a,0x3f,0x99,0x1e,0xc6,0xd7,0x1d,0xfc,0x63,0x48,0x3f,
0x12,0x0,0xc3,0x92,0x45,0xc1,0xe0,0x11,0x8,0x1b,0x8b,0x3c,0xea,0x6e,0x28,0x8d,
0x9c,0x3c,0x5,0x83,0xaf,0xdd,0x23,0x7d,0x7f,0x0,0x46,0xc1,0xd2,0x61,0x7c,0x26,
0xba,0x9d,0x4a,0x5,0x9c,0x40,0x3d,0x78,0xcf,0x1a,0x71,0x7f,0x80,0xd4,0x30,0x95,
0x85,0x51,0x46,0x3,0x5,0x86,0x54,0x80,0x10,0xc9,0xac,0x60,0xf0,0x8,0x84,0x88,
0x4d,0x1e,0x99,0x46,0x52,0xa8,0xc9,0x53,0x30,0x78,0xf6,0x41,0xe1,0x37,0x0,0x60,
0x38,0xa8,0x3c,0x59,0x5e,0xf,0x75,0x24,0x1f,0x69,0xa0,0x9c,0xbf,0x50,0x4d,0x7f,
0xfb,0x2a,0x79,0x7f,0x80,0x74,0xd0,0x98,0x38,0x67,0xf1,0xd1,0xdd,0xe4,0x2,0x43,
0x2a,0x40,0x28,0x64,0x5c,0x30,0x78,0x4,0x42,0xc1,0x3e,0x8f,0x38,0x79,0x8a,0xf4,
0xf3,0x70,0x83,0x97,0xbe,0xfb,0x5c,0xcf,0x6f,0x1,0xc0,0xe0,0xd8,0x38,0x1b,0x5f,
0x77,0x88,0x89,0x88,0xab,0xac,0x5b,0x79,0x11,0x12,0xa8,0xc,0x60,0xf9,0xd1,0xdd,
0x64,0x3,0x17,0xf,0x5,0xa3,0x2,0xc1,0xe0,0x11,0x18,0x9d,0xac,0x7a,0xc4,0x89,
0xa3,0xf4,0x7b,0x0,0xd0,0xf,0xad,0xf3,0x8,0x1b,0x35,0xbe,0x3e,0x99,0xed,0x21,
0x26,0x23,0x2e,0xc2,0x9,0xd4,0xf1,0x47,0xc7,0xc5,0x7d,0x2,0x52,0x84,0xfd,0x47,
0x77,0x93,0xf,0x5c,0x0,0x11,0xc,0xd,0x4,0x6b,0x5,0x3c,0x2,0x43,0x93,0x71,
0x8f,0xe0,0xe,0x18,0x5,0x87,0xce,0xc7,0x15,0x13,0x12,0xd7,0xd8,0x36,0x7e,0x9,
0x12,0xa8,0x6c,0xe0,0xc2,0xd1,0xdd,0xe4,0xc3,0x1b,0x52,0x51,0x6b,0xa,0x3f,0x20,
0x0,0xe7,0x3,0x82,0x5,0x2,0x1e,0x81,0x21,0xc9,0xbc,0x47,0xbe,0x3b,0x38,0xb7,
0x10,0xc,0x83,0xad,0xd3,0x99,0x4b,0x21,0x26,0x25,0x2e,0x81,0x4,0x2a,0x33,0xcc,
0x61,0x3a,0xf3,0x1,0x82,0x2b,0x71,0xe1,0x47,0x4,0x60,0x3e,0x20,0x98,0x10,0xf0,
0x8,0xc,0x8,0x3c,0xf2,0x3,0x9d,0x10,0x60,0x8,0x5c,0xeb,0x80,0x10,0x13,0x13,
0x57,0xb8,0xe9,0x37,0x73,0x48,0xa0,0x52,0x4e,0x7b,0x78,0x6c,0x75,0x7,0xed,0x73,
0xc4,0x20,0x81,0xb1,0xe9,0x60,0x21,0x20,0xd8,0xc2,0x1,0x8f,0xc0,0x42,0xc0,0x23,
0x39,0xd0,0x9,0x1,0xfa,0x86,0x27,0x62,0x71,0xaf,0x3,0x42,0x4c,0x4e,0x5c,0x0,
0x9,0x54,0xfa,0x31,0xf5,0x52,0x16,0x2f,0x57,0x13,0x5a,0xe0,0xda,0x1d,0x60,0x3e,
0x20,0x58,0xff,0x1,0x8f,0xc0,0x7c,0xc0,0xa3,0xf3,0x7,0x3a,0x21,0xc0,0xf9,0x70,
0xbc,0x3,0x42,0x4c,0x50,0x6c,0x87,0x13,0xa8,0xee,0xfd,0x0,0xd2,0x9,0xea,0xa5,
0x10,0x82,0x7e,0xc4,0xdd,0xd2,0x8f,0xb,0x0,0x4,0xeb,0x3f,0xe0,0x11,0x98,0xf,
0x78,0x74,0xfe,0x40,0x27,0x4,0x90,0x48,0x41,0x7,0x84,0x98,0xa4,0xd8,0xcc,0xce,
0x9b,0x8a,0xe2,0xbe,0x0,0x29,0x4,0x13,0x85,0x85,0x17,0xfc,0x63,0x8a,0x3f,0x32,
0xc8,0x2e,0x10,0x6c,0xe0,0x80,0x47,0xa0,0x7,0x78,0xd4,0x57,0xa0,0x13,0x2,0x48,
0x38,0xde,0x1,0x21,0x26,0x2a,0xb6,0x72,0xf7,0xed,0xcb,0xc4,0x7d,0x0,0xd2,0x48,
0xad,0x8e,0x7a,0x29,0xc4,0xf0,0x4f,0xf2,0xc5,0x6c,0x49,0xc0,0x7,0x82,0xd,0x13,
0xf0,0x8,0x74,0x2,0x8f,0x6,0x9,0x74,0x42,0x80,0x4e,0x9c,0xf7,0x47,0x4c,0x56,
0x6c,0xe3,0xd2,0x8b,0x2f,0x40,0x2,0x95,0x25,0x1a,0xb5,0x63,0xcd,0x7a,0x75,0x8c,
0xf6,0x3d,0x22,0xcc,0x40,0x3,0x10,0x68,0x20,0xd8,0x48,0x1,0x8f,0x80,0x6,0x1e,
0xd,0x1c,0x70,0x7,0xb4,0x49,0x45,0x7,0x84,0x98,0xb4,0xd8,0x4,0x27,0x50,0xf7,
0xde,0xb9,0x52,0xf8,0xfd,0x41,0x2a,0x41,0xbd,0x14,0x6d,0xa0,0x12,0xcb,0x38,0x10,
0x2c,0x94,0x80,0x47,0x19,0x7,0x1e,0xd,0x1d,0xda,0x1d,0x1c,0x91,0xca,0x38,0xa9,
0x39,0x82,0x2b,0x26,0x2e,0xb6,0x80,0x4,0x2a,0x73,0x4c,0xa1,0x5e,0x8a,0x21,0xd0,
0x0,0xcc,0x2c,0x10,0x2c,0xc4,0x80,0x47,0x99,0x5,0x1e,0x85,0x10,0x48,0xa4,0x32,
0x4a,0xba,0xce,0x21,0x14,0x93,0x17,0x1b,0x78,0xd5,0xab,0x16,0xcd,0xfd,0x97,0x4f,
0x2d,0x7b,0x4e,0xdc,0x7,0x20,0x8d,0xa0,0x5e,0x8a,0x33,0xd0,0x0,0xcc,0x1c,0x10,
0x2c,0x82,0x80,0x47,0x99,0x3,0x1e,0x85,0x18,0x48,0xa4,0x32,0x46,0xba,0x12,0x28,
0xe,0x31,0x81,0xb1,0x80,0x23,0xc4,0x46,0xd4,0x4f,0x59,0x1,0xe7,0xe6,0x26,0x12,
0x10,0x2c,0x2b,0x40,0xb0,0x28,0x3,0x1e,0x65,0x5,0x78,0x14,0x45,0x60,0xd6,0xbe,
0x74,0x13,0x98,0xc6,0x7c,0x77,0xa,0xfd,0x91,0x12,0x98,0xa4,0xa9,0x13,0xad,0x8e,
0x1e,0x5d,0x3f,0xa1,0xb3,0x22,0xc5,0xa0,0x5e,0x4a,0x34,0x20,0x58,0xda,0x81,0x60,
0x71,0x4,0x3c,0x4a,0x3b,0xf0,0x28,0xca,0x40,0x22,0x95,0x4e,0x52,0x9e,0x40,0x71,
0x48,0x49,0x4c,0x92,0x74,0x24,0x50,0xc1,0x40,0xfd,0x94,0x1e,0x8c,0x57,0x29,0x3c,
0xb2,0xeb,0x6e,0x40,0xb0,0xf4,0x0,0xc1,0x92,0xb,0x78,0x94,0x1e,0xe0,0x51,0xbc,
0xc1,0xd7,0xb,0xea,0xde,0x7,0xc0,0x7d,0x78,0xbf,0xa6,0xd8,0x1f,0x29,0x91,0x49,
0xa,0x4e,0xa0,0xce,0xfb,0x3b,0xc3,0xb1,0xf4,0x90,0x72,0xaf,0xdc,0xc,0x8,0x96,
0x1e,0x20,0x58,0x72,0x1,0x8f,0xd2,0x3,0x3c,0x8a,0x37,0x9a,0x8d,0xda,0x2d,0xd2,
0x7e,0x0,0xe,0xd2,0x98,0x38,0xc7,0xfb,0xd3,0xdf,0xb5,0x69,0xd,0x29,0x99,0x49,
0x82,0xbd,0x44,0x5f,0xff,0x53,0xcd,0xa9,0x89,0xeb,0xc5,0xfd,0x5,0xdc,0x40,0x7b,
0x55,0xdd,0xe1,0xef,0x4e,0x84,0x6d,0x1,0xc1,0x1c,0x7,0x82,0x59,0x11,0xf0,0xc8,
0x71,0xe0,0x51,0x62,0xd1,0xac,0x5f,0xbd,0x91,0xf6,0xc1,0x91,0x9e,0x7d,0x2,0x5c,
0x62,0x8e,0xff,0x3,0xfd,0x5d,0x9a,0xe6,0x90,0x12,0x9a,0xb8,0xd9,0x4d,0xc,0xd4,
0xd1,0x3,0xc7,0x1c,0x85,0x2f,0xad,0x91,0xd,0xaf,0xdc,0xe,0x8,0xe6,0x28,0x10,
0xcc,0xaa,0x80,0x47,0x8e,0x2,0x8f,0x12,0xf,0x3e,0xfa,0xc7,0xc3,0x28,0xc5,0xfd,
0x3,0xac,0xa4,0x73,0xf8,0x6b,0x66,0x66,0xb0,0x94,0x92,0x9a,0x38,0xd9,0x45,0xc,
0x75,0xa4,0x1c,0x8e,0xb9,0x1,0x86,0x95,0x3b,0x1a,0x10,0xcc,0xd,0x20,0x98,0xdd,
0x1,0x8f,0xdc,0x0,0x1e,0xd9,0x19,0x18,0x1a,0xeb,0x16,0x19,0x1c,0xfe,0x2a,0x25,
0x36,0x71,0xc1,0x9,0xd4,0xc8,0xd1,0x6c,0x54,0x6f,0x93,0xf6,0x25,0xb0,0x7,0xc,
0x2b,0x77,0x38,0x20,0x98,0xfd,0x40,0x30,0xfb,0x3,0x1e,0xd9,0xf,0x3c,0xb2,0x33,
0x30,0x34,0xd6,0x9,0xe6,0x32,0x70,0xfe,0x93,0x14,0x52,0x72,0x13,0x7,0xa1,0x24,
0x50,0x26,0x9a,0xf5,0xea,0x76,0xda,0x87,0x18,0x35,0x61,0x9,0xad,0x4e,0x3d,0xed,
0x15,0x86,0x95,0x3b,0x1f,0x10,0xcc,0x2e,0x20,0x98,0x9b,0x1,0x8f,0xec,0x2,0x1e,
0xb9,0x13,0xde,0xd0,0x58,0x5c,0x8b,0xcd,0x4e,0x78,0xfa,0xff,0xab,0x37,0xfa,0xbb,
0x2a,0x6b,0x21,0x25,0x38,0x51,0x13,0x59,0xb2,0xfa,0x32,0x2e,0x35,0x60,0xd,0xbc,
0x2f,0xd0,0xa9,0x97,0xb2,0x80,0x60,0xf6,0x0,0xc1,0xdc,0xd,0x78,0x64,0xf,0xf0,
0xc8,0xad,0xc0,0xec,0x7d,0x16,0xe1,0xcf,0xbe,0x97,0x71,0x7f,0xa4,0x24,0x27,0x2a,
0x9a,0x44,0xe4,0x9d,0x3d,0x38,0x97,0x37,0x19,0x2,0x9d,0x7a,0x53,0x38,0x27,0x37,
0xc5,0x1,0xc1,0x92,0x1,0x82,0xa5,0x2b,0xe0,0x51,0x32,0xc0,0x23,0xf7,0x43,0xbb,
0xd3,0xa8,0xed,0x9,0xee,0x57,0x10,0x33,0xfa,0xdc,0xc1,0xcc,0x1e,0x7d,0xa,0x86,
0x94,0xec,0x44,0x41,0x2c,0x9,0x54,0x30,0x5e,0xc6,0xf9,0x88,0xf1,0xd2,0x98,0x38,
0xc7,0xbf,0x39,0x3a,0xf5,0x32,0x12,0x10,0x2c,0x66,0x20,0x58,0x2a,0x3,0x1e,0xc5,
0xc,0x3c,0x4a,0x4d,0xe0,0xa8,0x54,0x7c,0x74,0xe,0x7d,0xcd,0xfc,0xd1,0xa7,0x60,
0x48,0x9,0x4f,0xd8,0x70,0x2,0x95,0x48,0x87,0x8f,0xd7,0xd9,0x87,0x61,0xb4,0xd1,
0x93,0xe9,0x21,0xb1,0xd9,0xd,0x8,0x16,0x17,0x10,0x2c,0xcd,0x1,0x8f,0xe2,0x2,
0x1e,0xa5,0x2d,0xb8,0x31,0x4f,0x49,0x31,0x86,0xc7,0xc6,0x81,0x3e,0xfa,0x94,0x99,
0xa9,0xcb,0xfb,0xd,0x29,0xe9,0x9,0x93,0xc4,0x12,0xa8,0x60,0xf8,0x1d,0x16,0x18,
0x39,0x11,0x3e,0xe8,0x94,0x40,0x40,0xb0,0x8,0x81,0x60,0x19,0xa,0x78,0x14,0x19,
0xf0,0x28,0xe5,0xe1,0xcf,0xe0,0x7,0x77,0xa2,0x80,0x93,0x27,0xc,0x7d,0x9d,0x2f,
0xa4,0xc4,0x27,0x2c,0x38,0x81,0xda,0x4e,0x58,0x13,0x7e,0x1d,0x25,0x97,0x13,0x30,
0x8,0xa8,0x93,0x10,0xbd,0x1,0xc1,0x42,0x3,0x82,0x65,0x38,0xe0,0x51,0x68,0xc0,
0xa3,0x8c,0x5,0x92,0xa9,0xf0,0x98,0x9b,0x9a,0xf8,0x9f,0xf0,0x67,0xc1,0x90,0x92,
0x9f,0x30,0x38,0x42,0x58,0x7b,0xd4,0xf,0x75,0xd4,0xd0,0xa0,0x4e,0x42,0x2c,0x1c,
0x10,0x6c,0x68,0x20,0x18,0xa2,0x15,0xf0,0x68,0x68,0xe0,0x51,0xc6,0x3,0xc9,0xd4,
0x48,0x4c,0xc1,0x9f,0xbe,0x43,0x4a,0x80,0x46,0xa5,0x4e,0x38,0x31,0x6c,0x12,0x75,
0x54,0xdf,0x50,0x9d,0x54,0xbd,0xd,0x4e,0x21,0x6,0xa,0x8,0xd6,0x37,0x10,0xc,
0x31,0x6f,0xc0,0xa3,0xbe,0x81,0x47,0x88,0x8e,0xe0,0xeb,0x7f,0x51,0xb9,0x40,0x32,
0x35,0xf,0x81,0x9,0x23,0x88,0x5a,0x1d,0xc9,0xd3,0xc0,0x21,0x25,0x41,0xa3,0xc0,
0x9,0x94,0x73,0xbf,0xbf,0x5f,0x47,0xc1,0x33,0xa2,0xd3,0xa9,0x89,0x23,0xa8,0x93,
0x10,0x23,0x7,0x4,0x6b,0x3,0xc1,0x10,0xc3,0x6,0x3c,0x6a,0x3,0x8f,0x10,0x83,
0x84,0x3e,0x32,0xd5,0x98,0xd8,0x1b,0x28,0x33,0xc0,0xc0,0xe7,0x3c,0x21,0x79,0x1a,
0x36,0xa4,0x44,0x68,0x58,0xf6,0x12,0x4e,0xef,0x3,0xf6,0x2c,0xf3,0x13,0xbd,0x34,
0x26,0xce,0x79,0x93,0xb0,0x5c,0xbd,0x11,0x4e,0x21,0x42,0xd,0x8,0x46,0x40,0x30,
0xc4,0x88,0x1,0x8f,0x8,0x78,0x84,0x18,0x22,0x78,0x76,0x39,0x4e,0xb8,0xa9,0xc,
0x65,0xae,0x33,0xa2,0xab,0xe3,0xc1,0x3f,0x6a,0x8b,0xd9,0x2a,0x47,0xc,0x29,0x19,
0x1a,0x6,0xe7,0x13,0xa8,0xee,0xf0,0x3a,0xfd,0x32,0x34,0xeb,0x2c,0x3a,0x23,0x10,
0x71,0x6,0x4,0x43,0x20,0x46,0xf,0x78,0x84,0x40,0xc,0x17,0x59,0xe8,0x8c,0xe8,
0x4e,0x9c,0xb4,0x3f,0xf4,0xbd,0xe1,0x4f,0x68,0x21,0x25,0x44,0x83,0xb2,0x9b,0x48,
0xed,0xfe,0x68,0xd6,0xab,0xdb,0xc9,0x33,0xbe,0x1e,0x62,0xa,0x3b,0x2e,0x6a,0x4d,
0xfe,0xf,0x41,0x67,0x4,0x22,0xb1,0x80,0x60,0x8,0xc4,0xe8,0x1,0x8f,0x10,0x88,
0xe1,0x43,0x77,0x46,0x50,0x82,0x21,0x97,0x3f,0xa7,0xf1,0x12,0x27,0x7d,0xd4,0x9,
0xd7,0x78,0x8a,0x20,0xa4,0xa4,0x68,0x10,0x76,0x11,0x99,0x49,0x68,0xbd,0x23,0xc1,
0xec,0x5a,0x6d,0x8f,0x50,0x56,0xad,0xa3,0xab,0x13,0x82,0x9,0xf8,0x84,0xfa,0x8,
0x61,0x59,0x40,0x30,0x4,0x62,0xf4,0x80,0x47,0x8,0xc4,0xf0,0xe1,0x1f,0xa1,0x72,
0xb9,0x43,0x62,0x8a,0x3f,0x3f,0xf9,0xb3,0x3,0x47,0x9c,0x22,0xf,0x29,0x31,0xea,
0x17,0x4e,0xa0,0x32,0x1d,0xfa,0xa8,0x28,0xfd,0xcf,0x5b,0xdc,0x81,0xd1,0x51,0x17,
0xc1,0x27,0x84,0x53,0x1,0xc1,0x10,0x88,0xd1,0x3,0x1e,0x21,0x10,0xc3,0x5,0x97,
0x45,0x7,0x3a,0x24,0xd0,0xe9,0x90,0x5c,0x48,0xc9,0x51,0x3f,0xdc,0x46,0x20,0xba,
0xc2,0xaf,0xab,0x76,0x4,0xea,0xab,0x78,0x3a,0x32,0xf8,0x1c,0x5b,0x7e,0x2f,0xf2,
0xdc,0xeb,0x80,0xe0,0x21,0xe3,0xa8,0x8b,0x10,0x29,0xb,0x8,0x86,0x40,0x8c,0x1e,
0xf0,0x8,0x81,0x18,0x2e,0xf4,0x51,0x5e,0xbf,0x53,0x82,0xca,0xf0,0x6e,0xdf,0x1f,
0xb9,0xbc,0x87,0xcf,0x9c,0x3e,0xff,0x91,0xfc,0xe1,0xf7,0xa7,0xcf,0xb2,0x1d,0xfe,
0x24,0x1e,0x52,0x82,0xb4,0x10,0xb7,0x10,0x88,0x1,0x42,0x97,0xf3,0xb6,0x77,0xbb,
0x3c,0xf7,0x6a,0x7b,0xb4,0x7f,0xed,0x3a,0xac,0xab,0x1e,0xab,0x35,0xbd,0x65,0x7c,
0xce,0x30,0x7b,0xc3,0xdb,0xea,0xba,0x67,0xb7,0xff,0x1a,0xbb,0xf4,0x6b,0xc2,0x21,
0x44,0xd6,0x3,0x82,0x21,0x10,0xa3,0x7,0x3c,0x42,0x20,0x86,0x8b,0x76,0x72,0x55,
0xbb,0xc5,0x24,0x58,0x9e,0x3f,0xc6,0x1d,0xf6,0x43,0x7b,0xc2,0xbe,0x4,0xdc,0xe9,
0xf6,0x87,0x7d,0x6b,0xfb,0xe3,0x75,0x34,0x78,0xc9,0x92,0xff,0x56,0x8,0xbb,0x42,
0x4a,0x92,0xe6,0xa3,0x49,0xec,0x20,0x10,0x8,0x4,0x2,0x81,0x40,0x20,0x10,0x8,
0x4,0x22,0xb3,0x21,0x25,0x4b,0x12,0x9c,0x40,0x5d,0x4f,0x20,0x10,0x8,0x4,0x2,
0x81,0x40,0x20,0x10,0x8,0x44,0xa6,0x43,0x4a,0x98,0xba,0x41,0x2,0x85,0x40,0x20,
0x10,0x8,0x4,0x2,0x81,0x40,0x20,0x10,0x7e,0x48,0x49,0x53,0x10,0x24,0x50,0x8,
0x4,0x2,0x81,0x40,0x20,0x10,0x8,0x4,0x2,0x11,0x8,0x29,0x71,0x32,0x70,0x2,
0x85,0x73,0xd9,0x10,0x8,0x4,0x2,0x81,0x40,0x20,0x10,0x8,0x4,0x22,0x10,0x52,
0xf2,0xc4,0xd4,0x9,0x5c,0xdc,0x18,0x81,0x40,0x20,0x10,0x8,0x4,0x2,0x81,0x40,
0x20,0xba,0x2,0x9,0x14,0x2,0x81,0x40,0x20,0x10,0x8,0x4,0x2,0x81,0x40,0xc,
0x10,0x52,0x2,0x85,0x4b,0x39,0x20,0x10,0x8,0x4,0x2,0x81,0x40,0x20,0x10,0x8,
0xc4,0x3c,0x11,0x4c,0xa0,0xf6,0x12,0x48,0xa0,0x10,0x8,0x4,0x2,0x81,0x40,0x20,
0x10,0x8,0x4,0xe2,0x3c,0x61,0x12,0xa8,0x3d,0x4,0x12,0x28,0x4,0x2,0x81,0x40,
0x20,0x10,0x8,0x4,0x2,0x81,0x58,0x20,0x38,0x81,0xda,0x45,0x20,0x81,0x42,0x20,
0x10,0x8,0x4,0x2,0x81,0x40,0x20,0x10,0x88,0x3e,0x2,0x9,0x14,0x2,0x11,0x7a,
0x2c,0x5a,0xf4,0xff,0x1,0xe1,0x84,0xc6,0x6a,0xc6,0x1a,0x21,0x46,0x0,0x0,0x0,
0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
// D:/Universidad/Informatica II/Laboratorio/Practica 5/Practica5/Images/icono.png
0x0,0x0,0x34,0x68,
0x89,
0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
0x0,0x2,0x0,0x0,0x0,0x2,0x0,0x8,0x6,0x0,0x0,0x0,0xf4,0x78,0xd4,0xfa,
0x0,0x0,0x0,0x4,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0x8,0x7c,0x8,0x64,0x88,
0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x13,0x0,0x0,0xb,0x13,
0x1,0x0,0x9a,0x9c,0x18,0x0,0x0,0x20,0x0,0x49,0x44,0x41,0x54,0x78,0x9c,0xed,
0xdd,0x77,0x98,0x65,0x55,0x95,0xb0,0xf1,0xb7,0x73,0xa0,0xa1,0xc9,0x4d,0xe,0x12,
0x24,0x49,0x1e,0x40,0x82,0x28,0x18,0x40,0x50,0x14,0x45,0x45,0x14,0x45,0x47,0x3e,
0x47,0x54,0xc,0x88,0x9,0x11,0x50,0x40,0x19,0x15,0x19,0x15,0x31,0x80,0xa,0x66,
0x91,0x1,0x3,0x66,0x1,0xc9,0xa0,0xa8,0x8,0x82,0xe4,0x1c,0x9b,0xdc,0xd,0x74,
0xd3,0x5d,0xf7,0xfb,0x63,0xf5,0xd5,0xb2,0xa7,0xab,0xbb,0xaa,0xee,0xe,0xe7,0xde,
0xfb,0xfe,0x9e,0x67,0x3d,0xd5,0x8f,0x33,0xdc,0x5a,0xeb,0xd4,0x39,0xfb,0xec,0x7b,
0xce,0xe,0x20,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,
0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,
0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,
0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,
0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,
0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,
0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,
0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,
0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,
0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,
0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,
0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,
0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,
0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,
0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,
0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,
0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0xf5,0xbe,0x31,0xb5,0x13,0x90,0x7a,0xd0,
0xc,0x60,0x55,0x60,0x5,0x60,0xc5,0x21,0x7e,0x2e,0xb,0x4c,0x6,0x26,0x1,0x13,
0x7,0xfd,0x1c,0xfc,0xef,0x31,0xc0,0x7c,0x60,0xde,0xa0,0x98,0xb,0xcc,0x6,0x66,
0xd,0x8a,0x27,0x80,0x47,0x80,0x99,0xb,0xe2,0xc1,0x5,0x3f,0xef,0x3,0xee,0x2,
0x1e,0x0,0x5a,0x59,0x2b,0x96,0xd4,0x75,0xec,0x0,0x48,0x23,0xb7,0x1c,0xf0,0x2c,
0x60,0x5d,0x60,0x9d,0x45,0xfc,0x9c,0x52,0x29,0xaf,0xa1,0xcc,0x5,0xee,0x1,0xee,
0x4,0xee,0x0,0x6e,0x1a,0x14,0x37,0x2,0xf,0xd5,0x4b,0x4d,0x52,0x2d,0x76,0x0,
0xa4,0xa1,0x4d,0x0,0x36,0x6,0x36,0x7,0x9e,0xb3,0xe0,0xe7,0xe6,0xc0,0x6a,0x35,
0x93,0xca,0xe0,0x61,0xe0,0xef,0xc0,0xdf,0x6,0xc5,0x35,0xc0,0xa3,0x35,0x93,0x92,
0x94,0x97,0x1d,0x0,0x29,0x8c,0x23,0x6e,0xee,0x3b,0x1,0xdb,0x3,0x5b,0x0,0x1b,
0x11,0x9d,0x80,0x7e,0x75,0xb,0x70,0xe5,0xa0,0xb8,0x8a,0x78,0xe5,0x20,0xa9,0x7,
0xd8,0x1,0x50,0xbf,0x9a,0x6,0x3c,0x97,0xb8,0xe1,0xb7,0x6f,0xfa,0x4b,0x57,0xcd,
0xa8,0xf9,0x6,0x80,0xab,0x81,0xb,0x81,0x3f,0x2c,0x88,0x7,0xaa,0x66,0x24,0x69,
0xd4,0xec,0x0,0xa8,0x5f,0x4c,0x4,0x76,0x6,0xf6,0x4,0x76,0x27,0xbe,0xed,0x8f,
0xab,0x9a,0x51,0x6f,0xf8,0x7,0x70,0x1e,0xf0,0x6b,0xe0,0xf7,0xc0,0x63,0x75,0xd3,
0x91,0x34,0x5c,0x76,0x0,0xd4,0xcb,0xd6,0x26,0x6e,0xf8,0x7b,0x2,0xbb,0x11,0xdf,
0xfa,0x95,0xcf,0x7c,0xe0,0xa,0xa2,0x33,0x70,0x2e,0xf1,0xda,0xc0,0xd9,0x7,0x52,
0x43,0xd9,0x1,0x50,0x2f,0x19,0x43,0x3c,0xce,0x7f,0x25,0x71,0xd3,0xdf,0xb8,0x6e,
0x3a,0x7d,0xef,0x5e,0xe0,0xa7,0xc0,0x39,0xc0,0xef,0x80,0x39,0x75,0xd3,0x91,0x24,
0xf5,0x9a,0x1d,0x80,0x13,0x89,0x69,0x6e,0x2d,0xa3,0x91,0x31,0xb,0xf8,0x1,0xb0,
0x2f,0xb1,0xfe,0x81,0x24,0x49,0xa3,0xb2,0xd,0x70,0x2,0x70,0x1b,0xf5,0x6f,0x6e,
0xc6,0xc8,0xe2,0x71,0xe0,0xc,0x60,0x2f,0x60,0x3c,0x92,0x24,0x2d,0xc1,0xaa,0xc0,
0x47,0x88,0xc5,0x6b,0x6a,0xdf,0xc4,0x8c,0x34,0x71,0x3f,0xf1,0xf4,0x66,0x73,0x24,
0x49,0x1a,0x64,0x2c,0xf0,0x52,0xe0,0x7f,0x81,0x67,0xa8,0x7f,0xc3,0x32,0xf2,0xc5,
0x55,0xc0,0xbb,0x88,0x65,0x92,0x25,0x49,0x7d,0x6a,0x4d,0xe0,0x28,0x62,0xe9,0xda,
0xda,0x37,0x26,0xa3,0x6c,0xcc,0x6,0x4e,0x5,0xb6,0x45,0x92,0xd4,0x37,0x76,0x25,
0x46,0x8d,0xcf,0xa7,0xfe,0x8d,0xc8,0xa8,0x1f,0x57,0x2,0x6f,0x26,0x36,0x48,0x92,
0x24,0xf5,0x98,0x71,0xc0,0xeb,0xf8,0xd7,0xbc,0x71,0xc3,0x58,0x38,0xee,0x3,0x8e,
0x0,0x96,0x47,0x92,0xd4,0xf5,0xa6,0x1,0xef,0x1,0x6e,0xa5,0xfe,0xd,0xc6,0xe8,
0x8e,0x98,0xd,0x7c,0x9,0x58,0xf,0x49,0x52,0xd7,0x59,0x9,0xf8,0x14,0xb1,0x87,
0x7d,0xed,0x1b,0x8a,0xd1,0x9d,0x31,0xf,0xf8,0x36,0x2e,0xf6,0x24,0x49,0x5d,0x61,
0x39,0xe0,0x38,0xe0,0x9,0xea,0xdf,0x40,0x8c,0xde,0x88,0xf9,0xc0,0xf,0x71,0x1a,
0xa1,0x34,0x62,0x2e,0x5,0xac,0x12,0x96,0x1,0xde,0xbb,0x20,0xa6,0x57,0xce,0xa5,
0x94,0x87,0x88,0x45,0x8a,0x1e,0x0,0x66,0x2e,0x88,0x87,0x16,0xfa,0xf9,0x28,0xb1,
0x3c,0xee,0x1c,0x60,0xee,0x82,0x18,0xfc,0xef,0x1,0x62,0xa1,0x9c,0x71,0xb,0x7e,
0x8e,0x7,0xa6,0x12,0xaf,0x4e,0x96,0x5a,0xf0,0x73,0x3a,0xb0,0x2,0xf1,0x6e,0x7c,
0x5,0x60,0x45,0x60,0x35,0x60,0xf5,0x5,0x3f,0x57,0x26,0xa6,0x52,0xf6,0xba,0x16,
0x70,0x16,0x31,0x4e,0xe0,0xfa,0xca,0xb9,0x48,0x5d,0xc1,0xe,0x80,0x72,0x5a,0xa,
0x78,0x37,0x70,0x18,0xbd,0x37,0x78,0x6b,0x0,0xb8,0x9,0xb8,0x8e,0x18,0xc3,0x70,
0x2b,0x71,0xc3,0x6f,0xff,0x7c,0xa2,0x56,0x62,0xb,0x19,0x4f,0x4c,0xa9,0x7c,0xd6,
0xa0,0x58,0x1f,0xd8,0x4,0xd8,0x0,0x98,0x50,0x2f,0xb5,0x2c,0xe6,0x3,0xa7,0xf3,
0xaf,0x29,0xa4,0x92,0x86,0x60,0x7,0x40,0x39,0x8c,0x3,0xfe,0x1f,0xf0,0x71,0xe2,
0x1b,0x68,0xb7,0x7b,0x18,0xb8,0x7a,0xa1,0xb8,0x16,0x78,0xb2,0x66,0x52,0x9,0x8c,
0x27,0x3a,0x3,0x9b,0x2,0x5b,0x2,0x5b,0x2f,0x88,0x55,0x6a,0x26,0x95,0xc8,0x1c,
0xe0,0x14,0xe0,0x18,0xe2,0xef,0x27,0x49,0xca,0x6c,0x77,0xe0,0x6f,0xd4,0x7f,0x37,
0xdc,0xc9,0x3b,0xe5,0xbf,0x10,0x23,0xcd,0x5f,0x4f,0x6c,0x29,0xdc,0x6f,0x56,0x1,
0x5e,0x4e,0xc,0xd4,0xbc,0x80,0xe8,0xe8,0xd4,0xfe,0xbb,0x8c,0x36,0x1e,0x26,0x66,
0x9a,0xf4,0xda,0x93,0xe,0x49,0x6a,0x8c,0xf5,0x80,0xb3,0xa9,0xdf,0xe0,0x8f,0x34,
0xe6,0x0,0xbf,0x7,0x8e,0x6,0x5e,0x4c,0x8c,0x57,0xd0,0xbf,0x9b,0x0,0x6c,0x7,
0x7c,0x10,0xf8,0x15,0xb1,0xb3,0x5f,0xed,0xbf,0xdb,0x48,0xe3,0x1f,0x44,0xa7,0x46,
0x92,0x94,0xc8,0x32,0xc4,0xae,0x7c,0x73,0xa8,0xdf,0xc8,0xf,0x37,0x6e,0x3,0xbe,
0x4c,0xdc,0x10,0xa6,0x25,0x3f,0x22,0xbd,0x6f,0x2,0xb0,0x33,0x70,0x2c,0xb1,0x7e,
0xff,0x0,0xf5,0xff,0xa6,0xc3,0x8d,0x5f,0x12,0xaf,0x3d,0x24,0x49,0x1d,0x38,0x80,
0x58,0xa1,0xad,0x76,0xa3,0xbe,0xa4,0x98,0x7,0xfc,0xe,0x78,0x1f,0xce,0x1b,0xcf,
0x61,0x55,0xe0,0x20,0x62,0x9,0xe7,0xa7,0xa8,0xff,0xf7,0x5e,0x52,0x3c,0x4d,0x3c,
0xf1,0x99,0x9c,0xe3,0x60,0x48,0x52,0x2f,0x5b,0xb,0x38,0x97,0xfa,0xd,0xf9,0xe2,
0x62,0x3e,0x70,0x1e,0xf0,0x76,0x62,0xe1,0x21,0x95,0xb1,0x14,0xb0,0x1f,0xf0,0x5d,
0x9a,0xbf,0xde,0xc3,0x4d,0xc0,0x1e,0x79,0xe,0x83,0x24,0xf5,0x96,0xb1,0xc4,0xb4,
0xbe,0xa6,0x36,0xec,0x3,0xc0,0x85,0xc0,0x3b,0xe9,0x8d,0x91,0xec,0xdd,0x6e,0x2a,
0xb1,0xc7,0xc3,0x4f,0x88,0x75,0xd,0x6a,0x9f,0x1f,0x43,0xc5,0x19,0xc4,0x1a,0xa,
0x92,0xa4,0x45,0xd8,0x4,0xb8,0x84,0xfa,0x8d,0xf5,0xa2,0xe2,0xe,0x62,0xca,0xe1,
0x5a,0xd9,0xaa,0x57,0xa7,0x96,0x7,0xde,0x1,0xfc,0x91,0xfa,0xe7,0xcb,0xa2,0xe2,
0x7e,0xe2,0xc9,0x85,0x24,0x69,0x81,0x9,0xc4,0xcd,0xb5,0x69,0x83,0xfc,0x9e,0x1,
0xfe,0x17,0x78,0x29,0xfd,0xb1,0xd2,0x5d,0x2f,0xd9,0x2,0x38,0x89,0x98,0xa2,0x57,
0xfb,0x3c,0x5a,0x38,0xce,0xa2,0x37,0xd6,0xae,0x90,0xa4,0x8e,0x6c,0x0,0x5c,0x41,
0xfd,0x46,0x79,0x70,0xdc,0xa,0x7c,0x84,0x18,0x78,0xa6,0xee,0x36,0x5,0x78,0xb,
0x31,0x93,0xa0,0xf6,0x79,0x35,0x38,0xee,0x7,0x5e,0x96,0xb1,0x6e,0x49,0x6a,0xb4,
0xff,0xa4,0x59,0xf3,0xbd,0x2f,0x7,0x5e,0x43,0xac,0x32,0xa8,0xde,0xf3,0x5c,0xe0,
0xfb,0xc4,0x8c,0x8d,0xda,0xe7,0x5a,0x3b,0xbe,0x86,0xd3,0x44,0x25,0xf5,0x91,0xe5,
0x81,0x1f,0x53,0xbf,0xf1,0x6d,0x11,0x83,0xfa,0xce,0x1,0x76,0xc9,0x5a,0xb1,0x9a,
0x64,0x1d,0xe0,0xf3,0x34,0x67,0xa0,0xe9,0x4d,0xc0,0xf6,0x39,0xb,0x96,0xa4,0x26,
0xd8,0x1d,0xb8,0x8b,0xfa,0x8d,0xee,0xd3,0xc4,0x3a,0xee,0x1b,0xe6,0x2d,0x57,0xd,
0xb6,0x2c,0xb1,0xb3,0xdf,0x43,0xd4,0x3f,0x1f,0xe7,0x12,0x1b,0x5a,0xb9,0x77,0x8a,
0xa4,0x9e,0x33,0x8e,0x58,0xf7,0xbd,0xf6,0x8a,0x6e,0x73,0x89,0x1b,0xff,0x1a,0x79,
0xcb,0x55,0x17,0x59,0x9a,0x58,0x82,0xf8,0x1,0xea,0x77,0x4,0x7e,0x8a,0xd3,0x5,
0x25,0xf5,0x90,0x95,0x88,0x55,0xf2,0x6a,0x36,0xac,0xf3,0x80,0xd3,0x80,0x75,0x33,
0xd7,0xaa,0xee,0x35,0x95,0xe8,0x8,0xd4,0x9e,0x39,0x70,0x27,0xb0,0x63,0xe6,0x5a,
0x25,0x29,0xbb,0xff,0x20,0xe6,0xd0,0xd7,0x6a,0x4c,0xe7,0x3,0xdf,0x26,0x66,0x1b,
0x48,0xc3,0x31,0x1d,0xf8,0x24,0x75,0x7,0xa8,0xce,0x25,0xd6,0x34,0x90,0xa4,0xae,
0xf4,0x36,0xe2,0x5d,0x7b,0xad,0x46,0xf4,0xb7,0xc0,0x73,0xb2,0x57,0xa9,0x5e,0x35,
0x83,0x78,0x5d,0x54,0x73,0xd6,0xc0,0x69,0xc0,0xa4,0xdc,0x85,0x4a,0x52,0x2a,0x93,
0x88,0xe9,0x4d,0xb5,0x1a,0xcd,0x9b,0x80,0x7d,0xb2,0x57,0xa9,0x7e,0xb1,0x19,0xb1,
0x45,0x71,0xad,0xf3,0xf9,0xa,0x1c,0xb3,0x22,0xa9,0xb,0xac,0x42,0xbd,0x85,0x7d,
0x1e,0x7,0xe,0x7,0x26,0x66,0xaf,0x52,0xfd,0x68,0x4f,0xe0,0x46,0xea,0x9c,0xdb,
0xf7,0x2,0xdb,0xe5,0x2f,0x51,0x92,0x46,0x67,0x53,0xe0,0x76,0xca,0x37,0x8e,0x3,
0xc0,0xa9,0xc4,0x23,0x5b,0x29,0xa7,0x49,0xc0,0xc7,0x80,0x27,0x29,0x7f,0x9e,0x3f,
0x89,0x7b,0x9,0x48,0x6a,0xa0,0xdd,0x81,0x47,0x29,0xdf,0x28,0xde,0x0,0xec,0x5a,
0xa0,0x3e,0x69,0xb0,0x75,0x80,0x9f,0x51,0xa7,0xb3,0xfb,0xd1,0xfc,0xe5,0x49,0xd2,
0xf0,0x1c,0x44,0xf9,0xad,0x58,0x9f,0x1,0x8e,0x7,0x26,0x17,0xa8,0x4f,0x1a,0xca,
0xfe,0xd4,0x59,0x3f,0xe0,0x1b,0xc0,0xf8,0x2,0xf5,0x49,0xd2,0x90,0x3e,0x41,0xf9,
0xc6,0xef,0x8f,0xc0,0x96,0x25,0x8a,0x93,0x86,0x61,0x5,0xe0,0x74,0xca,0x5f,0x7,
0x3f,0x27,0xd6,0x2e,0x90,0xa4,0xa2,0x26,0x0,0x67,0x50,0xb6,0xc1,0x7b,0x1a,0xf8,
0x0,0x6e,0xd6,0xa3,0x66,0x7a,0x19,0x70,0x1f,0x65,0xaf,0x89,0xcb,0x70,0xe5,0x40,
0x49,0x5,0x4d,0x22,0x96,0x2c,0x2d,0xd9,0xd0,0xfd,0xd,0xe7,0xf4,0xab,0xf9,0x56,
0x4,0xce,0xa4,0xec,0xb5,0x71,0x3d,0xb0,0x76,0x89,0xe2,0x24,0xf5,0xb7,0xa5,0x88,
0x5,0x76,0x4a,0x35,0x6e,0x3,0xc0,0x49,0xf8,0xae,0x5f,0xdd,0xe5,0xd,0xc4,0xb4,
0xd4,0x52,0xd7,0xc9,0x1d,0xb8,0xda,0xa5,0xa4,0x8c,0x96,0x1,0x2e,0xa2,0x5c,0xa3,
0x76,0x2f,0xb0,0x47,0x91,0xca,0xa4,0xf4,0xd6,0xa3,0xec,0x9a,0x18,0xf7,0x12,0x53,
0x71,0x25,0x29,0xa9,0x15,0x88,0xc1,0x77,0xa5,0x1a,0xb3,0x9f,0x12,0x9b,0x8,0x49,
0xdd,0x6c,0x2,0x70,0x2,0xe5,0x76,0xc1,0x7c,0x10,0xd8,0xaa,0x48,0x65,0x92,0xfa,
0xc2,0xc,0xe2,0x1d,0x7c,0x89,0x6,0x6c,0x3e,0xf0,0x61,0xdc,0x17,0x5d,0xbd,0x65,
0x2f,0xca,0xed,0x32,0xf8,0x28,0xb1,0x9,0x97,0x24,0x75,0x64,0x6,0x31,0xc8,0xa8,
0x44,0xc3,0x35,0x13,0x78,0x51,0x99,0xb2,0xa4,0xe2,0xd6,0x5,0xae,0xa2,0xcc,0xb5,
0xf4,0x8,0xb0,0x75,0x99,0xb2,0x24,0xf5,0xa2,0xe5,0x29,0xf7,0xcd,0xff,0x4f,0x38,
0x92,0x59,0xbd,0x6f,0x32,0xb1,0xc3,0x5f,0x89,0x6b,0xea,0x21,0x60,0xf3,0x32,0x65,
0x49,0xea,0x25,0xcb,0x0,0x57,0x52,0xa6,0xa1,0x3a,0xd,0x47,0xf9,0xab,0xbf,0x1c,
0x4a,0x99,0x6d,0x86,0x1f,0xc0,0x81,0x81,0x92,0x46,0x60,0x2a,0x65,0x46,0xfb,0xcf,
0x3,0xde,0x59,0xa8,0x26,0xa9,0x69,0x5e,0x4c,0x3c,0xaa,0xcf,0x7d,0x9d,0xdd,0x7,
0xac,0x5f,0xa8,0x26,0x49,0x5d,0x6c,0x12,0xf0,0x1b,0xf2,0x37,0x4a,0xb3,0x80,0xbd,
0xb,0xd5,0x24,0x35,0xd5,0x86,0x94,0xd9,0x62,0xf8,0x16,0x60,0xd5,0x42,0x35,0x49,
0xea,0x42,0x13,0x80,0x9f,0x90,0xbf,0x31,0xba,0x7,0x7,0x28,0x49,0x6d,0x2b,0x2,
0x97,0x90,0xff,0xba,0xbb,0x1a,0x58,0xb6,0x50,0x4d,0x92,0xba,0xcc,0xb7,0xc8,0xdf,
0x8,0xfd,0xd,0x58,0xab,0x54,0x41,0x52,0x97,0x98,0x4c,0x99,0x25,0x84,0x2f,0x2,
0xa6,0x14,0xaa,0x49,0x52,0x97,0x38,0x8a,0xfc,0x8d,0xcf,0x6f,0x81,0xe9,0x85,0xea,
0x91,0xba,0xcd,0x58,0xe0,0x7f,0xc8,0x7f,0x1d,0x9e,0xb3,0xe0,0x77,0x49,0x12,0x7,
0x92,0xbf,0xd1,0xf9,0x11,0xf1,0x8a,0x41,0xd2,0xe2,0x7d,0x9c,0xfc,0xd7,0xe3,0xe7,
0x8b,0x55,0x23,0xa9,0xb1,0x76,0x3,0xe6,0x92,0xb7,0xb1,0x39,0x1d,0xb7,0xf0,0x95,
0x46,0xe2,0x9d,0xe4,0x5f,0x3e,0xd8,0x19,0x38,0x52,0x1f,0xdb,0x84,0xfc,0xd3,0x90,
0xbe,0x8c,0xcb,0xfa,0x4a,0xa3,0xf1,0x6,0xf2,0xae,0x15,0x30,0xf,0x67,0xe2,0x28,
0x33,0x1b,0xff,0x66,0x9a,0x1,0x5c,0x4e,0xde,0xd5,0xf7,0x3e,0x7,0xbc,0x3f,0xe3,
0xe7,0x37,0xc1,0x74,0x60,0x3b,0x60,0xb,0xe0,0xd9,0xc0,0x9a,0xc4,0x26,0x46,0x4b,
0x3,0xe3,0x89,0xbd,0xd,0x66,0x13,0xcb,0x1c,0xdf,0x5,0xdc,0x44,0x8c,0xc6,0xbe,
0x82,0x98,0x9f,0x2d,0x2d,0xce,0xeb,0x80,0x6f,0x93,0xef,0x9,0xda,0x2c,0xe0,0xb9,
0xc0,0x35,0x99,0x3e,0x5f,0x52,0xc3,0x4c,0x4,0x2e,0x23,0xef,0x37,0xff,0xa3,0x8b,
0x55,0x53,0xde,0x96,0xc0,0x27,0x89,0xe5,0x8b,0xe7,0x33,0xfa,0x63,0x74,0x3,0x70,
0x12,0xb0,0x2b,0xe,0xca,0xd2,0xd0,0x5e,0xd,0x3c,0x43,0xbe,0x6b,0xf5,0x66,0x62,
0xd9,0x6f,0x49,0x7d,0xe0,0x2b,0xe4,0xbd,0xf9,0x1f,0x53,0xae,0x94,0x62,0x96,0x2,
0xde,0x41,0x7c,0x7b,0xcf,0x71,0xcc,0x6e,0x7,0x8e,0x4,0x56,0x2e,0x55,0x90,0xba,
0xca,0xbe,0xe4,0xed,0x4,0xfc,0x16,0xc7,0xe9,0x48,0x3d,0xef,0x2d,0xe4,0xbd,0xf9,
0x7f,0xb6,0x5c,0x29,0x45,0x4c,0x3,0x8e,0xa0,0xdc,0x56,0xae,0x4f,0x11,0x53,0xc1,
0x56,0x29,0x51,0x9c,0xba,0xca,0xeb,0xe9,0xec,0x89,0xd3,0x92,0xe2,0x73,0xe5,0x4a,
0x91,0x54,0xda,0x36,0xc4,0xd,0x26,0x57,0x3,0x72,0x4a,0xb9,0x52,0x8a,0x78,0x23,
0xb1,0x6a,0x61,0x89,0x1b,0xff,0xc2,0xf1,0x4,0xf0,0x21,0x9c,0x3a,0xa9,0x7f,0xf7,
0x16,0xf2,0xce,0xe,0x78,0x7d,0xb9,0x52,0x24,0x95,0xb2,0x22,0xf1,0x98,0x39,0x57,
0xc3,0x71,0x3a,0xbd,0x33,0xe0,0x73,0x75,0xe0,0x57,0xd4,0xb9,0xf1,0x2f,0x1c,0x7f,
0x25,0x6,0x18,0x4a,0x6d,0xef,0x22,0x6f,0xc7,0x73,0xa3,0x72,0xa5,0x48,0xca,0x6d,
0x1c,0x79,0x37,0xf8,0x39,0x93,0xde,0x79,0x7f,0xb8,0x27,0xb1,0x8f,0x7a,0xed,0x1b,
0xff,0xe0,0x98,0x3,0x1c,0x92,0xb3,0x68,0x75,0x9d,0x4f,0x92,0xef,0x7c,0xbb,0x86,
0xd8,0x11,0x54,0x52,0xf,0x38,0x96,0x7c,0x8d,0xc5,0xef,0x88,0x59,0x5,0xbd,0xe0,
0x3,0xe4,0x7d,0xc7,0xda,0x69,0x7c,0x9d,0x98,0x5a,0x28,0x1,0x7c,0x8d,0x7c,0xe7,
0xda,0xb7,0xa,0xd6,0x21,0x29,0x93,0xe7,0x93,0xef,0xa6,0x76,0xd,0xbd,0xb1,0xb6,
0xff,0x18,0x62,0x3a,0x5e,0xed,0x1b,0xfc,0x70,0xe2,0x17,0xb8,0x99,0x8b,0xc2,0x38,
0xe0,0x6c,0xf2,0x9d,0x6b,0x7,0x95,0x2b,0x45,0x52,0x6a,0xcb,0x1,0x77,0x92,0xa7,
0x71,0xb8,0x97,0xbc,0x8b,0x8,0x95,0x74,0x32,0xf5,0x6f,0xec,0x23,0x89,0xdf,0x11,
0xbb,0xc7,0x49,0x53,0x81,0x2b,0xc9,0x73,0x9e,0xcd,0x2,0x36,0x28,0x57,0x8a,0xa4,
0x94,0x7e,0x44,0x9e,0x86,0x61,0x36,0xb0,0x6d,0xc1,0x3a,0x72,0x3a,0x8e,0xfa,0x37,
0xf4,0xd1,0x84,0x3b,0xba,0xa9,0x6d,0x15,0xf2,0xd,0xf0,0xbd,0x2,0x5f,0x3b,0x49,
0x5d,0xe7,0x20,0xf2,0x34,0x8,0xf3,0x81,0x97,0x17,0xac,0x23,0xa7,0xb7,0x52,0xff,
0x46,0xde,0x49,0x9c,0x98,0xfe,0x90,0xa8,0x4b,0x3d,0x7,0x78,0x9c,0x3c,0xe7,0xd9,
0xb1,0x5,0xeb,0x90,0xd4,0xa1,0xf5,0x88,0xe9,0x3c,0x39,0x1a,0x83,0x43,0xb,0xd6,
0x91,0xd3,0xb6,0xc0,0xd3,0xd4,0xbf,0x89,0x77,0x1a,0xfb,0xa7,0x3e,0x30,0xea,0x5a,
0x7b,0x91,0x67,0xbc,0xcf,0x7c,0x60,0x97,0x82,0x75,0x48,0x1a,0xa5,0xf1,0xe4,0x5b,
0xe7,0xbf,0x57,0x46,0x6,0x2f,0x45,0xac,0xc3,0x5f,0xfb,0xe6,0x9d,0x22,0x1e,0x3,
0xd6,0x49,0x7a,0x74,0xd4,0xcd,0x3e,0x4a,0x9e,0xf3,0xec,0x66,0xe2,0xba,0x91,0xd4,
0x60,0x47,0x90,0xa7,0x1,0xf8,0x33,0xbd,0x33,0xfa,0xfc,0x44,0xea,0xdf,0xb8,0x53,
0xc6,0x6f,0xd3,0x1e,0x1e,0x75,0xb1,0x31,0xc4,0xba,0x1c,0x39,0xce,0xb3,0x2f,0x14,
0xac,0x43,0xd2,0x8,0x6d,0x44,0x9e,0xc7,0xda,0xf,0x1,0xeb,0x16,0xac,0x23,0xa7,
0x2d,0x68,0xf6,0x5c,0xff,0xd1,0x86,0xaf,0x2,0xd4,0x36,0x8d,0x98,0xa2,0x9b,0xfa,
0x1c,0x1b,0x20,0x76,0xae,0x94,0xd4,0x30,0x63,0x80,0xb,0x49,0x7f,0xd1,0xcf,0x7,
0x5e,0x52,0xb0,0x8e,0xdc,0x7e,0x4b,0xfd,0x9b,0x75,0x8e,0xb8,0x3,0x98,0x94,0xf0,
0x38,0xa9,0xbb,0x6d,0x44,0x9e,0x71,0x40,0x37,0xe3,0x2a,0x81,0x52,0xe3,0xbc,0x83,
0x3c,0x37,0x96,0x23,0x4a,0x16,0x91,0xd9,0xf3,0xa9,0x7f,0xa3,0xce,0x19,0xef,0x4a,
0x76,0xa4,0xd4,0xb,0xf6,0x27,0xcf,0x79,0xe6,0xae,0x81,0x52,0x83,0xac,0x41,0x9e,
0x29,0x40,0xe7,0xd2,0x3b,0x1b,0xfc,0x40,0xac,0xa2,0x97,0xf3,0x6,0x7c,0x19,0x70,
0x24,0xf0,0x52,0x60,0x53,0x62,0x70,0xde,0x46,0xc0,0xee,0xc0,0x61,0xc4,0x6,0x43,
0xf3,0x32,0xfe,0xfe,0xdb,0x70,0xce,0xb6,0xfe,0xdd,0x29,0xa4,0x3f,0xcf,0xe6,0x12,
0x6d,0x8e,0xa4,0x6,0xf8,0x29,0xe9,0x2f,0xf2,0xfb,0x81,0x19,0x25,0x8b,0xc8,0x6c,
0x3,0xf2,0x6c,0xa3,0x3a,0x0,0x9c,0x1,0x6c,0x32,0xcc,0x3c,0x56,0x3,0x3e,0x43,
0xbe,0x29,0x88,0xfb,0x8e,0xe8,0xa8,0xa8,0x97,0x4d,0x23,0xce,0xb5,0x1c,0xe7,0xd9,
0xe1,0x5,0xeb,0x90,0x34,0x84,0xd7,0x92,0xe7,0x2,0xdf,0xab,0x64,0x11,0x5,0x7c,
0x8a,0xf4,0xc7,0xe8,0x56,0x46,0x3f,0x3f,0x7a,0x43,0x62,0x95,0xb5,0xd4,0x39,0xfd,
0x6c,0x94,0xf9,0xa8,0x77,0x8c,0x1,0xe,0x4,0xee,0x26,0x4f,0xdb,0xd0,0x2,0x7e,
0x5e,0xac,0x1a,0x49,0x8b,0x34,0xd,0xb8,0x87,0xf4,0x17,0xf7,0x97,0x4a,0x16,0x51,
0xc8,0x6d,0xa4,0x3d,0x46,0x97,0x3,0x2b,0x76,0x98,0xd3,0x24,0xe0,0x7,0x89,0xf3,
0x9a,0xb,0x2c,0xdf,0x61,0x5e,0xea,0x5e,0xdb,0x93,0x6f,0x1d,0x90,0xc1,0x71,0x5d,
0xa9,0x82,0x24,0x2d,0x5a,0x8e,0x75,0xec,0xaf,0xa5,0x77,0xe6,0xfb,0xb7,0x6d,0x41,
0xda,0x63,0xf4,0x17,0x60,0x99,0x44,0xb9,0x8d,0x3,0xce,0x4a,0x9c,0xdf,0x1,0x89,
0x72,0x53,0xf7,0x58,0x8d,0x78,0x15,0x95,0xe3,0x35,0xd7,0xa2,0xe2,0xa6,0x32,0x65,
0x49,0x5a,0x94,0x75,0x49,0xff,0x1e,0x79,0xe,0x71,0xb3,0xec,0x35,0x1f,0x20,0xdd,
0x31,0x7a,0x94,0xf4,0xbb,0x20,0x2e,0x5,0x5c,0x9f,0x30,0xc7,0xd3,0x13,0xe7,0xa7,
0xe6,0x9a,0x4c,0xac,0xfe,0x37,0x8b,0x32,0x37,0xfe,0x76,0x5c,0x58,0xa2,0x38,0x49,
0x8b,0x96,0x63,0xb5,0xaf,0xf,0x15,0xad,0xa0,0x9c,0x94,0x7b,0xa6,0xbf,0x3d,0x53,
0x8e,0x3b,0x27,0xcc,0xf1,0x96,0x4c,0x39,0xaa,0x59,0x5e,0x45,0xfc,0xad,0x4b,0xde,
0xf8,0xdb,0xe1,0x54,0x40,0xa9,0x92,0x5d,0x49,0x7f,0x41,0xff,0x99,0xde,0x9d,0x42,
0x76,0x17,0x69,0x8e,0xd1,0x8d,0xc4,0x23,0xfb,0x5c,0x7e,0x92,0x28,0xcf,0x16,0xb0,
0x5c,0xc6,0x3c,0x55,0xd7,0xe6,0xc0,0x79,0xd4,0xb9,0xf1,0xb7,0x63,0x87,0xec,0x55,
0x4a,0xfa,0x3f,0xc6,0x12,0xef,0xa0,0x53,0x5e,0xcc,0xf3,0x80,0x6d,0x4a,0x16,0x51,
0xd0,0xb2,0xa4,0x3b,0x4e,0xef,0xcd,0x9c,0xeb,0xb,0x13,0xe6,0xba,0x73,0xe6,0x5c,
0x55,0xde,0x8a,0xc4,0xbc,0xfe,0x9c,0x6b,0x49,0xc,0x27,0x7e,0x9f,0xbb,0x50,0x49,
0x8b,0x76,0x30,0xe9,0x2f,0xe8,0x13,0x8a,0x56,0x50,0xd6,0x56,0xa4,0x3b,0x4e,0xab,
0x67,0xce,0x75,0x2c,0x30,0x33,0x51,0xae,0x7,0x66,0xce,0x55,0xe5,0x4c,0x0,0xde,
0x3,0x3c,0x42,0xdd,0x1b,0x7f,0x8b,0x58,0x70,0x6c,0xc3,0xbc,0xe5,0x4a,0x5a,0x94,
0x29,0xc0,0xbd,0xa4,0xbd,0xa0,0x6f,0xa2,0xf7,0x46,0xfd,0xf,0xb6,0x17,0xe9,0x8e,
0x53,0x9,0xff,0x9b,0x28,0xdf,0x5e,0x1d,0xcf,0xd1,0x6f,0xf6,0x20,0xa6,0xdc,0xd5,
0xbe,0xf1,0xb7,0x80,0x27,0x81,0x17,0xe5,0x2d,0x57,0xbd,0x66,0x6c,0xed,0x4,0x7a,
0xc8,0x21,0xc0,0x2a,0x89,0x3f,0xf3,0x60,0xe0,0xa9,0xc4,0x9f,0xd9,0x24,0xa9,0xe6,
0xc4,0x5f,0x9b,0xe8,0x73,0x4a,0xfd,0x1e,0xd7,0x2,0xe8,0x6e,0x1b,0x12,0x8b,0xed,
0xfc,0x82,0x58,0x4e,0xba,0xb6,0xeb,0x89,0xd7,0x4a,0xbf,0xa9,0x9d,0x88,0xba,0x8b,
0x1d,0x80,0x34,0xa6,0x1,0x1f,0x4c,0xfc,0x99,0xa7,0xd3,0xfb,0xef,0xf3,0x26,0x27,
0xfa,0x9c,0x7,0x12,0x7d,0xce,0x92,0xdc,0x9f,0xe8,0x73,0x7a,0xf9,0xa9,0x4e,0x2f,
0x9b,0xe,0x7c,0x96,0xd8,0xce,0xf7,0xa5,0x95,0x73,0x81,0x78,0xe4,0xff,0x1,0x62,
0x7a,0xf0,0x55,0x95,0x73,0x51,0x17,0xea,0xd5,0x91,0xe5,0xa5,0x1d,0x4a,0xe7,0x2b,
0xcf,0xd,0x36,0x8b,0xfe,0x78,0x4c,0x9c,0x6a,0x33,0xa3,0x56,0xa2,0xcf,0x59,0x92,
0x81,0x44,0x9f,0xd3,0x4b,0x9b,0x38,0xf5,0x83,0xb1,0xc0,0x7f,0x2,0x9f,0x4,0x56,
0xaa,0x9c,0xb,0xc4,0x79,0xf8,0xd,0xe0,0x23,0x94,0xeb,0xfc,0xaa,0x7,0xd9,0x1,
0xe8,0xdc,0x74,0xe0,0xfd,0x89,0x3f,0xf3,0x78,0x62,0x3c,0x41,0xaf,0x9b,0x9b,0xe8,
0x73,0x96,0x4d,0xf4,0x39,0x4b,0x92,0xea,0xd1,0xfd,0x9c,0x44,0x9f,0xa3,0xfc,0x9e,
0x7,0x9c,0x4,0x6c,0x59,0x3b,0x91,0x5,0x2e,0x22,0xbe,0x70,0xf8,0x8d,0x5f,0x6a,
0x80,0xa3,0x49,0x3b,0x98,0xe7,0x56,0xd2,0x3d,0x1a,0x6f,0xba,0x57,0x90,0xe6,0x98,
0xfd,0xa5,0x50,0xbe,0x67,0x24,0xca,0xf7,0x63,0x85,0xf2,0xd5,0xe8,0xad,0xd,0xfc,
0x90,0xfa,0x83,0xfb,0xda,0x71,0x7,0xf0,0xba,0xac,0x15,0x4b,0x1a,0x91,0x15,0x80,
0xc7,0x48,0x7b,0xa1,0xbf,0xba,0x68,0x5,0x75,0xed,0x40,0x9a,0x63,0xf6,0xc,0xe9,
0xd6,0xff,0x5f,0x9c,0x54,0x2b,0xbb,0x1d,0x5c,0x20,0x57,0x8d,0xce,0x54,0xe0,0x18,
0x62,0x54,0x7d,0xed,0x9b,0x7e,0xb,0x98,0xd,0x7c,0x1c,0xc7,0x8d,0x48,0x8d,0xf3,
0x9,0xd2,0x5e,0xec,0xe7,0x17,0xcd,0xbe,0xbe,0x55,0x48,0x77,0xec,0x72,0x6f,0xb2,
0xb3,0x79,0xc2,0x5c,0x9d,0xae,0xd5,0x4c,0x7,0x0,0x77,0x52,0xff,0xa6,0xdf,0x8e,
0xef,0x1,0x6b,0x66,0xad,0x58,0xd2,0xa8,0x4c,0x5,0x1e,0x22,0xdd,0xc5,0x3e,0x40,
0x73,0xde,0x33,0x96,0xf4,0x30,0x69,0x8e,0x5f,0xee,0xd,0x50,0x4e,0x4e,0x94,0x67,
0xb,0x58,0x23,0x73,0xae,0x1a,0x99,0x6d,0x81,0x8b,0xa9,0x7f,0xc3,0x6f,0xc7,0x1f,
0x81,0x9d,0xb2,0x56,0x2c,0xa9,0x23,0x87,0x90,0xf6,0xa2,0xff,0x41,0xd9,0xf4,0x1b,
0xe3,0xf7,0xa4,0x3b,0x86,0x2f,0xce,0x94,0x63,0xca,0xdd,0x1d,0x67,0x66,0xca,0x51,
0x23,0xb7,0xa,0x31,0x9a,0xbe,0xd4,0x36,0xbd,0x4b,0x8a,0xfb,0x80,0xb7,0xe0,0xf4,
0x6c,0xa9,0xd1,0xc6,0x12,0xab,0xcf,0xa5,0xba,0xf0,0xe7,0x3,0x1b,0x17,0xad,0xa0,
0x39,0x3e,0x49,0xba,0xe3,0x78,0x23,0xb1,0x7d,0x6f,0x4a,0x63,0x80,0x5f,0x26,0xcc,
0xf1,0x9c,0xc4,0xf9,0x69,0xe4,0x26,0x11,0xd3,0x6c,0x1f,0xa7,0xfe,0x4d,0xbf,0x45,
0xcc,0xa,0x39,0x81,0x32,0xe3,0x58,0x24,0x75,0x68,0x5f,0xd2,0x36,0x0,0x67,0x94,
0x4d,0xbf,0x51,0x9e,0x4f,0xda,0x63,0xf9,0x3,0xd2,0xce,0xb3,0x3f,0x32,0x71,0x7e,
0xef,0x4c,0x98,0x9b,0x46,0xee,0x15,0xa4,0xed,0xbc,0xa7,0xe8,0x10,0xae,0x9f,0xb5,
0x62,0x49,0x49,0x5d,0x42,0xba,0x6,0xe0,0x19,0x60,0xbd,0xb2,0xe9,0x37,0xca,0x4,
0xd2,0x6f,0xa4,0xf2,0x15,0xd2,0x3c,0x46,0x3d,0x34,0x71,0x5e,0x2d,0xe2,0x75,0x82,
0xca,0xdb,0x94,0x58,0x2a,0xb7,0xf6,0xd,0xbf,0x1d,0xd7,0xe2,0x60,0x50,0xa9,0xeb,
0xec,0x48,0xda,0x86,0xe0,0xeb,0x65,0xd3,0x6f,0xa4,0xd3,0x48,0xdf,0xc0,0xfe,0x9c,
0xd1,0xaf,0xce,0x38,0x19,0xf8,0x52,0x86,0x9c,0xae,0x18,0x65,0x3e,0x1a,0xbd,0xe5,
0x81,0x2f,0x52,0x7f,0x9b,0xde,0x76,0x3c,0xc,0xbc,0xb,0x17,0x61,0x93,0xba,0xd2,
0x99,0xa4,0x6b,0xc,0xe6,0x10,0xb,0x8e,0xf4,0xbb,0x5d,0xc8,0xd3,0xd8,0x3e,0x0,
0xbc,0x1d,0x98,0x38,0xcc,0x3c,0xc6,0x10,0x8f,0x88,0x6f,0xc8,0x94,0xcf,0x3b,0x46,
0x74,0x54,0xd4,0x89,0xf1,0xc4,0x8d,0x36,0xe5,0x4c,0x9d,0x4e,0x62,0x1e,0xd1,0xa9,
0x5c,0x21,0x67,0xd1,0x92,0xf2,0x59,0x95,0x78,0x64,0x9f,0xaa,0x51,0x38,0xb5,0x6c,
0xfa,0x8d,0x76,0x35,0xf9,0x1a,0xdf,0x7b,0x81,0xcf,0x0,0xbb,0xf1,0x7f,0x7,0x5a,
0x4d,0x6,0xb6,0x27,0xde,0xf5,0x5f,0x9f,0x31,0x87,0xc7,0x89,0x65,0xa3,0x95,0xdf,
0xb,0x89,0xd,0x7b,0x6a,0xdf,0xf4,0xdb,0xf1,0x5b,0x60,0xb3,0xac,0x15,0x4b,0xca,
0xee,0x23,0xa4,0x6b,0x14,0x6,0x80,0x4d,0xca,0xa6,0xdf,0x68,0x7,0x52,0xae,0x41,
0x7e,0x88,0x58,0x5a,0xf5,0x1,0xca,0x4d,0x1,0x3b,0x21,0xdd,0xa1,0xd2,0x10,0xd6,
0x23,0x6,0xd5,0xd5,0xbe,0xe1,0xb7,0xe3,0x26,0xe2,0x89,0x92,0xa4,0x2e,0x37,0x6,
0xb8,0x99,0x74,0x8d,0xc3,0xb9,0x65,0xd3,0x6f,0xbc,0x71,0xe4,0xfd,0x6,0x5e,0x33,
0x66,0xd1,0x8c,0x5d,0xe4,0x7a,0xd5,0xd2,0x44,0x7,0x6b,0xe,0xf5,0xff,0xd6,0x2d,
0xe0,0x9,0x62,0x9a,0xe1,0xa4,0x9c,0x45,0x4b,0x2a,0xe7,0x85,0xa4,0x6d,0x24,0x76,
0x2b,0x9b,0x7e,0x57,0xd8,0x87,0xfa,0x8d,0x77,0x8e,0x38,0x22,0xe5,0x41,0xd2,0x3f,
0x8d,0x21,0x16,0xce,0xb9,0x8f,0xfa,0x7f,0xe3,0x16,0xff,0xda,0xa6,0x77,0x95,0x9c,
0x45,0x4b,0x2a,0x2f,0xe5,0xce,0x60,0x6e,0xe5,0x39,0xb4,0x73,0xa9,0xdf,0x90,0xa7,
0x8c,0x1b,0xe8,0x9f,0xdd,0x1d,0x4b,0xda,0x89,0x58,0x32,0xb7,0xf6,0xdf,0xb7,0x1d,
0x97,0x10,0x4b,0xa,0x4b,0xea,0x31,0x2b,0x91,0xf6,0xf1,0x62,0xee,0x8d,0x6b,0xba,
0xd9,0x5a,0xa4,0xdf,0x61,0xb1,0x56,0xcc,0x7,0x76,0x4d,0x7b,0x78,0xfa,0xde,0x9a,
0xc4,0x26,0x39,0xb5,0xff,0xb6,0xed,0xb8,0xb,0xaf,0x67,0xa9,0xa7,0x1d,0x46,0xba,
0x6,0xe3,0x4e,0x9c,0x3,0xbc,0x24,0xaf,0xa7,0x7e,0xc3,0x9e,0x22,0x8e,0x4f,0x7d,
0x60,0xfa,0xd8,0x14,0x62,0x5b,0xdc,0xd9,0xd4,0xff,0xbb,0xb6,0x88,0xed,0x82,0x8f,
0x21,0xfd,0xd2,0xd3,0x92,0x1a,0xe6,0x5a,0xd2,0x35,0x1c,0x1f,0x2f,0x9c,0x7b,0xb7,
0xfa,0x22,0xf5,0x1b,0xf9,0x4e,0xe2,0x77,0xc4,0xc0,0x46,0x75,0xee,0xb5,0xc0,0xed,
0xd4,0xff,0x9b,0xb6,0xe3,0x87,0xb8,0x7e,0x87,0xd4,0x17,0x9e,0x43,0xba,0x86,0x63,
0x3e,0xee,0xef,0x3d,0x5c,0xe3,0x49,0xbb,0x9,0x4f,0xc9,0xb8,0x1e,0x58,0x2e,0xfd,
0x21,0xe9,0x3b,0x5b,0x13,0xdb,0x3c,0xd7,0xfe,0x7b,0xb6,0xe3,0xcf,0xc0,0xf3,0xb2,
0x56,0x2c,0xa9,0x51,0x52,0xee,0x56,0xf7,0xf3,0xc2,0xb9,0x77,0xbb,0x69,0xc0,0xa5,
0xd4,0x6f,0xf8,0x47,0x12,0x77,0xe0,0xb7,0xc3,0x4e,0xad,0x4c,0x2c,0x91,0x3d,0x9f,
0xfa,0x7f,0xcf,0x16,0xb1,0x5e,0xc4,0xdb,0x70,0x9b,0x5e,0xa9,0xef,0xdc,0x48,0xba,
0x86,0xc4,0x45,0x41,0x46,0x6e,0x3a,0x70,0x11,0xf5,0x6f,0x2,0xc3,0x89,0x5b,0xe9,
0xef,0x8d,0x9d,0x3a,0x35,0x91,0x18,0x6f,0xd3,0x94,0x41,0xa0,0x73,0x81,0xcf,0xe2,
0xa,0x8e,0x52,0x5f,0xda,0x9a,0x74,0x8d,0xc9,0x3d,0x38,0xf8,0x6f,0xb4,0xa6,0x2,
0x67,0x53,0xff,0x86,0xb0,0xb8,0xb8,0xa,0x58,0x2d,0xd7,0x1,0xe8,0x3,0x2f,0x23,
0xdf,0x1e,0xc,0xa3,0x89,0x9f,0x1,0x1b,0x66,0xad,0x58,0x52,0xa3,0x7d,0x8a,0x74,
0xd,0xca,0xb1,0x85,0x73,0xef,0x35,0x63,0x89,0xd7,0x31,0xa5,0x96,0xee,0x1d,0x49,
0x7c,0xf,0x47,0x83,0x8f,0xd6,0xc6,0x34,0x6b,0xac,0xc7,0x75,0xc0,0x1e,0x59,0x2b,
0x96,0xd4,0x15,0x6e,0x21,0x5d,0xc3,0xe2,0xa3,0xe1,0x34,0x5e,0x42,0x3c,0x4d,0xa9,
0x7d,0xa3,0x68,0x11,0x4b,0xfc,0xbe,0x2d,0x6f,0xb9,0x3d,0x6b,0x39,0xe0,0x24,0xd2,
0x6e,0xae,0xd5,0x49,0x3c,0x2,0xbc,0x7,0x9f,0xd2,0x49,0x2,0xb6,0x23,0x5d,0xe3,
0x72,0x79,0xe1,0xdc,0x7b,0xdd,0xb2,0xc0,0x57,0xa9,0x3b,0x48,0xec,0x67,0x38,0xd8,
0x6f,0x34,0xc6,0x11,0xdb,0x22,0xcf,0xa4,0xfe,0x4d,0xbf,0x45,0x6c,0xd3,0x7b,0xa,
0xb0,0x62,0xce,0xa2,0x25,0x75,0x97,0xe3,0x49,0xd7,0xc8,0xbc,0xbf,0x70,0xee,0xfd,
0x62,0x6b,0xca,0x3f,0x3e,0xbe,0xa,0x1f,0x11,0x8f,0xd6,0xb,0xc8,0xbb,0xed,0xf3,
0x48,0xe3,0x3c,0x60,0xf3,0xac,0x15,0x4b,0xea,0x4a,0x7f,0x21,0x4d,0x23,0x33,0x80,
0x73,0xff,0x73,0xdb,0xe,0xf8,0x3e,0x31,0x6a,0x3b,0xc7,0x8d,0x62,0x80,0xd8,0xd3,
0xfd,0xa5,0xc4,0x6,0x34,0x1a,0x99,0x75,0x81,0xb3,0xa8,0x7f,0xc3,0x6f,0xc7,0x2d,
0xc0,0xab,0xb2,0x56,0x2c,0xa9,0x6b,0xad,0x4a,0xba,0xc6,0xe6,0xe2,0xc2,0xb9,0xf7,
0xb3,0x95,0x80,0x77,0x2,0xe7,0xd3,0xf9,0xbb,0xe5,0x1,0xe0,0x4f,0xc0,0x47,0x81,
0x67,0x15,0xac,0xa1,0x97,0x4c,0x23,0x9e,0xa4,0x3d,0x4d,0xfd,0x9b,0x7e,0x8b,0x18,
0xb3,0xf1,0x51,0xdc,0x9c,0x49,0xd2,0x62,0x1c,0x44,0xba,0x46,0xe7,0xdd,0x85,0x73,
0x57,0x58,0x86,0xf8,0xc6,0xfe,0x9,0xe0,0x1c,0x62,0x74,0xf7,0x93,0x2c,0xfa,0x6f,
0x34,0x7,0xb8,0x19,0xf8,0x15,0xf0,0x19,0x60,0x3f,0x60,0x46,0xf9,0x94,0x7b,0xc6,
0x18,0xe0,0x4d,0x34,0x67,0xb0,0xe6,0x0,0x70,0x3a,0x4e,0xd3,0x94,0x34,0xc,0xa9,
0xb6,0xfe,0x9d,0x4f,0x3c,0x4d,0x50,0x73,0x2c,0x45,0xec,0xd7,0xbe,0x26,0xf1,0xb7,
0x59,0xa6,0x6e,0x3a,0x3d,0x67,0x7,0x62,0xd0,0x6b,0xed,0x9b,0x7e,0x3b,0x2e,0x3,
0xb6,0xcf,0x5a,0xb1,0xa4,0x9e,0x31,0x8e,0x98,0x12,0x94,0xa2,0xf1,0xb9,0xb0,0x70,
0xee,0x52,0x2d,0xab,0x1,0x67,0xd0,0x9c,0x75,0x1a,0xee,0x6,0xe,0xc4,0x31,0x1b,
0x92,0x46,0x60,0x67,0xd2,0x35,0x42,0x1f,0x2a,0x9c,0xbb,0x54,0xda,0x64,0xe0,0x8,
0xe2,0xfd,0x7a,0xed,0x9b,0x7e,0x8b,0x18,0x6f,0x70,0x1c,0x31,0xfe,0x40,0x92,0x46,
0xe4,0x58,0xd2,0x35,0x46,0x5b,0x16,0xce,0x5d,0x2a,0xe9,0xd5,0xc4,0xfe,0x7,0xb5,
0x6f,0xfa,0xed,0xf8,0x31,0x31,0xe3,0x40,0x92,0x46,0x25,0xd5,0xee,0x73,0xf7,0x94,
0x4e,0x5c,0x2a,0x64,0xb,0x62,0xe,0x7d,0xed,0x1b,0x7e,0x3b,0xfe,0x4a,0xac,0x31,
0x20,0x49,0xa3,0x36,0x85,0x18,0x11,0x9e,0xa2,0x51,0x3a,0xad,0x70,0xee,0x52,0x6e,
0x2b,0x12,0xab,0xe6,0xcd,0xa3,0xfe,0x4d,0xbf,0x5,0x3c,0x8,0xbc,0x9d,0x18,0xb7,
0x23,0x49,0x1d,0x79,0x1e,0xe9,0x1a,0xa7,0xfd,0xa,0xe7,0x2e,0xe5,0x32,0x1,0x78,
0x2f,0xe9,0x6,0xc7,0x76,0x1a,0xcf,0x0,0x9f,0x27,0x96,0x84,0x96,0xa4,0x24,0x3e,
0x4c,0x9a,0x6,0x6a,0x1e,0x36,0x4e,0xea,0xd,0x7b,0x10,0x6b,0x28,0xd4,0xbe,0xe9,
0xb7,0xe3,0x97,0xc4,0xe,0x82,0x92,0x94,0xd4,0xcf,0x48,0xd3,0x48,0xb9,0xfa,0x9f,
0xba,0xdd,0x86,0xc0,0xcf,0xa9,0x7f,0xc3,0x6f,0xc7,0x3f,0x80,0xbd,0xb2,0x56,0x2c,
0xa9,0x6f,0x8d,0x1,0x1e,0x26,0x4d,0x63,0xf5,0xa9,0xc2,0xb9,0x4b,0xa9,0x4c,0x7,
0x3e,0x47,0xbe,0x7d,0x15,0x46,0x1a,0x8f,0x12,0x9b,0x69,0x4d,0xc8,0x59,0xb4,0xa4,
0xfe,0xb6,0x29,0xe9,0x1a,0xad,0x97,0x15,0xce,0x5d,0xea,0xd4,0x58,0xe0,0x60,0xe0,
0x1,0xea,0xdf,0xf4,0x5b,0xc4,0x2a,0x9a,0x5f,0x3,0x56,0xce,0x59,0xb4,0x24,0x41,
0x34,0x7e,0x29,0x1a,0xae,0x1,0x60,0x85,0xc2,0xb9,0x4b,0x9d,0x78,0x1e,0xf0,0x67,
0xea,0xdf,0xf4,0xdb,0xf1,0x7,0x60,0xab,0xac,0x15,0x4b,0xd2,0x20,0x5f,0x27,0x4d,
0xe3,0x75,0x5d,0xe9,0xc4,0xa5,0x51,0x5a,0x9b,0x74,0xfb,0x5e,0xa4,0x88,0xdb,0x81,
0xd7,0x64,0xad,0x58,0x92,0x16,0xe1,0x4a,0xd2,0x34,0x62,0x5f,0x2f,0x9d,0xb8,0x34,
0x42,0x53,0x89,0x5d,0x12,0x9f,0xa2,0xfe,0x4d,0xbf,0x5,0xcc,0x6,0x8e,0x24,0xd6,
0xe1,0x90,0xa4,0xa2,0xc6,0x32,0xf4,0x56,0xb1,0x23,0x8d,0x83,0xa,0xe7,0x2e,0xd,
0xd7,0x18,0xe0,0x0,0xe0,0x4e,0xea,0xdf,0xf4,0xdb,0xf1,0x1d,0x60,0x8d,0x9c,0x45,
0x4b,0x5a,0xb4,0xf1,0xb5,0x13,0x68,0x88,0xd,0x48,0xf7,0xed,0xc3,0x29,0x80,0x6a,
0xa2,0xff,0x0,0x4e,0x2,0x9e,0x5b,0x3b,0x91,0x5,0xfe,0x8,0x1c,0xa,0x5c,0x52,
0x3b,0x91,0x51,0x78,0x36,0x71,0x1c,0xb7,0x58,0xf0,0xef,0xb5,0x89,0xc1,0x8a,0xcb,
0x10,0xb3,0x15,0x6,0x88,0x2f,0x14,0xf,0x11,0xbb,0x12,0xde,0xc,0x5c,0x43,0x3c,
0x65,0xbc,0x62,0xc1,0xff,0xad,0xdf,0xac,0xa,0xec,0x8,0x6c,0x4d,0xac,0xe3,0xb0,
0xe,0xb1,0x2d,0xf7,0x72,0xc0,0xc4,0x5,0xff,0x3f,0x73,0x88,0x99,0x58,0xf7,0x12,
0x7b,0x4c,0xfc,0x1d,0xf8,0x13,0xb1,0x3c,0xfb,0xcc,0xb2,0xe9,0xaa,0x9f,0xec,0x47,
0x9a,0x6f,0x33,0x8f,0xe3,0xf6,0xa3,0x6a,0x96,0x55,0x80,0x6f,0xd2,0x9c,0x6d,0x7a,
0xef,0x25,0x9e,0x92,0x75,0xd3,0x75,0x32,0xe,0x78,0x31,0x31,0x2b,0xe1,0x6e,0x3a,
0xab,0x7f,0xe,0xf0,0x5b,0xe0,0x10,0x7a,0x7f,0x86,0xc3,0x96,0xc0,0xf1,0xc0,0xb5,
0x74,0x76,0xcc,0x6,0x88,0x8e,0xc0,0xc7,0x89,0xe,0x97,0x94,0xd4,0x27,0x48,0xd3,
0xb8,0x75,0xe3,0xb7,0x19,0xf5,0xa6,0x49,0xc4,0x76,0xd4,0x8f,0x53,0xff,0xa6,0xdf,
0x22,0xb6,0xe9,0xfd,0x14,0xb0,0x74,0xce,0xa2,0x13,0x5b,0x89,0x18,0x9b,0x90,0xeb,
0x95,0xc9,0x5c,0xe0,0x4c,0x60,0x97,0x52,0x5,0x15,0x30,0x9,0x78,0x2b,0x70,0x15,
0xf9,0xce,0xa5,0x8b,0x80,0xd7,0xe1,0x13,0x6c,0x25,0x72,0x36,0x69,0x4e,0xcc,0x53,
0x4a,0x27,0x2e,0x2d,0xc2,0x2b,0x89,0xc7,0xce,0xb5,0x6f,0xfa,0xed,0x38,0x1b,0x58,
0x2f,0x6b,0xc5,0x69,0xad,0x0,0x7c,0x86,0x74,0xe3,0x82,0x86,0x13,0x17,0x12,0xd3,
0x31,0xbb,0xd5,0x4,0xe0,0x5d,0xc4,0x13,0x9e,0x52,0xc7,0xec,0x66,0xe0,0x40,0x62,
0xc,0x97,0x34,0x6a,0xb7,0x90,0xe6,0x84,0x3c,0xa4,0x74,0xe2,0xd2,0x20,0x9b,0x11,
0x8f,0x97,0x6b,0xdf,0xf0,0xdb,0x71,0xd,0xf0,0xc2,0xac,0x15,0xa7,0x35,0x6,0x78,
0x7,0xe9,0x56,0x4,0x1d,0x4d,0xfc,0x8,0x58,0x3d,0x77,0xa1,0x89,0xbd,0x88,0x58,
0xaa,0xb9,0xd6,0x31,0xfb,0x13,0x31,0xc6,0x45,0x1a,0xb1,0xa5,0x48,0xf7,0x7e,0xb4,
0x97,0x1e,0xe5,0xa9,0x7b,0xac,0x0,0x7c,0x89,0xe6,0x6c,0xd3,0xfb,0x10,0xf0,0x4e,
0xba,0x6b,0x9b,0xde,0x75,0x89,0x6f,0xe1,0xb5,0x8f,0x5d,0xb,0x78,0xc,0x78,0x73,
0xd6,0x6a,0xd3,0x98,0x46,0xba,0xf5,0x53,0x3a,0x8d,0xf9,0xc0,0x9,0xfc,0x6b,0x40,
0xa1,0x34,0x2c,0x9b,0x91,0xee,0x24,0x9c,0x5e,0x38,0x77,0xf5,0xb7,0xf1,0xc0,0xbb,
0xa9,0xfb,0x8d,0x75,0x70,0x3c,0x3,0x7c,0x1,0x58,0x3e,0x67,0xd1,0x19,0xbc,0x82,
0xb8,0xe9,0xd6,0x3e,0x7e,0xb,0xc7,0xb7,0x89,0x35,0x1b,0x9a,0x68,0x33,0xe0,0x6,
0xea,0x1f,0xa3,0x85,0xe3,0x8f,0xc4,0xac,0xc,0x69,0x58,0xf6,0x26,0xcd,0x89,0x77,
0x7b,0xe9,0xc4,0xd5,0xd7,0x5e,0x44,0xe7,0xa3,0xab,0x53,0xc6,0x6f,0x88,0xfd,0x34,
0xba,0xcd,0x11,0x34,0x67,0x86,0xc4,0xa2,0xe2,0x2a,0x60,0xb5,0x6c,0xd5,0x8f,0xce,
0x5e,0xc0,0x13,0xd4,0x3f,0x36,0x43,0xc5,0x83,0x34,0x67,0xba,0xab,0x1a,0xee,0x5d,
0xa4,0x39,0xe9,0x7e,0x51,0x3a,0x71,0xf5,0xa5,0xf5,0x81,0x9f,0x50,0xbf,0x91,0x6d,
0xc7,0x4d,0xc0,0x3e,0x59,0x2b,0xce,0x63,0xc,0xf0,0x45,0xea,0x1f,0xbf,0xe1,0xc4,
0x6d,0x34,0x67,0x10,0xe5,0x81,0x34,0xe7,0x55,0xd3,0xe2,0xe2,0x49,0x60,0xcf,0x4c,
0xc7,0x40,0x3d,0xe4,0x73,0xa4,0x39,0xe1,0x4e,0x2e,0x9d,0xb8,0xfa,0xca,0x32,0xc0,
0x7f,0x13,0xf3,0xc8,0x6b,0x37,0xae,0x2d,0x62,0x7a,0xe1,0xe1,0x74,0xef,0x3b,0xd7,
0x2f,0x53,0xff,0x18,0x8e,0x24,0xee,0x22,0xc6,0x29,0xd4,0x74,0x20,0xcd,0x7e,0x5a,
0xb2,0x70,0xcc,0xc1,0x4e,0x80,0x96,0xe0,0x2c,0xd2,0x9c,0x6c,0x87,0x97,0x4e,0x5c,
0x7d,0x61,0x2c,0x31,0xaf,0xfa,0x3e,0xea,0x37,0xa8,0x2d,0xe2,0x6,0x70,0x1a,0x30,
0x23,0x67,0xd1,0x99,0x1d,0x4b,0xfd,0xe3,0x38,0x9a,0xb8,0x99,0x58,0x9b,0xa0,0x86,
0xbd,0xe9,0x8e,0x6f,0xfe,0xb,0xc7,0x93,0xc0,0xe,0x19,0x8e,0x87,0x7a,0x44,0xaa,
0x6d,0x50,0xf7,0x2b,0x9d,0xb8,0x7a,0xde,0x4e,0xc4,0xa0,0xa6,0xda,0x8d,0x68,0x3b,
0x2e,0x6,0xb6,0xcd,0x5a,0x71,0x7e,0x6f,0xa2,0xfe,0x71,0xec,0xf4,0x6f,0x50,0xfa,
0xa9,0xcb,0xe6,0xc0,0xac,0x4,0xb9,0xd7,0x8a,0xfb,0x81,0x35,0x93,0x1f,0x15,0xf5,
0x84,0x47,0x48,0x73,0x92,0x39,0xf,0x55,0xa9,0xac,0x9,0x7c,0x8f,0xfa,0xd,0x67,
0x3b,0xee,0x0,0xf6,0xcf,0x5a,0x71,0x19,0x5b,0xd0,0x9c,0x1d,0x10,0x3b,0x89,0x2f,
0xa4,0x3e,0x30,0x8b,0xb1,0xc,0x31,0xce,0xa3,0x76,0xcd,0x9d,0xc6,0xe5,0xc4,0x62,
0x45,0xd2,0x3f,0x4d,0x27,0xdd,0x9,0xb6,0x62,0xe1,0xdc,0xd5,0x7b,0xa6,0x0,0x47,
0x11,0xdb,0xe3,0xd6,0x6e,0x30,0x5b,0xc4,0xe3,0xd3,0xa3,0x69,0xee,0x54,0xb4,0x91,
0x98,0x44,0x2c,0x4c,0x54,0xfb,0x98,0xa6,0x8a,0xbd,0xd2,0x1e,0x9e,0x21,0x7d,0xb3,
0x50,0x3d,0x25,0xe2,0xb8,0xb4,0x87,0x46,0xdd,0x6e,0x23,0xd2,0x9c,0x58,0x4f,0x94,
0x4e,0x5c,0x3d,0xe7,0x75,0xc4,0x54,0xd2,0xda,0x8d,0x64,0x3b,0xbe,0xf,0xac,0x95,
0xb5,0xe2,0xb2,0xba,0xf5,0xbd,0xff,0x50,0x71,0x17,0xf1,0xed,0x3c,0xa7,0x3d,0x1b,
0x50,0x67,0xca,0x98,0x47,0xec,0x46,0x28,0x1,0xb0,0x33,0x69,0x4e,0xac,0x6b,0x4a,
0x27,0xae,0x9e,0xb1,0x35,0xcd,0x59,0x81,0xae,0x45,0x2c,0xab,0xba,0x73,0xd6,0x8a,
0xcb,0xdb,0x90,0xd8,0x78,0xa7,0xf6,0xb1,0x4d,0x1d,0x9f,0x4d,0x79,0x90,0x16,0x32,
0x89,0x66,0xed,0x27,0x91,0x2a,0x2e,0xa5,0xbb,0x76,0xa2,0x54,0x46,0xfb,0x90,0xe6,
0xa4,0xfa,0x5d,0xe9,0xc4,0xd5,0xf5,0x66,0x10,0xcb,0xa8,0xce,0xa7,0x7e,0xa3,0xd8,
0x22,0x6,0x4a,0xfd,0x27,0xbd,0xb9,0xb1,0x4a,0xaa,0x99,0x3e,0x4d,0x8b,0xb9,0xe4,
0x9b,0x1a,0xf8,0xbe,0x6,0xd4,0x97,0x2b,0x5e,0x97,0xf0,0x38,0xa9,0x8b,0xbd,0x95,
0x34,0x27,0xd4,0xf,0x4b,0x27,0xae,0xae,0x35,0x11,0xf8,0x0,0xcd,0x59,0x7a,0x76,
0xe,0xb1,0xbe,0x40,0xee,0xc7,0xc9,0xb5,0x6c,0x4d,0xfd,0x63,0x9c,0x33,0x4e,0x4b,
0x77,0xa8,0xfe,0x69,0x2a,0xf0,0x40,0x3,0x6a,0xcb,0x15,0xd7,0xd3,0x9b,0x1d,0x5d,
0x8d,0xd0,0xe1,0xa4,0x39,0xa1,0x5c,0x4,0x48,0xc3,0xf1,0x32,0x9a,0xb5,0x7e,0xfa,
0x4f,0x81,0xd,0xb2,0x56,0x5c,0xdf,0x77,0xc9,0x77,0xfc,0x9e,0x21,0x8e,0xe1,0xc1,
0xc0,0x96,0x44,0x27,0x6a,0xc,0xd1,0xc9,0x5b,0x9b,0xf8,0x7b,0x9f,0x8,0xdc,0x9d,
0x31,0x87,0x39,0xa4,0x5f,0x2a,0xf8,0x1d,0x19,0xf3,0x6d,0x1,0x97,0x11,0x6d,0xef,
0x4e,0xc4,0xe0,0xe9,0xb1,0xc4,0xc6,0x51,0x33,0x80,0xe7,0x3,0x1f,0x3,0xae,0xce,
0x9c,0xc3,0x2b,0x52,0x1d,0x2c,0x75,0xaf,0x4f,0x93,0xe6,0x64,0x3a,0xa6,0x74,0xe2,
0xea,0x2a,0x1b,0x3,0xbf,0x24,0x6f,0x83,0x36,0x92,0xf8,0x3b,0xf0,0x92,0xac,0x15,
0x37,0xc3,0xc,0xf2,0xbc,0xfb,0x9f,0x47,0xec,0xbe,0xb8,0xc6,0x30,0xf3,0x18,0xf,
0xbc,0x1,0xb8,0x35,0x43,0x2e,0x2d,0xe0,0xe3,0x23,0x3a,0x2a,0x4b,0x96,0x6b,0x8f,
0x89,0x73,0x81,0x6d,0x46,0x90,0xc7,0xae,0xc4,0xba,0x7,0x39,0x72,0xf9,0xcd,0x8,
0xf2,0x50,0x8f,0x3a,0x95,0x34,0x27,0xd3,0xa1,0xa5,0x13,0x57,0x57,0x58,0xe,0xf8,
0x1f,0xe2,0x9b,0x62,0x89,0x1b,0xfb,0x92,0xe2,0x61,0xe2,0x5c,0x1d,0x9f,0xb3,0xe8,
0x6,0x39,0x8c,0xf4,0xc7,0xf0,0x26,0x46,0xbf,0xe6,0xc7,0x54,0xe0,0x2b,0x19,0x72,
0xba,0x6d,0x94,0xf9,0x2c,0xca,0xe,0x19,0xf2,0x7b,0x9c,0xd1,0xaf,0x23,0x31,0x86,
0xd8,0xaf,0x25,0xf5,0x12,0xd8,0x3,0xf4,0xd6,0x2c,0x17,0x8d,0xc2,0xd9,0xa4,0x39,
0x99,0xe,0x28,0x9d,0xb8,0x1a,0x6d,0x1c,0xf1,0x18,0x75,0x26,0xf5,0x6f,0xfa,0x2d,
0xe2,0x1b,0xeb,0xc9,0xc0,0xa,0x39,0x8b,0x6e,0xa0,0x2b,0x49,0x7b,0x1c,0x2f,0x27,
0xcd,0x56,0xc7,0xef,0x26,0xfd,0x9a,0xfa,0xa9,0x96,0xbb,0x3d,0x31,0x71,0x5e,0xf7,
0x1,0xcf,0x49,0x90,0xd7,0xae,0x44,0x47,0x22,0x65,0x6e,0x87,0x25,0xc8,0x4b,0x5d,
0xec,0x2,0xd2,0x9c,0x48,0x7b,0x94,0x4e,0x5c,0x8d,0xb5,0x1b,0xf9,0xdf,0x5f,0x8e,
0x24,0x7e,0x47,0x9a,0x6,0xb8,0xdb,0xac,0x4a,0xda,0xe3,0x78,0xd,0xb0,0x6c,0xc2,
0xfc,0x3e,0x90,0x38,0xbf,0x63,0x13,0xe5,0x95,0x72,0xea,0xdf,0x63,0xa4,0x3d,0xf7,
0x76,0x25,0xed,0x93,0x80,0xb,0x12,0xe6,0xa6,0x2e,0x74,0x39,0x69,0x4e,0xa4,0xed,
0x4b,0x27,0xae,0xc6,0x59,0x9,0xf8,0x11,0xf5,0x6f,0xf8,0xed,0xb8,0x5,0xd8,0x37,
0x6b,0xc5,0xcd,0xf6,0x46,0xd2,0x1d,0xcb,0xd9,0xc4,0x5a,0x2,0xa9,0x9d,0x99,0x30,
0xc7,0x2b,0x12,0xe4,0xb3,0x6e,0xc2,0x7c,0x5a,0xc0,0x6b,0x12,0xe4,0xb4,0xb0,0xf7,
0x24,0xcc,0xef,0x19,0x60,0xa9,0xc,0x39,0xaa,0x4b,0xa4,0xda,0x8,0x68,0xab,0xd2,
0x89,0xab,0x51,0xd6,0x23,0xde,0xc3,0xd6,0xbe,0xe9,0xb7,0x88,0x55,0x29,0x3f,0x4c,
0x2c,0xe4,0xd2,0xcf,0x4e,0x21,0xdd,0x31,0xcd,0xb5,0xd3,0xe7,0xc,0xd2,0x4d,0x7,
0x7d,0x86,0xce,0x97,0x6c,0x7e,0x43,0xa2,0x5c,0x5a,0xc0,0x39,0x1d,0xe6,0x32,0x94,
0xb1,0x44,0x67,0x27,0x55,0x9e,0xbb,0x65,0xca,0x53,0x5d,0x20,0xd5,0x68,0xd7,0x4d,
0x4a,0x27,0xae,0xc6,0x98,0xe,0xdc,0x48,0xfd,0x1b,0xff,0x0,0xf0,0x2d,0xe2,0xd1,
0xb7,0xd2,0xdd,0x24,0xee,0x3,0x26,0x67,0xcc,0xf3,0x13,0x89,0xf2,0x6c,0xd1,0xf9,
0x93,0xc8,0xcf,0x25,0xcc,0x25,0xe7,0x6b,0xa7,0x97,0x24,0xcc,0xf3,0xfd,0x19,0xf3,
0x54,0xc3,0xa5,0xda,0xe5,0x6a,0xfd,0xd2,0x89,0xab,0x31,0xbe,0x44,0xfd,0x9b,0xff,
0xa5,0xc0,0x76,0xb9,0xb,0xed,0x32,0xa9,0xb6,0xaf,0x4d,0xf5,0x6e,0x7d,0x28,0xab,
0x93,0x6e,0x35,0xc8,0x83,0x3a,0xcc,0xe5,0x57,0x89,0xf2,0x28,0xf1,0x6e,0x3d,0x55,
0xa7,0xfb,0xd4,0x2,0xb9,0x36,0x56,0xbf,0xaf,0x86,0x94,0x6a,0x5f,0xed,0xb9,0x89,
0x3e,0x47,0xdd,0x65,0x75,0x62,0x11,0x98,0x5a,0xee,0x1,0xe,0x4,0x76,0x24,0xcd,
0x3b,0xe0,0x5e,0xb1,0x12,0xe9,0xde,0xed,0x9e,0x99,0xe8,0x73,0x86,0x72,0x37,0xb1,
0x30,0x4e,0xa,0x9d,0x2e,0xb,0xbc,0x4e,0x8a,0x24,0xc8,0x7f,0xcc,0x20,0x96,0x77,
0x4e,0x21,0xd7,0x52,0xca,0x5d,0xc1,0xe,0x40,0x1a,0x73,0x12,0x7d,0x8e,0xba,0xcb,
0x7e,0xd4,0x99,0x53,0xff,0x34,0xf1,0xcd,0x74,0x43,0xe0,0xc,0xe2,0x9b,0x8c,0xfe,
0x25,0xd5,0x6b,0x90,0x59,0xc0,0x5f,0x13,0x7d,0xd6,0xe2,0x5c,0x98,0xe8,0x73,0x3a,
0xad,0x3b,0xd5,0x71,0xbb,0x28,0xd1,0xe7,0x2c,0x4e,0x53,0x8e,0x59,0x57,0xeb,0x97,
0x5,0x41,0x86,0x92,0x6a,0xa0,0x94,0x4f,0x0,0xfa,0xd3,0x4e,0x15,0x7e,0xe7,0x8f,
0x89,0xf9,0xcb,0xb7,0x55,0xf8,0xdd,0xdd,0x22,0xd5,0x74,0xbd,0x1b,0x89,0xb1,0x15,
0xb9,0x5d,0x9f,0xe8,0x73,0x96,0xeb,0xe0,0xbf,0x1d,0x7,0x2c,0x9d,0x28,0x8f,0x7f,
0x24,0xfa,0x9c,0xc5,0x69,0xc2,0x31,0xeb,0x7a,0xfd,0xde,0x1,0xf0,0x15,0x80,0x3a,
0x31,0xdc,0xa5,0x60,0x53,0xf8,0x2b,0x31,0x5,0xea,0xfc,0x82,0xbf,0xb3,0x5b,0xa5,
0xea,0xd8,0xcf,0x4c,0xf4,0x39,0xa5,0x7e,0x4f,0x27,0x83,0x15,0x53,0xb5,0x85,0x4f,
0x1,0x4f,0x26,0xfa,0xac,0xc5,0x69,0xc2,0x31,0xeb,0x7a,0xfd,0xfe,0xa,0x40,0xea,
0x44,0xc9,0x7d,0xc5,0xdd,0xc3,0xbc,0x3c,0x8f,0xf9,0xc8,0x79,0xcc,0xba,0x48,0xbf,
0x77,0x0,0x52,0x7d,0x73,0x4f,0xd5,0x7b,0x56,0x77,0xb9,0xb3,0xe0,0xef,0xda,0x1c,
0x38,0x8f,0x78,0x5,0xb0,0x4e,0xc1,0xdf,0xdb,0x8d,0x52,0x8d,0xc9,0x29,0xb5,0x74,
0xf2,0x8a,0x89,0x3e,0xe7,0xe9,0xe,0xfe,0xdb,0x54,0x6d,0xe1,0x64,0x3a,0x5f,0x8f,
0x60,0x38,0x9a,0x70,0xcc,0xba,0x5e,0xbf,0x77,0x0,0x52,0x35,0x14,0x76,0x0,0xfa,
0xd3,0xc5,0x15,0x7e,0xe7,0xbe,0xc0,0x75,0xc4,0x20,0x40,0x57,0x31,0x5b,0xb4,0x47,
0x12,0x7d,0xce,0x6,0x94,0x69,0x23,0x37,0x4e,0xf4,0x39,0xf,0x77,0xf0,0xdf,0xce,
0x27,0xd6,0xda,0x4f,0x61,0xa3,0x44,0x9f,0xb3,0x38,0x4d,0x38,0x66,0x5d,0xaf,0xdf,
0x3b,0x0,0xa9,0x7a,0xbd,0xfd,0xbe,0xea,0x5a,0xbf,0xfa,0x21,0xb1,0x2,0x5b,0x69,
0x93,0x81,0x8f,0x0,0x37,0x10,0xd3,0x0,0x7d,0xec,0xfa,0xef,0xee,0x4d,0xf4,0x39,
0xd3,0x80,0x2d,0x13,0x7d,0xd6,0xe2,0xec,0x92,0xe8,0x73,0xee,0xeb,0xf0,0xbf,0x4f,
0x75,0xdc,0x76,0x4e,0xf4,0x39,0x8b,0xd3,0x94,0x63,0xd6,0xd5,0xec,0x0,0xa4,0xe1,
0x13,0x80,0xfe,0x74,0xf,0xf0,0xd5,0x8a,0xbf,0x7f,0x35,0x62,0xf5,0xbf,0x4b,0x71,
0x3f,0x8a,0xc1,0x66,0x12,0x53,0xf8,0x52,0xd8,0x2f,0xd1,0xe7,0xc,0x65,0xd,0xd2,
0xfd,0xed,0x6e,0xed,0xf0,0xbf,0xbf,0x2d,0x45,0x12,0xc0,0xab,0x13,0x7d,0xce,0x50,
0xc6,0x0,0xaf,0x4a,0xf4,0x59,0x9d,0x1e,0x33,0x75,0x31,0x97,0x2,0x56,0xa7,0x96,
0x21,0xa6,0x3d,0xd5,0x5e,0xd,0x70,0x0,0x38,0x9d,0xe8,0x14,0x28,0xdd,0x52,0xc0,
0xf7,0x3,0x53,0x32,0xe6,0x79,0x6c,0xa2,0x3c,0x5b,0x74,0xbe,0x1a,0x64,0xca,0xa5,
0x80,0xb7,0xe8,0x30,0x97,0xc5,0xd9,0x33,0x61,0x9e,0xef,0xcb,0x98,0xa7,0x1a,0xce,
0xcd,0x80,0x94,0xc2,0xba,0xa4,0xdd,0x46,0xb5,0x93,0x98,0x5,0x7c,0x94,0x3e,0x9f,
0xde,0x4,0x7c,0x99,0x74,0xc7,0xf4,0xc3,0x99,0x72,0x5c,0x95,0xd8,0xbc,0x29,0x45,
0x8e,0x29,0x36,0x3,0x3a,0x20,0x51,0x2e,0x2d,0xe0,0x67,0x1d,0xe6,0x32,0x94,0xb1,
0xc0,0x9f,0x12,0xe6,0xf9,0x82,0x4c,0x79,0xaa,0xb,0xb8,0x1d,0xb0,0x52,0x59,0x1,
0xf8,0x1e,0xf5,0x3b,0x0,0xed,0xb8,0x85,0x74,0x8f,0x49,0xbb,0x51,0xca,0x9d,0xed,
0x9e,0x24,0xcf,0xc0,0xb6,0xff,0x4d,0x98,0xe3,0xe5,0x9,0xf2,0x59,0x27,0x61,0x3e,
0x2d,0x60,0xff,0x4,0x39,0x2d,0xec,0xb0,0x84,0xf9,0xcd,0xa5,0xcc,0x8c,0x5,0x35,
0xd4,0x5,0xa4,0x39,0x91,0xf6,0x28,0x9d,0xb8,0x1a,0xeb,0x79,0xa4,0x7b,0xb2,0x94,
0x22,0xce,0x23,0xa6,0x10,0xf6,0x9b,0x55,0x88,0xd7,0x22,0xa9,0x8e,0xe3,0x75,0xa4,
0x5d,0x35,0xee,0x23,0x9,0x73,0x6b,0x11,0xbb,0xa,0xa6,0x90,0x72,0x67,0xcb,0x27,
0x48,0xfb,0x2a,0x60,0x77,0xe2,0xa6,0x9d,0xf2,0xda,0x50,0x1f,0x3b,0x9b,0x34,0x27,
0xd2,0x1,0xa5,0x13,0x57,0xa3,0x8d,0x5,0xde,0x6,0x3c,0x40,0xfd,0xe,0x40,0xb,
0x98,0x7,0x9c,0x42,0xba,0xb9,0xd3,0xdd,0x22,0xe5,0xbe,0xf1,0x2d,0xe0,0x4a,0xd2,
0x1c,0xc3,0xf7,0x25,0xce,0xab,0x45,0xba,0xdd,0x20,0x53,0x8e,0x3,0x68,0x11,0x63,
0x28,0x52,0xcc,0xa4,0xd8,0x8d,0x74,0xaf,0x4b,0xda,0xe1,0xfb,0xff,0x3e,0x77,0x2a,
0x69,0x4e,0xa4,0x43,0x4b,0x27,0xae,0xae,0x30,0x1d,0xf8,0x2c,0x69,0xbf,0xb5,0x74,
0x12,0x8f,0x10,0xcb,0x9,0x4f,0xc8,0x59,0x74,0x83,0xe4,0xb8,0xd1,0xde,0x2,0xec,
0x30,0xca,0x7c,0xa6,0x91,0xae,0xcd,0x59,0x38,0xa7,0x54,0xb6,0xcb,0x90,0xdf,0x2c,
0xe0,0x8d,0xa3,0xcc,0x67,0xc,0x71,0xce,0xa6,0xbe,0x86,0x6,0x80,0x35,0x47,0x99,
0x93,0x7a,0xc4,0xa7,0x49,0x73,0x32,0xa5,0x7a,0xfc,0xa6,0xde,0xb4,0x21,0x31,0x28,
0xaa,0x76,0x7,0xa0,0x1d,0xd7,0xd1,0x1f,0xaf,0xad,0x56,0x26,0x4f,0xe7,0x6b,0x3e,
0x31,0xfd,0x73,0xed,0x61,0xe6,0x31,0x1,0x78,0x33,0x70,0x47,0x86,0x5c,0x5a,0xc0,
0x91,0x23,0x39,0x28,0xc3,0x70,0x4d,0xa6,0x3c,0x7f,0xcd,0xc8,0x9e,0x54,0xec,0x46,
0xba,0x71,0x5a,0x8b,0xca,0x45,0x7d,0xee,0x70,0xd2,0x9c,0x4c,0x27,0x97,0x4e,0x5c,
0x5d,0x69,0xf,0xe2,0xe6,0x5b,0xf2,0x66,0xbf,0xb8,0xf8,0x39,0xd1,0x39,0xe9,0x65,
0xdf,0x26,0xdf,0xf1,0x9b,0x7,0xfc,0x2,0x38,0x4,0xd8,0x86,0x18,0x23,0x30,0x96,
0x98,0x81,0xf1,0x2c,0xe0,0x15,0xc0,0x17,0x89,0x5,0x76,0x72,0xe5,0x30,0x87,0xf4,
0x5b,0xda,0xbe,0x3d,0x63,0xbe,0x2d,0xe0,0x8f,0xc4,0x18,0x88,0xe7,0x1,0x33,0x88,
0x9d,0x8,0x27,0x10,0x53,0x58,0x77,0x7,0x8e,0x21,0xdd,0x14,0xed,0xa1,0xe2,0xe5,
0xc9,0x8e,0x96,0xba,0xd6,0x5b,0x48,0x73,0x32,0xfd,0xb0,0x74,0xe2,0xea,0x5a,0xe3,
0x89,0x47,0x9a,0x8f,0x90,0xb7,0x81,0x1b,0x6e,0xcc,0x25,0x5e,0x53,0x4c,0xcf,0x59,
0x74,0x45,0x5b,0x90,0x76,0x30,0x60,0xd3,0xe2,0x6b,0xe9,0xe,0xd5,0x3f,0x4d,0x21,
0x56,0xc8,0xab,0x5d,0x5b,0xae,0xb8,0x16,0x57,0xcf,0x14,0xb0,0xf,0x69,0x4e,0xa8,
0xdf,0x95,0x4e,0x5c,0x5d,0x6f,0x45,0x62,0xae,0xfa,0x3c,0xea,0x37,0x88,0x2d,0x62,
0xc0,0xe2,0xc1,0xf4,0xe6,0xea,0xa0,0x3f,0xa2,0xfe,0xf1,0xcd,0x11,0x73,0x18,0xfe,
0x6b,0x88,0x91,0x3a,0xb4,0x1,0xf5,0xe5,0x8a,0xdc,0xab,0x3b,0xaa,0x4b,0xec,0x44,
0x9a,0x13,0xea,0x9a,0xd2,0x89,0xab,0x67,0xb4,0x77,0xf9,0xab,0xdd,0x28,0xb6,0xe3,
0xcf,0xc4,0xa3,0xd9,0x5e,0xb2,0x3e,0x71,0xb3,0xac,0x7d,0x6c,0x53,0xc7,0x9,0x29,
0xf,0xd2,0x42,0x26,0x92,0x76,0x4a,0x60,0x53,0xe2,0xa2,0x94,0x7,0x49,0xdd,0x6d,
0x23,0xd2,0x9c,0x54,0xa9,0xd6,0x1d,0x57,0xff,0x7a,0x15,0x31,0x9a,0x1b,0xf5,0xe2,
0xd4,0x0,0x0,0x13,0xfe,0x49,0x44,0x41,0x54,0xbb,0x76,0x3,0xd9,0x8e,0x1f,0x92,
0xef,0xdb,0x65,0xd,0x47,0x53,0xff,0x98,0xa6,0x8c,0x3b,0x88,0x59,0x5,0x39,0xbd,
0xb8,0x1,0x75,0xa6,0x8c,0x67,0xc8,0xbb,0x44,0xb1,0xba,0xcc,0x74,0xd2,0x9d,0x5c,
0x2b,0x15,0xce,0x5d,0xbd,0x67,0x32,0xb1,0x8c,0xef,0x2c,0xea,0x37,0x96,0x2d,0xe0,
0x29,0x62,0x86,0x4b,0x2f,0xac,0x96,0x36,0x11,0xb8,0x9a,0xfa,0xc7,0x34,0x45,0xc,
0x50,0x6e,0x16,0x47,0x8e,0x69,0x8b,0xb5,0xc2,0xd9,0x5a,0xfa,0x3f,0x52,0xd,0xc6,
0xfa,0x8f,0xd2,0x89,0xab,0x67,0xad,0x46,0x6c,0xec,0xd3,0x94,0xc1,0x6b,0x77,0xd2,
0x1b,0x8b,0x5d,0x6d,0x46,0x2c,0xeb,0x5b,0xfb,0x78,0x76,0x1a,0x27,0xa6,0x3e,0x30,
0x8b,0x31,0x8d,0xd8,0x76,0xba,0x76,0xcd,0x9d,0xc6,0x25,0xc4,0x0,0x5c,0xe9,0xdf,
0x5c,0x45,0x9a,0x13,0xec,0x35,0xa5,0x13,0x57,0xcf,0xdb,0x1e,0xb8,0x8c,0xfa,0x8d,
0xe7,0xe0,0x46,0xb4,0xdb,0x3b,0xba,0x29,0x37,0xbc,0xa9,0x11,0x7f,0xa0,0xfc,0x42,
0x4e,0x9b,0x92,0x7e,0x15,0xbe,0x92,0x71,0x1f,0xb0,0x7a,0xf2,0xa3,0xa2,0x9e,0x70,
0x16,0x69,0x4e,0xb2,0xc3,0x4b,0x27,0xae,0xbe,0x30,0x6,0x38,0x10,0xb8,0x9b,0xfa,
0xd,0x69,0x8b,0x78,0x2a,0xf1,0x4d,0x62,0xad,0xfd,0x6e,0x75,0xc,0xf5,0x8f,0xe3,
0x68,0xe2,0x46,0x62,0xd3,0xa9,0x1a,0xf6,0x24,0xde,0xa1,0xd7,0x3e,0x6,0x23,0x8d,
0xd9,0x74,0x7f,0xa7,0x55,0x19,0x7d,0x96,0x34,0x27,0xda,0x97,0x4b,0x27,0xae,0xbe,
0x32,0xd,0x38,0xe,0x78,0x9a,0xfa,0x8d,0x6a,0xb,0x78,0x1c,0xf8,0x10,0x30,0x29,
0x67,0xd1,0x19,0x7d,0x91,0xfa,0xc7,0x70,0x24,0x71,0x27,0xb1,0x5b,0x5f,0x4d,0x7,
0x10,0xab,0x20,0xd6,0x3e,0x16,0xc3,0x8d,0x39,0xc4,0x40,0x46,0x69,0x48,0xef,0x24,
0xcd,0xc9,0xf6,0x8b,0xd2,0x89,0xab,0x2f,0xad,0xb,0xfc,0x98,0xfa,0x8d,0x6b,0x3b,
0x6e,0x6,0x5e,0x99,0xb5,0xe2,0x3c,0xc6,0x0,0x27,0x51,0xff,0xf8,0xd,0x27,0x6e,
0x21,0x56,0x16,0x6c,0x82,0xd7,0xd3,0x1d,0x4f,0x2,0x66,0xe3,0xcd,0x5f,0xc3,0xb0,
0x37,0x69,0x4e,0xb8,0xdb,0x4b,0x27,0xae,0xbe,0xf6,0x2,0xe0,0xaf,0xd4,0x6f,0x68,
0xdb,0xf1,0x5b,0x62,0x90,0x5d,0xb7,0xf9,0x20,0xcd,0x19,0x6c,0xb9,0xa8,0xb8,0x92,
0xe6,0xbd,0x6e,0x79,0x9,0xf1,0x4,0xa8,0xf6,0xb1,0x19,0x2a,0xee,0x27,0xdd,0xee,
0x88,0xea,0x71,0x9b,0x92,0xee,0xc4,0xeb,0xd5,0xe5,0x54,0xd5,0x4c,0xe3,0x80,0xff,
0x2,0x1e,0xa4,0x7e,0xa3,0xdb,0x22,0x56,0x35,0x3c,0x99,0x7a,0xef,0xa9,0x47,0xeb,
0x65,0x34,0x67,0x69,0xe6,0xc1,0xf1,0x4d,0x62,0x59,0xde,0x26,0xda,0x98,0x66,0xed,
0x6b,0xd1,0x8e,0xcb,0x80,0x35,0x32,0xd6,0xad,0x1e,0x33,0x95,0x74,0xdf,0x0,0x76,
0x29,0x9c,0xbb,0x4,0xb0,0x2c,0xf0,0x79,0x9a,0xf3,0x68,0xf6,0x61,0xe0,0xdd,0x74,
0xd7,0xb4,0xab,0xb5,0x81,0xf3,0xa9,0x7f,0xec,0x5a,0x44,0x67,0xe4,0xd,0x59,0xab,
0x4d,0x63,0x29,0xe0,0x2b,0xd4,0x3f,0x5e,0x2d,0xa2,0xf3,0x79,0x1c,0xfd,0xb3,0xd5,
0xb5,0x12,0xba,0x99,0x34,0x27,0xe1,0x21,0xa5,0x13,0x97,0x6,0xd9,0x18,0xf8,0x25,
0xf5,0x1b,0xe3,0x76,0x5c,0x4b,0x77,0xbd,0x87,0x1d,0x43,0xec,0x87,0x30,0x93,0x7a,
0xc7,0xec,0x7b,0x34,0xef,0x91,0xff,0x92,0xbc,0x0,0xf8,0x3b,0xf5,0x8e,0xd9,0xe5,
0xc4,0x6e,0x8c,0xd2,0xa8,0x9c,0x4d,0x9a,0x13,0xf1,0x2b,0xa5,0x13,0x97,0x16,0x61,
0x6f,0x9a,0xb5,0x78,0xcb,0x4f,0x88,0xf5,0xf8,0xbb,0xc5,0x72,0xc0,0xa7,0x28,0xbb,
0x22,0xe3,0x79,0xc4,0xde,0x24,0xdd,0x6a,0x3c,0xf1,0x3a,0xea,0x2e,0xca,0x1d,0xb3,
0x1b,0x88,0x41,0x89,0xee,0xec,0xa7,0x8e,0xa4,0x9a,0x17,0x7c,0x69,0xe9,0xc4,0xa5,
0x21,0x4c,0x0,0xde,0xf,0x3c,0x4a,0xfd,0xe,0x40,0x8b,0x98,0x92,0xf5,0xdf,0xc0,
0x32,0x39,0x8b,0x4e,0x6c,0x79,0x62,0x69,0xe6,0xdb,0xc9,0x77,0x4c,0x7e,0x0,0x3c,
0xb7,0x54,0x41,0x5,0x4c,0x4,0xe,0x22,0x6,0x2f,0xe6,0x3a,0x97,0x2e,0x0,0x5e,
0x4d,0x6f,0xee,0x5c,0xa9,0xa,0x5e,0x4d,0x9a,0x13,0xf3,0x9,0xec,0x8d,0xaa,0x59,
0x56,0x26,0xf6,0x8c,0x6f,0xca,0xfc,0xed,0xfb,0x80,0xb7,0xd2,0x5d,0x8d,0xf7,0x58,
0xe2,0x31,0xf7,0xc9,0x74,0xde,0x19,0x78,0x8a,0x98,0x32,0x7c,0x30,0xdd,0x37,0x58,
0x72,0xa4,0x36,0x23,0xd6,0xdf,0xff,0xb,0x9d,0x1d,0xb3,0xf9,0xc4,0xe0,0xbe,0x8f,
0x0,0xeb,0x15,0xad,0xa0,0xc7,0x79,0xb3,0xa,0x1b,0x2,0xff,0x48,0xf4,0x59,0x1b,
0x25,0xfc,0x2c,0x29,0x95,0xad,0x88,0x79,0xef,0x4d,0x19,0xa8,0x7a,0x15,0xb1,0xe7,
0x7c,0x37,0x6e,0xcf,0xba,0x1e,0xb0,0x23,0xb1,0xb3,0xdc,0xb3,0x89,0x1,0x84,0x2b,
0x13,0xb3,0x80,0x26,0x12,0x37,0xac,0x27,0x81,0x87,0x88,0x47,0xe2,0x37,0x13,0x5b,
0x86,0x5f,0xb9,0x20,0x9e,0x2e,0x9f,0x72,0x75,0x2b,0x11,0xaf,0x38,0xb6,0x2,0x36,
0x21,0xd6,0xb3,0x58,0x85,0x78,0xdd,0x32,0x89,0xb8,0xd1,0x3f,0x4d,0xc,0x20,0xbd,
0x17,0xb8,0x95,0x18,0x43,0x72,0x15,0xb1,0x4,0xf5,0xa3,0xe5,0x53,0x56,0xbf,0x18,
0x4b,0x2c,0x1c,0x91,0xe2,0x1b,0xce,0x5b,0xa,0xe7,0x2e,0x8d,0xc4,0x6b,0xc8,0xf7,
0x48,0x7b,0x34,0xf1,0x7d,0x60,0xcd,0xac,0x15,0x4b,0xd2,0x12,0x5c,0x41,0x9a,0x6,
0xed,0xd4,0xd2,0x89,0x4b,0x23,0x34,0x5,0x38,0x92,0x74,0x9d,0xde,0x4e,0xe3,0x49,
0xe0,0x28,0x7a,0x63,0xdb,0x61,0x49,0x5d,0xe8,0x6b,0xa4,0x69,0xcc,0xae,0x2f,0x9d,
0xb8,0x34,0x4a,0x6b,0x0,0xdf,0xa5,0x7e,0x7,0xa0,0x1d,0x77,0x0,0xfb,0x67,0xad,
0x58,0x92,0x16,0xe1,0x6d,0xa4,0x6b,0xc8,0x56,0x2c,0x9c,0xbb,0xd4,0x89,0x9d,0xc8,
0x3b,0x6a,0x7b,0xa4,0x71,0x21,0xce,0xeb,0x96,0x54,0xd0,0x26,0xa4,0x6b,0xc0,0x5e,
0x5e,0x38,0x77,0xa9,0x53,0x63,0x88,0xe9,0x5b,0xf7,0x52,0xbf,0x3,0xd0,0x22,0x6,
0xd2,0x9d,0x6,0xcc,0xc8,0x59,0xb4,0x24,0x41,0x34,0x80,0xf,0x91,0xa6,0xf1,0xfa,
0x74,0xe1,0xdc,0xa5,0x54,0x96,0x26,0xce,0xdf,0x39,0xd4,0xef,0x4,0xb4,0x88,0x4d,
0x67,0xe,0x27,0x46,0xd7,0x4b,0x52,0x36,0x3f,0x25,0x4d,0xa3,0x75,0x49,0xe9,0xc4,
0xa5,0xc4,0xd6,0x27,0xdd,0xa,0x99,0x29,0xe2,0x46,0x7c,0xb2,0x26,0x29,0xa3,0xf,
0x91,0xa6,0xb1,0x9a,0x47,0xcc,0x6f,0x95,0xba,0xdd,0xb,0x89,0x39,0xec,0xb5,0x3b,
0x0,0xed,0xf8,0x35,0xb1,0x83,0xa7,0x24,0x25,0xb5,0xb,0xe9,0x1a,0xaa,0xd7,0x16,
0xce,0x5d,0xca,0x65,0x1c,0xf0,0x4e,0xd2,0xbd,0x22,0xeb,0x34,0x9e,0x1,0xbe,0x80,
0x9d,0x6c,0x49,0x9,0x4d,0x26,0xdd,0xbb,0xcf,0x6f,0x14,0xce,0x5d,0xca,0x6d,0x79,
0xe2,0xc6,0xdb,0x94,0x6d,0x87,0x67,0x12,0x3b,0x70,0x8e,0xcb,0x59,0xb4,0xa4,0xfe,
0x71,0x9,0x69,0x1a,0xa7,0x7b,0x71,0xa9,0x65,0xf5,0xa6,0x4d,0x81,0xdf,0x50,0xbf,
0x3,0xd0,0x8e,0xbf,0x1,0xbb,0x67,0xad,0x58,0x52,0x5f,0xf8,0x4,0xe9,0x1a,0xa6,
0xad,0xa,0xe7,0x2e,0x95,0xb4,0xf,0x70,0x13,0xf5,0x3b,0x0,0xed,0x38,0x1b,0x37,
0x8b,0x91,0xd4,0x81,0x1d,0x49,0xd7,0x20,0x7d,0xa4,0x70,0xee,0x52,0x69,0x13,0x81,
0xf,0x12,0xd3,0xf5,0x6a,0x77,0x0,0x5a,0xc4,0x86,0x32,0x9f,0x22,0xa6,0x33,0x4a,
0xd2,0x88,0x8c,0x23,0x76,0xa4,0x4a,0xd1,0x18,0x75,0xe3,0x4e,0x67,0xd2,0x68,0xac,
0x42,0x2c,0xdc,0x33,0x40,0xfd,0x4e,0x40,0x8b,0x78,0x5,0x77,0x10,0xbe,0x86,0x93,
0x34,0x42,0x3f,0x20,0x4d,0x23,0x34,0x0,0xac,0x5e,0x38,0x77,0xa9,0xa6,0x6d,0x81,
0x8b,0xa9,0xdf,0x1,0x68,0xc7,0x95,0xc4,0x53,0x3d,0x49,0x1a,0x96,0x37,0x93,0xae,
0x1,0x7a,0x4f,0xd9,0xd4,0xa5,0x46,0x78,0x3d,0x70,0x27,0xf5,0x3b,0x0,0xed,0xf8,
0x2e,0xb1,0xf9,0x91,0x24,0x2d,0xd6,0x2a,0xa4,0x7b,0x94,0x79,0x69,0xe1,0xdc,0xa5,
0xa6,0x98,0xa,0x1c,0x4d,0x6c,0xf7,0x5b,0xbb,0x3,0xd0,0x22,0xb6,0x3f,0x3e,0x92,
0xd8,0xe,0x59,0x92,0x86,0x74,0x15,0x69,0x1a,0x9d,0x1,0x60,0xad,0xc2,0xb9,0x4b,
0x4d,0xb2,0x16,0xe9,0x5e,0xab,0xa5,0x88,0xdb,0x71,0xa1,0x2e,0x49,0x8b,0x71,0x2c,
0xe9,0x1a,0x9c,0xc3,0xa,0xe7,0x2e,0x35,0xd1,0x2e,0xa4,0xeb,0x58,0xa7,0x88,0x3f,
0xe0,0x54,0x5d,0x49,0x8b,0xb0,0x2d,0xe9,0x1a,0x9a,0x2b,0xb,0xe7,0x2e,0x35,0xd5,
0x58,0xe0,0x6d,0xc0,0xfd,0xd4,0xef,0x0,0xb4,0x88,0x6d,0x87,0xbf,0x6,0xac,0x9c,
0xb3,0x68,0x49,0xdd,0x27,0xe5,0x22,0x27,0xeb,0x17,0xce,0x5d,0x6a,0xb2,0x65,0x80,
0xcf,0x0,0x73,0xa9,0xdf,0x9,0x68,0x1,0x8f,0x11,0x4f,0xea,0x26,0xe4,0x2c,0x5a,
0x52,0xf7,0x38,0x9e,0x74,0xd,0xcc,0xf1,0x85,0x73,0x97,0xba,0xc1,0x86,0xc0,0xcf,
0xa8,0xdf,0x1,0x68,0xc7,0x3f,0x80,0xbd,0xb3,0x56,0x2c,0xa9,0x2b,0x6c,0x49,0xba,
0x86,0xe5,0x5e,0x60,0x7c,0xd9,0xf4,0xa5,0xae,0xb1,0x7,0x70,0x1d,0xf5,0x3b,0x0,
0xed,0xf8,0x25,0xb0,0x71,0xd6,0x8a,0x25,0x35,0xde,0x3f,0x48,0xd7,0xa8,0xbc,0xb2,
0x70,0xee,0x52,0x37,0x19,0xf,0x1c,0xa,0x3c,0x42,0xfd,0xe,0x40,0x8b,0xd8,0xf5,
0xf0,0x24,0x60,0xd9,0x9c,0x45,0x4b,0x6a,0xae,0x63,0x48,0xd7,0xa0,0x9c,0x5b,0x38,
0x77,0xa9,0x1b,0xad,0x8,0x7c,0x19,0x98,0x47,0xfd,0x4e,0x40,0xb,0x78,0x10,0xf8,
0x2f,0xdc,0x76,0x58,0xea,0x3b,0x9b,0x91,0xae,0x21,0x99,0x8f,0x6b,0x2,0x48,0xc3,
0xb5,0x39,0xf0,0x7b,0xea,0x77,0x0,0xda,0xf1,0x57,0xe0,0x5,0x59,0x2b,0x96,0xd4,
0x38,0xd7,0x90,0xae,0x11,0x39,0xba,0x70,0xee,0x52,0xb7,0xdb,0x17,0xb8,0x85,0xfa,
0x1d,0x80,0x76,0x9c,0x5,0xac,0x9b,0xb5,0x62,0x49,0x8d,0xf1,0x3e,0xd2,0x35,0x1e,
0x77,0xe1,0x54,0x23,0x69,0xa4,0x26,0x11,0xdb,0x6b,0x3f,0x41,0xfd,0xe,0x40,0x8b,
0xd8,0x76,0xf8,0x38,0x60,0x5a,0xce,0xa2,0x25,0xd5,0xb7,0x22,0x30,0x87,0x74,0x8d,
0xc7,0x1b,0xcb,0xa6,0x2f,0xf5,0x8c,0xd5,0x80,0xd3,0x69,0xce,0xb6,0xc3,0xf7,0x0,
0x6f,0xc2,0x6d,0x87,0xa5,0x9e,0xf6,0x7d,0xd2,0x35,0x1a,0x7f,0x29,0x9c,0xbb,0xd4,
0x6b,0xb6,0x7,0x2e,0xa3,0x7e,0x7,0xa0,0x1d,0x97,0x3,0x3b,0x64,0xad,0x58,0x52,
0x35,0xbb,0x93,0xb6,0xc1,0x78,0x61,0xd9,0xf4,0xa5,0x9e,0x33,0x86,0x78,0x9a,0x76,
0x37,0xf5,0x3b,0x0,0x2d,0xe2,0xa9,0xc4,0x19,0xc4,0x53,0xa,0x49,0x3d,0x64,0xc,
0x69,0x97,0x6,0xfe,0x65,0xd9,0xf4,0xa5,0x9e,0xb5,0x14,0xb1,0x79,0xd7,0x53,0xd4,
0xef,0x4,0xb4,0x80,0x59,0xc0,0x11,0xc0,0xe4,0x9c,0x45,0x4b,0x2a,0xeb,0x43,0xa4,
0x6d,0x28,0x9e,0x53,0x36,0x7d,0xa9,0xa7,0xad,0xb,0x9c,0x49,0xfd,0xe,0x40,0x3b,
0x6e,0x5,0x5e,0x9d,0xb5,0x62,0x49,0xc5,0xac,0x42,0xac,0xe,0x96,0xaa,0x81,0xf8,
0x66,0xd1,0xec,0xa5,0xfe,0xf0,0x7c,0x62,0xce,0x7e,0xed,0xe,0x40,0x3b,0xce,0x7,
0xb6,0xc8,0x58,0xaf,0xa4,0x42,0x7e,0x48,0xba,0x86,0x61,0x2e,0xce,0x27,0x96,0x72,
0x18,0x7,0xbc,0x9d,0x58,0xc5,0xaf,0x76,0x7,0xa0,0x45,0x2c,0x2,0xf6,0x15,0x62,
0x46,0x91,0xa4,0x2e,0xb5,0x3d,0x69,0x1b,0x86,0x6f,0x94,0x4d,0x5f,0xea,0x2b,0xcb,
0x2,0x27,0xd2,0x9c,0x6d,0x87,0x1f,0x1,0xde,0x8b,0x6b,0x81,0x48,0x5d,0xeb,0x22,
0xd2,0x35,0x8,0xf3,0x88,0x2d,0x51,0x25,0xe5,0xb3,0x11,0xf0,0xb,0xea,0x77,0x0,
0xda,0x71,0x3d,0xb0,0x67,0xd6,0x8a,0x25,0x65,0xf1,0xa,0xd2,0x36,0x6,0xdf,0x29,
0x9b,0xbe,0xd4,0xb7,0xf6,0x22,0xed,0xe,0x9f,0x9d,0xc6,0xb9,0xc0,0xb3,0xb3,0x56,
0x2c,0x29,0xa9,0xb1,0xa4,0x6d,0x44,0xe6,0x3,0x9b,0x16,0xad,0x40,0xea,0x5f,0x13,
0x88,0xe5,0xbd,0x1f,0xa5,0x7e,0x7,0xa0,0x45,0xbc,0x9e,0xf8,0x1c,0x30,0x3d,0x67,
0xd1,0x92,0xd2,0x79,0x3b,0x69,0x1b,0x81,0x33,0xcb,0xa6,0x2f,0xf5,0xbd,0x95,0x80,
0xaf,0x12,0x1d,0xf0,0xda,0x9d,0x80,0x16,0xf0,0x0,0xf0,0xff,0x88,0x2f,0x18,0x92,
0x1a,0x6c,0xa,0x69,0x47,0x18,0xf,0x0,0xdb,0x14,0xad,0x40,0x12,0xc0,0x96,0xc0,
0x5,0xd4,0xef,0x0,0xb4,0xe3,0xcf,0xc0,0xae,0x59,0x2b,0x96,0xd4,0xb1,0xa3,0x48,
0x7b,0xe1,0x5f,0x58,0x34,0x7b,0x49,0x83,0xbd,0x6,0xb8,0x8d,0xfa,0x1d,0x80,0x76,
0x9c,0x9,0xac,0x93,0xb1,0x5e,0x49,0x1d,0x58,0x8e,0xf4,0xef,0x11,0x5f,0x5b,0xb4,
0x2,0x49,0x83,0x4d,0x1,0x3e,0x6,0xcc,0xa6,0x7e,0x7,0xa0,0x45,0x2c,0x6f,0xfc,
0x49,0x62,0xb9,0x63,0x49,0xd,0x73,0x24,0x69,0x2f,0xf8,0xdb,0x89,0x46,0x48,0x52,
0x3d,0x6b,0x10,0xb3,0x73,0x6a,0x77,0x0,0xda,0x71,0x17,0xf0,0x6,0xdc,0x76,0x58,
0x6a,0x94,0x65,0x80,0x99,0xa4,0xbd,0xd8,0x8f,0x2c,0x5a,0x81,0xa4,0xa1,0xec,0x8,
0x5c,0x49,0xfd,0xe,0x40,0x3b,0x2e,0x5,0xb6,0xcb,0x5a,0xb1,0xa4,0x11,0xf9,0x20,
0x69,0x2f,0xf2,0xd9,0xc4,0x37,0x10,0x49,0xf5,0x8d,0x1,0xe,0x2,0xee,0xa5,0x7e,
0x7,0xa0,0x45,0xc,0x18,0xfe,0x16,0xb0,0x6a,0xce,0xa2,0x25,0xd,0xcf,0x52,0xc0,
0xfd,0xa4,0xbd,0xc8,0x5d,0x1c,0x48,0x6a,0x96,0xa5,0x81,0x4f,0x1,0x4f,0x53,0xbf,
0x13,0xd0,0x2,0x9e,0x0,0x3e,0xc,0x4c,0xca,0x59,0xb4,0xa4,0x25,0x7b,0x2f,0xe9,
0x2f,0xf0,0x17,0x17,0xad,0x40,0xd2,0x70,0xac,0x7,0x9c,0x4d,0xfd,0xe,0x40,0x3b,
0x6e,0x22,0xf6,0x28,0x91,0x54,0xc9,0x64,0x62,0xa0,0x4e,0xca,0xb,0xfb,0x56,0x1c,
0xfd,0x2b,0x35,0xd5,0xb,0x81,0x6b,0xa8,0xdf,0x1,0x68,0x11,0x4f,0x25,0x5e,0x9a,
0xb7,0x5c,0x49,0x8b,0xf3,0x16,0xd2,0x5f,0xd8,0x9f,0x2b,0x5a,0x81,0xa4,0x91,0x18,
0x7,0x1c,0x2,0x3c,0x44,0xfd,0x4e,0xc0,0x2c,0x60,0xe3,0xbc,0xe5,0x4a,0x1a,0xca,
0x58,0xe0,0x8f,0xa4,0xbd,0xa8,0xe7,0xe3,0xa8,0x5f,0xa9,0xe9,0x96,0x7,0xbe,0x0,
0x3c,0x43,0xdd,0x4e,0xc0,0x5,0xb9,0xb,0x95,0x34,0xb4,0x9d,0x49,0x7f,0x51,0x5f,
0x8d,0xfb,0x87,0x4b,0xdd,0x60,0x53,0xe0,0x37,0xd4,0xed,0x4,0xec,0x94,0xbd,0x4a,
0x49,0x43,0xfa,0x3e,0xe9,0x2f,0xea,0x23,0x8a,0x56,0x20,0xa9,0x13,0x2f,0x7,0x6e,
0xa4,0x4e,0x7,0xe0,0xf3,0x5,0xea,0x93,0x34,0x84,0xb5,0x80,0x27,0x49,0x7b,0x51,
0xcf,0xc5,0xcd,0x82,0xa4,0x6e,0x32,0x11,0x38,0x1c,0x78,0x9c,0xb2,0x1d,0x80,0x8b,
0x4a,0x14,0x27,0x69,0x68,0xc7,0x90,0xfe,0xc2,0xbe,0x1e,0x98,0x5a,0xb2,0x8,0x49,
0x1d,0x9b,0x1,0x9c,0x46,0x2c,0xe0,0x53,0xa2,0x3,0x70,0x53,0x99,0xb2,0x24,0xd,
0x65,0x2a,0x70,0x27,0xe9,0x2f,0xee,0xaf,0x94,0x2c,0x42,0x52,0x32,0xdb,0x10,0xdf,
0xce,0x73,0x77,0x0,0xae,0x2b,0x55,0x90,0xa4,0xa1,0xbd,0x8a,0x3c,0x17,0xf8,0x3e,
0x25,0x8b,0x90,0x94,0xd4,0xfe,0xc0,0x1d,0xe4,0xeb,0x0,0xfc,0xac,0x5c,0x29,0x92,
0x16,0xe7,0x2c,0xd2,0x5f,0xe0,0xf,0xe2,0x3a,0xe0,0x52,0x37,0x9b,0xa,0x7c,0x9a,
0x3c,0x1d,0x80,0xc3,0xa,0xd6,0x21,0x69,0x31,0x56,0x3,0x1e,0x25,0xfd,0x45,0xfe,
0x6b,0x62,0xdd,0x1,0x49,0xdd,0xe9,0x6b,0xa4,0x6f,0x17,0xe6,0xe0,0x97,0x3,0xa9,
0x51,0xe,0x26,0x4f,0x4f,0xff,0xe8,0x92,0x45,0x48,0x4a,0xe6,0x40,0xf2,0xb4,0x9,
0xff,0x5d,0xb2,0x8,0x49,0x4b,0x36,0x6,0x38,0x9f,0xf4,0x17,0xfb,0x0,0xb0,0x77,
0xb9,0x32,0x24,0x25,0xb0,0x29,0xb1,0xe5,0x77,0xea,0xf6,0xe0,0x46,0x60,0x4a,0xc1,
0x3a,0x24,0xd,0xd3,0x6,0xc0,0x53,0xa4,0xbf,0xe8,0x1f,0x1,0xd6,0x2f,0x58,0x87,
0xa4,0xd1,0x5b,0x9a,0x18,0xa5,0x9f,0xba,0x1d,0x98,0x4f,0xac,0x42,0x2a,0xa9,0xa1,
0x3e,0x44,0x9e,0xc7,0x7e,0x57,0xe3,0xfa,0x0,0x52,0xd3,0x8d,0x1,0xce,0x21,0x4f,
0x1b,0x70,0x62,0xc1,0x3a,0x24,0x8d,0xc2,0x38,0xe0,0x62,0xf2,0x34,0x0,0xdf,0x2d,
0x58,0x87,0xa4,0x91,0x3b,0x8a,0x3c,0xd7,0xbe,0x8f,0xfe,0xa5,0x2e,0xb1,0xe,0xf0,
0x18,0x79,0x1a,0x2,0xa7,0xff,0x48,0xcd,0xb4,0xf,0x79,0x56,0x2,0x9c,0x7,0xec,
0x58,0xb0,0xe,0x49,0x1d,0x7a,0x3,0x79,0x3a,0x0,0x3,0xc4,0xe2,0x43,0x92,0x9a,
0x63,0x2b,0x60,0x16,0x79,0xae,0xf9,0xa3,0xca,0x95,0x21,0x29,0x95,0xef,0x90,0xa7,
0x41,0x78,0x12,0xd8,0xa1,0x60,0x1d,0x92,0x86,0xb6,0x3a,0x70,0x17,0x79,0xae,0xf5,
0x4b,0x88,0xd7,0x8a,0x92,0xba,0xcc,0x74,0xe0,0x36,0xf2,0x34,0xc,0xf,0x0,0xcf,
0x2a,0x56,0x89,0xa4,0x45,0x99,0x6,0xfc,0x99,0x3c,0xd7,0xf8,0xe3,0xc0,0xba,0xe5,
0x4a,0x91,0x94,0xda,0xce,0xc4,0x3b,0xbc,0x1c,0xd,0xc4,0xf5,0xc0,0xf2,0xe5,0x4a,
0x91,0x34,0xc8,0x78,0xe0,0xe7,0xe4,0xb9,0xb6,0x5b,0xc0,0x1b,0xcb,0x95,0x22,0x29,
0x97,0xa3,0xc8,0xd7,0x48,0x5c,0x0,0x4c,0x2a,0x56,0x89,0x24,0x88,0xe9,0x7e,0xdf,
0x22,0xdf,0x75,0xfd,0xf5,0x72,0xa5,0x48,0xca,0x69,0x2c,0x70,0x2e,0xf9,0x1a,0x8b,
0x73,0x88,0x6f,0x23,0x92,0xca,0xc8,0xb5,0xc9,0x4f,0xb,0xf8,0xb,0x30,0xb9,0x5c,
0x29,0x92,0x72,0x5b,0xe,0xb8,0x99,0x7c,0x8d,0xc6,0xf7,0x70,0xe3,0x20,0xa9,0x84,
0xf7,0x93,0xef,0x3a,0x7e,0x8c,0x58,0x51,0x54,0x52,0x8f,0xd9,0x92,0x18,0xc1,0x9f,
0xab,0xf1,0x38,0x95,0x78,0x34,0x29,0x29,0x8f,0xff,0x22,0xdf,0xf5,0xdb,0x2,0xf6,
0x2b,0x57,0x8a,0xa4,0xd2,0xde,0x48,0xde,0x6,0xe4,0xa4,0x72,0xa5,0x48,0x7d,0xe5,
0xcd,0xe4,0x59,0xe8,0xa7,0x1d,0x9f,0x2e,0x56,0x89,0xa4,0x6a,0xbe,0x48,0xde,0x4e,
0xc0,0x71,0xe5,0x4a,0x91,0xfa,0xc2,0xfe,0xc4,0x66,0x3c,0xb9,0xae,0xd9,0x73,0xf1,
0x15,0x9e,0xd4,0x17,0x26,0x0,0x17,0x61,0x27,0x40,0xea,0x6,0x7,0x90,0x6f,0x2a,
0x6f,0xb,0xb8,0x1,0x58,0xb6,0x58,0x35,0x92,0xaa,0x5b,0x89,0xbc,0x83,0x2,0x5b,
0xc4,0xeb,0x0,0xc7,0x4,0x48,0xa3,0xf7,0x26,0xf2,0x7e,0xf3,0x7f,0x1c,0xd8,0xb8,
0x58,0x35,0x92,0x1a,0xe3,0xd9,0xc0,0x43,0xe4,0xed,0x4,0x9c,0x8a,0x8f,0x16,0xa5,
0xd1,0xf8,0x4f,0xf2,0xde,0xfc,0x9f,0x1,0xf6,0x28,0x56,0x8d,0xa4,0xc6,0xd9,0x5,
0x78,0x9a,0xbc,0x9d,0x80,0xef,0xe1,0x3a,0x1,0xd2,0x48,0x1c,0x46,0xde,0x6b,0xb2,
0x5,0xfc,0xbf,0x62,0xd5,0x48,0x6a,0xac,0xfd,0xc9,0x3b,0xba,0xb8,0x45,0x2c,0x16,
0xe4,0x8a,0x81,0xd2,0x92,0x1d,0x4f,0xfe,0x9b,0xff,0x9,0xc5,0xaa,0x91,0xd4,0x78,
0x1f,0x25,0x7f,0xa3,0x73,0x1,0xee,0x1d,0x20,0xd,0x65,0x1c,0x70,0xa,0xf9,0xaf,
0xc3,0x1f,0xe1,0xd8,0x1c,0x49,0xb,0xf9,0x3a,0xf9,0x1b,0x9f,0xeb,0x71,0x17,0x41,
0x69,0x61,0x53,0x81,0x9f,0x90,0xff,0xfa,0x3b,0xf,0x9f,0xc4,0x49,0x5a,0x84,0x71,
0xc0,0x8f,0xc9,0xdf,0x8,0x3d,0x0,0xec,0x50,0xa8,0x26,0xa9,0xe9,0x66,0x0,0x57,
0x90,0xff,0xba,0xbb,0xa,0x58,0xa6,0x50,0x4d,0x92,0xba,0xd0,0x44,0xe0,0x17,0xe4,
0x6f,0x8c,0x9e,0x4,0xf6,0x2d,0x54,0x93,0xd4,0x54,0x1b,0x3,0xb7,0x90,0xff,0x7a,
0xbb,0x1,0x58,0xb9,0x50,0x4d,0x92,0xba,0xd8,0x14,0xe0,0x7c,0xf2,0x37,0x4a,0xf3,
0x89,0xd1,0xce,0x52,0x3f,0xda,0x8b,0xd8,0x7c,0x27,0xf7,0x75,0x76,0x37,0xb0,0x4e,
0x99,0x92,0x24,0xf5,0x82,0x69,0xc0,0x65,0xe4,0x6f,0x9c,0x5a,0xc0,0x77,0x89,0x77,
0xa0,0x52,0xbf,0x38,0x9c,0xbc,0x73,0xfc,0xdb,0x71,0x1f,0xb1,0xde,0x87,0x24,0x8d,
0xc8,0x72,0xc4,0xde,0xe0,0x25,0x3a,0x1,0x57,0x3,0xeb,0x97,0x29,0x4b,0xaa,0x66,
0x2a,0xf0,0x6d,0xca,0x5c,0x53,0xf,0x0,0x9b,0x94,0x29,0x4b,0x52,0x2f,0x5a,0x9,
0xf8,0x3b,0x65,0x1a,0xac,0x47,0x80,0xbd,0xcb,0x94,0x25,0x15,0xb7,0x1,0xf0,0x37,
0xca,0x5c,0x4b,0x33,0x81,0xcd,0xcb,0x94,0x25,0xa9,0x97,0xad,0x4c,0xb9,0x27,0x1,
0x3,0xc0,0x31,0xb8,0x7c,0xb0,0x7a,0xcb,0xbe,0x94,0x79,0xdf,0xdf,0x22,0x96,0xf7,
0xde,0xba,0x4c,0x59,0x92,0xfa,0xc1,0x72,0x94,0x1b,0x13,0xd0,0x2,0x7e,0xd,0xac,
0x5a,0xa4,0x32,0x29,0x9f,0x49,0xc0,0xff,0x50,0xee,0xba,0xb9,0x1f,0x78,0x4e,0x91,
0xca,0x24,0xf5,0x95,0xa5,0x29,0x33,0x3b,0x60,0xf0,0x63,0xcc,0x57,0x94,0x28,0x4c,
0xca,0x60,0x23,0xca,0x3d,0x39,0x6b,0x1,0x77,0xe1,0x80,0x3f,0x49,0x19,0x4d,0xa1,
0xcc,0x3a,0x1,0x83,0xe3,0xab,0x38,0x4b,0x40,0xdd,0xe5,0xad,0xc0,0x6c,0xca,0x5d,
0x23,0xb7,0xe2,0xa,0x9b,0x92,0xa,0x98,0x8,0x9c,0x45,0xd9,0x4e,0xc0,0xf5,0xc0,
0x36,0x25,0x8a,0x93,0x3a,0x30,0x3,0xf8,0x29,0x65,0xaf,0x8d,0x6b,0x81,0x35,0x4a,
0x14,0x27,0x49,0x10,0xdb,0xfb,0x9e,0x4a,0xd9,0x86,0x6e,0x2e,0x70,0x4,0x30,0xa1,
0x40,0x7d,0xd2,0x48,0xbd,0xa,0x78,0x90,0xb2,0xd7,0xc4,0x45,0xc4,0xf8,0x1c,0x49,
0x2a,0xee,0x8,0xca,0x36,0x78,0x2d,0x62,0xcd,0x80,0xed,0x4a,0x14,0x27,0xd,0xc3,
0xca,0xc0,0xf7,0x29,0x7f,0x1d,0x9c,0x4d,0xbc,0x92,0x93,0xa4,0x6a,0x5e,0xf,0xcc,
0xa1,0x6c,0xe3,0x37,0x1f,0x38,0x11,0x58,0xaa,0x40,0x7d,0xd2,0x50,0xde,0x4c,0x4c,
0xbb,0x2b,0x7d,0xf3,0x3f,0x85,0xd8,0xbc,0x4b,0x92,0xaa,0x7b,0x1e,0x75,0x1a,0xc2,
0x5b,0x81,0x17,0x17,0xa8,0x4f,0x1a,0x6c,0x3,0xe0,0x37,0x94,0x3f,0xdf,0xe7,0x3,
0xef,0x2f,0x50,0x9f,0x24,0x8d,0xc8,0xb3,0x81,0x9b,0x29,0xdf,0x28,0xb6,0x88,0xfd,
0x4,0x1c,0x8,0xa5,0xdc,0xa6,0x0,0x9f,0xa4,0xfc,0x13,0xaf,0x16,0x30,0xb,0xd8,
0x27,0x7f,0x89,0x92,0x34,0x3a,0x2b,0x11,0x3,0x93,0x6a,0x74,0x2,0x66,0x3,0x1f,
0xc7,0xf7,0xa2,0xca,0xe3,0x95,0xc0,0x6d,0xd4,0x39,0xb7,0xef,0x4,0xb6,0xcc,0x5e,
0xa1,0x24,0x75,0x68,0x2,0xf0,0x5,0xea,0x34,0x94,0x2d,0xe0,0x76,0xe0,0x75,0xd9,
0xab,0x54,0xbf,0xd8,0xa,0x38,0x8f,0x7a,0xe7,0xf3,0x45,0xb8,0x2a,0xa6,0xa4,0x2e,
0xf3,0x46,0xe0,0x49,0xea,0x36,0x9c,0xdb,0x66,0xaf,0x52,0xbd,0x6a,0x35,0xe0,0x1b,
0x94,0xd9,0xb6,0x77,0xa8,0x38,0x19,0xa7,0xbd,0x4a,0xea,0x52,0x5b,0x50,0x6f,0x5c,
0x40,0x8b,0xd8,0x5c,0xe8,0x2c,0x60,0xb3,0xdc,0x85,0xaa,0x67,0x2c,0xf,0x9c,0x40,
0xdd,0xce,0xeb,0xd3,0xc0,0x41,0xb9,0xb,0x95,0xa4,0xdc,0x96,0x3,0xce,0xa5,0x5e,
0x63,0xda,0x22,0xbe,0xc5,0x7d,0xf,0xd7,0x4a,0xd7,0xd0,0xa6,0x11,0xeb,0x5a,0x3c,
0x4a,0xdd,0x73,0xf5,0x16,0x7c,0x72,0x25,0xa9,0x87,0x8c,0x25,0x6,0xe8,0xcd,0xa3,
0x6e,0xe3,0x3a,0xf,0xf8,0x26,0xae,0x9b,0xae,0x7f,0x99,0xe,0x7c,0x8c,0x3a,0xd3,
0x58,0x17,0x8e,0x33,0x17,0xe4,0x23,0x49,0x3d,0x67,0x67,0xea,0x8d,0xa4,0x1e,0x1c,
0xcf,0x0,0xdf,0xc2,0xad,0x53,0xfb,0xd9,0x8a,0xc0,0x27,0xa8,0xff,0x8d,0xbf,0x45,
0x3c,0xf2,0x3f,0x24,0x6f,0xb9,0x92,0x54,0xdf,0x74,0xe0,0x3b,0xd4,0x6f,0x74,0xdb,
0xf1,0x2b,0xe0,0x45,0x59,0x2b,0x56,0x93,0x6c,0x0,0x7c,0x99,0xba,0xef,0xf8,0x7,
0xc7,0x75,0xc4,0x4c,0x3,0x49,0xea,0x1b,0x6f,0x0,0x1e,0xa3,0x7e,0x3,0xdc,0x8e,
0xbf,0x10,0x33,0x17,0x1c,0x75,0xdd,0x9b,0x9e,0x4f,0xc,0x8,0xad,0x39,0xaa,0x7f,
0x70,0xc,0x10,0xd3,0x65,0x5d,0xb7,0x42,0x52,0x5f,0x5a,0x87,0x7a,0xb,0x7,0xd,
0x15,0x77,0x1,0x47,0x3,0x6b,0xe5,0x2b,0x5b,0x85,0x2c,0xd,0xbc,0x3,0xb8,0x86,
0xfa,0xe7,0xd5,0xe0,0xb8,0x1b,0x97,0xb0,0x96,0x24,0xc6,0x1,0x1f,0x4,0x9e,0xa2,
0x7e,0xc3,0x3c,0x38,0xe6,0x3,0xbf,0x20,0x56,0x80,0x1b,0x9f,0xad,0x7a,0xe5,0xb0,
0x1d,0xf0,0x15,0xe0,0x71,0xea,0x9f,0x47,0xb,0xc7,0x77,0x88,0xa9,0x86,0x92,0xa4,
0x5,0x36,0xa0,0xee,0x8a,0x6b,0x8b,0x8b,0x7b,0x81,0xe3,0x81,0xf5,0xb3,0x55,0xaf,
0x4e,0xad,0xc,0xbc,0x17,0xf8,0x1b,0xf5,0xcf,0x97,0x45,0xc5,0x5d,0xc0,0xde,0xd9,
0xaa,0x97,0xa4,0x2e,0x37,0x6,0x78,0x1b,0xf0,0x8,0xf5,0x1b,0xec,0xa1,0xe2,0x8f,
0xc0,0x7,0x80,0xb5,0x33,0x1d,0x3,0xd,0xdf,0xd2,0xc0,0x9b,0x88,0x81,0x9c,0xb5,
0xa7,0x98,0x2e,0x2e,0xbe,0x86,0xd3,0xfb,0x24,0x69,0x58,0x56,0x5,0x7e,0x4c,0xfd,
0x86,0x7b,0x49,0x71,0x29,0xf1,0xad,0x73,0xf5,0x3c,0x87,0x41,0x8b,0xb0,0x2c,0x31,
0x58,0xf3,0x2c,0x9a,0xf7,0xda,0x68,0xe1,0xb8,0xe,0x78,0x41,0x9e,0xc3,0x20,0x49,
0xbd,0x6d,0x5f,0xe0,0xe,0xea,0x37,0xe4,0x4b,0x8a,0x1,0xe0,0x62,0xe0,0xa3,0xc0,
0xd6,0xc4,0x93,0xc,0xa5,0xb3,0x36,0xf0,0x5f,0xc4,0x37,0xfd,0xb9,0xd4,0xff,0x7b,
0x2f,0x29,0x9e,0x4,0x3e,0xc,0x4c,0xcc,0x71,0x30,0x24,0xa9,0x5f,0x4c,0x5,0x8e,
0xa2,0x39,0xf3,0xb6,0x87,0x13,0xf7,0x11,0x2b,0xe,0xbe,0x96,0x58,0xa,0x59,0x23,
0x33,0x5,0x78,0x21,0xf0,0x59,0xe0,0xef,0xd4,0xff,0x7b,0x8e,0x24,0x7e,0x42,0xcc,
0x6e,0x91,0x24,0x25,0xb2,0x26,0xb1,0x9e,0x7f,0xed,0x6,0x7e,0xa4,0x31,0x8f,0x78,
0x55,0x70,0x2,0xf0,0x72,0x62,0x5,0x3a,0xfd,0xbb,0x49,0xc4,0x2a,0x91,0x47,0x2,
0xe7,0x13,0x2b,0xe3,0xd5,0xfe,0xbb,0x8d,0x34,0xae,0x5,0x5e,0x92,0xf8,0xb8,0x48,
0x92,0x6,0xd9,0x89,0x18,0x88,0x57,0xbb,0xc1,0xef,0x24,0xae,0x7,0x4e,0x25,0x76,
0x7c,0xdb,0x90,0xfe,0x7b,0x65,0xb0,0x36,0xb0,0x1f,0x70,0x22,0x70,0x19,0x30,0x87,
0xfa,0x7f,0x93,0xd1,0xc6,0x83,0xc4,0x5a,0x3,0xe3,0x92,0x1e,0x21,0xa9,0x7,0xf4,
0x5b,0xc3,0xa6,0x32,0xc6,0x0,0x6f,0x26,0xd6,0x72,0xef,0x85,0x1,0x78,0x4f,0x10,
0x8b,0xd5,0xfc,0xd,0xb8,0x7a,0x50,0x3c,0x56,0x33,0xa9,0x4,0xa6,0x10,0x3b,0x30,
0x6e,0x42,0x2c,0x77,0xbb,0x35,0xb0,0x25,0xbd,0x31,0xf,0xfe,0x69,0xe0,0x8b,0xc0,
0xb1,0xc4,0x7e,0x2,0x92,0x16,0x62,0x7,0x40,0x39,0x4d,0x6,0xde,0xe,0x7c,0x8,
0x98,0x51,0x39,0x97,0x1c,0xee,0x20,0xde,0x81,0xdf,0x6,0xdc,0xba,0x20,0xda,0xff,
0x9e,0x59,0x2d,0xab,0x7f,0x37,0x99,0x78,0xe7,0xfd,0xac,0x41,0xb1,0x3e,0xb0,0xe9,
0x82,0xff,0x7d,0x6c,0xad,0xc4,0x32,0x99,0x47,0x3c,0xbd,0xf9,0x4,0xb1,0xa2,0x9f,
0xa4,0x21,0xd8,0x1,0x50,0x9,0x53,0x81,0x77,0x11,0xf3,0xf3,0x57,0xa8,0x9c,0x4b,
0x29,0x4f,0x0,0xb7,0x3,0xf,0x10,0x9d,0x81,0x99,0xc4,0x96,0xb6,0x83,0x7f,0x3e,
0x42,0x3c,0x5e,0x9f,0xbb,0xe0,0xe7,0xe0,0x7f,0xcf,0x25,0x56,0x3b,0x9c,0x40,0xac,
0x74,0xd8,0x8e,0xa5,0x80,0x69,0xb,0x7e,0x2e,0x45,0x4c,0xbb,0x5b,0x81,0xf8,0xd6,
0xbe,0x2,0x31,0x86,0x61,0x35,0xe2,0xc9,0xcb,0x6a,0xf4,0xcf,0x20,0xc7,0x1,0xe0,
0xfb,0xc4,0x38,0x85,0x9b,0x2b,0xe7,0x22,0x49,0x5a,0xc8,0xd2,0xc4,0xde,0xee,0x4d,
0xd8,0xe2,0xd5,0xe8,0x8d,0x98,0x7,0x9c,0xe,0x6c,0x84,0x24,0xa9,0xf1,0x96,0x5,
0x3e,0x4e,0xc,0xd0,0xaa,0x7d,0x3,0x31,0xba,0x33,0xe6,0x2,0x5f,0x7,0xd6,0x43,
0x92,0xd4,0x75,0xa6,0x10,0x63,0x4,0x6e,0xa0,0xfe,0xd,0xc5,0xe8,0x8e,0x78,0x8c,
0x58,0x7f,0xc0,0xdd,0x20,0x25,0xa9,0x7,0x8c,0x5,0x5e,0x41,0xf3,0xb6,0x1e,0x36,
0x9a,0x13,0x77,0x0,0xef,0x7,0x96,0x41,0x92,0xd4,0x93,0x76,0x0,0x7e,0x4,0x3c,
0x43,0xfd,0x9b,0x8e,0x51,0x3f,0xfe,0x0,0xbc,0xe,0xb7,0x7c,0x96,0xa4,0xbe,0xb1,
0xa,0xb1,0x5e,0xfb,0x4d,0xd4,0xbf,0x9,0x19,0x65,0xe3,0x71,0xe0,0x64,0x60,0x33,
0x24,0x49,0x7d,0x6b,0xc,0xb0,0x3b,0x31,0xc5,0xab,0x9b,0x57,0xa4,0x33,0x96,0x1c,
0x97,0x2,0x7,0x13,0xb3,0x45,0x24,0x49,0xfa,0xa7,0x15,0x81,0xf7,0x11,0xab,0xf2,
0xd5,0xbe,0x59,0x19,0x69,0xe2,0x4e,0xe0,0x38,0x62,0xc9,0x65,0x49,0x92,0x96,0x68,
0x53,0xe0,0x18,0xe0,0x1f,0xd4,0xbf,0x89,0x19,0x23,0x8b,0x99,0xc0,0x57,0x81,0xdd,
0xe8,0xbd,0x95,0x8,0x25,0x49,0x5,0x6d,0x49,0x7c,0x8b,0xbc,0x99,0xfa,0x37,0x37,
0x63,0xd1,0xf1,0x30,0xb1,0x5,0xf3,0x9e,0x38,0xa0,0x4f,0x6a,0x4,0x97,0x2,0x56,
0xaf,0xd9,0x16,0x78,0x25,0x71,0xa3,0xd9,0x12,0xcf,0xf1,0x9a,0x6e,0x3,0xce,0x1,
0x7e,0x42,0x8c,0xe6,0x9f,0x57,0x35,0x1b,0x49,0xff,0xc6,0xc6,0x51,0xbd,0x6c,0x15,
0x60,0xf,0xa2,0x33,0xf0,0x22,0xfa,0x67,0x5d,0xfc,0x5a,0xe6,0x2,0x17,0x3,0xbf,
0x6,0x7e,0x4e,0xec,0x9e,0x28,0xa9,0xa1,0xec,0x0,0xa8,0x5f,0x8c,0x3,0xb6,0x27,
0x3a,0x3,0xbb,0x3,0xdb,0x0,0x13,0xab,0x66,0xd4,0xfd,0x5a,0xc4,0x80,0xcc,0xf3,
0x88,0x9b,0xfe,0xf9,0xc0,0xec,0x9a,0x9,0x49,0x1a,0x3e,0x3b,0x0,0xea,0x57,0x93,
0x81,0xff,0x0,0x76,0x2,0x76,0x6,0x76,0xc4,0x27,0x4,0x4b,0x32,0x17,0xf8,0x13,
0x70,0xe1,0x82,0xb8,0x98,0xd8,0xd1,0x50,0x52,0x17,0xb2,0x3,0x20,0x85,0x31,0xc0,
0xc6,0x44,0x87,0x60,0x7,0x60,0x73,0x62,0xa6,0xc1,0x94,0x9a,0x49,0x55,0x34,0x0,
0x5c,0xf,0x5c,0x9,0x5c,0xb1,0xe0,0xe7,0xd5,0xc4,0x5a,0xc,0x92,0x7a,0x80,0x1d,
0x0,0x69,0x68,0x63,0x81,0xd,0x88,0xce,0xc0,0x73,0x16,0xfc,0xdc,0x1c,0x58,0x87,
0xde,0xba,0x76,0xee,0x1,0xae,0x25,0xde,0xd9,0x5f,0xb3,0xe0,0xe7,0xdf,0x81,0x27,
0x6b,0x26,0x25,0x29,0xaf,0x5e,0x6a,0xc4,0xa4,0x52,0x96,0x2,0xd6,0x5d,0x10,0xeb,
0x2c,0xf4,0x73,0x5d,0x60,0x7a,0xad,0xc4,0x86,0x30,0x1b,0xb8,0x8b,0x58,0x74,0xe7,
0xe,0x62,0x79,0xe5,0x1b,0x17,0xc4,0x4d,0xf8,0xde,0x5e,0xea,0x4b,0x76,0x0,0xa4,
0xf4,0x96,0x5,0x56,0x5,0x56,0x20,0x56,0x2f,0x5c,0xd4,0xcf,0xe5,0x88,0x71,0x8,
0x13,0x81,0x49,0x83,0x7e,0xe,0xfe,0xf7,0x18,0x62,0xea,0xdc,0xe0,0x98,0x4b,0xdc,
0xb0,0x67,0x2d,0x88,0x27,0x16,0xfc,0x7c,0x98,0x58,0x60,0x67,0x26,0xf0,0xe0,0x82,
0x9f,0xf7,0x11,0x37,0xfe,0x47,0xf3,0x96,0x2b,0x49,0x92,0x24,0x49,0x92,0x24,0x49,
0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,
0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,
0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,
0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,
0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,
0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,
0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,
0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,
0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,
0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,
0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,
0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,
0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,
0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,
0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,
0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x52,
0x33,0xfd,0x7f,0xd6,0x87,0xee,0x33,0x26,0xc9,0xea,0x1d,0x0,0x0,0x0,0x0,0x49,
0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
};
static const unsigned char qt_resource_name[] = {
// Images
0x0,0x6,
0x5,0x3,0x7d,0xc3,
0x0,0x49,
0x0,0x6d,0x0,0x61,0x0,0x67,0x0,0x65,0x0,0x73,
// right2.png
0x0,0xa,
0xf,0x7a,0x48,0xe7,
0x0,0x72,
0x0,0x69,0x0,0x67,0x0,0x68,0x0,0x74,0x0,0x32,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
// right1.png
0x0,0xa,
0xf,0x7f,0x48,0xe7,
0x0,0x72,
0x0,0x69,0x0,0x67,0x0,0x68,0x0,0x74,0x0,0x31,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
// Fondo.png
0x0,0x9,
0x4,0xb2,0xcd,0x87,
0x0,0x46,
0x0,0x6f,0x0,0x6e,0x0,0x64,0x0,0x6f,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
// Muro_up_down.png
0x0,0x10,
0xc,0x2c,0xae,0x67,
0x0,0x4d,
0x0,0x75,0x0,0x72,0x0,0x6f,0x0,0x5f,0x0,0x75,0x0,0x70,0x0,0x5f,0x0,0x64,0x0,0x6f,0x0,0x77,0x0,0x6e,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
// sprite.png
0x0,0xa,
0x0,0xab,0x18,0x67,
0x0,0x73,
0x0,0x70,0x0,0x72,0x0,0x69,0x0,0x74,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
// icono.png
0x0,0x9,
0x6,0x52,0x88,0x7,
0x0,0x69,
0x0,0x63,0x0,0x6f,0x0,0x6e,0x0,0x6f,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
};
static const unsigned char qt_resource_struct[] = {
// :
0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
// :/Images
0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x2,
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
// :/Images/sprite.png
0x0,0x0,0x0,0x84,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0xb9,0xcc,
0x0,0x0,0x1,0x76,0x28,0xed,0xe6,0x79,
// :/Images/Fondo.png
0x0,0x0,0x0,0x46,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0xb8,0x26,
0x0,0x0,0x1,0x76,0x27,0x15,0x90,0x2b,
// :/Images/icono.png
0x0,0x0,0x0,0x9e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xb8,0x8a,
0x0,0x0,0x1,0x76,0x21,0x2b,0xcd,0x77,
// :/Images/Muro_up_down.png
0x0,0x0,0x0,0x5e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0xb8,0xf9,
0x0,0x0,0x1,0x76,0x22,0x1a,0x6a,0x5,
// :/Images/right2.png
0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,
0x0,0x0,0x1,0x76,0x7,0x0,0x4f,0xe0,
// :/Images/right1.png
0x0,0x0,0x0,0x2c,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x46,0x63,
0x0,0x0,0x1,0x76,0x7,0x0,0x1a,0x36,
};
#ifdef QT_NAMESPACE
# define QT_RCC_PREPEND_NAMESPACE(name) ::QT_NAMESPACE::name
# define QT_RCC_MANGLE_NAMESPACE0(x) x
# define QT_RCC_MANGLE_NAMESPACE1(a, b) a##_##b
# define QT_RCC_MANGLE_NAMESPACE2(a, b) QT_RCC_MANGLE_NAMESPACE1(a,b)
# define QT_RCC_MANGLE_NAMESPACE(name) QT_RCC_MANGLE_NAMESPACE2( \
QT_RCC_MANGLE_NAMESPACE0(name), QT_RCC_MANGLE_NAMESPACE0(QT_NAMESPACE))
#else
# define QT_RCC_PREPEND_NAMESPACE(name) name
# define QT_RCC_MANGLE_NAMESPACE(name) name
#endif
#ifdef QT_NAMESPACE
namespace QT_NAMESPACE {
#endif
bool qRegisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *);
bool qUnregisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *);
#ifdef QT_NAMESPACE
}
#endif
int QT_RCC_MANGLE_NAMESPACE(qInitResources_Pacman)();
int QT_RCC_MANGLE_NAMESPACE(qInitResources_Pacman)()
{
QT_RCC_PREPEND_NAMESPACE(qRegisterResourceData)
(0x2, qt_resource_struct, qt_resource_name, qt_resource_data);
return 1;
}
int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_Pacman)();
int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_Pacman)()
{
QT_RCC_PREPEND_NAMESPACE(qUnregisterResourceData)
(0x2, qt_resource_struct, qt_resource_name, qt_resource_data);
return 1;
}
namespace {
struct initializer {
initializer() { QT_RCC_MANGLE_NAMESPACE(qInitResources_Pacman)(); }
~initializer() { QT_RCC_MANGLE_NAMESPACE(qCleanupResources_Pacman)(); }
} dummy;
}
|
4f0bc754f092cfb924ac764e1babc58deef70821
|
46a4f9b9bb187904392e490e6ba83df6912f96e2
|
/pathtracer_source/src/PathTracer.cpp
|
5ff7413402d17ae8b936dee3ee1f64fedb521d55
|
[
"MIT"
] |
permissive
|
juliagviu/ComputerGraphics
|
b0b9cb25ff9cf4c6ec9fcce068692ea4bf16de21
|
14f7232343001dffcc57ae7356106ad50e78ee6a
|
refs/heads/master
| 2020-09-09T16:10:38.910618
| 2020-01-21T18:09:40
| 2020-01-21T18:09:40
| 221,492,446
| 0
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 7,914
|
cpp
|
PathTracer.cpp
|
//
// Created by serizba on 13/11/18.
//
#include <algorithm>
#include "PathTracer.h"
PathTracer::PathTracer(DirPoint o, DirPoint f, DirPoint l, DirPoint u, vector<Figure *>& scene, vector<PuntualLight>& lights) :
o(o), f(f), l(l), u(u), scene(scene), rd(), mt(rd()) , gen01(0,1), lights(lights) {
/* if (abs(((float)w)/h - l.modulus()/u.modulus()) > epsilon) {
cerr << "You are stupid (resolution does not match)" << endl;
cerr << ((float)w)/h << endl;
cerr << l.modulus() / u.modulus() << endl;
}*/
cbmat = TMatrix::changeBase(o,DirPoint::normalize(f),DirPoint::normalize(l),DirPoint::normalize(u));
}
// w is from the point to outside
DirPoint PathTracer::flipNormal(DirPoint n, DirPoint w) const {
if (n*w<0) {
return -1*n;
}
return n;
}
// p1 and p2 are points that define a ray p1->p2
tuple<double, BRDF, TMatrix> PathTracer::calculateIntersection(DirPoint p1, DirPoint p2) const {
double di, dr; TMatrix ti, tr; Figure* fr;
dr = numeric_limits<double>::max();
fr = nullptr;
const double eps = epsilon;
for (auto f : this->scene) {
tie(di,ti) = f->intersect(p1, p2);
if (di < dr && di > eps) {
dr = di; tr = ti; fr = f;
}
}
if (fr) { return {dr, fr->getBRDF(tr[3]), tr};}
else { return {dr, {}, tr};}
}
// sin acos
tuple<DirPoint, DirPoint> PathTracer::phong(BRDF brdf, TMatrix lb, DirPoint wo) {
double costh = sqrt(1-gen01(mt));
double phi = 2*M_PI*gen01(mt);
double sinth = sqrt(1-costh*costh);
// next ray direction
DirPoint wn(sinth*cos(phi), sinth * sin(phi), costh, 0);
// change to global base
DirPoint n = flipNormal(lb[2], wo);
wn = DirPoint::normalize(TMatrix::changeBase(lb[3], lb[0], lb[1], n)*wn);
DirPoint wr = DirPoint::normalize(2*n*(wn*n)-wn);
double cosThr = wo*wr;
DirPoint res = brdf.Kd+brdf.Ks*((brdf.alfa+2)/2)*pow(abs(cosThr),brdf.alfa);
return {res,wn};
}
tuple<DirPoint, DirPoint> PathTracer::perfectSpecular(DirPoint Ksp, TMatrix lb, DirPoint wo) const {
// all calculations are in global base
// next ray direction
DirPoint n = flipNormal(lb[2], wo);
DirPoint wi = DirPoint::normalize(2*n*(wo*n)-wo);
//DirPoint res = Ksp*(wi.cross(n)).modulus() * (1.0/M_PI);
DirPoint res = Ksp; // sin seno ni 2
return {res,wi};
}
tuple<DirPoint, DirPoint> PathTracer::fresnel(BRDF brdf, TMatrix lb, DirPoint wo) {
wo = -1*wo; // pointing to the intersection point
DirPoint n = lb[2];
double n1,n2;
if (n*wo > 0) {
// is going out of the volume
n1 = brdf.nin;
n2 = brdf.nout;
n = -1*n;
} else {
// entering the volume
n1 = brdf.nout;
n2 = brdf.nin;
}
double r = n1/n2;
double cosTh1 = abs(wo*n);
//double sinTh2 = r * sqrt(max(0.0, 1-cosTh1 * cosTh1));
double sinTh2 = r * sqrt(1-cosTh1 * cosTh1);
DirPoint ones(1,1,1);
if (sinTh2<1) {
// calculate Fresnel ratio
//double cosTh2 = sqrt(max(0.0, 1 - sinTh2 * sinTh2));
double cosTh2 = sqrt(1 - sinTh2 * sinTh2);
double Fr1 = (n2*cosTh1 - n1*cosTh2)/(n2*cosTh1 + n1*cosTh2);
double Fr2 = (n1*cosTh2 - n2*cosTh1)/(n1*cosTh2 + n2*cosTh1);
// ratio of reflection
double Fr = 0.5*(Fr1*Fr1+Fr2*Fr2);
// Fresnel's Roussian Roulette
//cout << Fr1 << " " << Fr2 << endl;
if (gen01(mt)<=Fr) {
return perfectSpecular(ones*Fr, lb, -1*wo);
} else {
double c2 = 1 - r*r * (1 - cosTh1*cosTh1);
DirPoint wi = DirPoint::normalize(r * wo + (r * cosTh1 - sqrt(c2)) * n);
//return make_tuple(ones*(1-Fr)*(wi.cross(n)).modulus()*(1/M_PI), wi);
return make_tuple(ones*(1-Fr), wi); // quitar seno y 2
//return make_tuple(ones, wi); // quitar all
}
} else {
// Total reflection
return perfectSpecular(ones, lb, -1*wo);
}
}
// DEPENDIENDO DE LA LUZ
DirPoint PathTracer::nextEventEstimation(BRDF brdf, TMatrix lb, DirPoint wo) const {
DirPoint res;
for (PuntualLight pl: lights) {
auto t = calculateIntersection(lb[3], pl.c);
// if intersection point is further than light then there is no intersection
if (get<0>(t) == numeric_limits<double>::max() || get<0>(t) >= (pl.c-lb[3]).modulus()) {
DirPoint wi = pl.c - lb[3];
DirPoint n = flipNormal(lb[2], wo);
if (DirPoint::normalize(wi)*n>=0.0) {
// positive cos
DirPoint wr = DirPoint::normalize(2*n*(DirPoint::normalize(wi)*n)-DirPoint::normalize(wi));
double cosThr = wo*wr;
res = res + (pl.brdf.e*(1/pow(wi.modulus(),2))).mult(brdf.Kd*(1/M_PI) + brdf.Ks*((brdf.alfa+2)/(2*M_PI))*pow(abs(cosThr),brdf.alfa)) * abs(n*DirPoint::normalize(wi));
}
}
}
// TODO: ruleta rusa con las luces
return res;
}
DirPoint PathTracer::calculatePath(DirPoint px) {
DirPoint p1 = this->o;
DirPoint p2 = px;
bool endPath = false;
DirPoint Li(1,1,1);
vector<DirPoint> throughput;
vector<DirPoint> nees;
int phongs = 0;
while (!endPath) {
auto t = calculateIntersection(p1, p2);
tuple<DirPoint,DirPoint> res;
// russian roulette
switch(get<1>(t).russianRoulette(gen01(mt))) {
case 1: { // light
res = make_tuple(get<1>(t).e,DirPoint(0,0,0,0));
endPath = true;
break;
}
case 2: { // phong
res = phong(get<1>(t), get<2>(t), DirPoint::normalize(p1-p2));
nees.push_back(nextEventEstimation(get<1>(t), get<2>(t), DirPoint::normalize(p1-p2)));
phongs++;
break;
}
case 3: { // perfect specular
res = perfectSpecular(get<1>(t).Ksp, get<2>(t), DirPoint::normalize(p1-p2));
//nees.push_back(nextEventEstimation(get<1>(t), get<2>(t), DirPoint::normalize(p1-p2)));
break;
}
case 4: { // refraction and reflection (Fresnel)
res = fresnel(get<1>(t), get<2>(t), DirPoint::normalize(p1-p2));
//nees.push_back(nextEventEstimation(get<1>(t), get<2>(t), DirPoint::normalize(p1-p2)));
break;
}
default: { // absorption
res = {DirPoint(0,0,0), DirPoint(0,0,0)};
endPath = true;
break;
}
}
// p1 is the last intersection point
p1 = get<2>(t)[3];
// p2 is a point in the next ray
p2 = p1 + get<1>(res);
throughput.push_back(get<0>(res));
}
Li = throughput[throughput.size()-1];
for (int i=nees.size()-1; i>=0; i--) {
Li = throughput[i].mult(Li) + nees[i];
}
return Li;
}
Image PathTracer::render(unsigned int w, unsigned int h, unsigned int rpp) {
auto begin = std::chrono::steady_clock::now();
Image img(w, h);
img.fillPixelPoints(this->f.modulus(), this->u.modulus(), this->l.modulus(), this->cbmat);
auto calculatePixel = [this, rpp, h, w] (DirPoint p) {
DirPoint res;
for(int i=0; i<rpp; i++) {res = res + this->calculatePath(DirPoint(p[0],p[1] - gen01(mt)*2*l.modulus()/h, p[2] - gen01(mt)*2*u.modulus()/w, 1));}
return res;
};
cout << "Start Pathing!" << endl;
#ifdef MY_DEBUG
cout << "Debug mode!" << endl;
transform(img.img.begin(), img.img.end(), img.img.begin(), calculatePixel);
#else
transform(execution::par, img.img.begin(), img.img.end(), img.img.begin(), calculatePixel);
#endif
cout << "Paths done!" << endl;
auto end= std::chrono::steady_clock::now();
std::cout << (std::chrono::duration_cast<std::chrono::microseconds>(end - begin).count()) /1000000.0 <<std::endl;
return img;
}
|
d4294db8960a2e8ffc3c8443d4bfb77a16352823
|
cfeac52f970e8901871bd02d9acb7de66b9fb6b4
|
/generated/src/aws-cpp-sdk-pinpoint-sms-voice-v2/include/aws/pinpoint-sms-voice-v2/model/SendTextMessageResult.h
|
5626dff6d1e2da3a8a4d9753a5547b52d6a54f23
|
[
"Apache-2.0",
"MIT",
"JSON"
] |
permissive
|
aws/aws-sdk-cpp
|
aff116ddf9ca2b41e45c47dba1c2b7754935c585
|
9a7606a6c98e13c759032c2e920c7c64a6a35264
|
refs/heads/main
| 2023-08-25T11:16:55.982089
| 2023-08-24T18:14:53
| 2023-08-24T18:14:53
| 35,440,404
| 1,681
| 1,133
|
Apache-2.0
| 2023-09-12T15:59:33
| 2015-05-11T17:57:32
| null |
UTF-8
|
C++
| false
| false
| 2,849
|
h
|
SendTextMessageResult.h
|
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/pinpoint-sms-voice-v2/PinpointSMSVoiceV2_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
template<typename RESULT_TYPE>
class AmazonWebServiceResult;
namespace Utils
{
namespace Json
{
class JsonValue;
} // namespace Json
} // namespace Utils
namespace PinpointSMSVoiceV2
{
namespace Model
{
class SendTextMessageResult
{
public:
AWS_PINPOINTSMSVOICEV2_API SendTextMessageResult();
AWS_PINPOINTSMSVOICEV2_API SendTextMessageResult(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
AWS_PINPOINTSMSVOICEV2_API SendTextMessageResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
/**
* <p>The unique identifier for the message.</p>
*/
inline const Aws::String& GetMessageId() const{ return m_messageId; }
/**
* <p>The unique identifier for the message.</p>
*/
inline void SetMessageId(const Aws::String& value) { m_messageId = value; }
/**
* <p>The unique identifier for the message.</p>
*/
inline void SetMessageId(Aws::String&& value) { m_messageId = std::move(value); }
/**
* <p>The unique identifier for the message.</p>
*/
inline void SetMessageId(const char* value) { m_messageId.assign(value); }
/**
* <p>The unique identifier for the message.</p>
*/
inline SendTextMessageResult& WithMessageId(const Aws::String& value) { SetMessageId(value); return *this;}
/**
* <p>The unique identifier for the message.</p>
*/
inline SendTextMessageResult& WithMessageId(Aws::String&& value) { SetMessageId(std::move(value)); return *this;}
/**
* <p>The unique identifier for the message.</p>
*/
inline SendTextMessageResult& WithMessageId(const char* value) { SetMessageId(value); return *this;}
inline const Aws::String& GetRequestId() const{ return m_requestId; }
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
inline void SetRequestId(const char* value) { m_requestId.assign(value); }
inline SendTextMessageResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
inline SendTextMessageResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
inline SendTextMessageResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
private:
Aws::String m_messageId;
Aws::String m_requestId;
};
} // namespace Model
} // namespace PinpointSMSVoiceV2
} // namespace Aws
|
0c0a9a14123a56d7c7b13e54afba6ebc534dcaf3
|
2ee65cbc547c920d6a9b28494a09c4fe72254549
|
/dsl/lexer.cpp
|
3024952fff05b36bb4ec4fb1eef5ee837dac7537
|
[
"Apache-2.0"
] |
permissive
|
PChursin/newtemplet
|
96988f9b66f8bc7c27f402a499313c033b2521ee
|
e9d475373d688f85b96aacc0e205ede1650ec9f7
|
refs/heads/master
| 2021-06-13T22:33:17.583391
| 2017-03-28T17:23:31
| 2017-03-28T17:23:31
| 86,347,212
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,273
|
cpp
|
lexer.cpp
|
#include <string>
using namespace std;
static string str;
static string lastlexem;
static bool is_unget;
static int index;
static int len;
enum State {S,A,B,C,D,P,F,E};
State Sta;
void lexinit(string&s)
{
str = s;
index = 0;
is_unget = false;
lastlexem.clear();
len = str.length();
}
bool getlex(string&lex)
{
if (is_unget){
lex = lastlexem;
is_unget = false;
return true;
}
string lexem = "";
Sta = State::S;
char symb;
while ((Sta != State::F) && (index < len))
{
symb = str[index];
switch (Sta)
{
case S:
if (symb == ' ')
{
Sta = State::S;
index++;
}
else
{
if (symb == '\\')
{
Sta = State::A;
index++;
}
else
{
if (symb == '_')
{
lexem += symb;
Sta = State::D;
index++;
}
else
{
if (((symb >= 'a') && (symb <= 'z')) || ((symb >= 'A') && (symb <= 'Z')))
{
lexem += symb;
Sta = State::C;
index++;
}
else
{
lexem = symb;
index++;
Sta = State::F;
}
}
}
}
break;
case A:
if ((symb == '\r') || (symb == '\t') || (symb == '_'))
{
Sta = State::A;
index++;
}
else
if (symb == '\n')
{
Sta = State::S;
index++;
}
else
{
lexem = '\\';
Sta = State::F;
}
break;
case D:
if (symb == '_')
{
lexem += symb;
Sta = State::D;
index++;
}
else
{
if (((symb >= 'a') && (symb <= 'z')) || ((symb >= 'A') && (symb <= 'Z')))
{
lexem += symb;
Sta = State::C;
index++;
}
else
{
Sta = State::F;
}
}
break;
case C:
if (len == index)/////////////
{
Sta = State::F;
}
else
{
if (((symb >= 'a') && (symb <= 'z')) || ((symb >= 'A') && (symb <= 'Z')) || ((symb >= '0') && (symb <= '9')) || (symb=='_'))
{
Sta = State::C;
lexem += symb;
index++;
}
else
{
Sta = State::F;
}
}
break;
}
}
if ((lexem == ""))
{
lastlexem = lexem;
return false;
}
else
{
lex = lexem;
lastlexem = lexem;
return true;
}
}
bool ungetlex()
{
if (lastlexem!="")
{
is_unget = true;
return true;
}
else{
is_unget = false;
return false;
}
}
|
e0fa33f66b09a304726404a6358304a5a5800085
|
4c627767fff720ed59f4741fb49fa8f4d0b202af
|
/BV/bv32/tables.cpp
|
f4e7d84ed6e02a4ace7fbe5d4949409f4746b12f
|
[
"Apache-2.0"
] |
permissive
|
ATeamMac2014/BV
|
237bea11bd5582331c98fc7b7951caec773cb210
|
e47b67986992994db7d122cf556b9b2ca35c4023
|
refs/heads/master
| 2020-05-07T13:01:20.094838
| 2019-04-10T09:15:32
| 2019-04-10T09:15:32
| 180,531,076
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 19,828
|
cpp
|
tables.cpp
|
/*****************************************************************************/
/* BroadVoice(R)32 (BV32) Fixed-Point ANSI-C Source Code */
/* Revision Date: November 13, 2009 */
/* Version 1.1 */
/*****************************************************************************/
/*****************************************************************************/
/* Copyright 2000-2009 Broadcom Corporation */
/* */
/* This software is provided under the GNU Lesser General Public License, */
/* version 2.1, as published by the Free Software Foundation ("LGPL"). */
/* This program is distributed in the hope that it will be useful, but */
/* WITHOUT ANY SUPPORT OR WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the LGPL for */
/* more details. A copy of the LGPL is available at */
/* http://www.broadcom.com/licenses/LGPLv2.1.php, */
/* or by writing to the Free Software Foundation, Inc., */
/* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/*****************************************************************************/
/*****************************************************************************
tables.c : Tables
$Log$
******************************************************************************/
#include "typedef.h"
namespace bds {
/* for log-gain restriction */
Word16 lgclimit[] = {
0, 69, 1160, 1507, 2416, 0,
0, 0, 0, 0, 0, 0,
330, 2509, 1732, 2346, 2915, 0,
0, 0, 0, 0, 0, 172,
3726, 2982, 5971, 5971, 0, 0,
0, 0, 0, 3232, 2821, 2478,
3579, 4213, 5887, 972, 0, 0,
0, 0, 0, 2585, 2607, 3028,
3544, 3779, 2119, 0, 0, 0,
0, -187, 3152, 4234, 2767, 3013,
5908, 2723, -2545, 0, 0, 0,
2822, 3234, 4949, 3884, 5444, 6164,
4502, 1571, 0, 0, 0, 2026,
5382, 4316, 3906, 5866, 6123, 5557,
1449, 768, 0, 0, 3775, 4577,
4390, 3511, 4955, 5911, 5623, 5342,
1297, 2590, 0, 3775, 4158, 3412,
3010, 3890, 5468, 5338, 4848, 3512,
1569, 0, 2252, 3043, 2934, 2615,
2916, 4258, 5147, 4214, 3642, 1557,
-655, 301, 2616, 2773, 2331, 2216,
2947, 3801, 3399, 3487, 2121, 1698,
74, 2892, 2590, 2083, 1801, 2087,
2335, 2556, 2826, 2469, 2658, 0,
2840, 2640, 1730, 1487, 1407, 1446,
1728, 2063, 2303, 1752, 0, 201,
2008, 1369, 1365, 1229, 2381, 1689,
1106, 1514, 209, 0, 0, 589,
1314, 2040, 1849, 2390, 299, -136,
49, 0, 0, 0, 193, 2205,
3620, 418, 1469, 611, 358, -631,
0, 0, 0, 39, 752, 1788,
1623, -431, 1952, -260, 0, 0
};
Word16 lspecb1[] = { /* Q16 */
-252, -557, -1043, -236, -9, 400, 1075, -109,
-335, -861, -1113, -68, -797, -280, -178, 555,
-241, -109, 30, -203, 1189, -35, 168, -546,
-205, -320, 185, -114, 3, -62, -1295, 201,
-164, -212, 101, 277, -632, -1242, 1117, 144,
-59, -228, -596, -489, -430, -1787, -504, -147,
262, 712, 444, 59, 160, -648, 360, -412,
-99, -381, -122, -282, -1172, -1051, -2031, -432,
-359, -628, 62, 789, 456, 1380, 472, 92,
-258, -556, -1274, -966, 894, -307, -226, 371,
-217, -474, 115, 2050, 506, -107, 371, -302,
-146, -465, -381, 742, -316, -33, -680, -1237,
-213, -292, 427, 326, -1143, 656, 783, -105,
-36, -144, -414, -747, -1256, -466, 70, -971,
-358, 46, 1923, 926, 430, 2, 806, 241,
-167, 65, 1311, -108, -1077, -533, -440, -664,
-134, 174, -89, -1522, 218, 1124, 885, 131,
-190, -485, -1121, -1740, -885, 99, -25, 510,
-19, 42, 15, -537, 40, 1662, -539, -1374,
-19, 1, -528, -1514, -54, -70, -1364, -1155,
-20, 112, -427, -1103, 55, -626, 1755, 628,
192, 165, -293, -1168, -1927, -1954, 244, -276,
1115, 1690, -389, 390, 898, 802, 408, -73,
40, -10, 450, 85, -418, -1363, -3328, -1012,
-261, 230, 1043, -50, 1592, 1894, 1022, 460,
-116, -643, -2044, -683, -9, 29, -432, -1013,
168, 667, 1289, 1005, 921, 1079, -169, -877,
58, -11, -107, -131, -459, -476, -1684, -2561,
23, 470, 280, 183, 1341, 452, 1867, 684,
27, 3, -1190, -2053, -248, -1455, 92, -193,
1030, 1705, 699, 2074, 2200, 1816, 1188, 465,
578, 1409, 662, 236, 80, -431, -1241, -1560,
-441, -1057, -1626, -121, 499, 1150, 472, 970,
-338, -895, -1011, -688, -1142, 1337, -577, -100,
-199, -639, -1456, 982, 1588, 613, -357, -443,
-145, -612, -1315, 22, 192, -831, -1927, -356,
-152, -169, 173, -88, -99, -371, 436, 2040,
-81, -383, -678, -1299, -1888, -1345, -1090, 375,
484, 1770, 1188, 1444, 212, -337, 705, 433,
229, 193, -254, -705, -1423, -2113, -1575, -1536,
-406, -890, -1099, 982, 1761, 1734, 1192, 662,
-301, -550, -1328, -1708, 1410, 1351, -427, -353,
-266, -353, 423, 2243, 2457, 1420, 326, -388,
-137, -134, -144, 150, 1702, 272, -1759, -1228,
-321, -626, -375, 316, -510, 1004, 2174, 1132,
-224, -596, -328, -564, -2794, -359, 234, 234,
-11, 781, 2285, 2264, 1439, 965, 1989, 1359,
-72, 310, 1139, 563, -166, -1995, -509, -724,
-346, -655, -616, -528, -176, 3187, 1226, 290,
-208, -488, -575, -1344, -2121, 1249, 1235, 344,
297, 1168, 500, -491, 2322, 1214, -241, -712,
12, -233, -1009, -1741, -182, -1266, -2021, 236,
-94, 192, 837, 614, 84, -646, 2723, 1819,
140, 368, 421, -583, -2183, -3635, 588, 174,
695, 3747, 2510, 2108, 1679, 1444, 1291, 605,
145, 536, 1117, -5, -404, -3105, -2332, 368,
-491, -411, 1553, 1777, 2269, 2780, 1874, 1072,
-1368, -3232, 406, 265, 708, 607, 511, 148,
-114, 848, 2695, 1982, 2606, 2008, 578, -235,
-278, -104, 1612, 707, 401, 69, -1620, -1580,
-296, -272, 166, 805, 1492, 1554, 3278, 1942,
-242, -1164, -2162, -799, -2117, -1334, -688, -459,
858, 2312, 2770, 3152, 3271, 2971, 2187, 1294,
155, 1262, 2669, 1821, 1080, -769, -1547, -1112,
-284, -779, -1465, 699, 751, -430, 1579, 1026,
-294, -771, -1556, -960, -1068, -1214, 948, 738,
-210, 20, 619, 665, 1987, 5, -215, 1048,
-93, -313, -21, -286, -369, -1395, -2172, 1721,
-69, -99, -118, -532, -1928, -1204, 2371, 738,
-156, -543, -648, 247, -1775, -2287, -283, 31,
835, 1924, 643, -604, -1068, -385, 162, 42,
127, -99, -307, -827, -1619, -2218, -3244, -222,
-237, -535, 97, 2229, 874, 1253, 1489, 1271,
-87, -524, -1656, -2111, 215, 531, 623, 882,
-236, -171, 2247, 3250, 1190, 578, -28, -446,
-115, -456, 20, 1787, -182, -1088, -1766, -711,
-69, 474, 1542, 303, -794, 1492, 1654, 772,
29, -206, -546, -1477, -2353, 350, -1033, -1178,
174, 1444, 3637, 1580, 568, 633, 628, -125,
107, 262, 1022, -55, -2578, -837, -1625, -1108,
-295, -392, -1127, -1399, 1639, 1514, 1948, 1078,
-119, -487, -1386, -2394, -2093, -110, 296, 613,
-230, -277, -76, 73, 2024, 2943, -256, -697,
124, -116, -939, -1712, -761, -780, -3068, -1396,
-154, -346, -885, -1216, -476, -129, 3275, 1953,
16, -355, -1176, -1953, -2510, -3003, 970, 811,
3280, 2075, 1455, 1024, 610, 501, 546, 165,
282, 291, 453, -428, -1127, -2695, -5912, -589,
27, 609, 228, 170, 3523, 2542, 1925, 950,
-322, -1807, -4411, -1616, -570, -371, -387, 232,
1256, 2294, 1920, 2182, 1786, 1247, -455, -1078,
243, 254, 40, -275, -1028, -1483, -3412, -3067,
939, 2060, 1057, 611, 1062, 1946, 2240, 1770,
230, 54, -2039, -4396, -1327, -1219, -628, -114,
3619, 2773, 2765, 2486, 2257, 2065, 1448, 837,
2605, 2157, 938, 16, 57, -749, -2352, -840,
-551, -1700, -3159, 237, 1168, 1995, 1842, 1564,
-433, -1417, -2259, -827, -1590, 906, 1016, 1107,
-347, -435, -1008, -45, 3650, 1209, 199, 117,
-169, -587, -637, -437, 206, -82, -3652, 20,
-32, 27, -19, -615, -545, -2410, 1286, 2225,
99, -163, -658, -1325, -2188, -3304, -1382, 235,
1174, 4363, 1935, 1113, 101, -237, 109, -353,
317, 728, 769, -569, -2203, -4085, -2472, -1317,
-378, -1005, -1216, 2479, 3192, 2623, 1930, 1060,
-345, -980, -2371, -3709, 63, 1307, 893, 643,
-133, -43, 1952, 4593, 3419, 2350, 1238, 218,
-11, 46, 592, 2285, 2153, 574, -2032, -2316,
-302, -583, -351, -397, -1005, 2559, 3431, 1705,
87, -151, -449, -2081, -4548, -1474, -791, -246,
-175, 872, 5077, 3412, 2269, 1909, 1757, 721,
105, 1284, 3513, 728, -1326, -2460, -919, -1125,
-419, -691, -478, 199, 1512, 5148, 2640, 1240,
-231, -1223, -1897, -2350, -4243, -161, 1378, 991,
-51, 687, 1034, 1453, 5161, 2910, 201, -639,
65, -1149, -1910, -2467, -2576, -2675, -4486, -1228,
-168, -22, 35, 46, -69, 58, 5416, 2137,
570, 466, -508, -2213, -4138, -5855, -1177, 58,
1860, 6231, 4358, 3552, 2930, 2573, 1699, 773,
2829, 3377, 741, -1445, -2888, -4347, -5531, -3635,
-204, 213, 1577, 2922, 5217, 5235, 2856, 1044,
-1700, -5171, -1736, -1938, -1040, -1102, -450, -308,
395, 2007, 4627, 4215, 3030, 1668, -84, -998,
420, 987, 1734, 1055, 97, -1271, -3652, -4260,
-157, 291, 1250, 2025, 2197, 3326, 4941, 2285,
-52, -1980, -3837, -4640, -4256, -3287, -1498, -333,
386, 2230, 5764, 6110, 4669, 3786, 2189, 705,
1781, 4897, 5689, 2343, 12, -2309, -3518, -3232
};
Word16 lspecb21[] = { /* Q19 */
1476, 1535, 2274,
-113, -198, -1322,
3718, -2930, -211,
-1788, -2391, 2807,
-1028, 755, 7026,
-941, -2530, -4856,
-3020, 3570, 1671,
-2613, -5484, -952,
3796, 4678, -56,
-527, 3935, -5897,
8508, 2639, -4868,
-6910, -777, -2543,
730, 6787, 6736,
842, -1450,-10757,
252, 11289, -1255,
637, -9657, 3704,
6405, 601, 6598,
2961, 311, -4759,
11241, -6773, -224,
-6084, -6126, 6338,
-2608, -2254, 13434,
-1874, -6860, -8020,
-8448, 7652, 3803,
-6259,-11123, -2092,
8966, 8488, 3275,
3952, 9605,-12575,
20765, 8117, -2917,
-18269, 1207, 280,
-236, 8206, 19229,
-790, -8659,-18883,
4080, 22382, 3378,
-6623,-20987, 3345
};
Word16 lspecb22[] = { /* Q19 */
1170, -4195, -4714, 34, 306,
2612, 2018, -3741, -5041, -1611,
-5, 1207, 4336, 1926, 980,
1901, 7422, 585, 1394, -2402,
-5854, 313, -5962, 1661, -4320,
1921, 183, -3434, 1425,-10172,
-1480, -4243, 2142, -3122, -5056,
6735, 810, 3833, 1735, -5233,
-4452, -3745, 95, 2794, 3841,
-3355, 3429, -2584, -1805, 6519,
-2299, 3592, -1301, 8722, 164,
5391, 3289, -1653, 3583, 5195,
-8497, 4694, 4997, 1928, -1902,
-903, 3577, 5235, -6209, 1671,
-1574, -4308, 5006, 6749, -4235,
6384, -4056, 4443, -164, 3385,
-2472, -5519,-11513, -5551, 2163,
4690, -1870, -2586,-13374, -5046,
-642, 3829, 8422, 6318, 8228,
-2920, 14026, -3055, -1713, 992,
-9354, 412, -2252, -6882, -1282,
-2668, 5064, 3714, -6024,-11151,
-2477, -7025, 3107, -6619, 4279,
11853, 9277, 4338, -3707, -1835,
-4601, -4566, -7446, 7771, 9351,
3830, 146, -1041, -7172, 10996,
4871, -3705, -2959, 9986, 98,
5504, 5248,-11417, 2591, 70,
-14162, -6125, 5520, 1685, 494,
1501, -2801, 13863, -3450, -2176,
1901,-13731, 932, 2009, -2087,
14966, -5048, -3130, -449, -781
};
Word16 lspmean[] = { /* Q15 mean value of LSP components */
1807, 3870, 7372, 10866, 14994, 18746, 23571, 27126
};
Word16 lspp[] = { /* Q14 LSP Predictor Coefficients */
12126, 11370, 9882, 8739, 7037, 5299, 3567, 1905,
13008, 12605, 10997, 9698, 7783, 5827, 3882, 1935,
12344, 11990, 10365, 9156, 7422, 5562, 3781, 1968,
11777, 11085, 9491, 8469, 6919, 5247, 3663, 1935,
10538, 9869, 8376, 7493, 6167, 4593, 3376, 1787,
9319, 9564, 7563, 7129, 5739, 4264, 3197, 1629,
8672, 7922, 6374, 5868, 4722, 3705, 2800, 1542,
8412, 7153, 5770, 5110, 4119, 3197, 2365, 1378
};
Word16 lgpecb[] = { /* Q11 Log-Gain Prediction Error CodeBook */
-10074, -7681, -6330, -5324, -4560, -2995, -1803, -711,
-3961, -2573, -1436, -341, 417, 1691, 3274, 5646,
-3450, -2177, -1077, 32, 818, 2164, 3924, 6847,
1243, 2687, 4705, 8426, 10670, 13730, 17906, 22368
};
Word16 lgp[] = { /* Q15 Log-Gain Predictor */
19376, 17207, 18759, 19588, 15731, 16185, 15498, 13628,
12471, 11125, 9110, 8045, 6279, 4817, 3731, 2178
};
Word16 lgmean = 24208; /* Q11 11.820152 */
Word16 cccb[] = { /* Q13 */
-4403, 7987, -5170, -5062, 9381, 10015,-10260, 5048,
9619, 11464, 2711, 6743, 24141, 6538, -2250, -224,
-13960, 809, -4309, -3240, -7283, -2764, 6427, 2445,
-6201, -507, 4579, -7432, 11249, -3386, 5657, -6505,
-4697, -3799, -4972, -5108, 8673, -4637,-13740, 6165,
3544, 3620, -5165,-11844, 20827, 1696,-13201, 2567,
-21072,-22597, -4091, -165, 3541,-18872,-16519, 1873,
5747,-11105, -7058, -1991, 7021,-15092, -52, 9969,
-12078, 13403, -5602, 2973, -2963, 5832, -1117, 13270,
3335, 13609, 4640, -4587, 13683, 9500, 14420, 4299,
-15242, 4852, 9940, 5894, -6928, 667, 18004, 13556,
3485, 5254, 9914,-11834, 1707, 3945, 14815, 5619,
-8377, 3488, -1384,-13457, 4113, -4026, -2430, -560,
2217, 49, 2112, -3820, 18566, -9245, -3272, 3592,
-15371, -7333, -100, 7265, -3193,-14898, 9714, 7483,
-334, -9355, 2984, -2324, 3672, -6186, 14480, -5664
};
Word16 pp9cb[] = { /* Q14 */
-4752, 9807, 4627, 1422, -1385, 671, -345, -1468, -327,
-4223, 22577, 13421, 2909, -9247, 1729, -272, -7778, -2748,
-1130, 6587, 3816, 227, -767, 132, -19, -662, -222,
-167, 16464, 12635, 84, -6348, 65, 0, -4136, -2436,
-191, 9242, 1767, 54, -498, 10, -1, -1303, -48,
7976, 14729, 9410, -3585, -4230, -2290, -971, -3311, -1351,
-2241, -7555, 2499, -517, 576, 171, -77, -871, -95,
683, 10511, 7165, -219, -2298, -149, -7, -1686, -783,
2726, 10916, 689, -908, -230, -57, -113, -1818, -7,
3914, 20342, 7851, -2430, -4874, -938, -234, -6314, -940,
2566, 6073, 3006, -476, -557, -235, -100, -563, -138,
5290, 13806, 10968, -2229, -4621, -1771, -427, -2908, -1836,
5577, 8013, 1598, -1364, -391, -272, -475, -980, -39,
11294, 15970, 4874, -5504, -2376, -1680, -1946, -3892, -363,
3802, -8178, 2401, 949, 599, -279, -221, -1021, -88,
9486, 11091, 8012, -3211, -2712, -2319, -1373, -1877, -980,
-4369, 11409, -2286, 1521, 796, -305, -291, -1986, -80,
-288, 27803, 4590, 245, -3894, 40, -1,-11795, -321,
-2642, 6730, -530, 543, 109, -43, -106, -691, -4,
-1088, 15627, 3892, 519, -1856, 129, -18, -3726, -231,
63, 8686, -4284, -17, 1135, 8, 0, -1151, -280,
7186, 23671, 1021, -5191, -738, -224, -788, -8549, -16,
253, 2335, 413, -18, -29, -3, -1, -83, -3,
4827, 8568, 5854, -1262, -1531, -862, -356, -1120, -523,
4394, 15217, -3424, -2040, 1590, 459, -295, -3533, -179,
13679, 22300, -3807, -9309, 2591, 1589, -2855, -7588, -221,
2045, 6359, -981, -397, 190, 61, -64, -617, -15,
5411, 14683, 4909, -2425, -2200, -811, -447, -3290, -368,
5375, 8863, -3377, -1454, 914, 554, -441, -1199, -174,
12741, 16852, -819, -6552, 421, 318, -2477, -4333, -10,
135, -7183, -2700, 30, -592, 11, 0, -787, -111,
8927, 11966, 1715, -3260, -626, -467, -1216, -2185, -45
};
/* Pre-Emphasis or De-Emphasis Filter */
Word16 a_pre[] = { 4096, 3072 };
Word16 b_pre[] = { 4096, 2048 };
/* Combined High-Pass & Pre-Emphasis Filter */
Word16 hpfa[] = { 32767, 7936, 24384 }; /* Q15 */
Word16 hpfb[] = { 16320, -8160, -8160 }; /* *0.5 Q15 */
/* coarse pitch search */
Word16 adf_h[] = { 4096, -14583, 19889, -12284, 2895 }; /* DPF Q28 */
Word16 adf_l[] = { 0, 9679, 18108, 25991, 18873 };
Word16 bdf[] = { 4233, -13485, 18964, -13485, 4233 }; /* Q17 */
Word16 x[4] = { 4096, 8192, 12288, 16384 };
Word16 x2[4] = { 512, 2048, 4608, 8192 };
Word16 MPTH[4] = {22938, 18022, 15728, 12124};
Word16 winl[] = { /* Q15 */
6, 22, 50, 88, 138, 198, 270, 352,
445, 549, 664, 789, 924, 1071, 1227, 1393,
1570, 1757, 1953, 2160, 2376, 2601, 2836, 3079,
3332, 3593, 3864, 4142, 4429, 4724, 5027, 5337,
5655, 5980, 6312, 6651, 6996, 7348, 7706, 8070,
8439, 8813, 9193, 9578, 9967, 10361, 10758, 11160,
11564, 11973, 12384, 12797, 13214, 13632, 14052, 14474,
14897, 15321, 15746, 16171, 16597, 17022, 17447, 17871,
18294, 18716, 19136, 19554, 19971, 20384, 20795, 21204,
21608, 22010, 22407, 22801, 23190, 23575, 23955, 24329,
24698, 25062, 25420, 25772, 26117, 26456, 26788, 27113,
27431, 27741, 28044, 28339, 28626, 28904, 29175, 29436,
29689, 29932, 30167, 30392, 30608, 30815, 31011, 31198,
31375, 31541, 31697, 31844, 31979, 32104, 32219, 32323,
32416, 32498, 32570, 32630, 32680, 32718, 32746, 32762,
32767, 32743, 32667, 32541, 32365, 32138, 31863, 31538,
31164, 30743, 30274, 29758, 29197, 28590, 27939, 27246,
26510, 25733, 24917, 24062, 23170, 22243, 21281, 20286,
19261, 18205, 17121, 16011, 14876, 13719, 12540, 11342,
10126, 8895, 7650, 6393, 5126, 3851, 2571, 1286
};
/* spectral smooth technique */
Word16 sstwinl_h[] = {
32750, 32702, 32621, 32509, 32365, 32189, 31984, 31748 }; /* 45 dB */
Word16 sstwinl_l[] = {
26146, 11409, 24833, 8680, 6585, 32423, 4714, 8677 }; /* 45 dB */
Word16 idxord[] = {
0, 1, 2, 3, 4, 8, 16, 5, 9, 17, 6, 10, 18, 7, 11, 19,
12, 20, 24, 13, 21, 25, 14, 22, 26, 15, 23, 27, 28, 29, 30, 31
};
Word16 lgpecb_nh[]={ -7681, -6330, -5324, -4560, -3961, -2573, -1436, -341,
-3450, -2177, -1077, 32, 818, 2164, 3924, 6847,
-2995, -1803, -711, 417, 1243, 2687, 4705, 8426,
1691, 3274, 5646, 10670, 13730, 17906, 22368};
}
|
e3ae4a64390816c13682b303d892ed902a9c856f
|
8a07e8f18d884b9ee4d723f834e40068aab325fe
|
/src/GUI/Urna.cpp
|
580b6803802aacdff34350d755c9df9030cf3a64
|
[] |
no_license
|
ECCIUCRLQ/proyecto-del-curso-10-4
|
b033003ec67655796f1ea522c030ff8428dbf44d
|
d4a443172f01a15138dc56723a6dc0065f774a5f
|
refs/heads/main
| 2023-06-20T19:18:23.810825
| 2021-07-28T09:11:53
| 2021-07-28T09:11:53
| 357,366,969
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 7,215
|
cpp
|
Urna.cpp
|
#include "Urna.hpp"
#include <stdexcept>
#include <thread>
Urna::Urna(const std::string& padronIp, const std::string& padronPort,
const std::string& voteIp, const std::string& votePort,
const std::string& serverPort) {
// File System
this->hd = new HardDrive(HD_SIZE);
this->fs = new FileSystem(HD_SIZE, this->hd);
std::cout << "Fs done" << std::endl;
// Clients
this->padronClient = new PadronClient(padronIp, padronPort);
std::cout << "pc done" << std::endl;
this->voteClient = new VoteClient(*this->fs, voteIp, votePort);
std::cout << "vc done" << std::endl;
if (padronClient == nullptr) {
throw std::runtime_error("Error: could not initialize the PadronClient");
}
if (voteClient == nullptr) {
throw std::runtime_error("Error: could not initialize the VoteClient");
}
// Init server in a separate thread
std::cout << "pre thread" << std::endl;
std::cout << "post thread" << std::endl;
}
Urna::~Urna() {
delete this->padronClient;
delete this->voteClient;
}
void Urna::initServer(FileSystem* fs, std::string port) {
VoteServer vs(*fs, "URNA");
std::cout << "Eoo1" << std::endl;
std::cout << "port is " << port << std::endl;
try {
std::cout << "port is " << port << std::endl;
vs.listenForever(port.c_str());
} catch (std::runtime_error& e) {
std::cout << "Could not run listen forever: " << e.what() << std::endl;
}
std::cout << "Eoo2" << std::endl;
}
int Urna::run(int argc, char** argv) {
this->app = Gtk::Application::create("org.tronaditas.urna");
this->app->signal_activate().connect(sigc::mem_fun(*this, &Urna::buildUI));
return this->app->run();
}
void Urna::buildUI() {
// Build both Windows
this->buildLoginUI();
this->buildVoteUI();
// Connections
this->buildConnections();
// Add the windows to the app
this->app->add_window(*this->windows["login"]);
this->app->add_window(*this->windows["vote"]);
// Show the login window
this->windows["login"]->show();
}
void Urna::buildLoginUI() {
// Create a builder
auto builder = Gtk::Builder::create();
builder->add_from_file(GLADE_PATH);
// Login Window
this->windows["login"] = nullptr;
builder->get_widget("loginWindow", this->windows["login"]);
this->windows["login"]->set_position(Gtk::WIN_POS_CENTER);
// Window Title
this->labels["loginTitle"] = nullptr;
builder->get_widget("loginTitle", this->labels["loginTitle"]);
// Info Label
this->labels["loginInfo"] = nullptr;
builder->get_widget("loginInfo", this->labels["loginInfo"]);
// Carnet Entry
this->entries["carnet"] = nullptr;
builder->get_widget("carnetEntry", this->entries["carnet"]);
// Codigo Entry
this->entries["codigo"] = nullptr;
builder->get_widget("codigoEntry", this->entries["codigo"]);
// Login Button
this->buttons["login"] = nullptr;
builder->get_widget("loginButton", this->buttons["login"]);
}
void Urna::buildVoteUI() {
// Create a builder
auto builder = Gtk::Builder::create();
builder->add_from_file(GLADE_PATH);
// Voto Window
this->windows["vote"] = nullptr;
builder->get_widget("voteWindow", this->windows["vote"]);
this->windows["vote"]->set_position(Gtk::WIN_POS_CENTER);
// Window Title
this->labels["voteTitle"] = nullptr;
builder->get_widget("loginTitle", this->labels["voteTitle"]);
// Candidato 1
this->checkButtons["candidato1"] = nullptr;
builder->get_widget("candidato1", this->checkButtons["candidato1"]);
// Candidato 2
this->checkButtons["candidato2"] = nullptr;
builder->get_widget("candidato2", this->checkButtons["candidato2"]);
// Candidato 3
this->checkButtons["candidato3"] = nullptr;
builder->get_widget("candidato3", this->checkButtons["candidato3"]);
// Vote Label
this->labels["vote"] = nullptr;
builder->get_widget("voteLabel", this->labels["vote"]);
// Confirm Vote
this->checkButtons["confirmVote"] = nullptr;
builder->get_widget("confirmVoteBox", this->checkButtons["confirmVote"]);
this->checkButtons["confirmVote"]->hide();
// Vote Button
this->buttons["vote"] = nullptr;
builder->get_widget("voteButton", this->buttons["vote"]);
// Exit Button
this->buttons["exit"] = nullptr;
builder->get_widget("exitButton", this->buttons["exit"]);
this->buttons["exit"]->hide();
}
void Urna::buildConnections() {
// Login Button
this->buttons["login"]->signal_clicked().connect(
sigc::mem_fun(*this, &Urna::login)
);
// Vote updated
this->buttons["vote"]->signal_clicked().connect(
sigc::mem_fun(*this, &Urna::updateVote)
);
// Finish
this->buttons["exit"]->signal_clicked().connect(
sigc::mem_fun(*this, &Urna::finishVote)
);
}
void Urna::login() {
std::string carnet = this->entries["carnet"]->get_text().c_str();
std::string codigo = this->entries["codigo"]->get_text().c_str();
std::string error = "Ingrese número de Carnet y Código de verificación";
// Authentication and authorization
if (padronClient->verifyCarnet(carnet)) {
if (padronClient->verifyCode(carnet, codigo)) {
if (!padronClient->verifyVote(carnet)) {
this->activeCarnet = carnet;
//this->windows["login"]->hide();
this->windows["vote"]->show();
} else {
error = "Usted ya ha registrado su voto";
}
} else {
error = "Número de carnet o código de verificación erroneo. Por favor, intentelo de nuevo";
}
} else {
error = "Usted no se encuentra registrado en el padrón";
}
// Update the label value
this->labels["loginInfo"]->set_label(error);
}
void Urna::updateVote() {
auto confirm = this->checkButtons["confirmVote"];
confirm->show();
int c1 = this->checkButtons["candidato1"]->property_active();
int c2 = this->checkButtons["candidato2"]->property_active();
int c3 = this->checkButtons["candidato3"]->property_active();
int cantidadEscogidos = c1 + c2 + c3;
std::string eleccion;
auto voto = this->labels["vote"];
if (c1) {
voto->set_label("Usted seleccionó al candidato 1");
eleccion = "candidato1";
}
if (c2) {
voto->set_label("Usted seleccionó al candidato 2");
eleccion = "candidato2";
}
if (c3) {
voto->set_label("Usted seleccionó al candidato 3");
eleccion = "candidato3";
}
if(cantidadEscogidos > 1 || cantidadEscogidos == 0){
eleccion = "nulo";
voto->set_label("Su voto es nulo");
}
if (confirm->property_active()) {
voto->set_label("Voto registrado. Gracias por participar.");
this->checkButtons["candidato1"]->property_active() = 0;
this->checkButtons["candidato2"]->property_active() = 0;
this->checkButtons["candidato3"]->property_active() = 0;
this->buttons["vote"]->hide();
confirm->hide();
confirm->property_active() = 0;
this->buttons["exit"]->show();
// Send Vote TODO!! SUPER IMPORTANT
// Update Padron
this->padronClient->updateVote(this->activeCarnet);
}
}
void Urna::finishVote() {
this->windows["vote"]->hide();
this->buttons["vote"]->show();
this->buttons["exit"]->hide();
this->checkButtons["confirmVote"]->show();
this->labels["vote"]->set_label("Voto:");
this->entries["carnet"]->set_text("");
this->entries["codigo"]->set_text("");
}
|
03c3cdf986bcb1666ef89280b80e8d633b2b4b9d
|
eb1f83367bb43fc7b3f8a6c677293f3141180d5b
|
/opencv_cpp/M_7.2_累计概率霍夫变换_API.cpp
|
ce3ac0b7e7ddabcdb4242c653604cac140c7d688
|
[] |
no_license
|
ywy0318/test_20210224
|
e508d752c9d8debc48d834c279cb34f95aa9e2f7
|
7ee27484f1c780408ad3350a983919fb6da8a93a
|
refs/heads/main
| 2023-03-11T05:38:30.156093
| 2021-02-24T15:14:05
| 2021-02-24T15:14:05
| 341,931,875
| 0
| 0
| null | null | null | null |
GB18030
|
C++
| false
| false
| 2,482
|
cpp
|
M_7.2_累计概率霍夫变换_API.cpp
|
/*
累计概率霍夫变换:HoughLineP()函数
HoughLineP()函数,可以用来找二值图像的直线
C++:void HoughLineP(InputArray image,OutputArray lines,double rho,
double theta,int threshold,double minLineLength=0,double maxLineGap=0)
第一个参数 :需要8位的单通道二进制图像,可以将任意的源图像载入进来后由
函数修改成此格式后,再填到这里;
第二个参数:InputArray 类型的lines,经过调用HoughLineP函数后存储了检测到的线条
的输出矢量,每一条由具有4个元素的矢量(x_1,y_1,x_2,y_2)表示,其中
(x_1,y_1)和(x_2,y_2)是每个检测熬的线段的结束点;
第三个参数:double类型的rho,以像素为单位的距离精度;另一种表述方式是直线搜索时
的进步尺寸的单位半径
第四个参数:double类型的theta,以弧度为单位的角度精度;另一种表示方式是直线搜索时
的进步尺寸的单位角度;
第五个参数:int类型的threshold,累加平面的阈值参数,即识别某部分为图中的一条直线时,
它在累加平面中必须达到的值;大于阈值threshold的线段才可以被检测通过并且
返回到结果中;
第六个参数:double类型的minLineLength,有默认值为0,表示最低线段的长度,比这个设定参数
短的线段就不能被显现出来;
第七个参数:double类型的maxLineGap,有默认值为0,允许将同一行点与点之间连接起来的最大的距离
*/
#include<iostream>
#include<opencv2\opencv.hpp>
#include<opencv2/imgproc/imgproc.hpp>
#include<opencv2/core/core.hpp>
using namespace std;
using namespace cv;
Mat src_img, dst_img, gray_img, mask_img, edge_img, temp_img;
int main()
{
src_img = imread("lena.jpg", 1);//读入图片数据
if (src_img.empty())
{
cout << "can not open or find the img" << endl;
return -1;
}
//进行边缘检测和转换为灰度图
Canny(src_img,temp_img,50,200,3);
cvtColor(temp_img,dst_img,COLOR_GRAY2BGR);
//进行霍夫线变换
vector<Vec4i> lines;//定义一个矢量结构lines用于存放得到的线段矢量集合
HoughLinesP(temp_img,lines,CV_PI/180,80,50,10);
for (size_t i = 0; i < lines.size(); i++)
{
Vec4i l = lines[i];
line(dst_img,Point(l[0],l[1]),Point(l[2],l[3]),Scalar(186,88,255),1,LINE_AA);
}
imshow("src_img", src_img);
imshow("dst_img",dst_img);
imshow("temp_img",temp_img);
waitKey(0);
cout << CV_MAJOR_VERSION << endl;
system("pause");
return 0;
}
|
a561231dcaa96a40963f301dc81f3a754202d9bb
|
8be5fe51e6cf1b7d635ad9c1951ec6a75ff1bdfd
|
/2.cpp
|
b0babe64c1938eab5b5abaa76b18c5b74d4ec408
|
[] |
no_license
|
CiQiong/36C-
|
9d71c47325c64a04cdf00a8443042193e0b2c93c
|
aa9658167997b8f3d891fd8ce425e4291ac886bb
|
refs/heads/main
| 2023-02-21T10:22:30.260069
| 2021-01-21T17:05:54
| 2021-01-21T17:05:54
| 327,316,638
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 99
|
cpp
|
2.cpp
|
#include <stdio.h>
int main(){
char x;
scanf("%c",&x);
printf("%c\n",x-'a'+'A');
return 0;
}
|
de52a5c9404904d0c0b68c619d848755ea541271
|
6a47b5f04c74ed475b632e6561a675135e3baa80
|
/core/runtime/wavm/memory_impl.hpp
|
32e8c536dd12dbe0f7c5dc68e057e8c27b66da8c
|
[
"Apache-2.0"
] |
permissive
|
DiamondNetwork/kagome
|
3f89afcc7432c7047b2ce2a3ef6bf7a6ee878423
|
c018130a5595eeb69e439ea4695c7b7db1c7ee43
|
refs/heads/master
| 2023-08-05T01:19:31.739959
| 2021-10-08T14:01:45
| 2021-10-08T14:01:45
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 4,322
|
hpp
|
memory_impl.hpp
|
/**
* Copyright Soramitsu Co., Ltd. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef KAGOME_CORE_RUNTIME_WAVM_IMPL_MEMORY_HPP
#define KAGOME_CORE_RUNTIME_WAVM_IMPL_MEMORY_HPP
#include "runtime/memory.hpp"
#include <boost/optional.hpp>
#include <gsl/span>
#include "common/buffer.hpp"
#include "common/literals.hpp"
#include "log/logger.hpp"
#include "primitives/math.hpp"
#include "runtime/types.hpp"
#include "runtime/wavm/intrinsics/intrinsic_functions.hpp"
namespace kagome::runtime {
class MemoryAllocator;
}
namespace kagome::runtime::wavm {
class MemoryImpl final : public kagome::runtime::Memory {
public:
MemoryImpl(WAVM::Runtime::Memory *memory,
std::unique_ptr<MemoryAllocator> &&allocator);
MemoryImpl(WAVM::Runtime::Memory *memory, WasmSize heap_base);
MemoryImpl(const MemoryImpl ©) = delete;
MemoryImpl &operator=(const MemoryImpl ©) = delete;
MemoryImpl(MemoryImpl &&move) = delete;
MemoryImpl &operator=(MemoryImpl &&move) = delete;
WasmPointer allocate(WasmSize size) override;
boost::optional<WasmSize> deallocate(WasmPointer ptr) override;
template <typename T, typename = std::enable_if_t<std::is_integral_v<T>>>
T load(WasmPointer addr) const {
auto res = WAVM::Runtime::memoryRef<T>(memory_, addr);
SL_TRACE_FUNC_CALL(logger_, res, this, addr);
return res;
}
template <typename T, typename = std::enable_if_t<std::is_integral_v<T>>>
T *loadArray(WasmPointer addr, size_t num) const {
auto res = WAVM::Runtime::memoryArrayPtr<T>(memory_, addr, num);
SL_TRACE_FUNC_CALL(logger_, gsl::span<T>(res, num), this, addr);
return res;
}
int8_t load8s(WasmPointer addr) const override;
uint8_t load8u(WasmPointer addr) const override;
int16_t load16s(WasmPointer addr) const override;
uint16_t load16u(WasmPointer addr) const override;
int32_t load32s(WasmPointer addr) const override;
uint32_t load32u(WasmPointer addr) const override;
int64_t load64s(WasmPointer addr) const override;
uint64_t load64u(WasmPointer addr) const override;
std::array<uint8_t, 16> load128(WasmPointer addr) const override;
common::Buffer loadN(WasmPointer addr, WasmSize n) const override;
std::string loadStr(WasmPointer addr, WasmSize n) const override;
template <typename T, typename = std::enable_if_t<std::is_integral_v<T>>>
void store(WasmPointer addr, T value) {
SL_TRACE_VOID_FUNC_CALL(logger_, this, addr, value);
std::memcpy(
WAVM::Runtime::memoryArrayPtr<uint8_t>(memory_, addr, sizeof(value)),
&value,
sizeof(value));
}
template <typename T, typename = std::enable_if_t<std::is_integral_v<T>>>
void storeArray(WasmPointer addr, gsl::span<T> array) {
SL_TRACE_VOID_FUNC_CALL(logger_, this, addr, array);
std::memcpy(WAVM::Runtime::memoryArrayPtr<uint8_t>(
memory_, addr, sizeof(array.size_bytes())),
array.data(),
array.size_bytes());
}
void store8(WasmPointer addr, int8_t value) override;
void store16(WasmPointer addr, int16_t value) override;
void store32(WasmPointer addr, int32_t value) override;
void store64(WasmPointer addr, int64_t value) override;
void store128(WasmPointer addr,
const std::array<uint8_t, 16> &value) override;
void storeBuffer(WasmPointer addr, gsl::span<const uint8_t> value) override;
WasmSpan storeBuffer(gsl::span<const uint8_t> value) override;
WasmSize size() const override {
return WAVM::Runtime::getMemoryNumPages(memory_) * kPageSize;
}
void resize(WasmSize new_size) override {
/**
* We use this condition to avoid deallocated_ pointers fixup
*/
if (new_size >= size()) {
auto new_page_number = (new_size / kPageSize) + 1;
WAVM::Runtime::growMemory(
memory_,
new_page_number - WAVM::Runtime::getMemoryNumPages(memory_));
}
}
private:
constexpr static uint32_t kPageSize = 4096;
std::unique_ptr<MemoryAllocator> allocator_;
WAVM::Runtime::Memory *memory_;
log::Logger logger_;
};
} // namespace kagome::runtime::wavm
#endif // KAGOME_CORE_RUNTIME_WAVM_IMPL_MEMORY_HPP
|
d6b5e80624110be59ef90563881891be01052c2e
|
e5a248e5f7da9d9656e8ee98b9145fa7cfe35e87
|
/2016/0714/test.cpp
|
b18c9e060adadc8cacb8faadfd882478391755db
|
[] |
no_license
|
3329/codes
|
1e3ffb2675014c3f4166ad99bdf4f9292de126d2
|
a5688faf876e98b5e0a386416ad4665ca2d09283
|
refs/heads/master
| 2022-11-30T17:25:30.553187
| 2016-12-19T07:51:48
| 2016-12-19T07:51:48
| 76,840,257
| 2
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,716
|
cpp
|
test.cpp
|
#include <iostream>
#include <linux/types.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
using namespace std;
typedef uint32_t u32;
typedef uint64_t u64;
bool AosConvertAsciiBinary(string &str)
{
// This function checks whether 'str' is in the format:
// 0xdd
// where dd are two hex codes. If yes, it converts str
// to one character whose ASCII code is 0xdd.
if (str.length() < 4 && str.length() % 2 != 0) return true;
char *data = (char *)str.data();
if (!data) return true;
if (data[0] != '0' || (data[1] != 'x' && data[1] != 'X')) return true;
char c = data[2];
u32 code1 = 0;
if ((c >= '0' && c <= '9'))
{
code1 = c - '0';
}
else
{
if (c >= 'a' && c <= 'f') code1 = c - 'a' + 10;
else return true;
}
cout << code1 << endl;
c = data[3];
u32 code2 = 0;
if ((c >= '0' && c <= '9'))
{
code2 = c - '0';
}
else
{
if (c >= 'a' && c <= 'f') code2 = c - 'a' + 10;
else return true;
}
cout << code2 << endl;
str.resize(1);
data[0] = (char)((code1 << 4) + code2);
return true;
}
string readContentsFromFile(const string &fname)
{
FILE* f = fopen(fname.data(), "rb");
int n;
char buf[4096];
bzero(buf, sizeof(buf));
while ((n = fread(buf, 1, 4096, f)) > 0)
{
cout << "read bytes:" << n << endl;
cout << buf << endl;
}
fclose(f);
}
int main()
{
string fname = "/home/young/expr.log";
readContentsFromFile(fname);
return true;
}
|
b2bca39d3a3c5f4fdeaaf13ca7aae4de2fa480b0
|
a201ae1b5d4ff5c38748dd084418e9e3cc69ecca
|
/app/src/main/jni/SDTexture.cpp
|
22e1e0455b5b20c0822f8cf997db60152a9c83fe
|
[] |
no_license
|
mandalorethx/SortDemo
|
7792d6d82beebff6d49b345c49f7172b1c5e5f3e
|
d73aa30551e07ffd44dc283e57b6a284200c1f40
|
refs/heads/master
| 2021-01-01T05:13:51.937231
| 2016-06-04T19:07:50
| 2016-06-04T19:07:50
| 59,339,731
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 566
|
cpp
|
SDTexture.cpp
|
//
// Created by matt on 5/22/16.
//
#include "SDTexture.h"
SDTexture::SDTexture()
{
}
SDTexture::~SDTexture()
{
}
bool32 SDTexture::Create(void* pInfo)
{
}
void SDTexture::Destroy()
{
}
void BindTexture()
{
}
bool32 SDTexture::LoadTextureFileTGA(const char* pszFileName, uint32* pWidth, uint32* pHeight, void** ppData)
{
}
bool32 SDTexture::LoadTextureFilePNG(const char* pszFileName, uint32* pWidth, uint32* pHeight, void** ppData)
{
}
bool32 SDTexture::LoadTextureFile(const char* pszFileName, uint32* pWidth, uint32* pHeight, void** ppData)
{
}
|
d61c986f94210cdef559caf3d52a2e722124bafe
|
ff13a9f3fa9421ea24444558b48b3899c84281e0
|
/main.cpp
|
703a6d811cc190cf3b8d782ef21cca435d2499eb
|
[] |
no_license
|
etkenned/Assignment4
|
33a1ae464117aee54fa9bcca26fc1f2d97cc530b
|
750053ce997cdf68706478958f3b84572016947c
|
refs/heads/master
| 2020-05-07T22:01:01.866176
| 2019-04-12T05:24:50
| 2019-04-12T05:24:50
| 180,928,432
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 365
|
cpp
|
main.cpp
|
#include <iostream>
#include <fstream>
#include "StartSimulation.h"
using namespace std;
int main(int argc, char** argv)
{
if(argc > 1) // checks for user input of file name
{
StartSimulation run = StartSimulation(argv[1]);
}
else
{
cout << "Please run the program again with a valid file name in the command line" << endl;
}
}
|
5b842f18a65e16798588b075aaad1399a6798692
|
fb7bcba5725b90c50049f5c81f1b8568b187ce88
|
/DBoW2/build/dependencies/install/include/DVision/ImageFunctions.h
|
3e516795d0b54fd0b67704d0f41fb6b4ffb8d11a
|
[
"BSD-2-Clause"
] |
permissive
|
stanchiang/constellation
|
3f826ecf73f545270c9a6114d9aa404cfc21ecc7
|
c99fdf78cd7589ccd2372d67de5d33839cef1fb1
|
refs/heads/master
| 2021-05-03T10:50:04.145921
| 2016-09-08T21:58:39
| 2016-09-08T21:58:39
| 65,751,116
| 2
| 2
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,846
|
h
|
ImageFunctions.h
|
/**
* File: ImageFunctions.h
* Project: DVision library
* Author: Dorian Galvez-Lopez
* Date: February 22, 2012
* Description: Several functions for images
* License: see the LICENSE.txt file
*
*/
#ifndef __D_IMAGE_FUNCTIONS__
#define __D_IMAGE_FUNCTIONS__
#include <opencv2/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/features2d/features2d.hpp>
namespace DVision {
class ImageFunctions
{
public:
/**
* Extracts the patch described by a keypoint from an image. The patch is
* cropped if it goes beyond the image size.
* @param im image to extract the patch from
* @param kp keypoint with the coordinates, the size and the angle of the
* patch
* @param final_size if given, the patch is resized to this size. If not
* given, the size of the keypoint is used as a diameter.
* @param rectifyOrientation iif true, the patch is rotated according to
* the angle of the keypoint (if it is not -1)
* @param useCartesianAngle if true, the angle of the keypoints is assumed
* to be in Cartesian axis. If false, the vision reference is used instead
* (X points right, Y points up)
* @note OpenCV SURF keypoints use Cartesian coordinates
* @note OpenCV ORB keypoints use vision coordinates
*/
static cv::Mat getPatch(const cv::Mat &im, const cv::KeyPoint &kp,
int final_size = -1, bool rectifyOrientation = true,
bool useCartesianAngle = false);
/**
* Extracts a patch from an image. The patch is cropped if it goes beyond
* the image size
* @param im image to extract the patch from
* @param pt center of the patch in im
* @param patch_size number of rows (and cols) of the patch extracted
*/
static cv::Mat getPatch(const cv::Mat &im, const cv::Point2f &pt,
unsigned int patch_size);
};
} // namespace DVision
#endif
|
9f02c213afade539dfa5771fcc1a8284974f8ef3
|
5f5eb81e6abfe60a3c5aaf9fc2f05ce48abe88c8
|
/alarm-e/ScreenshotDlg.h
|
bc7bb30f8e1867aefa57e115d99b67aa5cdc60a4
|
[] |
no_license
|
Elevista/alarm-e
|
b0c7de9d4da308ef24d5b94c0bb37c929892f6ee
|
c22e4be83da855cc741cb1d8d7771d4d8e32b748
|
refs/heads/master
| 2021-01-16T18:43:17.083034
| 2014-12-20T00:02:36
| 2014-12-20T00:02:36
| 26,124,318
| 2
| 0
| null | null | null | null |
UHC
|
C++
| false
| false
| 1,158
|
h
|
ScreenshotDlg.h
|
#pragma once
#include "fullscreendlg.h"
#include "dbconsumer.h"
// CScreenshotDlg 대화 상자입니다.
class CScreenshotDlg : public CDialogEx
{
DECLARE_DYNAMIC(CScreenshotDlg)
public:
CScreenshotDlg(CWnd* pParent = NULL); // 표준 생성자입니다.
virtual ~CScreenshotDlg();
// 대화 상자 데이터입니다.
enum { IDD = IDD_SCREEN_SHOT };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 지원입니다.
DECLARE_MESSAGE_MAP()
public:
CString m_editSsFrequency;
CSpinButtonCtrl m_spinSsFrequency;
virtual BOOL OnInitDialog();
afx_msg void OnStnClickedPcSsPreview();
CBitmapButton m_btnApply;
CBitmapButton m_btnZoom;
CBitmapButton m_btnDelete;
CButton m_chkScreenShot;
afx_msg void OnBnClickedApply();
CListCtrl m_listScreenShot;
void Refresh(void);
afx_msg void OnLvnItemchangedListScreenshot(NMHDR *pNMHDR, LRESULT *pResult);
CStatic m_pcPreview;
afx_msg void OnBnClickedZoom();
CFullScreenDlg zoomDlg;
int index;
afx_msg void OnBnClickedDelete();
CcaptureImageDB imgDB;
afx_msg void OnBnClickedWebLink();
CBitmapButton m_btnWebLink;
virtual BOOL PreTranslateMessage(MSG* pMsg);
};
|
3ff01a39b62037d34fe48d30692dacdd7f948a4a
|
aad4d33713e19bc899153efb3b9d72e3d118f6e6
|
/src/Reads.cpp
|
adc470316fb8ae42ef6abcbf11ea6269fb0073d6
|
[
"MIT"
] |
permissive
|
mocklerlab/supersplat
|
462d8751a760f95acd375388a65a5101c588ba94
|
a1f254f2bc95a872dc69877252894cebba637585
|
refs/heads/master
| 2021-01-10T20:35:07.517480
| 2012-09-06T19:54:12
| 2012-09-06T19:54:12
| 5,694,132
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 4,904
|
cpp
|
Reads.cpp
|
/*
* File: reads.cpp
* Author: Douglas W Bryant Jr
*
* Created on December 28, 2008, 11:41 AM
*/
#include "Reads.h"
using namespace seqan;
Reads::Reads(char* p_isFastaReadsFile) {
m_hShortReads = new __gnu_cxx::hash_map<const std::string, ShortReadStorageInfo>;
m_iTotalReads = new int(0);
m_iUniqueReads = new int(0);
m_iErroredReads = new int(0);
m_iReadsPassedFilter = new int(0);
Reads::loadReadsData(p_isFastaReadsFile);
}
Reads::~Reads() {
delete m_hShortReads;
delete m_iTotalReads;
delete m_iUniqueReads;
delete m_iErroredReads;
}
bool Reads::loadReadsData(char* p_csReadsFile) {
__utility::outputStatus("Loading reads file ...\n");
MultiSeqFile multiSeqFile;
open(multiSeqFile.concat, p_csReadsFile, OPEN_RDONLY);
AutoSeqFormat format;
guessFormat(multiSeqFile.concat, format);
split(multiSeqFile, format);
unsigned seqCount = length(multiSeqFile);
CharString id;
String<Dna5Q> seq;
int l_iUniqueReads = 0, l_iErroredReads = 0;
bool l_bForwardExistsInHash, l_bReverseExistsInHash;
__gnu_cxx::hash_map<const std::string, ShortReadStorageInfo>::iterator l_hiShortReadsIterator;
for(unsigned i = 0; i < seqCount; i++) {
assignSeqId(id, multiSeqFile[i], format);
assignSeq(seq, multiSeqFile[i], format);
std::string header; assign(header, id);
std::string sequence; assign(sequence, seq);
std::transform(sequence.begin(), sequence.end(), sequence.begin(), ::toupper);
for(unsigned i = 0; i < sequence.length(); i++) {
if(sequence[i] != 'A' && sequence[i] != 'C' && sequence[i] != 'T' && sequence[i] != 'G') {
l_iErroredReads++; break;
}
}
m_hShortReads->find(sequence) == m_hShortReads->end() ? l_bForwardExistsInHash = false : l_bForwardExistsInHash = true;
m_hShortReads->find(__utility::findReverseComplement(&sequence)) == m_hShortReads->end() ? l_bReverseExistsInHash = false : l_bReverseExistsInHash = true;
if(!l_bForwardExistsInHash && !l_bReverseExistsInHash) {
ShortReadStorageInfo l_dShortReadStorageInfoToInsert;
l_dShortReadStorageInfoToInsert.ReadHeadersVector.push_back(header);
m_hShortReads->insert(std::pair<std::string, ShortReadStorageInfo>(sequence, l_dShortReadStorageInfoToInsert));
l_iUniqueReads++;
} else if(l_bForwardExistsInHash && !l_bReverseExistsInHash) {
l_hiShortReadsIterator = m_hShortReads->find(sequence);
l_hiShortReadsIterator->second.ReadHeadersVector.push_back(header);
} else if(!l_bForwardExistsInHash && l_bReverseExistsInHash) {
l_hiShortReadsIterator = m_hShortReads->find(__utility::findReverseComplement(&sequence));
l_hiShortReadsIterator->second.ReadHeadersVector.push_back(header);
}
}
*m_iTotalReads = seqCount;
*m_iUniqueReads = l_iUniqueReads;
*m_iReadsPassedFilter = -1;
*m_iErroredReads = l_iErroredReads;
std::stringstream ss;
std::string l_sTotalReads, l_sUniqueReads;
ss << seqCount; l_sTotalReads = ss.str(); ss.str("");
ss << l_iUniqueReads; l_sUniqueReads = ss.str(); ss.str("");
__utility::outputStatus("\tDONE loading reads file. Loaded " + l_sTotalReads + " total reads comprising " + l_sUniqueReads + " unique sequences.\n");
return true;
}
bool Reads::pruneReads(int p_iMinCopyNumber, int p_iMaxCopyNumber) {
std::stringstream ss;
std::string l_sMin, l_sMax;
ss << p_iMinCopyNumber; l_sMin = ss.str(); ss.str("");
ss << p_iMaxCopyNumber; l_sMax = ss.str(); ss.str("");
std::string l_sStatus = "Pruning reads ";
if(p_iMinCopyNumber != -1 && p_iMaxCopyNumber != -1) l_sStatus += "of copy number less than " + l_sMin + " and of copy number greater than " + l_sMax + " ...\n";
else if(p_iMinCopyNumber != -1) l_sStatus += "of copy number less than " + l_sMin + " ...\n";
else if(p_iMaxCopyNumber != -1) l_sStatus += "of copy number greater than " + l_sMax + " ...\n";
__utility::outputStatus(l_sStatus);
__gnu_cxx::hash_map<const std::string, ShortReadStorageInfo>::iterator it = m_hShortReads->begin();
__gnu_cxx::hash_map<const std::string, ShortReadStorageInfo>::iterator bit;
int l_iReadsRemoved = 0;
int l_iReadsPassedFilter = 0;
while(it != m_hShortReads->end()) {
if((p_iMinCopyNumber != -1 && it->second.ReadHeadersVector.size() < p_iMinCopyNumber) || (p_iMaxCopyNumber != -1 && it->second.ReadHeadersVector.size() > p_iMaxCopyNumber)) {
bit = it;
it++;
m_hShortReads->erase(bit);
l_iReadsRemoved++;
} else {
it++;
l_iReadsPassedFilter++;
}
}
*m_iReadsPassedFilter = l_iReadsPassedFilter;
int l_iToSplat = m_hShortReads->size();
std::string l_sRemoved, l_sPassed, l_sToSplat;
ss << l_iReadsRemoved; l_sRemoved = ss.str(); ss.str("");
ss << l_iReadsPassedFilter; l_sPassed = ss.str(); ss.str("");
ss << l_iToSplat; l_sToSplat = ss.str(); ss.str("");
l_sStatus = "\tDONE pruning reads. " + l_sRemoved + " reads removed, " + l_sToSplat + " reads to splat.\n";
__utility::outputStatus(l_sStatus);
return true;
}
|
d392d83160f4a95462e179c6a237d3903c7b4171
|
33035c05aad9bca0b0cefd67529bdd70399a9e04
|
/src/boost_fusion_sequence_comparison.hpp
|
413455ae6c6386c3ee58f4b619b4d26e027d541f
|
[
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] |
permissive
|
elvisbugs/BoostForArduino
|
7e2427ded5fd030231918524f6a91554085a8e64
|
b8c912bf671868e2182aa703ed34076c59acf474
|
refs/heads/master
| 2023-03-25T13:11:58.527671
| 2021-03-27T02:37:29
| 2021-03-27T02:37:29
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 48
|
hpp
|
boost_fusion_sequence_comparison.hpp
|
#include <boost/fusion/sequence/comparison.hpp>
|
f9d61fa74efaa662a50427004340d34c6051cc6f
|
955a86131d09b34891b0fed3096f54fd292fd9db
|
/src/OI.h
|
ee81bb25610520ee37af1252f7ef61b0e27bf342
|
[] |
no_license
|
Team4819/2018-Robot-Codebase
|
ee30afe021219832b4172469298c8f1d33c14baa
|
5d8d518a542033afc9dc7ec4f6532022fbaa02b3
|
refs/heads/master
| 2020-03-09T07:59:59.668694
| 2018-04-08T20:21:04
| 2018-04-08T20:21:04
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,028
|
h
|
OI.h
|
/*----------------------------------------------------------------------------*/
/* Copyright (c) 2017-2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of */
/* the project. */
/*----------------------------------------------------------------------------*/
#pragma once
#include <Buttons/JoystickButton.h>
#include <Joystick.h>
#include <XboxController.h>
class OI {
public:
OI();
frc::Joystick& GetDrive1Joystick();
frc::Joystick& GetDrive2Joystick();
frc::JoystickButton& GetFullDownButton();
frc::JoystickButton& GetClimberButton();
private:
frc::Joystick m_Drive1{0};
frc::Joystick m_Drive2{1};
frc::JoystickButton m_dGrabOpen{&m_Drive2,5};
frc::JoystickButton m_dGrabClose{&m_Drive2,6};
frc::JoystickButton m_FullDown{&m_Drive2,7};
frc::JoystickButton m_Climb{&m_Drive2,10};
};
|
5883b46080d02cd89be8765049c27aa4395e71ad
|
9058939a9c2c513fbe6c67c225ddf03c68198d08
|
/POJ/2643.cpp
|
e40ad3ad98911a14a849b0074f4c79de6812dfd5
|
[] |
no_license
|
comzyh/ICPCcode
|
7335123fcdd6607ef1d2ef289392f692294a28bb
|
99acc36af5bd1e925ec0205a52f369f3c514ef08
|
refs/heads/master
| 2020-05-18T15:49:22.592994
| 2018-11-19T12:03:07
| 2018-11-19T12:03:07
| 12,371,932
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,287
|
cpp
|
2643.cpp
|
#include <cstdio>
#include <cstring>
struct candidate
{
char name[100],party[100];
}cas[21];
struct party
{
char name[100];
int vote;
}pas[30];
int np;
int N,M;
inline void vote(char *pname);
inline bool is_independent(char *name);
int main()
{
int i,j;
scanf("%d",&N);
getchar();
char name[80];
for (i=1;i<=N;i++)
{
gets(cas[i].name);
gets(cas[i].party);
if (strcmp(cas[i].party,"independent")==0)
strcat(cas[i].party,cas[i].name);
}
scanf("%d",&M);
getchar();
np=0;
for (i=1;i<=M;i++)
{
gets(name);
for (j=1;j<=N;j++)
if (strcmp(name,cas[j].name)==0)
vote(cas[j].party);
}
int MAX=0,nans=0;
strcpy(pas[0].name,"tie");pas[0].vote=0;
for (i=1;i<=np;i++)
if (pas[i].vote>pas[nans].vote)nans=i;
for (i=1;i<=np;i++)
if (i!=nans && pas[i].vote==pas[nans].vote)
{
nans=0;
break;
}
if (is_independent(pas[nans].name))
printf("independent\n");
else
printf("%s\n",pas[nans].name);
}
inline void vote(char *pname)
{
int i;
for (i=1;i<=np;i++)
if (strcmp(pas[i].name,pname)==0)
break;
if (i>np)
{
np=i;
strcpy(pas[np].name,pname);
pas[np].vote=0;
}
pas[i].vote++;
}
inline bool is_independent(char *name)
{
char de[30];
strcpy(de,"independent");
for (int i=0;i<11;i++)
if (name[i]!=de[i])
return 0;
return 1;
}
|
edae0ef4590f9b85feb37963bf9d14a416decb26
|
91914b2fca90139fdfe550378f927a592240726a
|
/A_Domino_on_Windowsill.cpp
|
84827fd875280edc36f212e38ba38e54e6458b3b
|
[] |
no_license
|
Suhrid-Talukder333/Codeforces-Problems
|
89d6804ed0579d0eea1547e0db776530c61fd582
|
9e936da6bac377b4cb9d0a9be52d937c31e8cd03
|
refs/heads/master
| 2023-05-29T15:20:19.470592
| 2021-06-21T10:13:16
| 2021-06-21T10:13:16
| 290,012,911
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 413
|
cpp
|
A_Domino_on_Windowsill.cpp
|
#include<bits/stdc++.h>
using namespace std;
int main() {
int t;
cin >> t;
while(t--) {
int n, k1, k2;
cin>>n>>k1>>k2;
int a, b;
cin >> a >> b;
int ans1 = (k1 + k2) / 2;
int ans2 = ((2 * n) - (k1 + k2)) / 2;
if(ans1>=a && ans2>=b) {
cout << "YES" << endl;
}
else {
cout << "NO" << endl;
}
}
}
|
bd11ce1025b7bcd0dfb0153aa95d70970569ff2e
|
e29ee4b29eb34cda63577ebac33bc105bb4d34b8
|
/source/utils.cpp
|
1bcbecdcdea9ae97840e4b37c506e6522b5024a8
|
[] |
no_license
|
joel16/3DShell
|
5a7b737311452404a804b364bb4e6f8bb9432dda
|
46515aff0f405b630d64f82f5d633a16841fd5db
|
refs/heads/next
| 2021-06-05T05:56:57.929271
| 2021-04-11T20:51:41
| 2021-04-11T20:51:41
| 92,087,222
| 333
| 31
| null | 2021-04-11T20:51:41
| 2017-05-22T18:38:09
|
C++
|
UTF-8
|
C++
| false
| false
| 978
|
cpp
|
utils.cpp
|
#include <3ds.h>
#include <cstdio>
namespace Utils {
void GetSizeString(char *string, double size) {
int i = 0;
const char *units[] = {"B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"};
while (size >= 1024.f) {
size /= 1024.f;
i++;
}
std::sprintf(string, "%.*f %s", (i == 0) ? 0 : 2, size, units[i]);
}
void SetBounds(int *set, int min, int max) {
if (*set > max)
*set = min;
else if (*set < min)
*set = max;
}
void SetMax(int *set, int value, int max) {
if (*set > max)
*set = value;
}
void SetMin(int *set, int value, int min) {
if (*set < min)
*set = value;
}
bool IsCancelButtonPressed(void) {
hidScanInput();
if (hidKeysDown() & KEY_B)
return true;
return false;
}
}
|
4f83b2d949d3516e13954fd0bd6f34f053861bde
|
6abaf62b3597610ed8b35f637552ea2a829dbd7e
|
/src/Systems/DX9RenderSystem/DX9RenderVertexAttribute.cpp
|
cbd5313e3c5fb2ad39d642489c9fa24c32b4a431
|
[] |
no_license
|
codacy-badger/Mengine
|
baac6696d51c6eae1201f345698e76755d30dd29
|
36f98378eec5e6351eacc7d9b463c472b9888fd0
|
refs/heads/master
| 2020-06-24T17:38:21.976520
| 2019-07-26T14:37:15
| 2019-07-26T14:37:15
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 3,661
|
cpp
|
DX9RenderVertexAttribute.cpp
|
#include "DX9RenderVertexAttribute.h"
#include "Interface/StringizeServiceInterface.h"
#include "DX9RenderEnum.h"
#include "DX9ErrorHelper.h"
namespace Mengine
{
//////////////////////////////////////////////////////////////////////////
DX9RenderVertexAttribute::DX9RenderVertexAttribute()
: m_elementSize( 0 )
, m_pD3DDevice( nullptr )
, m_vertexDeclaration( nullptr )
{
}
//////////////////////////////////////////////////////////////////////////
DX9RenderVertexAttribute::~DX9RenderVertexAttribute()
{
}
//////////////////////////////////////////////////////////////////////////
bool DX9RenderVertexAttribute::initialize( const ConstString & _name, uint32_t _elementSize )
{
m_name = _name;
m_elementSize = _elementSize;
return true;
}
//////////////////////////////////////////////////////////////////////////
bool DX9RenderVertexAttribute::compile( IDirect3DDevice9 * _pD3DDevice )
{
m_pD3DDevice = _pD3DDevice;
D3DVERTEXELEMENT9 declaration[64];
DWORD declaration_iterator = 0;
for( const AttributeDesc & desc : m_attributes )
{
if( desc.uniform == STRINGIZE_STRING_LOCAL( "inVert" ) )
{
declaration[declaration_iterator++] = { 0, 0, D3DDECLTYPE_FLOAT3, D3DDECLMETHOD_DEFAULT, D3DDECLUSAGE_POSITION, 0 };
}
if( desc.uniform == STRINGIZE_STRING_LOCAL( "inCol" ) )
{
declaration[declaration_iterator++] = { 0, 12, D3DDECLTYPE_D3DCOLOR, D3DDECLMETHOD_DEFAULT, D3DDECLUSAGE_COLOR, 0 };
}
if( desc.uniform == STRINGIZE_STRING_LOCAL( "inUV0" ) )
{
declaration[declaration_iterator++] = { 0, 16, D3DDECLTYPE_FLOAT2, D3DDECLMETHOD_DEFAULT, D3DDECLUSAGE_TEXCOORD, 0 };
}
if( desc.uniform == STRINGIZE_STRING_LOCAL( "inUV1" ) )
{
declaration[declaration_iterator++] = { 0, 24, D3DDECLTYPE_FLOAT2, D3DDECLMETHOD_DEFAULT, D3DDECLUSAGE_TEXCOORD, 1 };
}
}
declaration[declaration_iterator] = D3DDECL_END();
IF_DXCALL( m_pD3DDevice, CreateVertexDeclaration, (declaration, &m_vertexDeclaration) )
{
return false;
}
return true;
}
//////////////////////////////////////////////////////////////////////////
const ConstString & DX9RenderVertexAttribute::getName() const
{
return m_name;
}
//////////////////////////////////////////////////////////////////////////
uint32_t DX9RenderVertexAttribute::getElementSize() const
{
return m_elementSize;
}
//////////////////////////////////////////////////////////////////////////
void DX9RenderVertexAttribute::enable()
{
DXCALL( m_pD3DDevice, SetVertexDeclaration, (m_vertexDeclaration) );
}
//////////////////////////////////////////////////////////////////////////
void DX9RenderVertexAttribute::disable()
{
//DXCALL( m_pD3DDevice, SetVertexDeclaration, (nullptr) );
}
//////////////////////////////////////////////////////////////////////////
void DX9RenderVertexAttribute::addAttribute( const ConstString & _uniform, uint32_t _size, EVertexAttributeType _type, bool _normalized, uint32_t _stride, uint32_t _offset )
{
AttributeDesc desc;
desc.uniform = _uniform;
desc.size = _size;
desc.type = _type;
desc.normalized = _normalized;
desc.stride = _stride;
desc.offset = _offset;
m_attributes.emplace_back( desc );
}
}
|
8274fe04cf388b6fb4508501b1b3ccb5a80a6eee
|
1041e7665c64b8355d0e3d40e0558439712de573
|
/src/fat.cpp
|
7928dc8aa36bdd70e0a6843949fe92006ae26ba0
|
[] |
no_license
|
lealdaniel/EP3-SO
|
7c50227bd51b20da7b33f86528e51112cbfe9089
|
d3ba99c93887b6a2e9ea6da0eefcc0963b87e9d2
|
refs/heads/master
| 2023-01-29T13:26:50.095770
| 2020-12-03T20:01:51
| 2020-12-03T20:01:51
| 312,421,938
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 204
|
cpp
|
fat.cpp
|
#include <vector>
using namespace std;
#include "./item.hpp"
typedef struct Node {
int nextBlock;
string content;
} Node;
#define MAX 25000
class Fat {
public:
vector<Node> fatTable;
};
|
e178bc5ea67972c7d88e72760aa1d8aa849225ec
|
2bf1dcb08592de5ce41a3ccebfc817ecd5b6dc5c
|
/krushal.cpp
|
2e468a054d97a3763253190b2431b4d1b883678a
|
[] |
no_license
|
tushargr/ChatIO
|
5263b37d2d29ae09db20fefd323c0710eebc36df
|
52fda5d584826a34b05abe5cc61a79538ac81d2d
|
refs/heads/master
| 2020-03-07T00:40:47.397545
| 2018-03-28T14:53:50
| 2018-03-28T14:53:50
| 127,163,409
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,979
|
cpp
|
krushal.cpp
|
#include <bits/stdc++.h>
#include<vector>
using namespace std;
vector <pair<int,int>> mpq;
void minheapify(int node){
int minimum=node;
if((2*node+1<mpq.size())&&(mpq[node].second>mpq[2*node+1])) minimum=2*node+1;
if((2*node+2<mpq.size())&&(mpq[minimum].second>mpq[2*node+2])) minimum=2*node+2;
if(minimum!=node){
pair<int ,int>p;
p.first=mpq[minimum].first;
p.second=mpq[minimum].second;
mpq[minimum].first=mpq[node].first;
mpq[minimum].second=mpq[node].second;
mpq[node].first=p.first;
mpq[node].second=p.second;
minheapify(minimum);
}
return;
}
void remove_top(){
if(mpq.size()<=2){
mpq.erase(mpq.begin());
}
else{
pair<int ,int>p;
p.first=mpq[0].first;
p.second=mpq[0].second;
mpq[0].first=mpq[mpq.size()-1].first;
mpq[0].second=mpq[mpq.size()-1].second;
mpq[mpq.size()-1].first=p.first;
mpq[mpq.size()-1].second=p.second;
mpq.erase(mpq.begin()+mpq.size()-1);
minheapify(0);
}
return;
}
void insert(pair<int,int>p){
if(mpq.size()==0){
mpq.push_back(p);
return;
}
else{
mpq.push_back(p);
for(int i=mpq.size()-1;i>0;i=(i-1)/2){
if(mpq[i].second<mpq[(i-1)/2].second){
pair<int ,int>p;
p.first=mpq[i].first;
p.second=mpq[i].second;
mpq[i].first=mpq[(i-1)/2].first;
mpq[i].second=mpq[(i-1)/2].second;
mpq[(i-1)/2].first=p.first;
mpq[(i-1)/2].second=p.second;
}
else{
break;
}
}
return;
}
return;
}
int main() {
int t;
cin >> t;
while(t--){
int n,m;
cin>>n>>m;
vector <pair<int,int>> adjlist[n];
for(int i=0;i<m;i++){
int a,b,w;
cin>>a>>b>>w;
a--;b--;
adjlist[a].push_back(make_pair(b,w));
adjlist[b].push_back(make_pair(a,w));
}
int start_node;
cin>>start_node;
int dist[n];
for(int i=0;i<n;i++){
dist[i]=1000000000;
}
dist[start_node]=0;
insert(make_pair(start_node,0)); //insert into min priority queue
while(!mpq.empty()){
pair <int,int> p=mpq[0];
remove_top();
int node=p.first;
for(int i=0;i<adjlist[start_node].size();i++){
int next_node=adjlist[start_node][i].first;
int w=adjlist[start_node][i].second;
if(dist[next_node]>dist[node]+w){
dist[next_node]=dist[node]+w;
insert(make_pair(next_node,dist[next_node]));
}
}
}
}
return 0;
}
|
ee7ad94a8b8fab123adbb88eba07b7cd1a83733c
|
cc0a9745fce81bbe241e62a1963e6ebe2fd8cda3
|
/library/vcl/math/projection/projection.hpp
|
c745d89e76d26aaa91c700d39eac89659ee898f6
|
[
"MIT"
] |
permissive
|
drohmer/inf585_vcl
|
b13478e85ac411d53463bb5b3d84b0571e319356
|
9ecf7ee7ae211b54181329dc0dbf7f2aa6bd0f5b
|
refs/heads/master
| 2021-07-10T04:15:18.777150
| 2021-02-23T11:28:03
| 2021-02-23T11:28:03
| 231,139,747
| 1
| 6
|
MIT
| 2021-03-07T11:34:57
| 2019-12-31T19:44:52
|
C++
|
UTF-8
|
C++
| false
| false
| 478
|
hpp
|
projection.hpp
|
#pragma once
#include "vcl/math/matrix/matrix.hpp"
namespace vcl
{
mat4 projection_perspective(float fov, float aspect, float z_near, float z_far);
mat4 projection_perspective_inverse(float fov, float aspect, float z_near, float z_far);
mat4 projection_orthographic(float left, float right, float bottom, float top, float z_near, float z_far);
mat4 projection_orthographic_inverse(float left, float right, float bottom, float top, float z_near, float z_far);
}
|
145498e317f96c908d7517fcbf94066579a9c117
|
ca29720817d18d0bc3d207cfe3ca37ae90dac91a
|
/USACOTrain/gift1.cpp
|
541f3e52eea15fe910ba78c60b121f75e66a8cba
|
[] |
no_license
|
Xiao-Jian/ACM
|
0e3e3f3dd13f20d1763aa8bb99aea882ea5585c4
|
b2a737a529f453b5a86c72b501254c6d6f90b280
|
refs/heads/master
| 2020-05-27T08:42:25.986536
| 2015-07-06T07:08:23
| 2015-07-06T07:08:23
| 35,941,400
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 565
|
cpp
|
gift1.cpp
|
/*
ID: xiaojia5
LANG: C++
TASK: gift1
*/
#include <fstream>
#include <string>
#include <cstring>
using namespace std;
ifstream fin("gift1.in");
ofstream fout("gift1.out");
int main()
{
static int ans[10];
int np,i,j,p,mon,ng;
string a[10],give,rec;
fin>>np;
for (i=0;i<np;i++)
fin>>a[i];
for (i=0;i<np;i++) {
fin >> give >> mon >> ng;
for (p=0;give!=a[p];p++);
ans[p]-=ng==0?0:mon-mon%ng;
for (j=0;j<ng;j++) {
fin >> rec;
for (p=0;rec!=a[p];p++);
ans[p]+=mon/ng;
}
}
for (i=0;i<np;i++)
fout<<a[i]<<' '<<ans[i]<<endl;
return 0;
}
|
f0df59baf1a46692095aa3564700761762da754a
|
f39fbc00e7584a3e93f92534ca016fd951110cf1
|
/src/v/raft/tests/coordinated_recovery_throttle_test.cc
|
0f28372f0375ca0fb0ba8acd951b8c4b2b5d0aa5
|
[] |
no_license
|
redpanda-data/redpanda
|
93234ff70348d3ed131bdc2d121fc8dcb7bffca9
|
bee41676303c0e5fb161256b844bb14a135de8cd
|
refs/heads/dev
| 2023-08-27T21:40:47.107399
| 2023-08-26T11:45:30
| 2023-08-26T11:45:30
| 309,512,982
| 4,297
| 308
| null | 2023-09-14T20:36:21
| 2020-11-02T22:43:36
|
C++
|
UTF-8
|
C++
| false
| false
| 9,581
|
cc
|
coordinated_recovery_throttle_test.cc
|
// Copyright 2023 Redpanda Data, Inc.
//
// Use of this software is governed by the Business Source License
// included in the file licenses/BSL.md
//
// As of the Change Date specified in that file, in accordance with
// the Business Source License, use of this software will be governed
// by the Apache License, Version 2.0
#include "config/mock_property.h"
#include "raft/coordinated_recovery_throttle.h"
#include "test_utils/async.h"
#include "test_utils/fixture.h"
#include <seastar/testing/thread_test_case.hh>
#include <seastar/util/defer.hh>
#include <chrono>
using throttler = raft::coordinated_recovery_throttle;
/// Boiler plate for starting and cleaning up a sharded throttler.
struct test_fixture {
// This value is carefully chosen to be lcm[0,,,num_shard-1].
// An lcm guarantees that there are no rounding issues in
// coordination ticks when distributing bandwidth, making the
// test logic simple.
static constexpr size_t initial_rate_per_shard = 420;
static constexpr std::chrono::seconds timeout{5};
test_fixture() {
BOOST_REQUIRE_GT(ss::smp::count, 1);
BOOST_REQUIRE_EQUAL(ss::this_shard_id(), 0);
vlog(logger.info, "using smp count: {}", ss::smp::count);
_as.start().get();
// Here we don't trigger the coordinator timer intentionally so that
// the test can step thru the ticks manually as needed using
// coordinator_tick(). That gives more control over the test state.
_config_rate.start(ss::smp::count * initial_rate_per_shard).get();
_config_use_static.start(false).get();
_throttler
.start(
ss::sharded_parameter(
[this] { return _config_rate.local().bind(); }),
ss::sharded_parameter(
[this] { return _config_use_static.local().bind(); }))
.get();
check_available_all_shards(initial_rate_per_shard);
}
~test_fixture() {
_throttler.invoke_on_all(&throttler::shutdown).get();
_throttler.stop().get();
_config_rate.stop().get();
_config_use_static.stop().get();
_as.stop().get();
}
void update_rate(size_t new_rate) {
_config_rate
.invoke_on_all(
[new_rate](auto& local) mutable { local.update(size_t(new_rate)); })
.get();
}
throttler& local() { return _throttler.local(); }
ss::future<std::vector<size_t>> all_available() {
return local().container().map(
[](auto& local) { return local.available(); });
}
ss::future<std::vector<size_t>> all_waiting() {
return local().container().map(
[](auto& local) { return local.waiting_bytes(); });
}
ss::future<std::vector<size_t>> all_admitted() {
return local().container().map(
[](auto& local) { return local.admitted_bytes(); });
}
ss::future<> coordinator_tick() { return local().tick_for_testing(); }
void check_available_all_shards(size_t expected) {
auto available = all_available().get();
BOOST_REQUIRE(std::all_of(
available.begin(), available.end(), [expected](auto current) {
return current == expected;
}));
}
void check_available(ss::shard_id shard, size_t expected) {
auto available
= local()
.container()
.invoke_on(shard, [](auto& local) { return local.available(); })
.get();
BOOST_REQUIRE_EQUAL(expected, available);
}
ss::future<> throttle_on_shard(ss::shard_id shard, size_t bytes) {
return local().container().invoke_on(shard, [bytes, this](auto& local) {
return local.throttle(bytes, _as.local());
});
}
template<class Predicate>
void wait_until(Predicate&& pred) {
tests::cooperative_spin_wait_with_timeout(
timeout, std::forward<Predicate>(pred))
.get();
}
ss::logger logger{"throttler_test"};
ss::sharded<ss::abort_source> _as{};
ss::sharded<config::mock_property<size_t>> _config_rate;
ss::sharded<config::mock_property<bool>> _config_use_static;
ss::sharded<throttler> _throttler;
};
FIXTURE_TEST(throttler_test_simple, test_fixture) {
BOOST_REQUIRE_EQUAL(local().waiting_bytes(), 0);
BOOST_REQUIRE_EQUAL(local().admitted_bytes(), 0);
// consume half
auto half = initial_rate_per_shard / 2;
local().throttle(half, _as.local()).get();
BOOST_REQUIRE_EQUAL(local().waiting_bytes(), 0);
BOOST_REQUIRE_EQUAL(local().admitted_bytes(), half);
// consume second half, bucket is empty at this point.
local().throttle(half, _as.local()).get();
BOOST_REQUIRE_EQUAL(local().waiting_bytes(), 0);
BOOST_REQUIRE_EQUAL(local().admitted_bytes(), 2 * half);
// half more, not enough bytes left, should block until the capacity is
// refilled.
auto f = local().throttle(half, _as.local());
wait_until([this, half] {
return local().waiting_bytes() == half
&& local().admitted_bytes() == 2 * half;
});
// force a tick, this refills the bucket.
// Resets admitted counters.
coordinator_tick().get();
// New bytes admitted and nothing should wait.
f.get();
BOOST_REQUIRE_EQUAL(local().waiting_bytes(), 0);
BOOST_REQUIRE_EQUAL(local().admitted_bytes(), half);
// Multiple ticks to reset the state.
wait_until([this] {
return coordinator_tick().then(
[this] { return local().admitted_bytes() == 0; });
});
// Rate allocation should be back to fair rate.
check_available(ss::this_shard_id(), initial_rate_per_shard);
}
FIXTURE_TEST(throttler_test_rebalancing, test_fixture) {
for (auto i : boost::irange(ss::smp::count - 1)) {
vlog(logger.info, "Running iteration: {}", i);
// Each iteration of this loop consumes the entirety of bandwidth
// among shards [0, i]. [i+1, n) remain idle and their unused
// bandwidth should be shared among [0, i] resulting in progress.
// step 1: Consume all rate on [0, i]
auto total_rate = local().available() * ss::smp::count;
auto throttle_per_shard = total_rate / (i + 1);
std::vector<ss::future<>> throttled;
for (auto j : boost::irange(i + 1)) {
throttled.emplace_back(throttle_on_shard(j, throttle_per_shard));
}
// Ensure the throttled fibers are accounted for.
wait_until([this, throttle_per_shard, i] {
return all_waiting().then(
[throttle_per_shard, i](std::vector<size_t> waiting) {
return std::all_of(
waiting.begin(),
waiting.begin() + i + 1,
[throttle_per_shard](auto curr) {
return curr == throttle_per_shard;
});
});
});
wait_until([this, i] {
return all_admitted().then([i](std::vector<size_t> admitted) {
return std::all_of(
admitted.begin(), admitted.begin() + i + 1, [](auto curr) {
return curr == 0;
});
});
});
// Step 2: Trigger rebalancing of available bandwidth.
coordinator_tick().get();
// Step 3: Wait for the throttled fibers to finish.
ss::when_all_succeed(throttled.begin(), throttled.end()).get();
// Everything is consumed at this point, ensure that is reflected
// in the available capacity.
wait_until([this] {
return all_available().then([](auto available) {
return std::all_of(
available.begin(), available.end(), [](size_t current) {
return current == 0;
});
});
});
// Make sure the throttling fiber actually made progress.
wait_until([this, i] {
return all_waiting().then([i](std::vector<size_t> waiting) {
return std::all_of(
waiting.begin(), waiting.begin() + i + 1, [](auto curr) {
return curr == 0;
});
});
});
wait_until([this, throttle_per_shard, i] {
return all_admitted().then(
[throttle_per_shard, i](std::vector<size_t> admitted) {
return std::all_of(
admitted.begin(),
admitted.begin() + i + 1,
[throttle_per_shard](auto curr) {
return curr == throttle_per_shard;
});
});
});
// In a few ticks, all shards should be back to fair rate.
wait_until([this] {
return coordinator_tick().then([this] {
return local().waiting_bytes() == 0
&& local().admitted_bytes() == 0
&& local().available() == initial_rate_per_shard;
});
});
check_available_all_shards(initial_rate_per_shard);
}
}
FIXTURE_TEST(throttler_rate_update, test_fixture) {
auto current_shard_rate = local().available();
for (auto curr : {current_shard_rate / 2, current_shard_rate * 2}) {
auto new_rate = curr * ss::smp::count;
update_rate(new_rate);
tests::cooperative_spin_wait_with_timeout(timeout, [this, curr] {
return coordinator_tick().then(
[this, curr] { return local().available() == curr; });
}).get();
}
}
|
569252fec5bade4ad0b3530f6cbacf6507f40159
|
e941ab124e39befc946aa80e50f55a5d0e8dcb62
|
/Readers/brukerBAF/BAFConverter.cpp
|
e94508c0e4fd5dceb4135b02208a0d83b940c5f1
|
[
"Apache-2.0"
] |
permissive
|
PNNL-Comp-Mass-Spec/DeconEngineV2
|
5b609dcb7bbbe96fc8484f834f5b09c1b5fb31bb
|
3b075a169e8cd48d44b85b96bafdca28c2f7f862
|
refs/heads/master
| 2021-11-20T03:29:33.794183
| 2021-10-27T04:15:46
| 2021-10-27T04:15:46
| 22,492,622
| 5
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 17,300
|
cpp
|
BAFConverter.cpp
|
/*---------------------------------------------------------------------------
## File:
## @@(#) BAFConverter.cpp
## Author:
## Robert M. Hubley rhubley@systemsbiology.org
## - based on the example application supplied by Bruker
## in the CDAL library.
## Description:
## Convert a file from the Bruker MicroTOF LC raw format into
## an mzXML file.
##
##*****************************************************************************
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU Library or "Lesser" General Public
## License (LGPL) as published by the Free Software Foundation;
## either version 2 of the License, or (at your option) any later
## version.
##
##*****************************************************************************
##
## Changes
##
## $Log: BAFConverter.cpp,v $
## Revision 1.1 2004/09/01 23:30:31 rhubley
## Initial checkin
##
##
##
##---------------------------------------------------------------------------*/
#include "StdAfx.h"
#include "sha1.h"
#include "BAFConverter.h"
#include <CDALInclude/Exceptions.h>
#include <sstream>
#include <fstream>
#include <iostream>
#include <algorithm> // required for std::swap
std::ostream& operator<<(std::ostream& os, __int64 i )
{
char buf[20];
sprintf(buf,"%I64d", i);
os << buf;
return os;
}
std::ostream& operator<<(std::ostream& os, UINT64 i )
{
char buf[20];
sprintf(buf,"%I64u", i);
os << buf;
return os;
}
////////////////// constructor and destructor /////////////////////////////////
CBAFConverter::CBAFConverter(const std::string& sAnalysisDirectory, std::ostream& out) :
m_sAnalysisDirectory(sAnalysisDirectory), m_display(out)
{
if ( ! m_sAnalysisDirectory.empty() ) {
if ( m_sAnalysisDirectory[m_sAnalysisDirectory.size()-1] == '/' ||
m_sAnalysisDirectory[m_sAnalysisDirectory.size()-1] == '\\' ) {
m_sAnalysisDirectory.erase( m_sAnalysisDirectory.size()-1 );
}
}
}
CBAFConverter::~CBAFConverter()
{
}
void CBAFConverter::do_convertFile() const
{
UINT64 scanCount = 0;
UINT64 indexElementOffset = 0;
UINT64 byteCounter = 0;
CSHA1 sha1;
char szRawSHA1Hash[50];
std::string rawFile( m_sAnalysisDirectory );
std::string outputLine;
std::stringstream outLine;
rawFile += "\\analysis.baf";
std::cout << "Opening ";
std::cout << rawFile;
std::cout << std::endl;
if ( !sha1.HashFile( (char *)rawFile.c_str() ) ) {
std::cout << "Error...could not hash raw file analysis.baf ";
exit( 0 );
}
std::cout << "Opened file!" << std::endl;
sha1.Final();
szRawSHA1Hash[0] = '\0';
sha1.ReportHash( szRawSHA1Hash, CSHA1::REPORT_HEX );
sha1.Reset();
outputLine = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n";
sha1.Update( (unsigned char *)outputLine.c_str(), outputLine.size() );
m_display << outputLine;
byteCounter += outputLine.size();
//
// Open the analysis with the factory function
//
CDAL::IAnalysisPtr pAnalysis( CDAL::IAnalysis::Open(m_sAnalysisDirectory) );
// do we have a valid (smart) analysis-pointer?
if ( pAnalysis.get() ) {
//
// Get analysis META data
//
CDAL::IAnalysisMetaInfoPtr pAnalysisMeta( pAnalysis->GetMetaInfo() );
if ( pAnalysisMeta ) {
//m_display << "Analysis Meta Info: " << std::endl;
std::string sName;
pAnalysisMeta->GetOperatorName( sName );
//m_display << " Analysis Name: " << sName << std::endl;
//TODO MORE TO GET HERE
}
// let's pass a chromatographic spectrum collection to the interface
//CDAL::ChromSpectrumCollection specCollection;
CDAL::SpectrumCollection specCollection;
pAnalysis->GetSpectrumCollection(specCollection);
// Allocate a vector to hold the file offsets
std::vector<unsigned int> offsets( specCollection.size() + 1 );
if ( !specCollection.empty() ) {
outputLine = "<msRun xmlns=\"http://sashimi.sourceforge.net/schema/\" ";
outputLine += "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" ";
outputLine += "xsi:schemaLocation=\"http://sashimi.sourceforge.net/schema/ ";
outputLine += "http://sashimi.sourceforge.net/schema/MsXML.xsd\" ";
outputLine += "scanCount=\"" + string_fmt( specCollection.size() ) + "\" ";
outputLine += ">\n";
sha1.Update( (unsigned char *)outputLine.c_str(), outputLine.size() );
m_display << outputLine;
byteCounter += outputLine.size();
outputLine = "<parentFile fileName=\"" + rawFile + "\" ";
outputLine += "fileType=\"RAWData\" ";
outputLine += "fileSha1=\"" + string_fmt( szRawSHA1Hash ) + "\"/>\n";
sha1.Update( (unsigned char *)outputLine.c_str(), outputLine.size() );
m_display << outputLine;
byteCounter += outputLine.size();
outputLine = "<instrument manufacturer=\"Bruker\" ";
outputLine += "model=\"microTOFLC\" ";
outputLine += "ionisation=\"ESI\" ";
outputLine += "msType=\"TOF\">\n";
sha1.Update( (unsigned char *)outputLine.c_str(), outputLine.size() );
m_display << outputLine;
byteCounter += outputLine.size();
outputLine = "<software type=\"acquisition\" ";
outputLine += "name=\"CDAL\" ";
outputLine += "version=\"1.0.7\"/>\n";
sha1.Update( (unsigned char *)outputLine.c_str(), outputLine.size() );
m_display << outputLine;
byteCounter += outputLine.size();
outputLine = "</instrument>\n";
sha1.Update( (unsigned char *)outputLine.c_str(), outputLine.size() );
m_display << outputLine;
byteCounter += outputLine.size();
outputLine = "<dataProcessing intensityCutoff=\"0\">\n";
sha1.Update( (unsigned char *)outputLine.c_str(), outputLine.size() );
m_display << outputLine;
byteCounter += outputLine.size();
outputLine = "<software type=\"conversion\" ";
outputLine += "name=\"mzBruker\" ";
outputLine += "version=\"1.0\"/>\n";
sha1.Update( (unsigned char *)outputLine.c_str(), outputLine.size() );
m_display << outputLine;
byteCounter += outputLine.size();
outputLine = "<processingOperation ";
outputLine += "name=\"min_peaks_per_spectra\" ";
outputLine += "value=\"1\"/>\n";
sha1.Update( (unsigned char *)outputLine.c_str(), outputLine.size() );
m_display << outputLine;
byteCounter += outputLine.size();
outputLine = "</dataProcessing>\n";
sha1.Update( (unsigned char *)outputLine.c_str(), outputLine.size() );
m_display << outputLine;
byteCounter += outputLine.size();
CDAL::RetentionTime retentionTime;
CDAL::eION_POLARITY polarity;
CDAL::Real64_t min;
CDAL::Real64_t max;
CDAL::Real64_t basePeak;
CDAL::VectorReal64 vecMZ;
CDAL::VectorReal64 vecIntensity;
CDAL::Real64_t totalIONCurrent;
// SCAN/SPECTRUM LOOP
//CDAL::ChromSpectrumCollection::const_iterator it( specCollection.begin() );
CDAL::SpectrumCollection::const_iterator it( specCollection.begin() );
for ( ; it != specCollection.end(); ++it ) {
// Grab out the spectrum pointer
//CDAL::ISpectrumPtr pSpectrum( it->second );
CDAL::ISpectrumPtr pSpectrum( *it );
//
// Get the spectrum parameters
//
CDAL::ISpectrumParameterPtr pSpectrumParam( pSpectrum->GetSpectrumParameter() );
pSpectrumParam->GetRetentionTime( retentionTime );
pSpectrumParam->GetIonPolarity( polarity );
// access and display/dump the raw data of the spectrum
if ( pSpectrum->HasRawData() ) {
CDAL::ISpectrumRawDataPtr pRawData( pSpectrum->GetSpectrumRawData() );
// Get raw mz/int pairs as two vectors
pRawData->GetMZ( vecMZ );
pRawData->GetIntensity( vecIntensity );
// Get min/max/sum intensities
pRawData->GetIntensityMinMax( min, max );
pRawData->GetSumIntensity( totalIONCurrent );
// Now build an array of UINT64 using the mz/int pairs. Make sure we
// don't exceed the size of this type by converting.
UINT32 *pEncoded;
CDAL::Real32_t *pData;
unsigned int n_values_to_encode = 2 * vecMZ.size();
// If we have zero peaks we still need to store the scan meta data.
// For some strange reason the mzXML schema requires that a peaks
// tag be included with all scans. So...we create a single zero
// mass, zero intensity peak and store this in the scan.
if ( !n_values_to_encode ) {
n_values_to_encode = 2;
}
// Malloc an array to hold the 32 bit real mz/int pairs for byte swapping.
if ( !(pData = (CDAL::Real32_t *) malloc( n_values_to_encode * sizeof(CDAL::Real32_t) )) ) {
std::cout << "Cannot allocate memory for pData buffer!";
}
// Convert the 64 bit real mz/int pairs to 32bit reals. Also look for
// the peak with the max intensity and grab it's mass.
// TODO: Consider what happens when we have more than one peak
// with the max mass.
// TODO: Check for overflows during conversion to 32bit and
// warn the user.
CDAL::VectorReal64::const_iterator it_x( vecMZ.begin() );
CDAL::VectorReal64::const_iterator it_y( vecIntensity.begin() );
CDAL::Real32_t *pDataPtr = pData;
UINT64 pDataIndex = 0;
basePeak = 0;
for ( ; it_x != vecMZ.end(); ++it_x, ++it_y ) {
if ( *it_y > 0.0 ) {
pDataPtr[pDataIndex++] = *it_x;
pDataPtr[pDataIndex++] = *it_y;
}
if ( basePeak == 0 && *it_y == max ) {
basePeak = *it_x;
}
}
// Create an zero peak pair if we need to
if ( ! pDataIndex ) {
pDataPtr[0] = 0;
pDataPtr[1] = 0;
n_values_to_encode = 2;
pDataIndex = 2;
}else {
n_values_to_encode = pDataIndex;
}
// Convert to network byte order (assuming little-endian architecture here)
UINT32 n = 0;
for ( n = 0; n < n_values_to_encode; n++ ) {
ByteSwap( (unsigned char * )&(pData[n]), sizeof(UINT32) );
}
// Malloc an array to hold the output ( b64 encoded ) peaks
if ( !(pEncoded = (UINT32 *) malloc( (((n_values_to_encode) * sizeof(UINT32)) / 3) * 4 + 5)) ) {
std::cout << "Cannot allocate memory for encode buffer!";
}
// Base 64 encode.
int encode_length = 0;
encode_length = b64_encode( (char *)pEncoded, (const char *)pData, n_values_to_encode * sizeof(UINT32) );
((char *)pEncoded)[encode_length] = '\0';
// Save the byte offset
offsets.push_back( byteCounter );
// Start the scan line
std::cout << " - Writing scan #";
char foo[2000];
std::cout << scanCount;
std::cout << std::endl;
outputLine = "<scan num=\"" + string_fmt( (scanCount++) + 1 ) + "\" msLevel=\"1\" ";
outputLine += "peaksCount=\"" + string_fmt( pDataIndex / 2 ) + "\" ";
outputLine += "polarity=\"" + string_fmt( (polarity==CDAL::ION_POL_POSITIVE ? "+" : "-") ) + "\" ";
//outputLine += "retentionTime=\"PT" + string_fmt( it->first ) + "S\" ";
outputLine += "retentionTime=\"PT" + string_fmt( retentionTime ) + "S\" ";
outputLine += "lowMz=\"" + string_fmt( vecMZ[0] ) + "\" ";
outputLine += "highMz=\"" + string_fmt( vecMZ[vecMZ.size()-1] ) + "\" ";
outputLine += "basePeakMz=\"" + string_fmt( basePeak ) + "\" ";
outputLine += "basePeakIntensity=\"" + string_fmt( max ) + "\" ";
outputLine += "totIonCurrent=\"" + string_fmt( totalIONCurrent ) + "\">\n";
outputLine += "<peaks precision=\"32\">";
outputLine += std::string( (char *)pEncoded ) + "</peaks>\n";
outputLine += "</scan>\n";
sha1.Update( (unsigned char *)outputLine.c_str(), outputLine.size() );
m_display << outputLine;
byteCounter += outputLine.size();
free( pData );
free( pEncoded );
} // if ( HasRawData()...
} // Scan Iterator
}else { // If specCollection
std::cout << "Error: analysis.baf file doesn't contain any spectrum!\n";
exit( 0 );
}
indexElementOffset = byteCounter;
outputLine = "<index name=\"scan\">\n";
sha1.Update( (unsigned char *)outputLine.c_str(), outputLine.size() );
m_display << outputLine;
std::vector<unsigned int>::iterator it_off( offsets.begin() );
UINT64 index = 1;
for ( ; it_off != offsets.end(); ++it_off ) {
if ( *it_off > 0 ) {
outputLine = "<offset id=\"" + string_fmt( index++ ) + "\">";
outputLine += string_fmt( *it_off );
outputLine += "</offset>\n";
sha1.Update( (unsigned char *)outputLine.c_str(), outputLine.size() );
m_display << outputLine;
}
}
outputLine = "</index>\n";
outputLine += "<indexOffset>" + string_fmt( indexElementOffset ) + "</indexOffset>\n";
sha1.Update( (unsigned char *)outputLine.c_str(), outputLine.size() );
m_display << outputLine;
outputLine = "<sha1>";
sha1.Update( (unsigned char *)outputLine.c_str(), outputLine.size() );
m_display << outputLine;
// Finalize SHA1
sha1.Final();
szRawSHA1Hash[0] = '\0';
sha1.ReportHash( szRawSHA1Hash, CSHA1::REPORT_HEX );
outputLine = string_fmt( szRawSHA1Hash ) + "</sha1>\n";
outputLine += "</msRun>\n";
m_display << outputLine;
}
}
void CBAFConverter::ByteSwap( unsigned char * b, int n ) const
{
register int i = 0;
register int j = n - 1;
while ( i < j )
{
std::swap( b[i], b[j] );
i++, j--;
}
}
void CBAFConverter::convertFile() const
{
try
{
do_convertFile();
}
catch(...)
{
HandleException();
}
}
void CBAFConverter::HandleException() const
{
try
{
throw;
}
catch(const CDAL::CDALContentsException& e)
{
std::cout << "currupt content was detected. Error ID : " << e.GetErrorID() << std::endl << std::endl;
}
catch(const CDAL::CDALFileException& e)
{
if ( e.GetErrorID() == CDAL::FILE_ERROR_DIRECTORY_NOT_EXISTS ) {
std::cout << "a file error occured. Directory does not exist" << std::endl << std::endl;
}
if ( e.GetErrorID() == CDAL::FILE_ERROR_FILE_NOT_EXISTS ) {
std::cout << "a file error occured. File does not exist" << std::endl << std::endl;
}
if ( e.GetErrorID() == CDAL::FILE_ERROR_FILE_ACCESS_VIOLATION ) {
std::cout << "a file error occured. File access violation" << std::endl << std::endl;
}
}
catch(const CDAL::CDALBaseException& e)
{
std::cout << "a CDAL base error occurred. Error ID : " << e.GetErrorID() << std::endl << std::endl;
}
catch(const std::exception& e)
{
std::cout << "a standard error occurred : " << e.what() << std::endl << std::endl;
}
catch(...)
{
std::cout << "an unexpected error occurred" << std::endl << std::endl;
}
}
static const unsigned char *b64_tbl = (const unsigned char *)"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
static const unsigned char b64_pad = '=';
/* base64 encode a group of between 1 and 3 input chars into a group of 4 output chars */
void CBAFConverter::encode_group (unsigned char *output,
const unsigned char *input,
int n) const
{
unsigned char ingrp[3];
ingrp[0] = n > 0 ? input[0] : 0;
ingrp[1] = n > 1 ? input[1] : 0;
ingrp[2] = n > 2 ? input[2] : 0;
/* upper 6 bits of ingrp[0] */
output[0] = n > 0 ? b64_tbl[ingrp[0] >> 2] : b64_pad;
/* lower 2 bits of ingrp[0] | upper 4 bits of ingrp[1] */
output[1] = n > 0 ? b64_tbl[((ingrp[0] & 0x3) << 4) | (ingrp[1] >> 4)] : b64_pad;
/* lower 4 bits of ingrp[1] | upper 2 bits of ingrp[2] */
output[2] = n > 1 ? b64_tbl[((ingrp[1] & 0xf) << 2) | (ingrp[2] >> 6)] : b64_pad;
/* lower 6 bits of ingrp[2] */
output[3] = n > 2 ? b64_tbl[ingrp[2] & 0x3f] : b64_pad;
}
int CBAFConverter::b64_encode (char *dest,
const char *src,
int len) const
{
int outsz = 0;
while (len > 0)
{
encode_group ((unsigned char *)(dest + outsz), (const unsigned char *)src, len > 3 ? 3 : len);
len -= 3;
src += 3;
outsz += 4;
}
return outsz;
}
|
804fac1159222e813695602844ae433d75670ae9
|
0a9c86bd80cd0238b4ad46eb14141f8764c4d13d
|
/game/CrateComponent.cpp
|
f62c1a555bd02df89cc02f15ddef146ffc74205c
|
[
"BSD-3-Clause",
"BSD-2-Clause"
] |
permissive
|
sd2017/TriggerTime
|
744665719f68d0b7fe107ff537db046ec12ce671
|
9265dee6a178e43bf7365e3aa2f7f2ca22df074f
|
refs/heads/master
| 2023-08-18T12:29:23.032342
| 2021-09-18T10:35:56
| 2021-09-18T10:35:56
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 6,065
|
cpp
|
CrateComponent.cpp
|
/*
* Copyright (c) 2014, Stanislav Vorobiov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "CrateComponent.h"
#include "SceneObjectFactory.h"
#include "FadeOutComponent.h"
#include "Scene.h"
#include "Const.h"
#include "Settings.h"
#include "af/Utils.h"
#include <boost/make_shared.hpp>
namespace af
{
CrateComponent::CrateComponent(int i, const float powerupProbabilities[PowerupTypeMax + 1], const float ammoProbabilities[WeaponTypeMax + 1])
: PhasedComponent(phaseThink),
i_(i)
{
for (int j = 0; j < PowerupTypeMax + 1; ++j) {
powerupProbabilities_[j] = powerupProbabilities[j];
}
for (int j = 0; j < WeaponTypeMax + 1; ++j) {
ammoProbabilities_[j] = ammoProbabilities[j];
}
sndBreak_[0] = audio.createSound("crate_break1.ogg");
sndBreak_[1] = audio.createSound("crate_break2.ogg");
sndBreak_[2] = audio.createSound("crate_break3.ogg");
}
CrateComponent::~CrateComponent()
{
}
void CrateComponent::accept(ComponentVisitor& visitor)
{
visitor.visitPhasedComponent(shared_from_this());
}
void CrateComponent::update(float dt)
{
if (parent()->life() <= 0) {
bool debris = true;
if (parent()->findComponent<AnimationComponent>()) {
/*
* FIXME: Hack, if there's an animation created by script then
* don't leave debris.
*/
debris = false;
}
SceneObjectPtr gibbed = sceneObjectFactory.createCrateGibbed(i_);
gibbed->setTransformRecursive(parent()->getTransform());
b2Vec2 velDir = parent()->getDirection(10.0f);
b2Rot rot(2.0f * b2_pi / (gibbed->objects().size() + 1));
if (!debris || (gibbed->type() != SceneObjectTypeGarbage)) {
FadeOutComponentPtr component =
boost::make_shared<FadeOutComponent>(0.5f, 1.0f);
gibbed->addComponent(component);
}
gibbed->setLinearVelocity(parent()->linearVelocity());
gibbed->setAngularVelocity(b2_pi * 0.5f * ((rand() % 9) - 4));
for (std::set<SceneObjectPtr>::const_iterator it = gibbed->objects().begin();
it != gibbed->objects().end(); ++it) {
velDir = b2Mul(rot, velDir);
(*it)->setLinearVelocity(0.25f * parent()->linearVelocity() + velDir);
(*it)->setAngularVelocity(b2_pi * 0.5f * ((rand() % 9) - 4));
if (!debris || ((*it)->type() != SceneObjectTypeGarbage)) {
FadeOutComponentPtr component =
boost::make_shared<FadeOutComponent>(0.5f, 1.0f);
(*it)->addComponent(component);
}
}
scene()->addObjectUnparent(gibbed);
sndBreak_[rand() % 3]->play();
SceneObjectPtr spawned;
float val = getRandom(0.0f, 1.0f);
float prob = 0.0f;
for (int i = 0; i < PowerupTypeMax + 1; ++i) {
prob += powerupProbabilities_[i];
if (val < prob) {
PowerupType type = static_cast<PowerupType>(i);
switch (type) {
case PowerupTypeHealth:
spawned = sceneObjectFactory.createPowerupHealth(settings.powerupHealth.timeout,
settings.powerupHealth.amount);
break;
case PowerupTypeGem:
spawned = sceneObjectFactory.createPowerupGem(settings.powerupGem.timeout);
break;
case PowerupTypeAmmo:
spawned = spawnAmmo();
break;
default:
break;
}
break;
}
}
if (spawned) {
spawned->setPos(parent()->pos());
scene()->addObject(spawned);
} else {
scene()->spawnPowerup(parent()->pos());
}
parent()->removeFromParent();
}
}
void CrateComponent::onRegister()
{
}
void CrateComponent::onUnregister()
{
}
SceneObjectPtr CrateComponent::spawnAmmo()
{
float val = getRandom(0.0f, 1.0f);
float prob = 0.0f;
for (int i = 0; i < WeaponTypeMax + 1; ++i) {
prob += ammoProbabilities_[i];
if (val < prob) {
return sceneObjectFactory.createPowerupAmmo(
static_cast<WeaponType>(i));
}
}
return SceneObjectPtr();
}
}
|
137725efb812642ab60cad378cd1ad176c29d199
|
4352b5c9e6719d762e6a80e7a7799630d819bca3
|
/tutorials/eulerVortex.twitch/eulerVortex.cyclic.twitch/2.89/mag(U)
|
1f165e5e76821ca27fb9a6bb5f7b9753e0c0cf7f
|
[] |
no_license
|
dashqua/epicProject
|
d6214b57c545110d08ad053e68bc095f1d4dc725
|
54afca50a61c20c541ef43e3d96408ef72f0bcbc
|
refs/heads/master
| 2022-02-28T17:20:20.291864
| 2019-10-28T13:33:16
| 2019-10-28T13:33:16
| 184,294,390
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 83,850
|
mag(U)
|
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "2.89";
object mag(U);
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -1 0 0 0 0];
internalField nonuniform List<scalar>
10000
(
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999968
0.999967
0.999965
0.999963
0.999962
0.999961
0.999959
0.999958
0.999959
0.99996
0.999962
0.999965
0.999968
0.999972
0.999975
0.999976
0.999979
0.99998
0.99998
0.99998
0.999979
0.999978
0.999976
0.999975
0.999973
0.999973
0.999971
0.999971
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999967
0.999966
0.999963
0.99996
0.999958
0.999955
0.999954
0.999953
0.999954
0.999955
0.999958
0.999962
0.999967
0.999972
0.999976
0.999981
0.999983
0.999985
0.999986
0.999985
0.999983
0.999982
0.999979
0.999977
0.999976
0.999974
0.999973
0.999971
0.999971
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.99997
0.999971
0.999971
0.999971
0.99997
0.999969
0.999967
0.999964
0.99996
0.999956
0.999953
0.999949
0.999946
0.999945
0.999945
0.999949
0.999953
0.999959
0.999967
0.999974
0.99998
0.999986
0.999991
0.999992
0.999994
0.999993
0.999991
0.999988
0.999985
0.999982
0.999979
0.999976
0.999974
0.999973
0.999972
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999972
0.999972
0.999972
0.999972
0.999971
0.99997
0.999966
0.999962
0.999957
0.999951
0.999945
0.99994
0.999936
0.999934
0.999935
0.99994
0.999946
0.999955
0.999966
0.999977
0.999987
0.999995
1
1
1.00001
1
1
0.999997
0.999993
0.999988
0.999984
0.99998
0.999977
0.999974
0.999972
0.999971
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.999972
0.999973
0.999974
0.999974
0.999974
0.999972
0.99997
0.999966
0.99996
0.999952
0.999944
0.999935
0.999927
0.999922
0.99992
0.999922
0.999928
0.999938
0.999951
0.999966
0.999981
0.999996
1.00001
1.00002
1.00002
1.00002
1.00002
1.00002
1.00001
1
0.999996
0.99999
0.999984
0.999979
0.999976
0.999974
0.999972
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.99997
0.999972
0.999973
0.999974
0.999976
0.999978
0.999977
0.999975
0.999971
0.999965
0.999957
0.999946
0.999934
0.999923
0.999912
0.999905
0.999903
0.999906
0.999915
0.999929
0.999948
0.999969
0.99999
1.00001
1.00003
1.00004
1.00005
1.00005
1.00004
1.00004
1.00003
1.00002
1.00001
0.999999
0.999991
0.999984
0.99998
0.999976
0.999973
0.999972
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.999972
0.999973
0.999975
0.999977
0.999979
0.999981
0.999981
0.999979
0.999974
0.999966
0.999954
0.99994
0.999923
0.999907
0.999894
0.999885
0.999883
0.999888
0.999901
0.999922
0.999949
0.999978
1.00001
1.00003
1.00006
1.00007
1.00008
1.00008
1.00008
1.00007
1.00005
1.00004
1.00002
1.00001
1
0.999991
0.999983
0.999978
0.999974
0.999972
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.99997
0.99997
0.999972
0.999973
0.999975
0.999979
0.999981
0.999984
0.999987
0.999987
0.999985
0.999979
0.999967
0.999951
0.999932
0.999911
0.99989
0.999873
0.999862
0.999861
0.999871
0.999891
0.999921
0.999959
1
1.00004
1.00008
1.00011
1.00012
1.00013
1.00013
1.00012
1.00011
1.00009
1.00007
1.00005
1.00003
1.00001
0.999998
0.999988
0.999981
0.999976
0.999972
0.999971
0.99997
0.999969
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.99997
0.99997
0.99997
0.999973
0.999974
0.999978
0.999982
0.999987
0.999992
0.999995
0.999997
0.999994
0.999985
0.99997
0.999949
0.999924
0.999897
0.99987
0.99985
0.99984
0.999842
0.99986
0.999891
0.999936
0.999988
1.00004
1.0001
1.00015
1.00018
1.0002
1.00021
1.00021
1.00019
1.00017
1.00014
1.00011
1.00008
1.00005
1.00003
1.00001
0.999994
0.999984
0.999977
0.999973
0.99997
0.99997
0.999969
0.999969
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.99997
0.999969
0.99997
0.999971
0.999973
0.999977
0.99998
0.999987
0.999995
1
1.00001
1.00001
1
0.999993
0.999973
0.999947
0.999914
0.999879
0.999849
0.999827
0.999819
0.99983
0.99986
0.999909
0.999975
1.00005
1.00013
1.0002
1.00026
1.0003
1.00033
1.00033
1.00032
1.00029
1.00025
1.00021
1.00016
1.00012
1.00008
1.00005
1.00002
1
0.999988
0.999979
0.999974
0.99997
0.999969
0.999968
0.999968
0.999968
0.999968
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999969
0.999969
0.999969
0.99997
0.999972
0.999974
0.999979
0.999986
0.999994
1
1.00001
1.00002
1.00002
1.00002
1
0.999977
0.999941
0.9999
0.999858
0.999823
0.999802
0.999802
0.999827
0.999881
0.999959
1.00006
1.00016
1.00027
1.00037
1.00045
1.0005
1.00052
1.00051
1.00048
1.00043
1.00037
1.0003
1.00024
1.00018
1.00012
1.00007
1.00004
1.00001
0.999992
0.99998
0.999973
0.999968
0.999967
0.999966
0.999967
0.999967
0.999968
0.999968
0.999968
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.99997
0.999968
0.999968
0.999969
0.999969
0.999972
0.999976
0.999981
0.999991
1
1.00002
1.00003
1.00004
1.00004
1.00003
1.00001
0.999975
0.999929
0.999877
0.999827
0.99979
0.999773
0.999789
0.99984
0.999929
1.00005
1.0002
1.00036
1.00051
1.00064
1.00074
1.0008
1.00081
1.00079
1.00073
1.00064
1.00055
1.00044
1.00034
1.00025
1.00018
1.00011
1.00006
1.00002
0.999998
0.999981
0.999972
0.999966
0.999964
0.999964
0.999965
0.999966
0.999966
0.999968
0.999968
0.999968
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999968
0.999969
0.999968
0.999967
0.999968
0.999969
0.999972
0.999976
0.999985
0.999996
1.00001
1.00003
1.00005
1.00006
1.00006
1.00004
1.00001
0.999964
0.999903
0.999836
0.999776
0.999737
0.999731
0.999771
0.999863
1.00001
1.0002
1.00042
1.00065
1.00087
1.00106
1.00119
1.00125
1.00126
1.0012
1.00109
1.00096
1.0008
1.00065
1.0005
1.00036
1.00025
1.00016
1.00009
1.00004
1
0.999982
0.99997
0.999963
0.99996
0.999961
0.999962
0.999963
0.999965
0.999966
0.999968
0.999968
0.999968
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999969
0.999968
0.999968
0.999966
0.999966
0.999968
0.999971
0.999977
0.999987
1
1.00002
1.00004
1.00006
1.00007
1.00007
1.00005
0.999998
0.999928
0.999844
0.999757
0.999684
0.999643
0.999652
0.999726
0.999875
1.0001
1.00038
1.00072
1.00106
1.00139
1.00165
1.00184
1.00193
1.00191
1.00181
1.00164
1.00142
1.00118
1.00094
1.00072
1.00052
1.00036
1.00023
1.00013
1.00006
1.00001
0.999983
0.999966
0.999957
0.999955
0.999956
0.999958
0.99996
0.999963
0.999965
0.999967
0.999968
0.999968
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999969
0.999968
0.999967
0.999966
0.999965
0.999965
0.999966
0.999969
0.999978
0.999991
1.00001
1.00003
1.00006
1.00008
1.00008
1.00007
1.00003
0.99995
0.999845
0.999725
0.999605
0.999508
0.99946
0.999484
0.9996
0.999821
1.00015
1.00057
1.00106
1.00157
1.00206
1.00246
1.00274
1.00288
1.00285
1.00269
1.00242
1.00209
1.00172
1.00136
1.00104
1.00075
1.00051
1.00033
1.00019
1.00009
1.00002
0.999982
0.999959
0.99995
0.999947
0.999949
0.999953
0.999956
0.99996
0.999963
0.999966
0.999967
0.999968
0.999968
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999968
0.999966
0.999966
0.999964
0.999962
0.999962
0.999962
0.999966
0.999977
0.999992
1.00001
1.00004
1.00007
1.00008
1.00008
1.00004
0.999962
0.999838
0.999679
0.999499
0.999324
0.999182
0.999107
0.999131
0.999284
0.999585
1.00004
1.00064
1.00134
1.0021
1.00283
1.00345
1.00391
1.00414
1.00414
1.00392
1.00354
1.00305
1.00251
1.00198
1.0015
1.00108
1.00073
1.00047
1.00027
1.00013
1.00004
0.999983
0.999952
0.999939
0.999937
0.99994
0.999945
0.99995
0.999955
0.99996
0.999963
0.999966
0.999967
0.999968
0.999968
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999968
0.999967
0.999966
0.999964
0.999962
0.999959
0.999957
0.999958
0.999962
0.999973
0.999991
1.00002
1.00004
1.00007
1.00007
1.00004
0.999962
0.999822
0.999621
0.999371
0.999093
0.998821
0.998592
0.998447
0.99843
0.998584
0.998945
0.999532
1.00034
1.00132
1.00241
1.00351
1.0045
1.00525
1.0057
1.00579
1.00555
1.00505
1.00438
1.00362
1.00286
1.00215
1.00155
1.00105
1.00067
1.00039
1.00019
1.00006
0.999987
0.999945
0.999927
0.999924
0.999928
0.999936
0.999943
0.99995
0.999956
0.999961
0.999964
0.999966
0.999967
0.999968
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999968
0.999968
0.999966
0.999964
0.999962
0.999958
0.999954
0.999951
0.99995
0.999954
0.999966
0.999985
1.00001
1.00004
1.00005
1.00003
0.99995
0.999798
0.999558
0.999234
0.998838
0.998401
0.997962
0.997563
0.997258
0.997106
0.997175
0.997526
0.998204
0.999223
1.00055
1.0021
1.00373
1.00528
1.00655
1.0074
1.00775
1.0076
1.00703
1.00616
1.00513
1.00407
1.00308
1.00222
1.00151
1.00097
1.00057
1.00029
1.00011
0.999997
0.999938
0.999912
0.999907
0.999912
0.999923
0.999934
0.999944
0.999951
0.999958
0.999962
0.999965
0.999967
0.999968
0.999968
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999968
0.999967
0.999965
0.999962
0.999958
0.999953
0.999946
0.999941
0.99994
0.999943
0.999954
0.999972
0.999995
1.00001
0.999995
0.999925
0.999769
0.999501
0.999105
0.998586
0.997964
0.997271
0.996545
0.995836
0.995207
0.994741
0.994544
0.994727
0.995386
0.996574
0.99828
1.00041
1.0028
1.00519
1.00732
1.00891
1.0098
1.00996
1.00944
1.00843
1.00712
1.00571
1.00435
1.00315
1.00217
1.0014
1.00083
1.00043
1.00018
1.00002
0.999937
0.999898
0.999889
0.999894
0.999907
0.999921
0.999935
0.999945
0.999953
0.999959
0.999963
0.999966
0.999967
0.999968
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999968
0.999968
0.999966
0.999963
0.999958
0.999954
0.999946
0.999937
0.999929
0.999924
0.999926
0.999933
0.999947
0.999959
0.999949
0.999888
0.999737
0.999453
0.999003
0.99837
0.997559
0.996592
0.995494
0.994296
0.993041
0.991811
0.990722
0.989945
0.989675
0.990093
0.991328
0.993414
0.996268
0.999676
1.0033
1.00673
1.00956
1.01147
1.01232
1.01214
1.01115
1.00961
1.00783
1.00604
1.00442
1.00306
1.002
1.0012
1.00065
1.00029
1.00006
0.999942
0.999885
0.999869
0.999874
0.99989
0.999907
0.999924
0.999938
0.999948
0.999956
0.999961
0.999965
0.999966
0.999968
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999968
0.999967
0.999964
0.999961
0.999955
0.999947
0.999937
0.999926
0.999913
0.999905
0.999901
0.999903
0.999905
0.999894
0.999841
0.999702
0.999421
0.998942
0.998222
0.997242
0.996005
0.994525
0.992801
0.990842
0.988678
0.986409
0.984216
0.982369
0.981196
0.981017
0.982081
0.984497
0.988203
0.992944
0.998277
1.00362
1.00836
1.01197
1.01412
1.01477
1.01413
1.01255
1.01045
1.0082
1.00609
1.00427
1.00282
1.00173
1.00096
1.00045
1.00014
0.999964
0.999879
0.99985
0.999852
0.999869
0.999891
0.999911
0.999928
0.999942
0.999952
0.999959
0.999962
0.999966
0.999967
0.999968
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999967
0.999966
0.999963
0.999958
0.99995
0.99994
0.999926
0.99991
0.999893
0.999878
0.999867
0.999857
0.99984
0.99979
0.999665
0.999402
0.998924
0.998158
0.997053
0.995585
0.993747
0.99152
0.988857
0.985713
0.982107
0.978168
0.97418
0.970572
0.96787
0.966604
0.967191
0.969848
0.974544
0.980972
0.988562
0.996538
1.00402
1.01021
1.01452
1.01673
1.01699
1.01573
1.0135
1.01084
1.0082
1.00585
1.00392
1.00245
1.00141
1.0007
1.00026
1.00001
0.999883
0.999834
0.99983
0.999847
0.999872
0.999897
0.999918
0.999935
0.999947
0.999956
0.999962
0.999965
0.999966
0.999968
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999968
0.999966
0.999965
0.999961
0.999954
0.999945
0.99993
0.999913
0.99989
0.999867
0.999844
0.999821
0.999793
0.999742
0.999629
0.999393
0.998946
0.998184
0.997016
0.995383
0.993253
0.990589
0.987303
0.983263
0.978349
0.972566
0.966114
0.959431
0.953181
0.948175
0.945225
0.944982
0.947796
0.95366
0.962187
0.972648
0.984037
0.995192
1.00497
1.01247
1.0172
1.01917
1.0188
1.01679
1.01389
1.01075
1.00782
1.00534
1.00341
1.00201
1.00105
1.00044
1.00009
0.999904
0.999826
0.99981
0.999825
0.999852
0.999881
0.999907
0.999927
0.999942
0.999952
0.999959
0.999963
0.999966
0.999967
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999968
0.999966
0.999963
0.999958
0.99995
0.999937
0.99992
0.999897
0.999868
0.999835
0.9998
0.99976
0.999703
0.9996
0.999395
0.998996
0.998284
0.997128
0.99542
0.993094
0.990098
0.986327
0.981577
0.97558
0.968133
0.959246
0.94924
0.938784
0.92887
0.920688
0.915431
0.914033
0.916998
0.92431
0.935448
0.949458
0.965059
0.980792
0.995178
1.00695
1.01528
1.01992
1.02124
1.02
1.01719
1.01368
1.01018
1.0071
1.00463
1.0028
1.00153
1.00071
1.00022
0.999951
0.999831
0.999796
0.999804
0.999832
0.999864
0.999894
0.999918
0.999936
0.999948
0.999956
0.999962
0.999965
0.999967
0.999968
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999967
0.999966
0.999962
0.999955
0.999945
0.99993
0.999907
0.999877
0.99984
0.999797
0.999747
0.999681
0.999583
0.999402
0.999061
0.998434
0.997361
0.995682
0.99328
0.990081
0.985988
0.980771
0.974041
0.965365
0.954462
0.94139
0.926652
0.911238
0.896567
0.884332
0.876196
0.873448
0.876742
0.885987
0.900413
0.918735
0.939339
0.960452
0.980296
0.997279
1.01022
1.01856
1.02247
1.02273
1.02047
1.01687
1.0129
1.00921
1.00614
1.00381
1.00216
1.00107
1.0004
1.00003
0.999855
0.999791
0.999788
0.999814
0.999847
0.999881
0.999909
0.999929
0.999944
0.999954
0.99996
0.999964
0.999966
0.999967
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999968
0.999966
0.999964
0.99996
0.999952
0.999939
0.99992
0.999892
0.999855
0.999809
0.999751
0.999679
0.999582
0.999422
0.999135
0.998607
0.997671
0.996122
0.993778
0.990522
0.986272
0.980829
0.973758
0.964433
0.952245
0.936864
0.918444
0.897743
0.876153
0.855647
0.838547
0.82712
0.823079
0.827189
0.839163
0.857805
0.881333
0.907696
0.934809
0.960674
0.983478
1.00176
1.01465
1.02202
1.02455
1.02344
1.02012
1.01586
1.01161
1.00793
1.00504
1.00295
1.00154
1.00066
1.00016
0.999903
0.999798
0.999778
0.999797
0.999832
0.999868
0.999899
0.999923
0.999939
0.999951
0.999959
0.999963
0.999966
0.999967
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999968
0.999966
0.999963
0.999958
0.999949
0.999933
0.99991
0.999877
0.999831
0.999773
0.999698
0.9996
0.999457
0.999216
0.998784
0.998007
0.99667
0.99452
0.991367
0.987114
0.981642
0.974576
0.965192
0.952587
0.936
0.915101
0.890191
0.862331
0.833401
0.806052
0.783421
0.768549
0.763642
0.769511
0.785448
0.80956
0.839332
0.872161
0.905654
0.937706
0.966462
0.990341
1.00822
1.01968
1.02515
1.0258
1.02321
1.01894
1.01426
1.00998
1.0065
1.00392
1.00214
1.001
1.00033
0.999982
0.999824
0.999778
0.999787
0.999819
0.999856
0.99989
0.999916
0.999935
0.999949
0.999957
0.999962
0.999966
0.999967
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999968
0.999966
0.999962
0.999957
0.999944
0.999926
0.999899
0.999859
0.999804
0.999734
0.999639
0.999506
0.999304
0.998957
0.998336
0.997238
0.995397
0.992521
0.988434
0.983072
0.976228
0.967255
0.955062
0.938482
0.916657
0.8893
0.856881
0.820787
0.783462
0.74839
0.719764
0.701633
0.696801
0.705973
0.727664
0.758867
0.796039
0.835908
0.875834
0.913774
0.948047
0.977175
0.999944
1.01567
1.02449
1.02739
1.02597
1.022
1.01706
1.01224
1.00817
1.00505
1.00286
1.00143
1.00057
1.0001
0.999872
0.99979
0.999784
0.99981
0.999847
0.999881
0.99991
0.999931
0.999946
0.999955
0.999962
0.999965
0.999966
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999967
0.999966
0.999961
0.999954
0.999941
0.999919
0.999888
0.999841
0.999776
0.999691
0.999572
0.999396
0.99912
0.99864
0.997778
0.996283
0.993834
0.99012
0.985009
0.97847
0.970135
0.958968
0.943487
0.922314
0.894564
0.860021
0.819305
0.774122
0.727526
0.684023
0.649166
0.628364
0.625162
0.639921
0.669804
0.710087
0.755838
0.80306
0.849024
0.891995
0.930739
0.964131
0.99107
1.01072
1.02288
1.02825
1.02831
1.02493
1.01991
1.01466
1.01001
1.00635
1.00371
1.00195
1.00087
1.00025
0.999946
0.999819
0.99979
0.999807
0.99984
0.999875
0.999904
0.999927
0.999943
0.999953
0.999961
0.999965
0.999966
0.999968
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999968
0.999967
0.999965
0.99996
0.999951
0.999937
0.999912
0.999876
0.999823
0.999746
0.999646
0.999501
0.999272
0.998904
0.99826
0.997105
0.995133
0.991981
0.987344
0.981171
0.973444
0.963524
0.949907
0.930742
0.904535
0.87045
0.828333
0.778897
0.724108
0.667648
0.615197
0.574051
0.551506
0.552159
0.575643
0.616854
0.668513
0.723912
0.778384
0.829404
0.875909
0.917433
0.953473
0.983246
1.00589
1.02091
1.02864
1.03029
1.02768
1.02276
1.01717
1.01199
1.00779
1.00468
1.00256
1.00123
1.00045
1.00005
0.999865
0.999806
0.999809
0.999838
0.999871
0.999901
0.999924
0.999941
0.999952
0.99996
0.999964
0.999966
0.999968
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999968
0.999967
0.999965
0.999958
0.999949
0.999932
0.999905
0.999864
0.999806
0.999717
0.999598
0.999425
0.999134
0.998652
0.997816
0.996318
0.993791
0.989858
0.984262
0.977052
0.96817
0.956612
0.940362
0.91728
0.885883
0.845444
0.795848
0.737805
0.673432
0.606944
0.545217
0.497676
0.474414
0.481769
0.518033
0.574354
0.63984
0.705715
0.766829
0.821281
0.869141
0.911106
0.947579
0.978296
1.00249
1.01943
1.02903
1.03211
1.0303
1.02557
1.01973
1.01407
1.00933
1.00574
1.00325
1.00165
1.00069
1.00018
0.99993
0.999836
0.999821
0.99984
0.99987
0.999899
0.999922
0.99994
0.999951
0.999959
0.999964
0.999966
0.999968
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999968
0.999966
0.999964
0.999958
0.999946
0.99993
0.9999
0.999853
0.999793
0.999691
0.999551
0.999348
0.998985
0.99837
0.997311
0.995423
0.992275
0.987513
0.980976
0.972815
0.962854
0.949655
0.930722
0.903742
0.867375
0.821077
0.764739
0.698964
0.625841
0.549822
0.47864
0.424093
0.40069
0.418073
0.471966
0.547471
0.629101
0.70597
0.772734
0.82853
0.875037
0.914551
0.948713
0.977996
1.00186
1.01937
1.02999
1.03407
1.03291
1.02837
1.02231
1.01621
1.01095
1.00688
1.004
1.00212
1.00098
1.00034
1.00001
0.999878
0.99984
0.999849
0.999873
0.999899
0.999922
0.999939
0.999951
0.999958
0.999963
0.999966
0.999968
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999969
0.999966
0.999963
0.999958
0.999945
0.999927
0.999895
0.999845
0.99978
0.999669
0.999504
0.999269
0.998831
0.998057
0.996752
0.994443
0.990627
0.985014
0.977612
0.968635
0.957707
0.942947
0.921471
0.890933
0.850274
0.799217
0.737667
0.666036
0.586141
0.50207
0.421484
0.358291
0.334031
0.364731
0.441085
0.539257
0.63884
0.727081
0.79857
0.853692
0.896067
0.930017
0.958805
0.983922
1.00522
1.02162
1.03214
1.03655
1.0357
1.03121
1.02492
1.01838
1.01262
1.00808
1.00481
1.00263
1.00129
1.00052
1.00012
0.999934
0.999869
0.999863
0.999879
0.999902
0.999923
0.99994
0.99995
0.999958
0.999963
0.999966
0.999968
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999966
0.999964
0.999957
0.999944
0.999926
0.999893
0.999837
0.999771
0.999654
0.999459
0.999192
0.998677
0.997728
0.996148
0.993405
0.988897
0.982447
0.974298
0.964685
0.952943
0.936804
0.913166
0.879781
0.835994
0.781922
0.717562
0.643105
0.559771
0.470458
0.381282
0.306928
0.278666
0.324281
0.426017
0.548677
0.667405
0.767647
0.84366
0.896902
0.933035
0.958681
0.979126
0.997251
1.01355
1.02696
1.03601
1.03988
1.03885
1.03418
1.02756
1.02057
1.01431
1.0093
1.00565
1.00318
1.00163
1.00072
1.00024
1
0.999907
0.999883
0.99989
0.999908
0.999927
0.999941
0.999951
0.999959
0.999963
0.999966
0.999968
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999966
0.999963
0.999957
0.999944
0.999924
0.999894
0.999834
0.999764
0.999646
0.999422
0.999115
0.998533
0.997392
0.995514
0.992345
0.987158
0.979903
0.971155
0.961122
0.948757
0.931549
0.90639
0.871245
0.825951
0.771191
0.707225
0.633986
0.551721
0.461351
0.366208
0.279391
0.241039
0.29805
0.423889
0.57069
0.70924
0.822635
0.904049
0.955501
0.984514
1.00012
1.0099
1.01852
1.02747
1.03591
1.04202
1.04435
1.04253
1.03735
1.03026
1.02276
1.01599
1.01052
1.00649
1.00374
1.00199
1.00095
1.00037
1.00008
0.999953
0.99991
0.999906
0.999916
0.99993
0.999943
0.999953
0.999959
0.999964
0.999966
0.999968
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999966
0.999963
0.999958
0.999944
0.999924
0.999898
0.999834
0.999759
0.999649
0.999396
0.999041
0.998402
0.997069
0.994866
0.991298
0.985485
0.977475
0.968276
0.958064
0.945329
0.927484
0.901691
0.866202
0.821373
0.768647
0.70874
0.64124
0.564972
0.478453
0.382138
0.286107
0.232438
0.289217
0.43183
0.599668
0.757785
0.88567
0.974148
1.02497
1.0472
1.05223
1.05006
1.04737
1.04701
1.04868
1.05041
1.05015
1.04686
1.04077
1.03302
1.02494
1.01764
1.01172
1.00732
1.0043
1.00235
1.00117
1.00051
1.00017
1.00001
0.999941
0.999924
0.999928
0.999937
0.999947
0.999955
0.999961
0.999964
0.999966
0.999968
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.999969
0.999966
0.999963
0.999958
0.999945
0.999925
0.999902
0.999842
0.999758
0.999659
0.999389
0.998971
0.998287
0.996783
0.994235
0.990298
0.983955
0.975254
0.965726
0.955587
0.942808
0.924861
0.899488
0.865301
0.823101
0.775203
0.722948
0.665378
0.599456
0.521323
0.429432
0.331767
0.266342
0.30839
0.452851
0.633806
0.808872
0.951835
1.04904
1.10072
1.11712
1.11191
1.09746
1.08255
1.07157
1.06506
1.06113
1.05729
1.05186
1.04446
1.03582
1.02707
1.01923
1.01286
1.00812
1.00483
1.0027
1.0014
1.00066
1.00026
1.00006
0.999977
0.999947
0.999941
0.999945
0.999952
0.999958
0.999962
0.999965
0.999967
0.999968
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999967
0.999963
0.999959
0.999949
0.999927
0.999908
0.999856
0.999763
0.999673
0.999403
0.998916
0.998186
0.996555
0.993653
0.989368
0.982625
0.973325
0.96354
0.953721
0.941297
0.923848
0.899999
0.868846
0.831427
0.790867
0.749208
0.704743
0.652339
0.586091
0.503494
0.41233
0.346278
0.369966
0.497978
0.677841
0.862913
1.01929
1.12584
1.17938
1.19076
1.17588
1.14944
1.12214
1.09995
1.08438
1.07387
1.06564
1.05746
1.04837
1.03863
1.02913
1.02071
1.01392
1.00886
1.00533
1.00304
1.00162
1.0008
1.00035
1.00012
1.00002
0.99997
0.999956
0.999954
0.999958
0.999961
0.999964
0.999966
0.999967
0.999968
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.999968
0.999969
0.999968
0.999964
0.999961
0.999953
0.999933
0.999915
0.999875
0.999777
0.999687
0.999438
0.998886
0.998096
0.996395
0.993172
0.988531
0.981527
0.971774
0.961746
0.952422
0.940829
0.924505
0.903192
0.876698
0.846025
0.814757
0.785592
0.756114
0.719198
0.667322
0.597813
0.519652
0.463273
0.477174
0.580466
0.7435
0.926328
1.08995
1.20382
1.2589
1.26546
1.24131
1.20331
1.16395
1.13055
1.10562
1.08801
1.07486
1.06348
1.05238
1.04138
1.03104
1.02206
1.01486
1.0095
1.00578
1.00334
1.00183
1.00094
1.00045
1.00018
1.00006
0.999996
0.999973
0.999964
0.999964
0.999964
0.999966
0.999967
0.999968
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999968
0.999969
0.999968
0.999966
0.999962
0.999957
0.999941
0.999923
0.999897
0.999804
0.999706
0.999489
0.998898
0.998023
0.996297
0.992837
0.987822
0.980659
0.97066
0.960384
0.95161
0.941321
0.926772
0.908779
0.888252
0.865957
0.845296
0.829416
0.815561
0.795152
0.759408
0.705892
0.645043
0.604202
0.618966
0.704207
0.843448
1.00996
1.16912
1.28405
1.33814
1.33912
1.30573
1.25662
1.20578
1.16165
1.12754
1.10276
1.08445
1.06962
1.05632
1.04395
1.03274
1.0232
1.01563
1.01003
1.00614
1.00359
1.00201
1.00106
1.00053
1.00024
1.0001
1.00002
0.99999
0.999975
0.99997
0.999968
0.999968
0.999968
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999966
0.999965
0.999962
0.99995
0.999933
0.999917
0.999841
0.99973
0.999542
0.998955
0.997984
0.996249
0.992678
0.987297
0.98
0.96999
0.959511
0.951192
0.942563
0.930441
0.916299
0.902512
0.889758
0.880484
0.877808
0.879203
0.875531
0.857135
0.821795
0.780439
0.756718
0.778302
0.856307
0.976228
1.11896
1.26115
1.36779
1.41616
1.4098
1.36689
1.3071
1.24554
1.19149
1.14881
1.11719
1.09384
1.07554
1.05999
1.04621
1.03415
1.0241
1.01622
1.01043
1.00642
1.00379
1.00215
1.00117
1.00061
1.0003
1.00013
1.00005
1.00001
0.999986
0.999977
0.999972
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.999968
0.999966
0.999966
0.99996
0.999948
0.999937
0.999884
0.999768
0.999593
0.999053
0.998004
0.996238
0.992686
0.98702
0.979543
0.969711
0.95918
0.951118
0.944245
0.935128
0.925176
0.918267
0.915563
0.918069
0.92807
0.943661
0.956179
0.955697
0.939978
0.918764
0.910929
0.939221
1.01444
1.12192
1.24303
1.36281
1.45364
1.49127
1.47536
1.42254
1.35262
1.28131
1.21842
1.16814
1.13036
1.10237
1.08081
1.06312
1.04802
1.03518
1.02469
1.01658
1.01067
1.00659
1.00392
1.00225
1.00125
1.00067
1.00034
1.00017
1.00007
1.00002
0.999996
0.999983
0.999977
0.999973
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999968
0.99997
0.99997
0.99997
0.99997
0.999969
0.999965
0.999956
0.999927
0.999823
0.999644
0.999167
0.998101
0.996276
0.992823
0.987042
0.979326
0.969724
0.959381
0.951428
0.946057
0.940258
0.934752
0.934335
0.941351
0.955612
0.977725
1.0062
1.03362
1.05066
1.05494
1.05345
1.05931
1.09138
1.1623
1.25989
1.36461
1.464
1.53667
1.56044
1.53331
1.47044
1.39116
1.31136
1.24098
1.18435
1.14141
1.10945
1.08505
1.06548
1.04923
1.03575
1.02494
1.01669
1.01073
1.00665
1.00398
1.00231
1.00131
1.00072
1.00038
1.0002
1.00009
1.00004
1.00001
0.999989
0.99998
0.999975
0.999973
0.999971
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.999971
0.999973
0.999976
0.999978
0.99998
0.999979
0.999964
0.99989
0.999708
0.999283
0.99827
0.996396
0.993051
0.987356
0.97943
0.969952
0.960004
0.952185
0.947839
0.945164
0.944226
0.949701
0.965303
0.990591
1.02429
1.06449
1.10511
1.13821
1.16142
1.17812
1.1956
1.22965
1.29462
1.38185
1.47292
1.55543
1.61095
1.62003
1.58105
1.50844
1.42097
1.3342
1.25797
1.19648
1.14958
1.11454
1.0879
1.06684
1.0497
1.03578
1.0248
1.01654
1.01062
1.00659
1.00397
1.00232
1.00133
1.00075
1.00041
1.00022
1.00011
1.00005
1.00001
0.999995
0.999983
0.999977
0.999974
0.999972
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.999973
0.999975
0.999981
0.999985
0.999996
1
0.999997
0.999954
0.999791
0.999395
0.998483
0.996624
0.993356
0.987898
0.979923
0.970408
0.960866
0.953366
0.949628
0.949347
0.952657
0.96344
0.986087
1.0208
1.06517
1.11618
1.16833
1.21539
1.25509
1.28713
1.31429
1.35056
1.41029
1.4869
1.56459
1.63178
1.6715
1.66651
1.61612
1.53474
1.44059
1.3487
1.26849
1.20382
1.15434
1.11726
1.0891
1.06705
1.04936
1.03524
1.02426
1.0161
1.01032
1.00641
1.00387
1.00229
1.00133
1.00076
1.00043
1.00023
1.00012
1.00006
1.00002
0.999999
0.999987
0.999979
0.999975
0.999972
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999971
0.999972
0.999975
0.999977
0.999986
0.999994
1.00001
1.00003
1.00003
1.00001
0.999887
0.999513
0.998705
0.99696
0.993761
0.98859
0.980804
0.971184
0.961846
0.954793
0.951521
0.952686
0.959248
0.974556
1.00277
1.04478
1.09812
1.15872
1.22097
1.27985
1.33273
1.37635
1.41139
1.45101
1.50723
1.57371
1.63783
1.68985
1.71448
1.69654
1.63621
1.54779
1.44899
1.35414
1.27201
1.20597
1.15539
1.11738
1.0885
1.066
1.04816
1.0341
1.02332
1.0154
1.00985
1.00612
1.00371
1.00221
1.0013
1.00075
1.00043
1.00024
1.00013
1.00007
1.00003
1
0.999989
0.99998
0.999976
0.999973
0.999972
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.999971
0.999975
0.999978
0.99999
1
1.00002
1.00005
1.00007
1.00006
0.999982
0.999648
0.998923
0.997363
0.994295
0.989391
0.981993
0.972377
0.962958
0.956241
0.95347
0.955392
0.963756
0.982179
1.01448
1.06172
1.12169
1.18996
1.26078
1.32945
1.39195
1.44346
1.48534
1.52949
1.58333
1.64014
1.69084
1.72784
1.7378
1.708
1.63964
1.54656
1.44562
1.35026
1.26842
1.20289
1.1527
1.11487
1.08609
1.06371
1.04611
1.03239
1.022
1.01446
1.00922
1.00573
1.00349
1.00209
1.00124
1.00073
1.00043
1.00025
1.00014
1.00007
1.00003
1
0.99999
0.999982
0.999977
0.999974
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.999972
0.999976
0.999979
0.999992
1.00001
1.00003
1.00007
1.0001
1.0001
1.00006
0.999794
0.999137
0.997789
0.994954
0.990296
0.983387
0.974002
0.964335
0.957594
0.955255
0.957651
0.966577
0.986139
1.02049
1.07091
1.13519
1.20875
1.28626
1.36231
1.43102
1.48801
1.53647
1.58537
1.63678
1.68422
1.72216
1.74494
1.74104
1.70063
1.62622
1.53107
1.43073
1.33742
1.2581
1.19489
1.14648
1.10989
1.08196
1.06025
1.04327
1.03016
1.02035
1.01331
1.00846
1.00526
1.00321
1.00194
1.00116
1.0007
1.00041
1.00024
1.00014
1.00007
1.00003
1.00001
0.999991
0.999982
0.999976
0.999974
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.999973
0.999977
0.999982
0.999994
1.00001
1.00004
1.00008
1.00012
1.00014
1.00013
0.999937
0.999355
0.998204
0.995701
0.99132
0.98491
0.975999
0.966117
0.958937
0.956675
0.959418
0.968279
0.987191
1.02101
1.07199
1.13807
1.21472
1.2967
1.37725
1.44952
1.51099
1.56559
1.61777
1.66555
1.70388
1.73035
1.74043
1.7243
1.67513
1.597
1.50243
1.40542
1.31663
1.24189
1.18261
1.13721
1.10276
1.07634
1.05579
1.03977
1.02751
1.01844
1.012
1.00761
1.00473
1.0029
1.00176
1.00107
1.00065
1.00039
1.00023
1.00013
1.00007
1.00003
1.00001
0.999991
0.999982
0.999977
0.999973
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.999971
0.999973
0.999977
0.999982
0.999995
1.00002
1.00004
1.00009
1.00014
1.00018
1.00018
1.00006
0.999572
0.998585
0.996477
0.992465
0.986511
0.978256
0.968386
0.960481
0.957728
0.960534
0.969137
0.986461
1.01752
1.06583
1.13051
1.20769
1.29155
1.37391
1.44824
1.51367
1.57272
1.6255
1.66812
1.69803
1.71483
1.71426
1.68819
1.63285
1.55376
1.4626
1.3715
1.28943
1.22102
1.16699
1.12556
1.09394
1.06955
1.05053
1.03577
1.02456
1.01635
1.01058
1.00669
1.00416
1.00256
1.00157
1.00096
1.00059
1.00036
1.00021
1.00012
1.00007
1.00003
1.00001
0.99999
0.999982
0.999977
0.999973
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999973
0.999976
0.999983
0.999995
1.00002
1.00005
1.00009
1.00015
1.0002
1.00022
1.00016
0.999784
0.998931
0.997214
0.993705
0.988191
0.980638
0.971116
0.962474
0.958648
0.960953
0.969128
0.984725
1.01192
1.05484
1.11457
1.18876
1.27109
1.35278
1.42805
1.49613
1.55701
1.6076
1.64441
1.66745
1.6769
1.6681
1.63486
1.5764
1.49938
1.4143
1.33135
1.25776
1.19696
1.14909
1.11227
1.08396
1.06196
1.04475
1.03144
1.02142
1.01417
1.00912
1.00575
1.00358
1.00221
1.00137
1.00085
1.00052
1.00032
1.0002
1.00011
1.00006
1.00003
1
0.99999
0.999981
0.999977
0.999973
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.999973
0.999976
0.999982
0.999996
1.00001
1.00004
1.00009
1.00015
1.00022
1.00026
1.00023
0.99997
0.999255
0.997861
0.994949
0.98998
0.983068
0.97415
0.965084
0.959862
0.960905
0.96821
0.982176
1.00546
1.04191
1.09418
1.16161
1.23839
1.31633
1.3904
1.45882
1.51857
1.56511
1.5969
1.61549
1.61994
1.60533
1.56792
1.50962
1.43754
1.36083
1.28771
1.22374
1.17129
1.13003
1.09812
1.07334
1.05392
1.03871
1.02698
1.01824
1.01198
1.00768
1.00483
1.00301
1.00187
1.00117
1.00073
1.00046
1.00028
1.00017
1.0001
1.00005
1.00002
1
0.999988
0.999981
0.999975
0.999973
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.999972
0.999976
0.99998
0.999996
1.00001
1.00004
1.00009
1.00015
1.00022
1.00028
1.00028
1.00011
0.999563
0.998408
0.996081
0.991837
0.985556
0.977315
0.968271
0.961761
0.960916
0.966614
0.978779
0.99861
1.02905
1.0732
1.13133
1.19896
1.26985
1.33993
1.4056
1.46134
1.50328
1.53192
1.54812
1.54911
1.53071
1.49208
1.43702
1.37236
1.30564
1.24328
1.1894
1.14547
1.11084
1.08381
1.06259
1.04582
1.03265
1.02258
1.01514
1.00988
1.0063
1.00396
1.00247
1.00155
1.00097
1.00062
1.00039
1.00025
1.00015
1.00009
1.00004
1.00002
0.999998
0.999987
0.999979
0.999975
0.999973
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.999972
0.999976
0.99998
0.999993
1.00001
1.00004
1.00008
1.00014
1.00022
1.00029
1.00031
1.00021
0.999822
0.998887
0.997038
0.993614
0.988111
0.980558
0.971849
0.964471
0.961574
0.964948
0.97481
0.991561
1.01701
1.05353
1.10153
1.15837
1.22043
1.28402
1.34353
1.39316
1.43108
1.45792
1.47214
1.47009
1.44971
1.41263
1.36334
1.30776
1.25184
1.20043
1.15646
1.12069
1.09234
1.06994
1.05212
1.03794
1.02683
1.01838
1.01223
1.00792
1.00503
1.00316
1.00198
1.00125
1.00079
1.00051
1.00033
1.00021
1.00013
1.00007
1.00004
1.00001
0.999995
0.999985
0.999979
0.999975
0.999972
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999973
0.999974
0.999981
0.999988
1.00001
1.00003
1.00007
1.00013
1.0002
1.00028
1.00032
1.00028
1.00001
0.999304
0.997837
0.995161
0.990596
0.983893
0.975704
0.967875
0.963195
0.963969
0.971054
0.98468
1.00566
1.03527
1.07395
1.12079
1.17373
1.22854
1.27944
1.32263
1.3572
1.3817
1.39284
1.38809
1.36776
1.33465
1.29286
1.24708
1.20192
1.16096
1.12617
1.09783
1.07514
1.05694
1.04228
1.03056
1.02142
1.01454
1.00959
1.00617
1.00391
1.00245
1.00154
1.00098
1.00063
1.00041
1.00027
1.00017
1.0001
1.00006
1.00003
1.00001
0.999992
0.999983
0.999978
0.999975
0.999972
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.99997
0.999973
0.999973
0.99998
0.999986
1
1.00003
1.00007
1.00012
1.00018
1.00026
1.00032
1.00031
1.00014
0.999632
0.998509
0.996431
0.992815
0.987189
0.979772
0.971859
0.965845
0.964209
0.968301
0.978468
0.995015
1.01857
1.04963
1.08793
1.13145
1.17631
1.21857
1.25599
1.28649
1.30683
1.31423
1.3081
1.28999
1.26248
1.22883
1.19267
1.15753
1.126
1.0993
1.07741
1.05963
1.04512
1.03332
1.02388
1.01657
1.01114
1.00728
1.00466
1.00294
1.00185
1.00117
1.00075
1.00049
1.00032
1.00021
1.00013
1.00008
1.00004
1.00002
1
0.999988
0.999981
0.999976
0.999974
0.999972
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999973
0.999973
0.999978
0.999985
0.999999
1.00002
1.00006
1.0001
1.00016
1.00024
1.0003
1.00032
1.00022
0.999867
0.999042
0.997459
0.994674
0.990196
0.983842
0.976313
0.96952
0.965866
0.967
0.973556
0.985821
1.00418
1.02883
1.05923
1.09359
1.1294
1.16427
1.1957
1.22054
1.23591
1.24057
1.23498
1.22051
1.19909
1.17322
1.14581
1.1195
1.09607
1.07618
1.05968
1.04602
1.0347
1.02544
1.01806
1.0124
1.00825
1.00534
1.00339
1.00214
1.00135
1.00086
1.00056
1.00037
1.00025
1.00016
1.0001
1.00006
1.00003
1.00001
0.999995
0.999985
0.999979
0.999975
0.999973
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.999971
0.999972
0.999978
0.999981
0.999996
1.00001
1.00004
1.00008
1.00014
1.00021
1.00027
1.00031
1.00026
1.00002
0.99944
0.998271
0.996167
0.99273
0.987609
0.980965
0.974058
0.968948
0.967456
0.970621
0.978915
0.992498
1.01121
1.03444
1.06105
1.0894
1.11729
1.14204
1.16099
1.17249
1.17609
1.17215
1.16156
1.14575
1.12678
1.10691
1.08801
1.07121
1.05683
1.04467
1.03441
1.02581
1.01875
1.01317
1.00894
1.00588
1.00377
1.00238
1.0015
1.00095
1.00061
1.00041
1.00027
1.00018
1.00012
1.00008
1.00004
1.00002
1
0.99999
0.999982
0.999978
0.999974
0.999972
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.999973
0.999975
0.999981
0.99999
1.00001
1.00003
1.00007
1.00012
1.00018
1.00024
1.00028
1.00027
1.00012
0.99972
0.998875
0.997326
0.994762
0.990825
0.985371
0.97902
0.973259
0.969828
0.970062
0.97465
0.983744
0.997152
1.0144
1.03458
1.05624
1.07743
1.09608
1.11049
1.11959
1.12298
1.12076
1.11355
1.10254
1.08937
1.07569
1.06275
1.05117
1.04107
1.03234
1.02483
1.01849
1.0133
1.00923
1.00619
1.00402
1.00255
1.0016
1.001
1.00064
1.00042
1.00028
1.00019
1.00013
1.00009
1.00005
1.00003
1.00001
0.999996
0.999986
0.99998
0.999976
0.999973
0.999972
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999972
0.99997
0.999975
0.999978
0.999986
1
1.00002
1.00005
1.00009
1.00015
1.0002
1.00026
1.00026
1.00017
0.999902
0.999308
0.998195
0.996327
0.993396
0.989177
0.983852
0.978274
0.973809
0.971817
0.973231
0.978424
0.987313
0.999447
1.014
1.02981
1.04544
1.05943
1.07054
1.07791
1.08116
1.08032
1.07589
1.06884
1.06035
1.05154
1.04313
1.03547
1.02861
1.02253
1.01721
1.01271
1.00904
1.00619
1.00409
1.00262
1.00164
1.00102
1.00063
1.00041
1.00027
1.00019
1.00013
1.00009
1.00006
1.00003
1.00001
1
0.999989
0.999983
0.999978
0.999975
0.999972
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999968
0.999971
0.999969
0.99997
0.99997
0.999973
0.999972
0.999978
0.999983
0.999993
1.00001
1.00003
1.00007
1.00012
1.00017
1.00021
1.00023
1.00018
1.00001
0.999601
0.998819
0.997482
0.995365
0.99224
0.98808
0.983265
0.978673
0.975444
0.974575
0.976634
0.981701
0.989475
0.999364
1.0105
1.0218
1.03214
1.0406
1.04654
1.04963
1.04988
1.04768
1.04371
1.03878
1.03354
1.02842
1.02359
1.01911
1.01503
1.01142
1.00835
1.00586
1.00395
1.00256
1.0016
1.00098
1.0006
1.00037
1.00024
1.00016
1.00011
1.00008
1.00005
1.00003
1.00002
1
0.999992
0.999985
0.99998
0.999976
0.999974
0.999971
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.999972
0.999972
0.999977
0.999978
0.99999
1
1.00002
1.00005
1.00009
1.00013
1.00017
1.0002
1.00018
1.00006
0.99979
0.999251
0.998314
0.996808
0.994567
0.991488
0.987675
0.983611
0.980084
0.977935
0.977789
0.979934
0.984312
0.990542
0.997967
1.00578
1.0132
1.01955
1.02432
1.02723
1.02827
1.02769
1.02593
1.02349
1.02072
1.01784
1.01497
1.01218
1.00957
1.00722
1.00522
1.0036
1.00237
1.00149
1.0009
1.00053
1.00031
1.00019
1.00012
1.00009
1.00006
1.00004
1.00003
1.00002
1
0.999994
0.999987
0.999981
0.999977
0.999974
0.999972
0.999972
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.999974
0.999973
0.999978
0.999984
0.999994
1.00001
1.00003
1.00006
1.0001
1.00014
1.00016
1.00015
1.00008
0.999903
0.999535
0.998886
0.99784
0.996268
0.994068
0.991238
0.987989
0.984792
0.982251
0.980925
0.981187
0.983141
0.986608
0.991175
0.996309
1.00146
1.00612
1.00989
1.01253
1.014
1.01444
1.01411
1.01325
1.01204
1.0106
1.00902
1.00739
1.00579
1.00433
1.00307
1.00206
1.00131
1.00078
1.00044
1.00024
1.00013
1.00007
1.00005
1.00003
1.00003
1.00002
1.00001
1
0.999994
0.999987
0.999983
0.999978
0.999975
0.999973
0.999971
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.999971
0.999973
0.999976
0.999979
0.999989
1
1.00002
1.00004
1.00007
1.0001
1.00012
1.00012
1.00008
0.999959
0.999711
0.999269
0.998553
0.997473
0.995938
0.993922
0.991507
0.988939
0.986593
0.984891
0.984178
0.984634
0.986239
0.988789
0.991965
0.995389
0.998694
1.00158
1.00384
1.00543
1.00639
1.00683
1.00685
1.00653
1.00594
1.00515
1.00424
1.00331
1.00243
1.00168
1.00107
1.00063
1.00034
1.00015
1.00006
1.00001
0.999998
0.999996
0.999999
1
0.999999
0.999996
0.999991
0.999987
0.999982
0.999979
0.999975
0.999974
0.999972
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.999972
0.999974
0.999978
0.999984
0.999993
1.00001
1.00002
1.00005
1.00007
1.00009
1.00009
1.00007
0.999982
0.999817
0.999518
0.999031
0.998294
0.997251
0.995862
0.994153
0.992245
0.990354
0.988758
0.987724
0.987444
0.987974
0.98924
0.99107
0.993239
0.995496
0.99762
0.999455
1.00093
1.00202
1.00276
1.00316
1.00327
1.00311
1.00277
1.00229
1.00177
1.00126
1.00082
1.00047
1.00023
1.00008
0.999991
0.999956
0.999949
0.999956
0.999968
0.999978
0.999983
0.999986
0.999986
0.999983
0.999981
0.999978
0.999975
0.999974
0.999972
0.999971
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.999971
0.999973
0.999977
0.999979
0.999987
0.999997
1.00001
1.00003
1.00004
1.00006
1.00006
1.00005
0.999991
0.999874
0.999672
0.999342
0.998846
0.998146
0.99721
0.99604
0.994698
0.993305
0.992027
0.99105
0.990525
0.990531
0.991071
0.992069
0.993393
0.99488
0.996384
0.997785
0.999006
0.999999
1.00075
1.00124
1.00149
1.00153
1.0014
1.00115
1.00086
1.00057
1.00032
1.00013
1.00001
0.999935
0.999906
0.999906
0.999919
0.999937
0.999953
0.999966
0.999974
0.999978
0.999979
0.999978
0.999977
0.999975
0.999974
0.999973
0.999972
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.999971
0.99997
0.999975
0.999977
0.999982
0.999988
1
1.00001
1.00002
1.00004
1.00004
1.00002
0.999988
0.999908
0.999764
0.999542
0.999214
0.998741
0.998118
0.997342
0.996438
0.995469
0.99454
0.993766
0.993252
0.993079
0.993269
0.993793
0.994582
0.995542
0.996573
0.997589
0.998518
0.999311
0.999932
1.00037
1.00062
1.0007
1.00066
1.00053
1.00037
1.0002
1.00006
0.999959
0.999899
0.999874
0.999873
0.999888
0.999908
0.999929
0.999947
0.99996
0.999968
0.999973
0.999975
0.999975
0.999975
0.999973
0.999972
0.999971
0.999971
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.99997
0.99997
0.99997
0.999972
0.999972
0.999976
0.999978
0.999983
0.99999
0.999999
1.00001
1.00001
1.00002
1.00001
0.999977
0.999923
0.999826
0.999672
0.999444
0.999133
0.998726
0.998215
0.99762
0.996981
0.996349
0.995799
0.995404
0.995215
0.995262
0.995542
0.996019
0.996636
0.997326
0.99803
0.998693
0.99927
0.999728
1.00005
1.00024
1.00031
1.00029
1.00022
1.00012
1.00002
0.999938
0.999884
0.999859
0.999855
0.999868
0.999887
0.99991
0.999929
0.999945
0.999957
0.999965
0.99997
0.999972
0.999973
0.999973
0.999972
0.999971
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999971
0.99997
0.99997
0.999972
0.999973
0.999975
0.999979
0.999984
0.99999
0.999995
1
1
0.999993
0.999974
0.999931
0.99986
0.999753
0.999601
0.999391
0.999122
0.998793
0.998413
0.997999
0.997592
0.997231
0.996963
0.996826
0.996839
0.997001
0.997297
0.997695
0.998153
0.998628
0.999076
0.999466
0.999775
0.999987
1.00011
1.00015
1.00013
1.00007
1
0.999941
0.999893
0.999865
0.999856
0.999862
0.999877
0.999898
0.999917
0.999935
0.999948
0.999958
0.999964
0.999968
0.99997
0.99997
0.999971
0.999971
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999971
0.99997
0.999972
0.999971
0.999973
0.999977
0.999979
0.999985
0.999986
0.999991
0.999989
0.999983
0.999966
0.999937
0.999885
0.999809
0.999703
0.999561
0.999383
0.99917
0.998927
0.99867
0.998418
0.998199
0.998038
0.997957
0.99797
0.998082
0.998279
0.998543
0.998847
0.999159
0.999453
0.999702
0.999893
1.00002
1.00008
1.00009
1.00006
1.00002
0.999965
0.99992
0.999888
0.999872
0.999869
0.999878
0.999893
0.99991
0.999926
0.99994
0.999951
0.999959
0.999965
0.999968
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999971
0.999969
0.999971
0.99997
0.999972
0.999972
0.999974
0.999977
0.999977
0.999982
0.999982
0.999983
0.999975
0.999964
0.99994
0.999904
0.999848
0.999772
0.999676
0.999557
0.999417
0.999264
0.999107
0.998958
0.998831
0.998743
0.99871
0.998736
0.998823
0.998965
0.999146
0.999348
0.99955
0.999736
0.99989
1
1.00007
1.00009
1.00007
1.00004
1
0.999958
0.999924
0.999901
0.999891
0.999892
0.999899
0.99991
0.999924
0.999936
0.999946
0.999955
0.999961
0.999965
0.999967
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999968
0.99997
0.99997
0.99997
0.99997
0.999971
0.999973
0.999973
0.999976
0.999976
0.999978
0.999975
0.999973
0.999962
0.999944
0.999916
0.999877
0.999823
0.999754
0.999673
0.999583
0.999485
0.999388
0.999301
0.999234
0.999195
0.999193
0.999228
0.999301
0.999405
0.999532
0.999671
0.999804
0.99992
1.00001
1.00007
1.00009
1.00009
1.00007
1.00004
0.999998
0.999963
0.999935
0.999918
0.99991
0.999911
0.999916
0.999925
0.999935
0.999945
0.999952
0.999959
0.999962
0.999966
0.999967
0.999968
0.999969
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.999968
0.99997
0.99997
0.99997
0.999971
0.999971
0.999972
0.999973
0.999974
0.999974
0.999974
0.999969
0.999962
0.999949
0.999928
0.999898
0.99986
0.999813
0.999756
0.999695
0.999632
0.999573
0.999523
0.999491
0.99948
0.999491
0.99953
0.999593
0.999675
0.999768
0.999861
0.999949
1.00002
1.00007
1.0001
1.00011
1.00009
1.00007
1.00003
1
0.999972
0.99995
0.999936
0.999929
0.999928
0.999932
0.999938
0.999945
0.999951
0.999957
0.999961
0.999964
0.999966
0.999969
0.999969
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.999971
0.999971
0.999971
0.999973
0.999971
0.999971
0.999969
0.999962
0.999952
0.999938
0.999916
0.999887
0.999853
0.999815
0.999772
0.999731
0.999695
0.999669
0.999652
0.999652
0.999672
0.99971
0.999762
0.999825
0.999894
0.999959
1.00002
1.00006
1.00009
1.0001
1.0001
1.00008
1.00006
1.00003
1
0.999976
0.999959
0.999948
0.999943
0.999941
0.999943
0.999948
0.999953
0.999957
0.999961
0.999963
0.999966
0.999967
0.999968
0.999969
0.99997
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.99997
0.99997
0.99997
0.999971
0.99997
0.999971
0.99997
0.999967
0.999964
0.999956
0.999945
0.999929
0.999911
0.999885
0.999857
0.99983
0.999803
0.999778
0.999762
0.999758
0.999764
0.999784
0.999815
0.999858
0.999907
0.999956
1
1.00004
1.00007
1.00009
1.00009
1.00008
1.00007
1.00005
1.00002
1
0.999982
0.999968
0.999958
0.999953
0.999952
0.999953
0.999955
0.999958
0.999961
0.999963
0.999965
0.999967
0.999968
0.999969
0.999969
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.999971
0.99997
0.999969
0.99997
0.999968
0.999964
0.999959
0.999951
0.999941
0.999925
0.99991
0.99989
0.999869
0.99985
0.999836
0.999827
0.999825
0.999833
0.99985
0.999877
0.999908
0.999945
0.999983
1.00002
1.00004
1.00006
1.00007
1.00007
1.00006
1.00005
1.00003
1.00001
0.999996
0.999981
0.999971
0.999963
0.999959
0.999958
0.999959
0.99996
0.999962
0.999964
0.999965
0.999967
0.999968
0.999968
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999971
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999968
0.999969
0.999966
0.999962
0.999956
0.999949
0.999939
0.999927
0.999914
0.9999
0.999887
0.999876
0.99987
0.999871
0.999877
0.999891
0.999912
0.999937
0.999962
0.999988
1.00001
1.00003
1.00005
1.00005
1.00005
1.00004
1.00003
1.00002
1
0.999992
0.999982
0.999974
0.999968
0.999965
0.999963
0.999963
0.999963
0.999965
0.999966
0.999967
0.999967
0.999968
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.99997
0.99997
0.999971
0.999969
0.99997
0.99997
0.999968
0.999966
0.999965
0.99996
0.999956
0.999948
0.999941
0.99993
0.999921
0.999911
0.999906
0.999903
0.999903
0.999908
0.999918
0.999932
0.99995
0.99997
0.99999
1.00001
1.00002
1.00003
1.00003
1.00003
1.00002
1.00002
1.00001
0.999996
0.999987
0.999979
0.999974
0.999969
0.999967
0.999966
0.999965
0.999966
0.999966
0.999968
0.999968
0.999968
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999971
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.999967
0.999966
0.999963
0.99996
0.999955
0.999949
0.999943
0.999937
0.999931
0.999926
0.999923
0.999924
0.999928
0.999936
0.999945
0.999958
0.99997
0.999983
0.999995
1.00001
1.00001
1.00001
1.00001
1.00001
1
0.999996
0.999989
0.999983
0.999978
0.999974
0.99997
0.999969
0.999967
0.999968
0.999968
0.999968
0.999968
0.999969
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999968
0.999971
0.99997
0.999969
0.99997
0.99997
0.999969
0.999968
0.999967
0.999966
0.999962
0.99996
0.999956
0.999952
0.999946
0.999943
0.999941
0.999939
0.999939
0.999941
0.999947
0.999954
0.999963
0.999972
0.999981
0.999988
0.999994
0.999998
1
0.999999
0.999997
0.999993
0.999988
0.999984
0.999979
0.999975
0.999972
0.99997
0.999969
0.999969
0.999968
0.999969
0.999969
0.999969
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999968
0.99997
0.99997
0.999969
0.999968
0.999968
0.999965
0.999963
0.999961
0.999959
0.999956
0.999952
0.99995
0.999949
0.999949
0.999951
0.999954
0.999959
0.999965
0.99997
0.999976
0.999982
0.999987
0.999989
0.99999
0.999989
0.999988
0.999985
0.999982
0.999979
0.999977
0.999974
0.999972
0.999971
0.99997
0.99997
0.99997
0.999969
0.999969
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.999969
0.999968
0.999966
0.999966
0.999964
0.999962
0.99996
0.999959
0.999958
0.999957
0.999957
0.999958
0.99996
0.999963
0.999966
0.99997
0.999975
0.999977
0.99998
0.999983
0.999983
0.999982
0.999981
0.99998
0.999978
0.999975
0.999974
0.999972
0.999972
0.99997
0.999969
0.999969
0.99997
0.999969
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.99997
0.999968
0.999968
0.999968
0.999966
0.999966
0.999964
0.999962
0.999962
0.999962
0.999962
0.999962
0.999963
0.999965
0.999967
0.99997
0.999971
0.999975
0.999976
0.999977
0.999978
0.999977
0.999977
0.999976
0.999975
0.999974
0.999973
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999969
0.999968
0.999968
0.999967
0.999966
0.999965
0.999965
0.999964
0.999965
0.999965
0.999965
0.999966
0.999968
0.99997
0.999972
0.999973
0.999974
0.999975
0.999975
0.999975
0.999975
0.999974
0.999973
0.999972
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999968
0.999969
0.999968
0.999968
0.999967
0.999967
0.999968
0.999966
0.999966
0.999967
0.999967
0.999968
0.999968
0.99997
0.99997
0.999971
0.999972
0.999973
0.999972
0.999973
0.999973
0.999972
0.999972
0.999971
0.999971
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999968
0.999969
0.999969
0.999967
0.999967
0.999968
0.999968
0.999969
0.999969
0.999969
0.99997
0.99997
0.999971
0.999972
0.999971
0.999971
0.999972
0.999971
0.999971
0.999971
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999969
0.99997
0.999969
0.999969
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.99997
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.999969
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.99997
0.99997
0.999969
0.999968
0.999968
0.999968
0.999968
0.999968
0.999968
0.999968
0.999968
0.999969
0.999969
0.999969
0.99997
0.99997
0.999971
0.999971
0.999971
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.99997
0.99997
0.99997
0.999969
0.999969
0.999969
0.999967
0.999967
0.999967
0.999966
0.999967
0.999967
0.999967
0.999968
0.999968
0.999969
0.99997
0.99997
0.999972
0.999972
0.999972
0.999972
0.999972
0.999972
0.999972
0.999971
0.999971
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.99997
0.99997
0.99997
0.999969
0.999969
0.999969
0.999968
0.999967
0.999967
0.999966
0.999966
0.999966
0.999965
0.999965
0.999966
0.999967
0.999968
0.999969
0.99997
0.999972
0.999972
0.999973
0.999974
0.999974
0.999973
0.999973
0.999972
0.999972
0.999971
0.999971
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.999969
0.999969
0.999967
0.999966
0.999965
0.999964
0.999963
0.999963
0.999963
0.999963
0.999964
0.999965
0.999967
0.999969
0.999971
0.999973
0.999974
0.999975
0.999976
0.999976
0.999976
0.999975
0.999975
0.999974
0.999973
0.999972
0.999971
0.999971
0.999971
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
0.99997
)
;
boundaryField
{
emptyPatches_empt
{
type empty;
}
top_cyc
{
type cyclic;
}
bottom_cyc
{
type cyclic;
}
inlet_cyc
{
type cyclic;
}
outlet_cyc
{
type cyclic;
}
}
// ************************************************************************* //
|
|
6b50318c909e52e992b5e1fad9f03941e934f790
|
a8583da1df40ca5f29eb3bfb92ba68ca2dcfaa04
|
/HitachiApp/main.cpp
|
409ba02b32c73e8f80f2d81ae622b6aed44bfad1
|
[] |
no_license
|
FilipBascarevic/HitaciCameraConfiguration
|
2c43a0aead0dd40b544f9de6f9b939b209fb0ad0
|
9f29fdae0d449e1ba5aafbaeccae532cc9e2bc4c
|
refs/heads/master
| 2020-07-22T05:43:06.089885
| 2019-09-08T09:35:59
| 2019-09-08T09:35:59
| 199,052,646
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 256
|
cpp
|
main.cpp
|
#include <QCoreApplication>
#include "hitachiapi.h"
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
hitachiAPI hitaci;
hitaci.open("COM1");
quint16 level = 7;
hitaci.ZoomPositionGet(level);
return a.exec();
}
|
4fda022f6ee2c7900ee41c18c48d66e191d966ec
|
31f8f7388ae6af6d282b6251b855c2ff39f2f9ea
|
/hw1/test_program/src/message.cpp
|
8494a7b5c17f66205fe8b43b78bb2a6ac271be83
|
[] |
no_license
|
lspss89221/NTU-2016-FOOP
|
f3da334ac8ffae52e7592920c2071650d8b24051
|
d532a14ddef25d5a9d289f94d94011220cab2f34
|
refs/heads/master
| 2021-05-08T04:58:39.165012
| 2017-10-26T23:19:22
| 2017-10-26T23:19:22
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 3,454
|
cpp
|
message.cpp
|
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cassert>
#include <algorithm>
#include <iostream>
#include <string>
#include <vector>
#include <unistd.h>
#include "card.h"
#include "message.h"
#include "table.h"
using namespace std;
extern map<char, int> suit_inv_table;
extern map<string, int> num_inv_table;
void Message::input()
{
string in;
buf.clear();
all = 0;
line_num = -1;
while( getline(cin, in) )
{
buf.push_back(in);
++all;
}
return;
}
bool Message::hasNext()
{
++line_num;
return (line_num < all);
}
void Message::error(const string& strErr)
{
cout << "[Line " << line_num + 1 << "]: ";
cout << strErr << endl;
FILE* fp = fopen("output.txt", "w");
for( int i = 0; i < all; i++ )
fprintf(fp, "%s\n", buf[i].c_str());
fclose(fp);
exit(1);
}
bool Message::equal(const string& str)
{
return (str == buf[line_num]);
}
bool Message::ParsePlayerCardInfoMessage(const int& id, vector<Card>& cvec)
{
static char tmp[7122];
char *ptr;
cvec.clear();
strcpy(tmp, buf[line_num].c_str());
ptr = strtok(tmp, " ");
if( ptr == NULL || string(ptr) != "Player" + to_string(id) + ":" )
return false;
ptr = strtok(NULL, " ");
while( ptr != NULL )
{
int len = strlen(ptr);
if( !(len >= 1 && len <= 3) )
return false;
string num_str = string(ptr + 1, ptr + len);
if( num_inv_table.count(num_str) == 0 || suit_inv_table.count(ptr[0]) == 0 )
return false;
cvec.push_back(Card(num_inv_table[num_str], suit_inv_table[ptr[0]]));
ptr = strtok(NULL, " ");
}
return true;
}
bool Message::ParseDrawCardMessage(const int& F, const int& S, Card& take)
{
string p1, p2, mid, card_str;
if( buf[line_num].size() != 36 && buf[line_num].size() != 37 )
return false;
p1 = buf[line_num].substr(0, 7);
mid = buf[line_num].substr(7, 19);
p2 = buf[line_num].substr(26, 7);
card_str = buf[line_num].substr(34, buf[line_num].size() == 37 ? 3 : 2);
if( mid != " draws a card from " || p1.substr(0, 6) != "Player" || p2.substr(0, 6) != "Player" )
return false;
if( F != p1[6] - '0' || S != p2[6] - '0' )
return false;
if( num_inv_table.count(card_str.substr(1, card_str.size() - 1)) == 0 || suit_inv_table.count(card_str[0]) == 0 )
return false;
take = Card(num_inv_table[card_str.substr(1, card_str.size() - 1)], suit_inv_table[card_str[0]]);
return true;
}
bool Message::CheckWinnerMessage(vector<int>& winner)
{
string p1, mid, p2, ed;
assert(winner.size() > 0 && winner.size() <= 2);
if( winner.size() == 1 )
{
if( buf[line_num].size() != 12 ) return false;
p1 = buf[line_num].substr(0, 7);
ed = buf[line_num].substr(7, 5);
return (ed == " wins" && p1.substr(0, 6) == "Player" && winner[0] == p1[6] - '0');
}
else
{
if( buf[line_num].size() != 23 ) return false;
if( winner[0] > winner[1] ) swap(winner[0], winner[1]);
p1 = buf[line_num].substr(0, 7);
mid = buf[line_num].substr(7, 5);
p2 = buf[line_num].substr(12, 7);
ed = buf[line_num].substr(19, 4);
return (mid == " and " && ed == " win" && p1.substr(0, 6) == "Player" && p2.substr(0, 6) == "Player" &&
winner[0] == p1[6] - '0' && winner[1] == p2[6] - '0');
}
}
|
a91be687ea024d2ef65956c32ee2e77d5922eb3a
|
df17ceea4b4c19ca20e29e98b7c3c2b3984a4442
|
/Euler_9.cpp
|
baf33565622d15e6d787934c8004adec3fd707a5
|
[] |
no_license
|
NasarTarique/PROJECT-EULER
|
adf399a7c8f337f92b6b92404ef78123ee2d5252
|
8931bdcb85b0d5827f08334e74da1e3fd1dade83
|
refs/heads/master
| 2020-06-24T04:53:35.650265
| 2019-08-09T10:15:41
| 2019-08-09T10:15:41
| 198,853,919
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 531
|
cpp
|
Euler_9.cpp
|
#include <iostream>
#include <math.h>
using namespace std;
int main()
{
int i=1,j=1,product;
for(i=1;i<=1000;i++)
for(j=1;j<=1000;j++)
if((i+j+sqrt((i*i)+(j*j)))==1000)
{
cout<<" a="<<i<<"\n b="<<j<<"\n c="<<sqrt((i*i)+(j*j));
product=i*j*sqrt((i*i)+(j*j));
cout<<" \n product ="<<product;
goto the_end;
}
the_end:
return 0;
}
|
cc64f0e85ab0947a89da477d94d8f89a28b5cb4a
|
01f4d9aa92683ddcc358b83d3dc4e59e9cf3b4a4
|
/getTwoDimensionalArray.cpp
|
e034996632c86cb3ad317b7d3e71090232a6f86d
|
[] |
no_license
|
yanjusong/CPP-Study
|
543d5506923d4980be8827691ff8561f3472cda2
|
7004c6f12584097a471bbca4b49a874612a51766
|
refs/heads/master
| 2021-01-20T15:04:58.599108
| 2019-05-15T15:39:42
| 2019-05-15T15:39:42
| 69,138,972
| 2
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,112
|
cpp
|
getTwoDimensionalArray.cpp
|
#include <iostream>
using namespace std;
struct A
{
int data;
A() : data(1)
{
cout << "A() called" << endl;
}
~A()
{
cout << "~A() called" << endl;
}
};
A** getTwoDimensionalArray1(unsigned int row, unsigned int col)
{
A **p = new A* [row];
for(int i = 0; i < row; ++i) {
p[i] = new A[col];
}
return p;
}
void getTwoDimensionalArray2(A ***p, unsigned int row, unsigned int col)
{
*p = new A* [row];
for(int i = 0; i < row; ++i) {
// *p[i] = new A[col];
(*p)[i] = new A[col];
}
}
int main(int argc, char const *argv[])
{
unsigned int row = 2;
unsigned int col = 3;
A **p1 = getTwoDimensionalArray1(row, col);
for(int i = 0; i < row; ++i) {
delete [] p1[i];
p1[i] = NULL;
}
delete [] p1;
p1 = NULL;
/*******************************************************/
A **p2 = NULL;
getTwoDimensionalArray2(&p2, row, col);
for(int i = 0; i < row; ++i) {
delete [] p2[i];
p2[i] = NULL;
}
delete [] p2;
p2 = NULL;
return 0;
}
|
b4db2b364cbd25d22df5f6aa1e1b99642fa7f2d9
|
aaa56e0dea5e33b562eab28cc6535ee1ee0af121
|
/src/drivers/arMotionstarDriver.cpp
|
0209f91858bc6e38677571f34344dbc9e48d2e36
|
[
"LicenseRef-scancode-x11-opengl"
] |
permissive
|
IllinoisSimulatorLab/szg
|
19357a9867d0d2b18ca384f9830820b101fd0bfe
|
b9f9a2380107450c2f181ac6372427a0112b5ffe
|
refs/heads/main
| 2022-02-09T23:15:24.015964
| 2016-06-02T19:28:59
| 2016-06-02T19:28:59
| 30,116,435
| 3
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 13,375
|
cpp
|
arMotionstarDriver.cpp
|
//********************************************************
// Syzygy is licensed under the BSD license v2
// see the file SZG_CREDITS for details
//
// This file includes modified sample code from
// Acension Technologies' bnsample.c.
//********************************************************
#include "arPrecompiled.h"
#include "arMotionstarDriver.h"
DriverFactory(arMotionstarDriver, "arInputSource")
void ar_motionstarDriverEventTask(void* motionstarDriver) {
arMotionstarDriver* d = (arMotionstarDriver*) motionstarDriver;
d->_sendCommand(MSG_RUN_CONTINUOUS, 0);
if (!d->_getResponse(RSP_RUN_CONTINUOUS)) {
goto LDone;
}
ar_log_remark() << "arMotionstarDriver beginning event task.\n";
while (d->_getResponse(DATA_PACKET))
d->_parseData(&d->_response);
LDone:
ar_log_error() << "arMotionstarDriver: no response from driver.\n";
}
arMotionstarDriver::arMotionstarDriver():
_birdnetIP(string("NULL")),
_angScale(180.0/32767.0), // conversion constant
_commandSocket(AR_STANDARD_SOCKET),
_sequence(0),
_TCP_PORT(6000),
_numberRemaps(0),
_useButton(false),
_lastButtonValue(-1) {
}
bool arMotionstarDriver::init(arSZGClient& SZGClient) {
_birdnetIP = SZGClient.getAttribute("SZG_MOTIONSTAR", "IPhost");
ar_log_debug() << "arMotionstarDriver: tracker host is " << _birdnetIP << ".\n";
// this test could be better
if (_birdnetIP.length()<7) {
ar_log_error() << "bad or no SZG_MOTIONSTAR/IPhost.\n";
return false;
}
// _setAlphaMin = true;
// _setAlphaMax = true;
// _setVm = true;
// long filterBuf[7];
// if (!SZGClient.getAttributeLongs( "SZG_MOTIONSTAR", "alphaMin", filterBuf, 7 )) {
// ar_log_error() << "arMotionstarDriver: no SZG_MOTIONSTAR/alphaMin.\n";
// _setAlphaMin = false;
// } else {
// for (i=0; i<7; i++) {
// if ((filterBuf[i] < 0)||(filterBuf[i] > 32767)) {
// ar_log_error() << "arMotionstarDriver: alphaMin value " << filterBuf[i]
// << " out of bounds (0-32767).\n";
// _setAlphaMin = false;
// }
// _alphaMin[i] = (unsigned short)filterBuf[i];
// }
// }
// if (!SZGClient.getAttributeLongs( "SZG_MOTIONSTAR", "alphaMax", filterBuf, 7 )) {
// ar_log_error() << "arMotionstarDriver: no SZG_MOTIONSTAR/alphaMax.\n";
// _setAlphaMax = false;
// } else {
// for (i=0; i<7; i++) {
// if ((filterBuf[i] < 0)||(filterBuf[i] > 32767)) {
// ar_log_error() << "arMotionstarDriver: alphaMax value " << filterBuf[i]
// << " out of bounds (0-32767).\n";
// _setAlphaMax = false;
// }
// _alphaMax[i] = (unsigned short)filterBuf[i];
// }
// }
// if (!SZGClient.getAttributeLongs( "SZG_MOTIONSTAR", "Vm", filterBuf, 7 )) {
// ar_log_error() << "arMotionstarDriver: no SZG_MOTIONSTAR/Vm.\n";
// _setVm = false;
// } else {
// for (i=0; i<7; i++) {
// if ((filterBuf[i] < 0.)||(filterBuf[i] > 32767)) {
// ar_log_error() << "arMotionstarDriver: Vm value " << filterBuf[i]
// << " out of bounds (0-32767).\n";
// _setVm = false;
// }
// _Vm[i] = (unsigned short)filterBuf[i];
// }
// }
//unused int birdFormat = BN_POSANG;
const int birdsRequired = BN_MAX_ADDR;
const float birdRate = 93.3;
const int reportRate = 1;
_commandSocket.ar_create();
if (_commandSocket.ar_connect(_birdnetIP.c_str(), _TCP_PORT)<0) {
ar_log_error() << "arMotionstarDriver failed to open command socket.\n";
return false;
}
// start the system working
if (!_sendWakeup()) {
ar_log_error() << "arMotionstarDriver failed to wake up.\n";
return false;
}
// get the system status
BN_SYSTEM_STATUS* sys = NULL;
if (!_getStatusAll(&sys)) {
ar_log_error() << "arMotionstarDriver failed to get status.\n";
return false;
}
// set measurement rate requested
char buf[10];
sprintf(buf, "%06.0f", birdRate * 1000.);
strncpy(sys->rate, buf, 6);
const int nDevices = sys->chassisDevices;
// Are we using the "monowand" button?
// NOTE: strictly speaking, this is local to the ISL and should be
// ELIMINATED from this driver! The "right thing" would be to hack up
// a new loadable module that would have the ISL-only features
// contained in it... so arISLMotionstarDriver.so...
_useButton = SZGClient.getAttribute("SZG_MOTIONSTAR", "use_button") == "true";
// Export the signature.
int sig[3];
if (!SZGClient.getAttributeInts("SZG_MOTIONSTAR", "signature", sig, 3)) {
// button overrides old wand's (shifts them up)!
_setDeviceElements(_useButton ? 1 : 0, 0, nDevices-1);
} else {
ar_log_error() << "SZG_MOTIONSTAR/signature overriding device signature with ("
<< sig[0] << ", " << sig[1] << ", " << sig[2] << ").\n";
_setDeviceElements(sig);
}
// send the system setup
if (!_setStatusAll(sys)) {
ar_log_error() << "arMotionstarDriver failed to set system status.\n";
return(-1);
}
BN_BIRD_STATUS* bird = NULL;
int i = 0;
for (i=2; i<=nDevices; i++) {
// get the status of an individual bird
if (!_getStatusBird(i, &bird)) {
ar_log_error() << "arMotionstarDriver: no status from bird " << i-1 << "\n";
return false;
}
// change the data format to something new for all birds
if (i <= birdsRequired+1) {
// set reporting format to position/angles
bird->header.dataFormat = 0x64;
}
else{
// no data
bird->header.dataFormat = 0;
}
// set new report rate for all birds
bird->header.reportRate = reportRate;
bird->header.setup |= BN_FLOCK_APPENDBUT;
_posScale = (float)ntohs(bird->header.scaling) / 32767.;
// set new filter tables for all birds
// if (_setAlphaMin) {
// for (j=0; j<7; j++)
// bird->alphaMin.entry[j] = htons(_alphaMin[j]);
// }
// if (_setAlphaMax) {
// for (j=0; j<7; j++)
// bird->alphaMax.entry[j] = htons(_alphaMax[j]);
// }
// if (_setVm) {
// for (j=0; j<7; j++)
// bird->Vm.entry[j] = htons(_Vm[j]);
// }
if (!_setStatusBird(i, bird)) {
ar_log_error() << "arMotionstarDriver failed to set status of bird " << i-1 << "\n";
return false;
}
}
ar_log_debug() << "arMotionstarDriver inited.\n";
return true;
}
bool arMotionstarDriver::start() {
return _eventThread.beginThread(ar_motionstarDriverEventTask, this);
}
bool arMotionstarDriver::stop() {
return true;
}
bool arMotionstarDriver::_sendWakeup() {
_sendCommand(MSG_WAKE_UP, 0);
return _getResponse(RSP_WAKE_UP);
}
bool arMotionstarDriver::_getStatusAll(BN_SYSTEM_STATUS** sys) {
_sendCommand(MSG_GET_STATUS, 0);
if (!_getResponse(RSP_GET_STATUS)) {
return false;
}
*sys = (BN_SYSTEM_STATUS*)_response.data;
return true;
}
bool arMotionstarDriver::_setStatusAll(BN_SYSTEM_STATUS* sys) {
_sendStatus(0, (char*)sys, sizeof(BN_SYSTEM_STATUS));
return _getResponse(RSP_SEND_SETUP);
}
bool arMotionstarDriver::_getStatusBird(int addr, BN_BIRD_STATUS** bird) {
_sendCommand(MSG_GET_STATUS, addr);
if (!_getResponse(RSP_GET_STATUS)) {
return false;
}
BN_BIRD_STATUS* bptr = (BN_BIRD_STATUS *)_response.data;
*bird = bptr;
return true;
}
bool arMotionstarDriver::_setStatusBird(int addr, BN_BIRD_STATUS* bird) {
_sendStatus(addr, (char*)bird, sizeof(BN_BIRD_STATUS));
return _getResponse(RSP_SEND_SETUP);
}
bool arMotionstarDriver::_sendStatus(int xtype, char *data, int size) {
BN_PACKET pkt;
pkt.header.type = MSG_SEND_SETUP;
pkt.header.xtype = xtype;
pkt.header.sequence = htons(_sequence++);
pkt.header.errorCode = 0;
pkt.header.protocol = 3;
pkt.header.numBytes = htons((short)size);
memcpy(pkt.data, data, size);
if (!_commandSocket.ar_safeWrite((char*)&pkt, sizeof(BN_HEADER)+size)) {
ar_log_error() << "arMotionstarDriver: Status send failed.\n";
return false;
}
return true;
}
bool arMotionstarDriver::_sendCommand(int cmd, int xtype) {
BN_HEADER header;
header.type = cmd;
header.xtype = xtype;
header.sequence = _sequence++;
header.errorCode = 0;
header.protocol = 3;
header.numBytes = 0;
if (!_commandSocket.ar_safeWrite((char*)&header, sizeof(BN_HEADER))) {
ar_log_error() << "arMotionstarDriver: command send failed.\n";
return false;
}
return true;
}
bool arMotionstarDriver::_getResponse(int rsp) {
const int headerSize = sizeof(BN_HEADER); /* need at least the header */
char* cptr = (char *)&_response.header;
if (!_commandSocket.ar_safeRead(cptr, headerSize)) {
ar_log_error() << "arMotionstarDriver failed to read response header.\n";
return false;
}
const int bodySize = ntohs(_response.header.numBytes);
if (bodySize) {
if (!_commandSocket.ar_safeRead(cptr+headerSize, bodySize)) {
ar_log_error() << "arMotionstarDriver failed to read response body.\n";
return false;
}
}
if (_response.header.type != rsp) {
ar_log_error() << "arMotionstarDriver Command response "
<< _response.header.type << " not of " << "expected type " << rsp << ".\n";
return false;
}
return true;
}
void arMotionstarDriver::_parseData(BN_PACKET *packet) {
#ifdef UNUSED
// Get timestamp data.
long seconds = ntohl(packet->header.seconds);
int milliseconds = ntohs(packet->header.milliseconds);
#endif
int n = ntohs(packet->header.numBytes);
char* pch = (char*) packet->data;
bool fButtonPushed = false;
while (n > 0) {
BN_DATA* dptr = (BN_DATA*) pch;
// Motionstar birds start at 2, Syzygy birds start at 0.
const unsigned char addr = (dptr->addr & ~BUTTON_FLAG) - 2;
short* sptr = (short*) dptr->data;
switch (dptr->format >> 4) {
case 4:
// Copy pos/ang data to local storage.
_receivedData[0] = ((short)ntohs(*sptr))*_posScale;
_receivedData[1] = ((short)ntohs(*(sptr+1)))*_posScale;
_receivedData[2] = ((short)ntohs(*(sptr+2)))*_posScale;
_receivedData[3] = ((short)ntohs(*(sptr+3)))*_angScale;
_receivedData[4] = ((short)ntohs(*(sptr+4)))*_angScale;
_receivedData[5] = ((short)ntohs(*(sptr+5)))*_angScale;
_generateEvent(addr);
break;
case -2: // Determined empirically in Cube. dptr->format == -31.
fButtonPushed = true;
break;
default:
printf("arMotionstarDriver warning: unsupported packet format %d (%d)\n",
dptr->format >> 4, dptr->format);
break;
}
int tmp = (dptr->format & 0xf) << 1;
if (dptr->addr & BUTTON_FLAG) {
// const int button = *(short*)(pch+(tmp+2));
// if (button) printf(" Button %d\n", button);
tmp += 2;
}
tmp += 2; // include bytes for addr and format
n -= tmp;
pch += tmp;
}
if (_useButton)
_generateButtonEvent(fButtonPushed ? 1 : 0);
}
void arMotionstarDriver::_generateButtonEvent(int value) {
static int prev = -1; // Guaranteed to mismatch, first time through.
// todo: Nonreentrant. make "prev" a private member.
if (value != prev) {
sendButton(0, value);
prev = value;
}
}
void arMotionstarDriver::_generateEvent(int sensorID) {
// Convert from motionstar coords (units=inches, right-handed, xy horizontal, z down)
// to generic Syzygy coordinates (units=feet, right-handed, xz horizontal, y up).
_receivedData[0] /= 12.; // x->x
float z = _receivedData[1]/12.; // y->z
_receivedData[1] = -_receivedData[2]/12.; // z->-y
_receivedData[2] = z;
_receivedData[3] = -_receivedData[3]; // azimuth -> -azimuth
_receivedData[5] = -_receivedData[5]; // roll -> -roll
const arMatrix4 transMatrix(
ar_translationMatrix(_receivedData[0],
_receivedData[1],
_receivedData[2])
);
const arMatrix4 rotMatrix(
ar_rotationMatrix('y', ar_convertToRad(_receivedData[3])) *
ar_rotationMatrix('x', ar_convertToRad(_receivedData[4])) *
ar_rotationMatrix('z', ar_convertToRad(_receivedData[5]))
);
sendMatrix(sensorID, transMatrix * rotMatrix );
}
// Old hack code, mostly moved to a PForth filter
//void arMotionstarDriver::_tweak() {
// float* p = _receivedData;
// convert from inches to feet, for cave-coords.
// p[0] /= 12.;
// p[1] /= 12.;
// p[2] /= 12.;
// const float rot = 1./sqrt(2.); // cos and sin of 45 degrees
// float x = rot*p[0] - rot*p[1];
// float z = rot*p[0] + rot*p[1];
// float y = 5. - p[2];
// x and z are raw [1.2, 10.4]; convert to [-5, 5]
// const float x0 = 1.2;
// const float x1 = 10.4;
// const float y0 = -5.;
// const float y1 = 5.;
// x = y0 + (y1-y0)/(x1-x0)*(x-x0);
// z = y0 + (y1-y0)/(x1-x0)*(z-x0);
// p[0] = x;
// p[1] = y;
// p[2] = z;
// angles now... azi el roll
// float azi = -p[3] - 135;
// float el = p[4];
// float roll = -p[5];
// if (azi < -180.) azi += 360.;
// else if (azi > 180.) azi -= 360.;
// if (roll < -180.) roll += 360.;
// else if (roll > 180.) roll -= 360.;
// p[3] = azi;
// p[4] = el;
// p[5] = roll;
//}
|
6253cf2e1be921e15d3fd636ab95cbadaed49abe
|
e7f65a2fb4a85acdc26865883268333c17b3d791
|
/intern/src/switchwidget.h
|
e64840af1784190de21a1b295322d6007c87f7ae
|
[] |
no_license
|
kek112/SmHoEzMa
|
129dea4e58ac5099b9c7eae3840e9dab6c1f7bd1
|
dab59f5047f1f61a70226661bd0f92139689357b
|
refs/heads/master
| 2021-09-25T02:40:18.851821
| 2018-08-05T13:02:47
| 2018-08-05T13:02:47
| 153,416,891
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,027
|
h
|
switchwidget.h
|
#ifndef SWITCHWIDGET_H
#define SWITCHWIDGET_H
#include <QtWidgets>
/**
* @brief The CSwitchWidget class
* @details Subclasses the QAbstractButton class to create a Android like switch
*/
class CSwitchWidget : public QAbstractButton
{
Q_OBJECT
//needed for QPropertyAnimation
Q_PROPERTY(int offset READ offset WRITE setOffset)
Q_PROPERTY(QBrush brush READ brush WRITE setBrush)
public:
CSwitchWidget(QWidget* parent = nullptr);
CSwitchWidget(const QBrush& brush, QWidget* parent = nullptr);
QBrush brush() const;
void setBrush(const QBrush &brsh);
int offset() const;
void setOffset(int o);
void setChecked(bool _checked);
bool isChecked();
protected:
void paintEvent(QPaintEvent*) override;
void mouseReleaseEvent(QMouseEvent*) override;
void enterEvent(QEvent*) override;
private:
bool _switch;
qreal _opacity;
int _x, _height, _margin;
QBrush _thumb, _track, _brush;
QPropertyAnimation *_anim = nullptr;
};
#endif // SWITCHWIDGET_H
|
6e8b099a416a3ca08adc1052a7ba17824ea51b3c
|
52ca17dca8c628bbabb0f04504332c8fdac8e7ea
|
/boost/spirit/home/support/detail/lexer/parser/tree/selection_node.hpp
|
9e765737a9bf5cbb256a9316614af71c26636c3d
|
[] |
no_license
|
qinzuoyan/thirdparty
|
f610d43fe57133c832579e65ca46e71f1454f5c4
|
bba9e68347ad0dbffb6fa350948672babc0fcb50
|
refs/heads/master
| 2021-01-16T17:47:57.121882
| 2015-04-21T06:59:19
| 2015-04-21T06:59:19
| 33,612,579
| 0
| 0
| null | 2015-04-08T14:39:51
| 2015-04-08T14:39:51
| null |
UTF-8
|
C++
| false
| false
| 105
|
hpp
|
selection_node.hpp
|
#include "thirdparty/boost_1_58_0/boost/spirit/home/support/detail/lexer/parser/tree/selection_node.hpp"
|
cc26cd24993eb4ab84c8b2f407218aee99af2871
|
a980ba973c6365b2b2f11a1af443191596ded453
|
/examples/plugins/examplecryptoplugin/plugin.cpp
|
d93409f9f4b1e2b023692ce0650313a1a6eea115
|
[
"LicenseRef-scancode-free-unknown",
"BSD-3-Clause"
] |
permissive
|
sailfishos/sailfish-secrets
|
44f724f1470e7b4bbfbd4c0ab4cb481cbc54f2e0
|
303687d1e4e71cf741b6aec3b35dd78c033b1ede
|
refs/heads/master
| 2023-04-07T06:44:07.878773
| 2023-03-21T10:41:41
| 2023-03-21T10:41:41
| 109,001,458
| 27
| 16
|
BSD-3-Clause
| 2023-08-31T14:14:11
| 2017-10-31T13:43:11
|
C++
|
UTF-8
|
C++
| false
| false
| 1,235
|
cpp
|
plugin.cpp
|
/*
* Copyright (C) 2018 Jolla Ltd.
* Contact: Chris Adams <chris.adams@jollamobile.com>
* All rights reserved.
* BSD 3-Clause License, see LICENSE.
*/
#include "plugin.h"
#include <QStandardPaths>
#include <QString>
#include <QByteArray>
#include <QtDebug>
Q_PLUGIN_METADATA(IID Sailfish_Crypto_CryptoPlugin_IID)
using namespace Sailfish::Secrets::Daemon::Plugins;
ExampleCryptoPlugin::ExampleCryptoPlugin(QObject *parent)
: QObject(parent)
{
}
ExampleCryptoPlugin::~ExampleCryptoPlugin()
{
}
bool ExampleCryptoPlugin::isAvailable() const
{
// In a real USB token-backed plugin, this method would
// detect whether the USB token is connected to the device
// via USB, and return its availability status.
return true;
}
bool ExampleCryptoPlugin::supportsSetLockCode() const
{
return false;
}
bool ExampleCryptoPlugin::isLocked() const
{
return false;
}
bool ExampleCryptoPlugin::setLockCode(const QByteArray &oldLockCode, const QByteArray &newLockCode)
{
Q_UNUSED(oldLockCode)
Q_UNUSED(newLockCode)
return false;
}
bool ExampleCryptoPlugin::lock()
{
return false;
}
bool ExampleCryptoPlugin::unlock(const QByteArray &lockCode)
{
Q_UNUSED(lockCode);
return false;
}
|
95c0f72eca761815f764c91648f0f10d377122df
|
70d8c647d6fa157de13f8aeab21bf7f1e044e575
|
/abel/ABEL4/LIB4/ABEL4LIB.INC
|
b14d784a2f526a864dbf8118912f3c15a541695d
|
[] |
no_license
|
xinkaiwang/GAL
|
8bdd37a92c9f51e39474e3ad0b0358542edc435c
|
bbc3a7c9c32e20406432236cc9f748d1113c8674
|
refs/heads/master
| 2021-01-06T04:48:48.575624
| 2020-03-23T02:07:10
| 2020-03-23T02:07:10
| 241,216,257
| 0
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 4,749
|
inc
|
ABEL4LIB.INC
|
4376
" VERSION 4.00A Copyright(C) 1990 Data I/O Corp.
"==============================================================================
" constant.inc
"
Z,C,K,X,U,D,P,H,L = .Z., .C., .K., .X., .U., .D., .P., 1, 0;
TRUE, FALSE = !0, 0;
" E0320.INC
MISER macro (a) { fuses [2912,2913] = [?a,?a]; };
TURBO macro (a) { fuses [2914,2915] = [?a,?a]; };
" E0600.INC
TURBO macro (a) { fuses [6480,6481] = [?a,?a]; };
" E0900.INC
TURBO macro (a) { fuses [17400,17401] = [?a,?a]; };
" E1800.INC
MISER_CLK_C macro (a) { fuses 42480 = ?a; };
MISER_CLK_B macro (a) { fuses 42481 = ?a; };
MISER_CLK_A macro (a) { fuses 42482 = ?a; };
MISER_CLK_D macro (a) { fuses 42483 = ?a; };
MISER_IN_C macro (a) { fuses 42484 = ?a; };
MISER_IN_B macro (a) { fuses 42485 = ?a; };
MISER_IN_A macro (a) { fuses 42486 = ?a; };
MISER_IN_D macro (a) { fuses 42487 = ?a; };
TURBO macro (a) { fuses [42488,42489] = [?a,?a]; };
" F6001.INC
SIGNATURE MACRO (string)
{
@CONST cnt = 1;
@CONST r1 = 8222; " First address of signature word
@IRPC A (?string)
{
@IF (cnt > 9) { @MESSAGE 'WORD TOO LONG'; @EXIT;}
FUSES [@EXPR r1;..@EXPR (r1+7);] = @EXPR '?A';;
@CONST r1 = r1 + 8;
@CONST cnt = cnt + 1;
}
}
" P16V8 Electronic Signature Word
SIGNATURE MACRO (string)
{
@CONST cnt = 1;
@CONST r1 = 2056; " First address of signature word
@IRPC A (?string)
{
@IF (cnt > 8) { @MESSAGE 'WORD TOO LONG'; @EXIT;}
FUSES [@EXPR r1;..@EXPR (r1+7);] = @EXPR '?A';;
@CONST r1 = r1 + 8;
@CONST cnt = cnt + 1;
}
}
" P16Z8 Electronic Signature Word
SIGNATURE MACRO (string)
{
@CONST cnt = 1;
@CONST r1 = 2056; " First address of signature word
@IRPC A (?string)
{
@IF (cnt > 8) { @MESSAGE 'WORD TOO LONG'; @EXIT;}
FUSES [@EXPR r1;..@EXPR (r1+7);] = @EXPR '?A';;
@CONST r1 = r1 + 8;
@CONST cnt = cnt + 1;
}
}
" P20V8 Electronic Signature Word
SIGNATURE MACRO (string)
{
@CONST cnt = 1;
@CONST r1 = 2568; " First address of signature word
@IRPC A (?string)
{
@IF (cnt > 8) { @MESSAGE 'WORD TOO LONG'; @EXIT;}
FUSES [@EXPR r1;..@EXPR (r1+7);] = @EXPR '?A';;
@CONST r1 = r1 + 8;
@CONST cnt = cnt + 1;
}
}
" P22V10G Electronic Signature Word
SIGNATURE MACRO (string)
{
@CONST cnt = 1;
@CONST r1 = 5828; " First address of signature word
@IRPC A (?string)
{
@IF (cnt > 8) { @MESSAGE 'WORD TOO LONG'; @EXIT;}
FUSES [@EXPR r1;..@EXPR (r1+7);] = @EXPR '?A';;
@CONST r1 = r1 + 8;
@CONST cnt = cnt + 1;
}
}
" P26CV12 Electronic Signature Word
SIGNATURE MACRO (string)
{
@CONST cnt = 1;
@CONST r1 = 6368; " First address of signature word
@IRPC A (?string)
{
@IF (cnt > 8) { @MESSAGE 'WORD TOO LONG'; @EXIT;}
FUSES [@EXPR r1;..@EXPR (r1+7);] = @EXPR '?A';;
@CONST r1 = r1 + 8;
@CONST cnt = cnt + 1;
}
}
" P18V10G Electronic Signature Word
SIGNATURE MACRO (string)
{
@CONST cnt = 1;
@CONST r1 = 3476; " First address of signature word
@IRPC A (?string)
{
@IF (cnt > 8) { @MESSAGE 'WORD TOO LONG'; @EXIT;}
FUSES [@EXPR r1;..@EXPR (r1+7);] = @EXPR '?A';;
@CONST r1 = r1 + 8;
@CONST cnt = cnt + 1;
}
}
" P330.INC
"The following enables clock 2 (pin 3)
CLK2 macro () {FUSES[17070] = 1;}
"The following program the C3 bit in the Output Macrocell
"and selects feedback from the lower pin.
FEEDPIN_27 macro () {FUSES[17031] = 1;}
FEEDPIN_25 macro () {FUSES[17038] = 1;}
FEEDPIN_23 macro () {FUSES[17045] = 1;}
FEEDPIN_19 macro () {FUSES[17052] = 1;}
FEEDPIN_17 macro () {FUSES[17059] = 1;}
FEEDPIN_15 macro () {FUSES[17066] = 1;}
" P331.INC
"The following program the C2 bit in the Output Macrocell
"and selects feedback from the lower pin.
FEEDPIN_27 macro () {FUSES[11906] = 1;}
FEEDPIN_25 macro () {FUSES[11911] = 1;}
FEEDPIN_23 macro () {FUSES[11916] = 1;}
FEEDPIN_19 macro () {FUSES[11921] = 1;}
FEEDPIN_17 macro () {FUSES[11926] = 1;}
FEEDPIN_15 macro () {FUSES[11931] = 1;}
" F6001.INC
SIGNATURE MACRO (string)
{
@CONST cnt = 1;
@CONST r1 = 8222; " First address of signature word
@IRPC A (?string)
{
@IF (cnt > 9) { @MESSAGE 'WORD TOO LONG'; @EXIT;}
FUSES [@EXPR r1;..@EXPR (r1+7);] = @EXPR '?A';;
@CONST r1 = r1 + 8;
@CONST cnt = cnt + 1;
}
}
16
CONSTANT.INC 143 100 ""
E0320.INC 248 118 ""
E0600.INC 373 66 ""
E0900.INC 444 68 ""
E1800.INC 517 437 ""
F39V18.INC 4069 294 ""
F6001.INC 968 294 ""
P16V8.INC 1275 316 ""
P16Z8.INC 1604 316 ""
P18V10G.INC 2924 318 ""
P20V8.INC 1933 316 ""
P22V10G.INC 2262 318 ""
P26CV12.INC 2593 318 ""
P330.INC 3255 429 ""
P331.INC 3697 361 ""
VERSION.INC 10 131 ""
|
0c51f17ccef6e579c7ae750d0ac9fdc3824f62db
|
9226b8f148dd5971dbef40fe359ed9aa276ac2d3
|
/gearoenix/math/math-frustum.cpp
|
dca22a3a97a0378413e1fa025b5c1473e1259065
|
[] |
no_license
|
asdlei99/gearoenix
|
ff7fdd875c5ab3ebe9443473837e44df3e8e085e
|
1be747da5d17f7f412deffff3497ed61db6c05ed
|
refs/heads/master
| 2021-01-02T18:49:00.069672
| 2020-02-08T05:58:25
| 2020-02-08T05:58:25
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,329
|
cpp
|
math-frustum.cpp
|
#include "math-frustum.hpp"
#include "../system/sys-log.hpp"
#include "math-sphere.hpp"
gearoenix::math::Frustum::Frustum(const Plane (&planes)[6]) noexcept
: planes { planes[0], planes[1], planes[2], planes[3], planes[4], planes[5] }
{
}
gearoenix::math::IntersectionStatus gearoenix::math::Frustum::check_intersection(const Sphere& s) const noexcept
{
IntersectionStatus state = IntersectionStatus::In;
for (const Plane& p : planes) {
switch (p.check_intersection(s)) {
case IntersectionStatus::Under:
return IntersectionStatus::Out;
case IntersectionStatus::Cut:
state = IntersectionStatus::Cut;
break;
default:
break;
}
}
return state;
}
//for (int i = 0; i < 6; i++)
//{
// int out = 0;
// out += ((dot(fru.mPlane[i], vec4(box.mMinX, box.mMinY, box.mMinZ, 1.0f)) < 0.0) ? 1 : 0);
// out += ((dot(fru.mPlane[i], vec4(box.mMaxX, box.mMinY, box.mMinZ, 1.0f)) < 0.0) ? 1 : 0);
// out += ((dot(fru.mPlane[i], vec4(box.mMinX, box.mMaxY, box.mMinZ, 1.0f)) < 0.0) ? 1 : 0);
// out += ((dot(fru.mPlane[i], vec4(box.mMaxX, box.mMaxY, box.mMinZ, 1.0f)) < 0.0) ? 1 : 0);
// out += ((dot(fru.mPlane[i], vec4(box.mMinX, box.mMinY, box.mMaxZ, 1.0f)) < 0.0) ? 1 : 0);
// out += ((dot(fru.mPlane[i], vec4(box.mMaxX, box.mMinY, box.mMaxZ, 1.0f)) < 0.0) ? 1 : 0);
// out += ((dot(fru.mPlane[i], vec4(box.mMinX, box.mMaxY, box.mMaxZ, 1.0f)) < 0.0) ? 1 : 0);
// out += ((dot(fru.mPlane[i], vec4(box.mMaxX, box.mMaxY, box.mMaxZ, 1.0f)) < 0.0) ? 1 : 0);
// if (out == 8) return false;
//}
//
//// check frustum outside/inside box
//int out;
//out = 0; for (int i = 0; i < 8; i++) out += ((fru.mPoints[i].x > box.mMaxX) ? 1 : 0); if (out == 8) return false;
//out = 0; for (int i = 0; i < 8; i++) out += ((fru.mPoints[i].x < box.mMinX) ? 1 : 0); if (out == 8) return false;
//out = 0; for (int i = 0; i < 8; i++) out += ((fru.mPoints[i].y > box.mMaxY) ? 1 : 0); if (out == 8) return false;
//out = 0; for (int i = 0; i < 8; i++) out += ((fru.mPoints[i].y < box.mMinY) ? 1 : 0); if (out == 8) return false;
//out = 0; for (int i = 0; i < 8; i++) out += ((fru.mPoints[i].z > box.mMaxZ) ? 1 : 0); if (out == 8) return false;
//out = 0; for (int i = 0; i < 8; i++) out += ((fru.mPoints[i].z < box.mMinZ) ? 1 : 0); if (out == 8) return false;
|
849108618918c6a00d9314c1b65c8ad13aae7563
|
6df45f4a51458cf480f3f05f1f326000b7d00a8f
|
/RBitMap.h
|
d4cea9bcbd5d04d8496c9ed16858cb5413d38c1a
|
[] |
no_license
|
pangeo-capital/phone-soft
|
4e96f2e7f463835cac19626f7bc12ad3b9efae71
|
38e9f7f741b73eddbf2801b5d44561457be855fb
|
refs/heads/master
| 2020-04-23T21:26:32.927520
| 2019-02-19T12:49:48
| 2019-02-19T12:49:48
| 171,470,776
| 0
| 0
| null | null | null | null |
WINDOWS-1251
|
C++
| false
| false
| 2,814
|
h
|
RBitMap.h
|
#ifndef SC_RBITMAP_H
#define SC_RBITMAP_H
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
#include <vector>
#include <map>
#ifndef UBYTE
typedef unsigned char UBYTE;
#endif
using namespace std;
#define BACKGR_WHITE 0xFFFFFF
#define FOREGR_ACTIVE_GREEN 0x2FAA2B //0x2FCA2B
#define FOREGR_FOCUSED_GREEN 0x2F8A2B //0x2FAA2B
#define FOREGR_PRESSED_GREEN 0x2F7A2B //0x2F8A2B
#define FOREGR_ACTIVE_YELLOW 0x1ABAFF //0x6BCAFF //0x1BCAFF //0x1BCAEF //0x1B8AEF
#define FOREGR_ACTIVE_BLUE 0xE4AC22
#define FOREGR_FOCUSED_BLUE 0xE24B09
typedef enum{
BtnState_ACTIVE,
BtnState_FOCUSED,
BtnState_PRESSED,
BtnState_INACTIVE,
}BtnState;
//-----------------------------------------------------------------------------
class TXPar{
public:
int Y;
int X;
int a; //Дельта между данным X и последующим (используется на данный момент только для контурных кнопок)
__fastcall TXPar(){Y = 0; X = 0; a = 0;}
};
//-----------------------------------------------------------------------------
class TRBitMap{
typedef map < int, TXPar > TLines;
int WIDTH;
int HEIGHT;
int LAST_LINE; // == HEIGHT -1
int WIDTH_3; //image width * 3 (RGB)
int R; //Радиус закругления
vector<Byte> bgr;
vector<Byte> fgr;
vector<Byte> cntr; //цвет конура - для контурных кнопок
TLines Lines;
void __fastcall create_bmp();
void __fastcall calc_circle_line_imgs();
void __fastcall calc_contur_circle_line_imgs();
int __fastcall calc_circle_line_img(int);
void __fastcall prepare_color(vector<Byte>&,int);
void __fastcall background(Byte*,int);
void __fastcall foreground(Byte*,int);
void __fastcall contur(Byte*,int);
void __fastcall fill_bitmap();
void __fastcall fill_bitmap_line(Byte*,int);
void __fastcall calc_line_imgs();
void __fastcall fill_line_bitmap();
void __fastcall fill_contur_bitmap();
void __fastcall fill_contur_bitmap_line(Byte*,int,int,int);
public:
Graphics::TBitmap* bmp;
__fastcall TRBitMap(int,int,int,int); //Constructor for circle
__fastcall TRBitMap(int,int,int,int,int); //Constructor for contur btns
__fastcall TRBitMap(int,int,int); //Constructor for line
void __fastcall prepare_line_img();
virtual ~TRBitMap(){
delete bmp;
}
};
//-----------------------------------------------------------------------------
namespace RBitMap{
void __fastcall change_color(int,int,TImage*);
void __fastcall change_color(int,int,Graphics::TBitmap*);
};
//-----------------------------------------------------------------------------
#endif
|
2d740da7057a7a06f63d283fc5675e94816da405
|
8e6e8d6e28a14316089974386a6b481c7ac59a63
|
/Codeforces/Manthan, Codefest 18 (rated, Div. 1 + Div. 2)/B.cpp
|
e776f0ff9be2ab78d08eed05d7a46db33c706fda
|
[] |
no_license
|
sqwlly/ACM-solved-problem
|
2301627e9cf7e8accbd731936cc494c2fd3d31f1
|
3509242792ea7bbd7d0a5989aeff712be57a4348
|
refs/heads/master
| 2021-06-05T03:02:46.655724
| 2020-02-19T04:58:32
| 2020-02-19T04:58:32
| 147,011,925
| 3
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 686
|
cpp
|
B.cpp
|
#include<bits/stdc++.h>
using namespace std;
const int N = 2e5+10;
int a[N];
int main() {
int n, k;
scanf("%d%d", &n, &k);
for (int i = 0; i < n; ++i) {
scanf("%d", a + i);
}
sort(a, a + n);
long long ans = 0;
for (int i = 0; i < n; ++i) {
if (i <= n / 2) {
if (a[i] >= k) {
ans += a[i] - k;
a[i] = k;
} else if (i == n / 2) {
ans += k - a[i];
a[i] = k;
}
} else {
if (a[i] < a[i - 1]) {
ans += k - a[i];
a[i] = k;
}
}
}
printf("%lld\n", ans);
return 0;
}
|
fb2b8382c7f220c958c85a2b103d3f3700ec6061
|
fcd31d6acad0c01ca13c1af75caa94a18d1e7ef0
|
/time.h
|
b4e90b662bdae72b18f9c5e9509fded5883c5fba
|
[] |
no_license
|
AlexDominguez18/VOCEX---CALL-CENTER
|
f5491a2673f2bc627d9914fe97ac9f993ee517be
|
4796e63d2219c57ac30325c1ded5a9fb64c6c4c3
|
refs/heads/master
| 2022-06-24T12:02:25.586510
| 2020-05-10T02:33:08
| 2020-05-10T02:33:08
| 262,695,047
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,059
|
h
|
time.h
|
#ifndef TIME_H_INCLUDED
#define TIME_H_INCLUDED
#include <iostream>
#include <string>
class Time {
private:
int hour;
int minute;
int second;
bool isValid(const int& hour,const int& minute,const int& second) const;
public:
Time();
~Time();
Time(const Time&);
Time(const int& hour,const int& minute,const int& second);
void setHour(const int&);
void setMinute(const int&);
void setSecond(const int&);
int getHour();
int getMinute();
int getSecond();
int toInt() const;
std::string toString() const;
Time& operator = (const Time&);
bool operator == (const Time&) const;
bool operator != (const Time&) const;
bool operator > (const Time&) const;
bool operator >= (const Time&) const;
bool operator < (const Time&) const;
bool operator <= (const Time&) const;
friend std::istream& operator >> (std::istream&,Time&);
friend std::ostream& operator << (std::ostream&,const Time&);
};
#endif // TIME_H_INCLUDED
|
46d19ced2cfa88070f7f99f0dd395e3753bc2cda
|
23dd07290eeb4798a5af9826aa92973fc2386d1b
|
/cpp/tide_chart.pb.cc
|
e22703dcb1e2eaac516c8c53f582fd9ef4ab0c98
|
[] |
no_license
|
mechadojo/tidecharts
|
f57bce5b1194894e087d86ad8844f676cf6e793e
|
ad3f490b2eedd6ad779f800d7f312ede052a620b
|
refs/heads/master
| 2020-07-02T08:29:30.827624
| 2020-01-13T01:16:31
| 2020-01-13T01:16:31
| 201,473,417
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| true
| 980,674
|
cc
|
tide_chart.pb.cc
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tide_chart.proto
#include "tide_chart.pb.h"
#include <algorithm>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/reflection_ops.h>
#include <google/protobuf/wire_format.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<13> scc_info_TideChartCommand_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TideChartCommentBox_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartCommentBoxCommand_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<5> scc_info_TideChartContext_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartContextChange_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TideChartLink_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartLinkCommand_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartLogEntry_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TideChartMessage_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TideChartMoveCommand_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TideChartNote_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartNoteCommand_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TideChartPort_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartPortCommand_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TideChartProperty_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartPropertyCommand_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_TideChartRegion_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartRegionCommand_tide_5fchart_2eproto;
extern PROTOBUF_INTERNAL_EXPORT_tide_5fchart_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartSite_tide_5fchart_2eproto;
class TideChartPropertyDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartProperty> _instance;
bool boolvalue_;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr strvalue_;
::PROTOBUF_NAMESPACE_ID::int64 longvalue_;
double doublevalue_;
} _TideChartProperty_default_instance_;
class TideChartCommentBoxDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartCommentBox> _instance;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr text_;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr image_;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr icon_;
} _TideChartCommentBox_default_instance_;
class TideChartWidgetDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartWidget> _instance;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr link_;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr port_;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr node_;
} _TideChartWidget_default_instance_;
class TideChartPortDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartPort> _instance;
} _TideChartPort_default_instance_;
class TideChartLinkDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartLink> _instance;
} _TideChartLink_default_instance_;
class TideChartNoteDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartNote> _instance;
} _TideChartNote_default_instance_;
class TideChartNodeDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartNode> _instance;
} _TideChartNode_default_instance_;
class TideChartRegionDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartRegion> _instance;
} _TideChartRegion_default_instance_;
class TideChartGraphDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartGraph> _instance;
} _TideChartGraph_default_instance_;
class TideChartCommandDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartCommand> _instance;
const ::TideChartGroupCommand* group_;
const ::TideChartMoveCommand* move_;
const ::TideChartCommentBoxCommand* comment_;
const ::TideChartWidgetCommand* widget_;
const ::TideChartPortCommand* port_;
const ::TideChartLinkCommand* link_;
const ::TideChartNodeCommand* node_;
const ::TideChartRegionCommand* region_;
const ::TideChartGraphCommand* graph_;
const ::TideChartPropertyCommand* props_;
const ::TideChartNoteCommand* note_;
} _TideChartCommand_default_instance_;
class TideChartGroupCommandDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartGroupCommand> _instance;
} _TideChartGroupCommand_default_instance_;
class TideChartMoveCommandDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartMoveCommand> _instance;
} _TideChartMoveCommand_default_instance_;
class TideChartCommentBoxCommandDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartCommentBoxCommand> _instance;
} _TideChartCommentBoxCommand_default_instance_;
class TideChartWidgetCommandDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartWidgetCommand> _instance;
} _TideChartWidgetCommand_default_instance_;
class TideChartPortCommandDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartPortCommand> _instance;
} _TideChartPortCommand_default_instance_;
class TideChartLinkCommandDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartLinkCommand> _instance;
} _TideChartLinkCommand_default_instance_;
class TideChartNodeCommandDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartNodeCommand> _instance;
} _TideChartNodeCommand_default_instance_;
class TideChartRegionCommandDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartRegionCommand> _instance;
} _TideChartRegionCommand_default_instance_;
class TideChartGraphCommandDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartGraphCommand> _instance;
} _TideChartGraphCommand_default_instance_;
class TideChartPropertyCommandDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartPropertyCommand> _instance;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr node_;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr region_;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr widget_;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr graph_;
} _TideChartPropertyCommand_default_instance_;
class TideChartNoteCommandDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartNoteCommand> _instance;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr node_;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr region_;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr graph_;
} _TideChartNoteCommand_default_instance_;
class TideChartSourceDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartSource> _instance;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr script_;
const ::TideChartData* chart_;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr data_;
} _TideChartSource_default_instance_;
class TideChartLibraryDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartLibrary> _instance;
} _TideChartLibrary_default_instance_;
class TideChartSiteDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartSite> _instance;
} _TideChartSite_default_instance_;
class TideChartMessageDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartMessage> _instance;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr jsoncontent_;
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr msgcontent_;
} _TideChartMessage_default_instance_;
class TideChartContextChangeDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartContextChange> _instance;
} _TideChartContextChange_default_instance_;
class TideChartLogEntryDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartLogEntry> _instance;
} _TideChartLogEntry_default_instance_;
class TideChartContextDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartContext> _instance;
} _TideChartContext_default_instance_;
class TideChartDataDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartData> _instance;
} _TideChartData_default_instance_;
class TideChartHeaderDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartHeader> _instance;
} _TideChartHeader_default_instance_;
class TideChartFileDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartFile> _instance;
} _TideChartFile_default_instance_;
class TideChartFileHeaderDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartFileHeader> _instance;
} _TideChartFileHeader_default_instance_;
class TideChartFileCurrentDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<TideChartFileCurrent> _instance;
} _TideChartFileCurrent_default_instance_;
static void InitDefaultsscc_info_TideChartCommand_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartWidget_default_instance_;
new (ptr) ::TideChartWidget();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
{
void* ptr = &::_TideChartNode_default_instance_;
new (ptr) ::TideChartNode();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
{
void* ptr = &::_TideChartGraph_default_instance_;
new (ptr) ::TideChartGraph();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
{
void* ptr = &::_TideChartCommand_default_instance_;
new (ptr) ::TideChartCommand();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
{
void* ptr = &::_TideChartGroupCommand_default_instance_;
new (ptr) ::TideChartGroupCommand();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
{
void* ptr = &::_TideChartWidgetCommand_default_instance_;
new (ptr) ::TideChartWidgetCommand();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
{
void* ptr = &::_TideChartNodeCommand_default_instance_;
new (ptr) ::TideChartNodeCommand();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
{
void* ptr = &::_TideChartGraphCommand_default_instance_;
new (ptr) ::TideChartGraphCommand();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
{
void* ptr = &::_TideChartSource_default_instance_;
new (ptr) ::TideChartSource();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
{
void* ptr = &::_TideChartLibrary_default_instance_;
new (ptr) ::TideChartLibrary();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
{
void* ptr = &::_TideChartData_default_instance_;
new (ptr) ::TideChartData();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartWidget::InitAsDefaultInstance();
::TideChartNode::InitAsDefaultInstance();
::TideChartGraph::InitAsDefaultInstance();
::TideChartCommand::InitAsDefaultInstance();
::TideChartGroupCommand::InitAsDefaultInstance();
::TideChartWidgetCommand::InitAsDefaultInstance();
::TideChartNodeCommand::InitAsDefaultInstance();
::TideChartGraphCommand::InitAsDefaultInstance();
::TideChartSource::InitAsDefaultInstance();
::TideChartLibrary::InitAsDefaultInstance();
::TideChartData::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<13> scc_info_TideChartCommand_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 13, InitDefaultsscc_info_TideChartCommand_tide_5fchart_2eproto}, {
&scc_info_TideChartMoveCommand_tide_5fchart_2eproto.base,
&scc_info_TideChartCommentBoxCommand_tide_5fchart_2eproto.base,
&scc_info_TideChartPortCommand_tide_5fchart_2eproto.base,
&scc_info_TideChartLinkCommand_tide_5fchart_2eproto.base,
&scc_info_TideChartRegionCommand_tide_5fchart_2eproto.base,
&scc_info_TideChartPropertyCommand_tide_5fchart_2eproto.base,
&scc_info_TideChartNoteCommand_tide_5fchart_2eproto.base,
&scc_info_TideChartProperty_tide_5fchart_2eproto.base,
&scc_info_TideChartNote_tide_5fchart_2eproto.base,
&scc_info_TideChartLink_tide_5fchart_2eproto.base,
&scc_info_TideChartRegion_tide_5fchart_2eproto.base,
&scc_info_TideChartCommentBox_tide_5fchart_2eproto.base,
&scc_info_TideChartPort_tide_5fchart_2eproto.base,}};
static void InitDefaultsscc_info_TideChartCommentBox_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartCommentBox_default_instance_;
new (ptr) ::TideChartCommentBox();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartCommentBox::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TideChartCommentBox_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_TideChartCommentBox_tide_5fchart_2eproto}, {}};
static void InitDefaultsscc_info_TideChartCommentBoxCommand_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartCommentBoxCommand_default_instance_;
new (ptr) ::TideChartCommentBoxCommand();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartCommentBoxCommand::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartCommentBoxCommand_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsscc_info_TideChartCommentBoxCommand_tide_5fchart_2eproto}, {
&scc_info_TideChartCommentBox_tide_5fchart_2eproto.base,}};
static void InitDefaultsscc_info_TideChartContext_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartContext_default_instance_;
new (ptr) ::TideChartContext();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartContext::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<5> scc_info_TideChartContext_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 5, InitDefaultsscc_info_TideChartContext_tide_5fchart_2eproto}, {
&scc_info_TideChartSite_tide_5fchart_2eproto.base,
&scc_info_TideChartMessage_tide_5fchart_2eproto.base,
&scc_info_TideChartProperty_tide_5fchart_2eproto.base,
&scc_info_TideChartContextChange_tide_5fchart_2eproto.base,
&scc_info_TideChartLogEntry_tide_5fchart_2eproto.base,}};
static void InitDefaultsscc_info_TideChartContextChange_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartContextChange_default_instance_;
new (ptr) ::TideChartContextChange();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartContextChange::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartContextChange_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsscc_info_TideChartContextChange_tide_5fchart_2eproto}, {
&scc_info_TideChartProperty_tide_5fchart_2eproto.base,}};
static void InitDefaultsscc_info_TideChartFile_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartFile_default_instance_;
new (ptr) ::TideChartFile();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartFile::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_TideChartFile_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 2, InitDefaultsscc_info_TideChartFile_tide_5fchart_2eproto}, {
&scc_info_TideChartCommand_tide_5fchart_2eproto.base,
&scc_info_TideChartContext_tide_5fchart_2eproto.base,}};
static void InitDefaultsscc_info_TideChartFileCurrent_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartFileCurrent_default_instance_;
new (ptr) ::TideChartFileCurrent();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartFileCurrent::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartFileCurrent_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsscc_info_TideChartFileCurrent_tide_5fchart_2eproto}, {
&scc_info_TideChartCommand_tide_5fchart_2eproto.base,}};
static void InitDefaultsscc_info_TideChartFileHeader_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartFileHeader_default_instance_;
new (ptr) ::TideChartFileHeader();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartFileHeader::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TideChartFileHeader_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_TideChartFileHeader_tide_5fchart_2eproto}, {}};
static void InitDefaultsscc_info_TideChartHeader_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartHeader_default_instance_;
new (ptr) ::TideChartHeader();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartHeader::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TideChartHeader_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_TideChartHeader_tide_5fchart_2eproto}, {}};
static void InitDefaultsscc_info_TideChartLink_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartLink_default_instance_;
new (ptr) ::TideChartLink();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartLink::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TideChartLink_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_TideChartLink_tide_5fchart_2eproto}, {}};
static void InitDefaultsscc_info_TideChartLinkCommand_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartLinkCommand_default_instance_;
new (ptr) ::TideChartLinkCommand();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartLinkCommand::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartLinkCommand_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsscc_info_TideChartLinkCommand_tide_5fchart_2eproto}, {
&scc_info_TideChartLink_tide_5fchart_2eproto.base,}};
static void InitDefaultsscc_info_TideChartLogEntry_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartLogEntry_default_instance_;
new (ptr) ::TideChartLogEntry();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartLogEntry::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartLogEntry_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsscc_info_TideChartLogEntry_tide_5fchart_2eproto}, {
&scc_info_TideChartProperty_tide_5fchart_2eproto.base,}};
static void InitDefaultsscc_info_TideChartMessage_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartMessage_default_instance_;
new (ptr) ::TideChartMessage();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartMessage::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TideChartMessage_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_TideChartMessage_tide_5fchart_2eproto}, {}};
static void InitDefaultsscc_info_TideChartMoveCommand_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartMoveCommand_default_instance_;
new (ptr) ::TideChartMoveCommand();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartMoveCommand::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TideChartMoveCommand_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_TideChartMoveCommand_tide_5fchart_2eproto}, {}};
static void InitDefaultsscc_info_TideChartNote_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartNote_default_instance_;
new (ptr) ::TideChartNote();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartNote::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TideChartNote_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_TideChartNote_tide_5fchart_2eproto}, {}};
static void InitDefaultsscc_info_TideChartNoteCommand_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartNoteCommand_default_instance_;
new (ptr) ::TideChartNoteCommand();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartNoteCommand::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartNoteCommand_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsscc_info_TideChartNoteCommand_tide_5fchart_2eproto}, {
&scc_info_TideChartNote_tide_5fchart_2eproto.base,}};
static void InitDefaultsscc_info_TideChartPort_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartPort_default_instance_;
new (ptr) ::TideChartPort();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartPort::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TideChartPort_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_TideChartPort_tide_5fchart_2eproto}, {}};
static void InitDefaultsscc_info_TideChartPortCommand_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartPortCommand_default_instance_;
new (ptr) ::TideChartPortCommand();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartPortCommand::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartPortCommand_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsscc_info_TideChartPortCommand_tide_5fchart_2eproto}, {
&scc_info_TideChartPort_tide_5fchart_2eproto.base,}};
static void InitDefaultsscc_info_TideChartProperty_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartProperty_default_instance_;
new (ptr) ::TideChartProperty();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartProperty::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_TideChartProperty_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_TideChartProperty_tide_5fchart_2eproto}, {}};
static void InitDefaultsscc_info_TideChartPropertyCommand_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartPropertyCommand_default_instance_;
new (ptr) ::TideChartPropertyCommand();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartPropertyCommand::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartPropertyCommand_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsscc_info_TideChartPropertyCommand_tide_5fchart_2eproto}, {
&scc_info_TideChartProperty_tide_5fchart_2eproto.base,}};
static void InitDefaultsscc_info_TideChartRegion_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartRegion_default_instance_;
new (ptr) ::TideChartRegion();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartRegion::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_TideChartRegion_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 2, InitDefaultsscc_info_TideChartRegion_tide_5fchart_2eproto}, {
&scc_info_TideChartProperty_tide_5fchart_2eproto.base,
&scc_info_TideChartNote_tide_5fchart_2eproto.base,}};
static void InitDefaultsscc_info_TideChartRegionCommand_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartRegionCommand_default_instance_;
new (ptr) ::TideChartRegionCommand();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartRegionCommand::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartRegionCommand_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsscc_info_TideChartRegionCommand_tide_5fchart_2eproto}, {
&scc_info_TideChartRegion_tide_5fchart_2eproto.base,}};
static void InitDefaultsscc_info_TideChartSite_tide_5fchart_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &::_TideChartSite_default_instance_;
new (ptr) ::TideChartSite();
::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
}
::TideChartSite::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_TideChartSite_tide_5fchart_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsscc_info_TideChartSite_tide_5fchart_2eproto}, {
&scc_info_TideChartProperty_tide_5fchart_2eproto.base,}};
static ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_tide_5fchart_2eproto[33];
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* file_level_enum_descriptors_tide_5fchart_2eproto[2];
static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const** file_level_service_descriptors_tide_5fchart_2eproto = nullptr;
const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_tide_5fchart_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartProperty, _internal_metadata_),
~0u, // no _extensions_
PROTOBUF_FIELD_OFFSET(::TideChartProperty, _oneof_case_[0]),
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartProperty, name_),
offsetof(::TideChartPropertyDefaultTypeInternal, boolvalue_),
offsetof(::TideChartPropertyDefaultTypeInternal, strvalue_),
offsetof(::TideChartPropertyDefaultTypeInternal, longvalue_),
offsetof(::TideChartPropertyDefaultTypeInternal, doublevalue_),
PROTOBUF_FIELD_OFFSET(::TideChartProperty, props_),
PROTOBUF_FIELD_OFFSET(::TideChartProperty, value_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, _internal_metadata_),
~0u, // no _extensions_
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, _oneof_case_[0]),
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, id_),
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, region_),
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, posx_),
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, posy_),
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, width_),
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, height_),
offsetof(::TideChartCommentBoxDefaultTypeInternal, text_),
offsetof(::TideChartCommentBoxDefaultTypeInternal, image_),
offsetof(::TideChartCommentBoxDefaultTypeInternal, icon_),
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, fontsize_),
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, fontstyle_),
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, alignment_),
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, color_),
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, background_),
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, border_),
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, israised_),
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, isreversed_),
PROTOBUF_FIELD_OFFSET(::TideChartCommentBox, content_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartWidget, _internal_metadata_),
~0u, // no _extensions_
PROTOBUF_FIELD_OFFSET(::TideChartWidget, _oneof_case_[0]),
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartWidget, id_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, type_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, title_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, icon_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, region_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, posx_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, posy_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, width_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, height_),
offsetof(::TideChartWidgetDefaultTypeInternal, link_),
offsetof(::TideChartWidgetDefaultTypeInternal, port_),
offsetof(::TideChartWidgetDefaultTypeInternal, node_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, props_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, islogging_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, isdebugging_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, ispaused_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, isdisabled_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, settings_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, resources_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, internal_),
PROTOBUF_FIELD_OFFSET(::TideChartWidget, target_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartPort, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartPort, type_),
PROTOBUF_FIELD_OFFSET(::TideChartPort, node_),
PROTOBUF_FIELD_OFFSET(::TideChartPort, name_),
PROTOBUF_FIELD_OFFSET(::TideChartPort, ordinal_),
PROTOBUF_FIELD_OFFSET(::TideChartPort, isdefault_),
PROTOBUF_FIELD_OFFSET(::TideChartPort, isrequired_),
PROTOBUF_FIELD_OFFSET(::TideChartPort, allowed_),
PROTOBUF_FIELD_OFFSET(::TideChartPort, hint_),
PROTOBUF_FIELD_OFFSET(::TideChartPort, value_),
PROTOBUF_FIELD_OFFSET(::TideChartPort, trigger_),
PROTOBUF_FIELD_OFFSET(::TideChartPort, link_),
PROTOBUF_FIELD_OFFSET(::TideChartPort, event_),
PROTOBUF_FIELD_OFFSET(::TideChartPort, syncgroup_),
PROTOBUF_FIELD_OFFSET(::TideChartPort, isblocking_),
PROTOBUF_FIELD_OFFSET(::TideChartPort, isqueuing_),
PROTOBUF_FIELD_OFFSET(::TideChartPort, filter_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartLink, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartLink, outnode_),
PROTOBUF_FIELD_OFFSET(::TideChartLink, outport_),
PROTOBUF_FIELD_OFFSET(::TideChartLink, innode_),
PROTOBUF_FIELD_OFFSET(::TideChartLink, inport_),
PROTOBUF_FIELD_OFFSET(::TideChartLink, group_),
PROTOBUF_FIELD_OFFSET(::TideChartLink, delay_),
PROTOBUF_FIELD_OFFSET(::TideChartLink, link_),
PROTOBUF_FIELD_OFFSET(::TideChartLink, islogging_),
PROTOBUF_FIELD_OFFSET(::TideChartLink, isdebugging_),
PROTOBUF_FIELD_OFFSET(::TideChartLink, ispaused_),
PROTOBUF_FIELD_OFFSET(::TideChartLink, isdisabled_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartNote, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartNote, id_),
PROTOBUF_FIELD_OFFSET(::TideChartNote, replyto_),
PROTOBUF_FIELD_OFFSET(::TideChartNote, changeto_),
PROTOBUF_FIELD_OFFSET(::TideChartNote, content_),
PROTOBUF_FIELD_OFFSET(::TideChartNote, createdby_),
PROTOBUF_FIELD_OFFSET(::TideChartNote, createddate_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartNode, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartNode, name_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, type_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, posx_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, posy_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, title_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, icon_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, library_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, method_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, delay_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, inports_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, outports_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, props_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, widget_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, islogging_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, isdebugging_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, ispaused_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, isdisabled_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, notes_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, script_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, settings_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, resources_),
PROTOBUF_FIELD_OFFSET(::TideChartNode, internal_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartRegion, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartRegion, name_),
PROTOBUF_FIELD_OFFSET(::TideChartRegion, title_),
PROTOBUF_FIELD_OFFSET(::TideChartRegion, nodes_),
PROTOBUF_FIELD_OFFSET(::TideChartRegion, group_),
PROTOBUF_FIELD_OFFSET(::TideChartRegion, scope_),
PROTOBUF_FIELD_OFFSET(::TideChartRegion, props_),
PROTOBUF_FIELD_OFFSET(::TideChartRegion, islogging_),
PROTOBUF_FIELD_OFFSET(::TideChartRegion, isdebugging_),
PROTOBUF_FIELD_OFFSET(::TideChartRegion, ispaused_),
PROTOBUF_FIELD_OFFSET(::TideChartRegion, isdisabled_),
PROTOBUF_FIELD_OFFSET(::TideChartRegion, notes_),
PROTOBUF_FIELD_OFFSET(::TideChartRegion, script_),
PROTOBUF_FIELD_OFFSET(::TideChartRegion, settings_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartGraph, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartGraph, id_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, type_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, name_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, title_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, icon_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, version_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, source_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, nodes_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, links_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, regions_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, comments_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, widgets_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, props_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, history_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, islogging_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, isdebugging_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, ispaused_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, isdisabled_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, notes_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, script_),
PROTOBUF_FIELD_OFFSET(::TideChartGraph, settings_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartCommand, _internal_metadata_),
~0u, // no _extensions_
PROTOBUF_FIELD_OFFSET(::TideChartCommand, _oneof_case_[0]),
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartCommand, version_),
PROTOBUF_FIELD_OFFSET(::TideChartCommand, target_),
offsetof(::TideChartCommandDefaultTypeInternal, group_),
offsetof(::TideChartCommandDefaultTypeInternal, move_),
offsetof(::TideChartCommandDefaultTypeInternal, comment_),
offsetof(::TideChartCommandDefaultTypeInternal, widget_),
offsetof(::TideChartCommandDefaultTypeInternal, port_),
offsetof(::TideChartCommandDefaultTypeInternal, link_),
offsetof(::TideChartCommandDefaultTypeInternal, node_),
offsetof(::TideChartCommandDefaultTypeInternal, region_),
offsetof(::TideChartCommandDefaultTypeInternal, graph_),
offsetof(::TideChartCommandDefaultTypeInternal, props_),
offsetof(::TideChartCommandDefaultTypeInternal, note_),
PROTOBUF_FIELD_OFFSET(::TideChartCommand, islocked_),
PROTOBUF_FIELD_OFFSET(::TideChartCommand, command_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartGroupCommand, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartGroupCommand, commands_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartMoveCommand, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartMoveCommand, node_),
PROTOBUF_FIELD_OFFSET(::TideChartMoveCommand, fromposx_),
PROTOBUF_FIELD_OFFSET(::TideChartMoveCommand, fromposy_),
PROTOBUF_FIELD_OFFSET(::TideChartMoveCommand, toposx_),
PROTOBUF_FIELD_OFFSET(::TideChartMoveCommand, toposy_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartCommentBoxCommand, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartCommentBoxCommand, fromcomment_),
PROTOBUF_FIELD_OFFSET(::TideChartCommentBoxCommand, tocomment_),
PROTOBUF_FIELD_OFFSET(::TideChartCommentBoxCommand, type_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartWidgetCommand, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartWidgetCommand, fromwidget_),
PROTOBUF_FIELD_OFFSET(::TideChartWidgetCommand, towidget_),
PROTOBUF_FIELD_OFFSET(::TideChartWidgetCommand, type_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartPortCommand, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartPortCommand, fromport_),
PROTOBUF_FIELD_OFFSET(::TideChartPortCommand, toport_),
PROTOBUF_FIELD_OFFSET(::TideChartPortCommand, type_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartLinkCommand, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartLinkCommand, fromlink_),
PROTOBUF_FIELD_OFFSET(::TideChartLinkCommand, tolink_),
PROTOBUF_FIELD_OFFSET(::TideChartLinkCommand, type_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartNodeCommand, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartNodeCommand, fromnode_),
PROTOBUF_FIELD_OFFSET(::TideChartNodeCommand, tonode_),
PROTOBUF_FIELD_OFFSET(::TideChartNodeCommand, type_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartRegionCommand, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartRegionCommand, fromregion_),
PROTOBUF_FIELD_OFFSET(::TideChartRegionCommand, toregion_),
PROTOBUF_FIELD_OFFSET(::TideChartRegionCommand, type_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartGraphCommand, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartGraphCommand, fromgraph_),
PROTOBUF_FIELD_OFFSET(::TideChartGraphCommand, tograph_),
PROTOBUF_FIELD_OFFSET(::TideChartGraphCommand, type_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartPropertyCommand, _internal_metadata_),
~0u, // no _extensions_
PROTOBUF_FIELD_OFFSET(::TideChartPropertyCommand, _oneof_case_[0]),
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartPropertyCommand, fromprops_),
PROTOBUF_FIELD_OFFSET(::TideChartPropertyCommand, toprops_),
PROTOBUF_FIELD_OFFSET(::TideChartPropertyCommand, type_),
offsetof(::TideChartPropertyCommandDefaultTypeInternal, node_),
offsetof(::TideChartPropertyCommandDefaultTypeInternal, region_),
offsetof(::TideChartPropertyCommandDefaultTypeInternal, widget_),
offsetof(::TideChartPropertyCommandDefaultTypeInternal, graph_),
PROTOBUF_FIELD_OFFSET(::TideChartPropertyCommand, target_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartNoteCommand, _internal_metadata_),
~0u, // no _extensions_
PROTOBUF_FIELD_OFFSET(::TideChartNoteCommand, _oneof_case_[0]),
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartNoteCommand, notes_),
PROTOBUF_FIELD_OFFSET(::TideChartNoteCommand, type_),
offsetof(::TideChartNoteCommandDefaultTypeInternal, node_),
offsetof(::TideChartNoteCommandDefaultTypeInternal, region_),
offsetof(::TideChartNoteCommandDefaultTypeInternal, graph_),
PROTOBUF_FIELD_OFFSET(::TideChartNoteCommand, target_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartSource, _internal_metadata_),
~0u, // no _extensions_
PROTOBUF_FIELD_OFFSET(::TideChartSource, _oneof_case_[0]),
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartSource, id_),
PROTOBUF_FIELD_OFFSET(::TideChartSource, name_),
PROTOBUF_FIELD_OFFSET(::TideChartSource, path_),
PROTOBUF_FIELD_OFFSET(::TideChartSource, modifieddate_),
PROTOBUF_FIELD_OFFSET(::TideChartSource, modifiedby_),
PROTOBUF_FIELD_OFFSET(::TideChartSource, version_),
PROTOBUF_FIELD_OFFSET(::TideChartSource, size_),
offsetof(::TideChartSourceDefaultTypeInternal, script_),
offsetof(::TideChartSourceDefaultTypeInternal, chart_),
offsetof(::TideChartSourceDefaultTypeInternal, data_),
PROTOBUF_FIELD_OFFSET(::TideChartSource, content_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartLibrary, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartLibrary, id_),
PROTOBUF_FIELD_OFFSET(::TideChartLibrary, name_),
PROTOBUF_FIELD_OFFSET(::TideChartLibrary, title_),
PROTOBUF_FIELD_OFFSET(::TideChartLibrary, origin_),
PROTOBUF_FIELD_OFFSET(::TideChartLibrary, branch_),
PROTOBUF_FIELD_OFFSET(::TideChartLibrary, path_),
PROTOBUF_FIELD_OFFSET(::TideChartLibrary, files_),
PROTOBUF_FIELD_OFFSET(::TideChartLibrary, methods_),
PROTOBUF_FIELD_OFFSET(::TideChartLibrary, settings_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartSite, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartSite, index_),
PROTOBUF_FIELD_OFFSET(::TideChartSite, stack_),
PROTOBUF_FIELD_OFFSET(::TideChartSite, path_),
PROTOBUF_FIELD_OFFSET(::TideChartSite, trigger_),
PROTOBUF_FIELD_OFFSET(::TideChartSite, event_),
PROTOBUF_FIELD_OFFSET(::TideChartSite, scope_),
PROTOBUF_FIELD_OFFSET(::TideChartSite, filter_),
PROTOBUF_FIELD_OFFSET(::TideChartSite, graph_),
PROTOBUF_FIELD_OFFSET(::TideChartSite, region_),
PROTOBUF_FIELD_OFFSET(::TideChartSite, node_),
PROTOBUF_FIELD_OFFSET(::TideChartSite, port_),
PROTOBUF_FIELD_OFFSET(::TideChartSite, local_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartMessage, _internal_metadata_),
~0u, // no _extensions_
PROTOBUF_FIELD_OFFSET(::TideChartMessage, _oneof_case_[0]),
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartMessage, index_),
PROTOBUF_FIELD_OFFSET(::TideChartMessage, timestamp_),
PROTOBUF_FIELD_OFFSET(::TideChartMessage, origin_),
PROTOBUF_FIELD_OFFSET(::TideChartMessage, previous_),
PROTOBUF_FIELD_OFFSET(::TideChartMessage, source_),
PROTOBUF_FIELD_OFFSET(::TideChartMessage, target_),
PROTOBUF_FIELD_OFFSET(::TideChartMessage, delayuntil_),
PROTOBUF_FIELD_OFFSET(::TideChartMessage, holdtoken_),
PROTOBUF_FIELD_OFFSET(::TideChartMessage, canceltoken_),
PROTOBUF_FIELD_OFFSET(::TideChartMessage, type_),
PROTOBUF_FIELD_OFFSET(::TideChartMessage, version_),
offsetof(::TideChartMessageDefaultTypeInternal, jsoncontent_),
offsetof(::TideChartMessageDefaultTypeInternal, msgcontent_),
PROTOBUF_FIELD_OFFSET(::TideChartMessage, content_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartContextChange, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartContextChange, index_),
PROTOBUF_FIELD_OFFSET(::TideChartContextChange, timestamp_),
PROTOBUF_FIELD_OFFSET(::TideChartContextChange, type_),
PROTOBUF_FIELD_OFFSET(::TideChartContextChange, props_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartLogEntry, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartLogEntry, index_),
PROTOBUF_FIELD_OFFSET(::TideChartLogEntry, timestamp_),
PROTOBUF_FIELD_OFFSET(::TideChartLogEntry, source_),
PROTOBUF_FIELD_OFFSET(::TideChartLogEntry, level_),
PROTOBUF_FIELD_OFFSET(::TideChartLogEntry, tags_),
PROTOBUF_FIELD_OFFSET(::TideChartLogEntry, message_),
PROTOBUF_FIELD_OFFSET(::TideChartLogEntry, refs_),
PROTOBUF_FIELD_OFFSET(::TideChartLogEntry, props_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartContext, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartContext, id_),
PROTOBUF_FIELD_OFFSET(::TideChartContext, index_),
PROTOBUF_FIELD_OFFSET(::TideChartContext, timestamp_),
PROTOBUF_FIELD_OFFSET(::TideChartContext, version_),
PROTOBUF_FIELD_OFFSET(::TideChartContext, sites_),
PROTOBUF_FIELD_OFFSET(::TideChartContext, messages_),
PROTOBUF_FIELD_OFFSET(::TideChartContext, global_),
PROTOBUF_FIELD_OFFSET(::TideChartContext, starttime_),
PROTOBUF_FIELD_OFFSET(::TideChartContext, startindex_),
PROTOBUF_FIELD_OFFSET(::TideChartContext, active_),
PROTOBUF_FIELD_OFFSET(::TideChartContext, waiting_),
PROTOBUF_FIELD_OFFSET(::TideChartContext, paused_),
PROTOBUF_FIELD_OFFSET(::TideChartContext, disabled_),
PROTOBUF_FIELD_OFFSET(::TideChartContext, events_),
PROTOBUF_FIELD_OFFSET(::TideChartContext, log_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartData, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartData, version_),
PROTOBUF_FIELD_OFFSET(::TideChartData, branch_),
PROTOBUF_FIELD_OFFSET(::TideChartData, source_),
PROTOBUF_FIELD_OFFSET(::TideChartData, merge_),
PROTOBUF_FIELD_OFFSET(::TideChartData, origin_),
PROTOBUF_FIELD_OFFSET(::TideChartData, commitdate_),
PROTOBUF_FIELD_OFFSET(::TideChartData, commitby_),
PROTOBUF_FIELD_OFFSET(::TideChartData, commitdesc_),
PROTOBUF_FIELD_OFFSET(::TideChartData, commitnotes_),
PROTOBUF_FIELD_OFFSET(::TideChartData, sheets_),
PROTOBUF_FIELD_OFFSET(::TideChartData, props_),
PROTOBUF_FIELD_OFFSET(::TideChartData, notes_),
PROTOBUF_FIELD_OFFSET(::TideChartData, library_),
PROTOBUF_FIELD_OFFSET(::TideChartData, settings_),
PROTOBUF_FIELD_OFFSET(::TideChartData, imports_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartHeader, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartHeader, version_),
PROTOBUF_FIELD_OFFSET(::TideChartHeader, branch_),
PROTOBUF_FIELD_OFFSET(::TideChartHeader, source_),
PROTOBUF_FIELD_OFFSET(::TideChartHeader, merge_),
PROTOBUF_FIELD_OFFSET(::TideChartHeader, commitdate_),
PROTOBUF_FIELD_OFFSET(::TideChartHeader, commitby_),
PROTOBUF_FIELD_OFFSET(::TideChartHeader, commitdesc_),
PROTOBUF_FIELD_OFFSET(::TideChartHeader, commitnotes_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartFile, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartFile, id_),
PROTOBUF_FIELD_OFFSET(::TideChartFile, name_),
PROTOBUF_FIELD_OFFSET(::TideChartFile, path_),
PROTOBUF_FIELD_OFFSET(::TideChartFile, origin_),
PROTOBUF_FIELD_OFFSET(::TideChartFile, modifieddate_),
PROTOBUF_FIELD_OFFSET(::TideChartFile, modifiedby_),
PROTOBUF_FIELD_OFFSET(::TideChartFile, chart_),
PROTOBUF_FIELD_OFFSET(::TideChartFile, working_),
PROTOBUF_FIELD_OFFSET(::TideChartFile, remote_),
PROTOBUF_FIELD_OFFSET(::TideChartFile, history_),
PROTOBUF_FIELD_OFFSET(::TideChartFile, context_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartFileHeader, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartFileHeader, id_),
PROTOBUF_FIELD_OFFSET(::TideChartFileHeader, name_),
PROTOBUF_FIELD_OFFSET(::TideChartFileHeader, path_),
PROTOBUF_FIELD_OFFSET(::TideChartFileHeader, origin_),
PROTOBUF_FIELD_OFFSET(::TideChartFileHeader, modifieddate_),
PROTOBUF_FIELD_OFFSET(::TideChartFileHeader, modifiedby_),
~0u, // no _has_bits_
PROTOBUF_FIELD_OFFSET(::TideChartFileCurrent, _internal_metadata_),
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
PROTOBUF_FIELD_OFFSET(::TideChartFileCurrent, id_),
PROTOBUF_FIELD_OFFSET(::TideChartFileCurrent, name_),
PROTOBUF_FIELD_OFFSET(::TideChartFileCurrent, path_),
PROTOBUF_FIELD_OFFSET(::TideChartFileCurrent, origin_),
PROTOBUF_FIELD_OFFSET(::TideChartFileCurrent, modifieddate_),
PROTOBUF_FIELD_OFFSET(::TideChartFileCurrent, modifiedby_),
PROTOBUF_FIELD_OFFSET(::TideChartFileCurrent, chart_),
};
static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
{ 0, -1, sizeof(::TideChartProperty)},
{ 12, -1, sizeof(::TideChartCommentBox)},
{ 35, -1, sizeof(::TideChartWidget)},
{ 61, -1, sizeof(::TideChartPort)},
{ 82, -1, sizeof(::TideChartLink)},
{ 98, -1, sizeof(::TideChartNote)},
{ 109, -1, sizeof(::TideChartNode)},
{ 136, -1, sizeof(::TideChartRegion)},
{ 154, -1, sizeof(::TideChartGraph)},
{ 180, -1, sizeof(::TideChartCommand)},
{ 200, -1, sizeof(::TideChartGroupCommand)},
{ 206, -1, sizeof(::TideChartMoveCommand)},
{ 216, -1, sizeof(::TideChartCommentBoxCommand)},
{ 224, -1, sizeof(::TideChartWidgetCommand)},
{ 232, -1, sizeof(::TideChartPortCommand)},
{ 240, -1, sizeof(::TideChartLinkCommand)},
{ 248, -1, sizeof(::TideChartNodeCommand)},
{ 256, -1, sizeof(::TideChartRegionCommand)},
{ 264, -1, sizeof(::TideChartGraphCommand)},
{ 272, -1, sizeof(::TideChartPropertyCommand)},
{ 285, -1, sizeof(::TideChartNoteCommand)},
{ 296, -1, sizeof(::TideChartSource)},
{ 312, -1, sizeof(::TideChartLibrary)},
{ 326, -1, sizeof(::TideChartSite)},
{ 343, -1, sizeof(::TideChartMessage)},
{ 362, -1, sizeof(::TideChartContextChange)},
{ 371, -1, sizeof(::TideChartLogEntry)},
{ 384, -1, sizeof(::TideChartContext)},
{ 404, -1, sizeof(::TideChartData)},
{ 424, -1, sizeof(::TideChartHeader)},
{ 437, -1, sizeof(::TideChartFile)},
{ 453, -1, sizeof(::TideChartFileHeader)},
{ 464, -1, sizeof(::TideChartFileCurrent)},
};
static ::PROTOBUF_NAMESPACE_ID::Message const * const file_default_instances[] = {
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartProperty_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartCommentBox_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartWidget_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartPort_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartLink_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartNote_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartNode_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartRegion_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartGraph_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartCommand_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartGroupCommand_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartMoveCommand_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartCommentBoxCommand_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartWidgetCommand_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartPortCommand_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartLinkCommand_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartNodeCommand_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartRegionCommand_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartGraphCommand_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartPropertyCommand_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartNoteCommand_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartSource_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartLibrary_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartSite_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartMessage_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartContextChange_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartLogEntry_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartContext_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartData_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartHeader_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartFile_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartFileHeader_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_TideChartFileCurrent_default_instance_),
};
const char descriptor_table_protodef_tide_5fchart_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
"\n\020tide_chart.proto\"\242\001\n\021TideChartProperty"
"\022\014\n\004name\030\001 \001(\t\022\023\n\tboolValue\030\002 \001(\010H\000\022\022\n\010s"
"trValue\030\003 \001(\tH\000\022\023\n\tlongValue\030\004 \001(\022H\000\022\025\n\013"
"doubleValue\030\005 \001(\001H\000\022!\n\005props\030\006 \003(\0132\022.Tid"
"eChartPropertyB\007\n\005value\"\271\002\n\023TideChartCom"
"mentBox\022\n\n\002id\030\001 \001(\t\022\016\n\006region\030\002 \001(\t\022\014\n\004p"
"osX\030\003 \001(\021\022\014\n\004posY\030\004 \001(\021\022\r\n\005width\030\005 \001(\005\022\016"
"\n\006height\030\006 \001(\005\022\016\n\004text\030\007 \001(\tH\000\022\017\n\005image\030"
"\010 \001(\014H\000\022\016\n\004icon\030\t \001(\tH\000\022\020\n\010fontSize\030\n \001("
"\001\022\021\n\tfontStyle\030\013 \001(\t\022\021\n\talignment\030\014 \003(\021\022"
"\r\n\005color\030\r \001(\005\022\022\n\nbackground\030\016 \001(\005\022\016\n\006bo"
"rder\030\017 \003(\005\022\020\n\010isRaised\030\020 \001(\010\022\022\n\nisRevers"
"ed\030\021 \001(\010B\t\n\007content\"\254\003\n\017TideChartWidget\022"
"\n\n\002id\030\001 \001(\t\022\014\n\004type\030\002 \001(\t\022\r\n\005title\030\003 \001(\t"
"\022\014\n\004icon\030\004 \001(\t\022\016\n\006region\030\005 \001(\t\022\014\n\004posX\030\006"
" \001(\021\022\014\n\004posY\030\007 \001(\021\022\r\n\005width\030\010 \001(\005\022\016\n\006hei"
"ght\030\t \001(\005\022\016\n\004link\030\n \001(\tH\000\022\016\n\004port\030\013 \001(\tH"
"\000\022\016\n\004node\030\014 \001(\tH\000\022!\n\005props\030\r \003(\0132\022.TideC"
"hartProperty\022\021\n\tisLogging\030\020 \001(\010\022\023\n\013isDeb"
"ugging\030\021 \001(\010\022\020\n\010isPaused\030\022 \001(\010\022\022\n\nisDisa"
"bled\030\023 \001(\010\022$\n\010settings\030\026 \003(\0132\022.TideChart"
"Property\022#\n\tresources\030\027 \003(\0132\020.TideChartS"
"ource\022!\n\010internal\030\030 \003(\0132\017.TideChartGraph"
"B\010\n\006target\"\227\002\n\rTideChartPort\022\014\n\004type\030\001 \001"
"(\t\022\014\n\004node\030\002 \001(\t\022\014\n\004name\030\003 \001(\t\022\017\n\007ordina"
"l\030\004 \001(\005\022\021\n\tisDefault\030\005 \001(\010\022\022\n\nisRequired"
"\030\006 \001(\010\022\017\n\007allowed\030\007 \003(\t\022\014\n\004hint\030\010 \001(\t\022\r\n"
"\005value\030\t \001(\t\022\017\n\007trigger\030\n \001(\t\022\014\n\004link\030\013 "
"\001(\t\022\r\n\005event\030\014 \001(\t\022\021\n\tsyncGroup\030\r \001(\t\022\022\n"
"\nisBlocking\030\016 \001(\010\022\021\n\tisQueuing\030\017 \001(\010\022\016\n\006"
"filter\030\020 \001(\t\"\313\001\n\rTideChartLink\022\017\n\007outNod"
"e\030\001 \001(\t\022\017\n\007outPort\030\002 \001(\t\022\016\n\006inNode\030\003 \001(\t"
"\022\016\n\006inPort\030\004 \001(\t\022\r\n\005group\030\005 \001(\005\022\r\n\005delay"
"\030\006 \001(\005\022\014\n\004link\030\007 \001(\t\022\021\n\tisLogging\030\020 \001(\010\022"
"\023\n\013isDebugging\030\021 \001(\010\022\020\n\010isPaused\030\022 \001(\010\022\022"
"\n\nisDisabled\030\023 \001(\010\"w\n\rTideChartNote\022\n\n\002i"
"d\030\001 \001(\t\022\017\n\007replyTo\030\002 \001(\t\022\020\n\010changeTo\030\003 \001"
"(\t\022\017\n\007content\030\004 \001(\t\022\021\n\tcreatedBy\030\005 \001(\t\022\023"
"\n\013createdDate\030\006 \001(\t\"\365\003\n\rTideChartNode\022\014\n"
"\004name\030\001 \001(\t\022\014\n\004type\030\002 \001(\t\022\014\n\004posX\030\003 \001(\021\022"
"\014\n\004posY\030\004 \001(\021\022\r\n\005title\030\005 \001(\t\022\014\n\004icon\030\006 \001"
"(\t\022\017\n\007library\030\007 \001(\t\022\016\n\006method\030\010 \001(\t\022\r\n\005d"
"elay\030\t \001(\005\022\037\n\007inports\030\n \003(\0132\016.TideChartP"
"ort\022 \n\010outports\030\013 \003(\0132\016.TideChartPort\022!\n"
"\005props\030\014 \003(\0132\022.TideChartProperty\022\016\n\006widg"
"et\030\r \001(\t\022\021\n\tisLogging\030\020 \001(\010\022\023\n\013isDebuggi"
"ng\030\021 \001(\010\022\020\n\010isPaused\030\022 \001(\010\022\022\n\nisDisabled"
"\030\023 \001(\010\022\035\n\005notes\030\024 \003(\0132\016.TideChartNote\022\016\n"
"\006script\030\025 \001(\t\022$\n\010settings\030\026 \003(\0132\022.TideCh"
"artProperty\022#\n\tresources\030\027 \003(\0132\020.TideCha"
"rtSource\022!\n\010internal\030\030 \003(\0132\017.TideChartGr"
"aph\"\241\002\n\017TideChartRegion\022\014\n\004name\030\001 \001(\t\022\r\n"
"\005title\030\002 \001(\t\022\r\n\005nodes\030\003 \003(\t\022\r\n\005group\030\004 \001"
"(\005\022\r\n\005scope\030\005 \001(\t\022!\n\005props\030\006 \003(\0132\022.TideC"
"hartProperty\022\021\n\tisLogging\030\020 \001(\010\022\023\n\013isDeb"
"ugging\030\021 \001(\010\022\020\n\010isPaused\030\022 \001(\010\022\022\n\nisDisa"
"bled\030\023 \001(\010\022\035\n\005notes\030\024 \003(\0132\016.TideChartNot"
"e\022\016\n\006script\030\025 \001(\t\022$\n\010settings\030\026 \003(\0132\022.Ti"
"deChartProperty\"\214\004\n\016TideChartGraph\022\n\n\002id"
"\030\001 \001(\t\022\014\n\004type\030\002 \001(\t\022\014\n\004name\030\003 \001(\t\022\r\n\005ti"
"tle\030\004 \001(\t\022\014\n\004icon\030\005 \001(\t\022\017\n\007version\030\006 \001(\t"
"\022\016\n\006source\030\007 \001(\t\022\035\n\005nodes\030\010 \003(\0132\016.TideCh"
"artNode\022\035\n\005links\030\t \003(\0132\016.TideChartLink\022!"
"\n\007regions\030\n \003(\0132\020.TideChartRegion\022&\n\010com"
"ments\030\013 \003(\0132\024.TideChartCommentBox\022!\n\007wid"
"gets\030\014 \003(\0132\020.TideChartWidget\022!\n\005props\030\r "
"\003(\0132\022.TideChartProperty\022\"\n\007history\030\016 \003(\013"
"2\021.TideChartCommand\022\021\n\tisLogging\030\020 \001(\010\022\023"
"\n\013isDebugging\030\021 \001(\010\022\020\n\010isPaused\030\022 \001(\010\022\022\n"
"\nisDisabled\030\023 \001(\010\022\035\n\005notes\030\024 \003(\0132\016.TideC"
"hartNote\022\016\n\006script\030\025 \001(\t\022$\n\010settings\030\026 \003"
"(\0132\022.TideChartProperty\"\227\004\n\020TideChartComm"
"and\022\017\n\007version\030\001 \001(\t\022\016\n\006target\030\002 \001(\t\022\'\n\005"
"group\030\003 \001(\0132\026.TideChartGroupCommandH\000\022%\n"
"\004move\030\004 \001(\0132\025.TideChartMoveCommandH\000\022.\n\007"
"comment\030\005 \001(\0132\033.TideChartCommentBoxComma"
"ndH\000\022)\n\006widget\030\006 \001(\0132\027.TideChartWidgetCo"
"mmandH\000\022%\n\004port\030\007 \001(\0132\025.TideChartPortCom"
"mandH\000\022%\n\004link\030\010 \001(\0132\025.TideChartLinkComm"
"andH\000\022%\n\004node\030\t \001(\0132\025.TideChartNodeComma"
"ndH\000\022)\n\006region\030\n \001(\0132\027.TideChartRegionCo"
"mmandH\000\022\'\n\005graph\030\013 \001(\0132\026.TideChartGraphC"
"ommandH\000\022*\n\005props\030\014 \001(\0132\031.TideChartPrope"
"rtyCommandH\000\022%\n\004note\030\r \001(\0132\025.TideChartNo"
"teCommandH\000\022\020\n\010isLocked\030\020 \001(\010B\t\n\007command"
"\"<\n\025TideChartGroupCommand\022#\n\010commands\030\001 "
"\003(\0132\021.TideChartCommand\"h\n\024TideChartMoveC"
"ommand\022\014\n\004node\030\001 \001(\t\022\020\n\010fromPosX\030\002 \001(\021\022\020"
"\n\010fromPosY\030\003 \001(\021\022\016\n\006toPosX\030\004 \001(\021\022\016\n\006toPo"
"sY\030\005 \001(\021\"\233\001\n\032TideChartCommentBoxCommand\022"
")\n\013fromComment\030\001 \001(\0132\024.TideChartCommentB"
"ox\022\'\n\ttoComment\030\002 \001(\0132\024.TideChartComment"
"Box\022)\n\004type\030\003 \001(\0162\033.TideChartCommandUpda"
"teType\"\215\001\n\026TideChartWidgetCommand\022$\n\nfro"
"mWidget\030\001 \001(\0132\020.TideChartWidget\022\"\n\010toWid"
"get\030\002 \001(\0132\020.TideChartWidget\022)\n\004type\030\003 \001("
"\0162\033.TideChartCommandUpdateType\"\203\001\n\024TideC"
"hartPortCommand\022 \n\010fromPort\030\001 \001(\0132\016.Tide"
"ChartPort\022\036\n\006toPort\030\002 \001(\0132\016.TideChartPor"
"t\022)\n\004type\030\003 \001(\0162\033.TideChartCommandUpdate"
"Type\"\203\001\n\024TideChartLinkCommand\022 \n\010fromLin"
"k\030\001 \001(\0132\016.TideChartLink\022\036\n\006toLink\030\002 \001(\0132"
"\016.TideChartLink\022)\n\004type\030\003 \001(\0162\033.TideChar"
"tCommandUpdateType\"\203\001\n\024TideChartNodeComm"
"and\022 \n\010fromNode\030\001 \001(\0132\016.TideChartNode\022\036\n"
"\006toNode\030\002 \001(\0132\016.TideChartNode\022)\n\004type\030\003 "
"\001(\0162\033.TideChartCommandUpdateType\"\215\001\n\026Tid"
"eChartRegionCommand\022$\n\nfromRegion\030\001 \001(\0132"
"\020.TideChartRegion\022\"\n\010toRegion\030\002 \001(\0132\020.Ti"
"deChartRegion\022)\n\004type\030\003 \001(\0162\033.TideChartC"
"ommandUpdateType\"\210\001\n\025TideChartGraphComma"
"nd\022\"\n\tfromGraph\030\001 \001(\0132\017.TideChartGraph\022 "
"\n\007toGraph\030\002 \001(\0132\017.TideChartGraph\022)\n\004type"
"\030\003 \001(\0162\033.TideChartCommandUpdateType\"\340\001\n\030"
"TideChartPropertyCommand\022%\n\tfromProps\030\001 "
"\003(\0132\022.TideChartProperty\022#\n\007toProps\030\002 \003(\013"
"2\022.TideChartProperty\022)\n\004type\030\003 \001(\0162\033.Tid"
"eChartCommandUpdateType\022\016\n\004node\030\005 \001(\tH\000\022"
"\020\n\006region\030\006 \001(\tH\000\022\020\n\006widget\030\007 \001(\tH\000\022\017\n\005g"
"raph\030\010 \001(\tH\000B\010\n\006target\"\235\001\n\024TideChartNote"
"Command\022\035\n\005notes\030\001 \003(\0132\016.TideChartNote\022)"
"\n\004type\030\002 \001(\0162\033.TideChartCommandUpdateTyp"
"e\022\016\n\004node\030\003 \001(\tH\000\022\020\n\006region\030\004 \001(\tH\000\022\017\n\005g"
"raph\030\005 \001(\tH\000B\010\n\006target\"\320\001\n\017TideChartSour"
"ce\022\n\n\002id\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\022\014\n\004path\030\003 \001"
"(\t\022\024\n\014modifiedDate\030\005 \001(\t\022\022\n\nmodifiedBy\030\006"
" \001(\t\022\017\n\007version\030\007 \001(\t\022\014\n\004size\030\010 \001(\005\022\020\n\006s"
"cript\030\t \001(\tH\000\022\037\n\005chart\030\n \001(\0132\016.TideChart"
"DataH\000\022\016\n\004data\030\013 \001(\014H\000B\t\n\007content\"\322\001\n\020Ti"
"deChartLibrary\022\n\n\002id\030\001 \001(\t\022\014\n\004name\030\002 \001(\t"
"\022\r\n\005title\030\003 \001(\t\022\016\n\006origin\030\n \001(\t\022\016\n\006branc"
"h\030\013 \001(\t\022\014\n\004path\030\014 \001(\t\022\037\n\005files\030\016 \003(\0132\020.T"
"ideChartSource\022 \n\007methods\030\017 \001(\0132\017.TideCh"
"artGraph\022$\n\010settings\030\020 \003(\0132\022.TideChartPr"
"operty\"\350\001\n\rTideChartSite\022\r\n\005index\030\001 \001(\003\022"
"\035\n\005stack\030\002 \003(\0132\016.TideChartSite\022\014\n\004path\030\003"
" \001(\t\022\017\n\007trigger\030\004 \001(\t\022\r\n\005event\030\005 \001(\t\022\r\n\005"
"scope\030\006 \003(\t\022\016\n\006filter\030\007 \001(\t\022\r\n\005graph\030\010 \001"
"(\t\022\016\n\006region\030\t \001(\t\022\014\n\004node\030\n \001(\t\022\014\n\004port"
"\030\013 \001(\t\022!\n\005local\030\014 \003(\0132\022.TideChartPropert"
"y\"\211\002\n\020TideChartMessage\022\r\n\005index\030\001 \001(\003\022\021\n"
"\ttimestamp\030\002 \001(\003\022\016\n\006origin\030\004 \001(\003\022\020\n\010prev"
"ious\030\005 \001(\003\022\016\n\006source\030\007 \001(\003\022\016\n\006target\030\010 \001"
"(\003\022\022\n\ndelayUntil\030\t \001(\003\022\021\n\tholdToken\030\n \001("
"\003\022\023\n\013cancelToken\030\013 \001(\003\022\014\n\004type\030\014 \001(\t\022\017\n\007"
"version\030\r \001(\005\022\025\n\013jsonContent\030\016 \001(\tH\000\022\024\n\n"
"msgContent\030\017 \001(\014H\000B\t\n\007content\"k\n\026TideCha"
"rtContextChange\022\r\n\005index\030\001 \001(\003\022\021\n\ttimest"
"amp\030\002 \001(\003\022\014\n\004type\030\003 \001(\t\022!\n\005props\030\004 \003(\0132\022"
".TideChartProperty\"\270\001\n\021TideChartLogEntry"
"\022\r\n\005index\030\001 \001(\003\022\021\n\ttimestamp\030\002 \001(\003\022\016\n\006so"
"urce\030\003 \001(\003\022!\n\005level\030\004 \001(\0162\022.TideChartLog"
"Level\022\014\n\004tags\030\005 \003(\t\022\017\n\007message\030\006 \001(\t\022\014\n\004"
"refs\030\007 \003(\003\022!\n\005props\030\010 \003(\0132\022.TideChartPro"
"perty\"\355\002\n\020TideChartContext\022\n\n\002id\030\001 \001(\t\022\r"
"\n\005index\030\002 \001(\003\022\021\n\ttimestamp\030\003 \001(\003\022\017\n\007vers"
"ion\030\004 \001(\t\022\035\n\005sites\030\005 \003(\0132\016.TideChartSite"
"\022#\n\010messages\030\006 \003(\0132\021.TideChartMessage\022\"\n"
"\006global\030\007 \003(\0132\022.TideChartProperty\022\021\n\tsta"
"rtTime\030\010 \001(\003\022\022\n\nstartIndex\030\t \001(\003\022\016\n\006acti"
"ve\030\n \003(\003\022\017\n\007waiting\030\013 \003(\003\022\016\n\006paused\030\014 \003("
"\003\022\020\n\010disabled\030\r \003(\003\022\'\n\006events\030\016 \003(\0132\027.Ti"
"deChartContextChange\022\037\n\003log\030\017 \003(\0132\022.Tide"
"ChartLogEntry\"\376\002\n\rTideChartData\022\017\n\007versi"
"on\030\001 \001(\t\022\016\n\006branch\030\002 \001(\t\022\016\n\006source\030\003 \001(\t"
"\022\r\n\005merge\030\004 \001(\t\022\016\n\006origin\030\r \001(\t\022\022\n\ncommi"
"tDate\030\005 \001(\t\022\020\n\010commitBy\030\006 \001(\t\022\022\n\ncommitD"
"esc\030\007 \001(\t\022\023\n\013commitNotes\030\010 \001(\t\022\037\n\006sheets"
"\030\t \003(\0132\017.TideChartGraph\022!\n\005props\030\n \003(\0132\022"
".TideChartProperty\022\035\n\005notes\030\013 \003(\0132\016.Tide"
"ChartNote\022\"\n\007library\030\014 \003(\0132\021.TideChartLi"
"brary\022$\n\010settings\030\026 \003(\0132\022.TideChartPrope"
"rty\022!\n\007imports\030\027 \003(\0132\020.TideChartSource\"\240"
"\001\n\017TideChartHeader\022\017\n\007version\030\001 \001(\t\022\016\n\006b"
"ranch\030\002 \001(\t\022\016\n\006source\030\003 \001(\t\022\r\n\005merge\030\004 \001"
"(\t\022\022\n\ncommitDate\030\005 \001(\t\022\020\n\010commitBy\030\006 \001(\t"
"\022\022\n\ncommitDesc\030\007 \001(\t\022\023\n\013commitNotes\030\010 \001("
"\t\"\234\002\n\rTideChartFile\022\n\n\002id\030\001 \001(\t\022\014\n\004name\030"
"\002 \001(\t\022\014\n\004path\030\003 \001(\t\022\016\n\006origin\030\004 \001(\t\022\024\n\014m"
"odifiedDate\030\005 \001(\t\022\022\n\nmodifiedBy\030\006 \001(\t\022\035\n"
"\005chart\030\007 \001(\0132\016.TideChartData\022\"\n\007working\030"
"\010 \003(\0132\021.TideChartCommand\022!\n\006remote\030\t \003(\013"
"2\021.TideChartCommand\022\037\n\007history\030\n \003(\0132\016.T"
"ideChartData\022\"\n\007context\030\013 \003(\0132\021.TideChar"
"tContext\"w\n\023TideChartFileHeader\022\n\n\002id\030\001 "
"\001(\t\022\014\n\004name\030\002 \001(\t\022\014\n\004path\030\003 \001(\t\022\016\n\006origi"
"n\030\004 \001(\t\022\024\n\014modifiedDate\030\005 \001(\t\022\022\n\nmodifie"
"dBy\030\006 \001(\t\"\227\001\n\024TideChartFileCurrent\022\n\n\002id"
"\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\022\014\n\004path\030\003 \001(\t\022\016\n\006or"
"igin\030\004 \001(\t\022\024\n\014modifiedDate\030\005 \001(\t\022\022\n\nmodi"
"fiedBy\030\006 \001(\t\022\035\n\005chart\030\007 \001(\0132\016.TideChartD"
"ata*=\n\032TideChartCommandUpdateType\022\007\n\003add"
"\020\000\022\n\n\006remove\020\001\022\n\n\006update\020\002*\235\001\n\021TideChart"
"LogLevel\022\010\n\004none\020\000\022\t\n\005fatal\020\001\022\t\n\005error\020\002"
"\022\r\n\texception\020\003\022\013\n\007warning\020\004\022\010\n\004info\020\005\022\013"
"\n\007message\020\006\022\t\n\005debug\020\007\022\t\n\005check\020\010\022\013\n\007ver"
"bose\020\t\022\t\n\005trace\020\n\022\007\n\003all\020\013B\013B\tTideChartb"
"\006proto3"
;
static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_tide_5fchart_2eproto_deps[1] = {
};
static ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase*const descriptor_table_tide_5fchart_2eproto_sccs[23] = {
&scc_info_TideChartCommand_tide_5fchart_2eproto.base,
&scc_info_TideChartCommentBox_tide_5fchart_2eproto.base,
&scc_info_TideChartCommentBoxCommand_tide_5fchart_2eproto.base,
&scc_info_TideChartContext_tide_5fchart_2eproto.base,
&scc_info_TideChartContextChange_tide_5fchart_2eproto.base,
&scc_info_TideChartFile_tide_5fchart_2eproto.base,
&scc_info_TideChartFileCurrent_tide_5fchart_2eproto.base,
&scc_info_TideChartFileHeader_tide_5fchart_2eproto.base,
&scc_info_TideChartHeader_tide_5fchart_2eproto.base,
&scc_info_TideChartLink_tide_5fchart_2eproto.base,
&scc_info_TideChartLinkCommand_tide_5fchart_2eproto.base,
&scc_info_TideChartLogEntry_tide_5fchart_2eproto.base,
&scc_info_TideChartMessage_tide_5fchart_2eproto.base,
&scc_info_TideChartMoveCommand_tide_5fchart_2eproto.base,
&scc_info_TideChartNote_tide_5fchart_2eproto.base,
&scc_info_TideChartNoteCommand_tide_5fchart_2eproto.base,
&scc_info_TideChartPort_tide_5fchart_2eproto.base,
&scc_info_TideChartPortCommand_tide_5fchart_2eproto.base,
&scc_info_TideChartProperty_tide_5fchart_2eproto.base,
&scc_info_TideChartPropertyCommand_tide_5fchart_2eproto.base,
&scc_info_TideChartRegion_tide_5fchart_2eproto.base,
&scc_info_TideChartRegionCommand_tide_5fchart_2eproto.base,
&scc_info_TideChartSite_tide_5fchart_2eproto.base,
};
static ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_tide_5fchart_2eproto_once;
static bool descriptor_table_tide_5fchart_2eproto_initialized = false;
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_tide_5fchart_2eproto = {
&descriptor_table_tide_5fchart_2eproto_initialized, descriptor_table_protodef_tide_5fchart_2eproto, "tide_chart.proto", 7887,
&descriptor_table_tide_5fchart_2eproto_once, descriptor_table_tide_5fchart_2eproto_sccs, descriptor_table_tide_5fchart_2eproto_deps, 23, 0,
schemas, file_default_instances, TableStruct_tide_5fchart_2eproto::offsets,
file_level_metadata_tide_5fchart_2eproto, 33, file_level_enum_descriptors_tide_5fchart_2eproto, file_level_service_descriptors_tide_5fchart_2eproto,
};
// Force running AddDescriptors() at dynamic initialization time.
static bool dynamic_init_dummy_tide_5fchart_2eproto = ( ::PROTOBUF_NAMESPACE_ID::internal::AddDescriptors(&descriptor_table_tide_5fchart_2eproto), true);
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* TideChartCommandUpdateType_descriptor() {
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_tide_5fchart_2eproto);
return file_level_enum_descriptors_tide_5fchart_2eproto[0];
}
bool TideChartCommandUpdateType_IsValid(int value) {
switch (value) {
case 0:
case 1:
case 2:
return true;
default:
return false;
}
}
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* TideChartLogLevel_descriptor() {
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_tide_5fchart_2eproto);
return file_level_enum_descriptors_tide_5fchart_2eproto[1];
}
bool TideChartLogLevel_IsValid(int value) {
switch (value) {
case 0:
case 1:
case 2:
case 3:
case 4:
case 5:
case 6:
case 7:
case 8:
case 9:
case 10:
case 11:
return true;
default:
return false;
}
}
// ===================================================================
void TideChartProperty::InitAsDefaultInstance() {
::_TideChartProperty_default_instance_.boolvalue_ = false;
::_TideChartProperty_default_instance_.strvalue_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::_TideChartProperty_default_instance_.longvalue_ = PROTOBUF_LONGLONG(0);
::_TideChartProperty_default_instance_.doublevalue_ = 0;
}
class TideChartProperty::_Internal {
public:
};
TideChartProperty::TideChartProperty()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartProperty)
}
TideChartProperty::TideChartProperty(const TideChartProperty& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
props_(from.props_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.name().empty()) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
clear_has_value();
switch (from.value_case()) {
case kBoolValue: {
set_boolvalue(from.boolvalue());
break;
}
case kStrValue: {
set_strvalue(from.strvalue());
break;
}
case kLongValue: {
set_longvalue(from.longvalue());
break;
}
case kDoubleValue: {
set_doublevalue(from.doublevalue());
break;
}
case VALUE_NOT_SET: {
break;
}
}
// @@protoc_insertion_point(copy_constructor:TideChartProperty)
}
void TideChartProperty::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartProperty_tide_5fchart_2eproto.base);
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
clear_has_value();
}
TideChartProperty::~TideChartProperty() {
// @@protoc_insertion_point(destructor:TideChartProperty)
SharedDtor();
}
void TideChartProperty::SharedDtor() {
name_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (has_value()) {
clear_value();
}
}
void TideChartProperty::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartProperty& TideChartProperty::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartProperty_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartProperty::clear_value() {
// @@protoc_insertion_point(one_of_clear_start:TideChartProperty)
switch (value_case()) {
case kBoolValue: {
// No need to clear
break;
}
case kStrValue: {
value_.strvalue_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case kLongValue: {
// No need to clear
break;
}
case kDoubleValue: {
// No need to clear
break;
}
case VALUE_NOT_SET: {
break;
}
}
_oneof_case_[0] = VALUE_NOT_SET;
}
void TideChartProperty::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartProperty)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
props_.Clear();
name_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
clear_value();
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartProperty::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string name = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_name(), ptr, ctx, "TideChartProperty.name");
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool boolValue = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 16)) {
set_boolvalue(::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr));
CHK_(ptr);
} else goto handle_unusual;
continue;
// string strValue = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_strvalue(), ptr, ctx, "TideChartProperty.strValue");
CHK_(ptr);
} else goto handle_unusual;
continue;
// sint64 longValue = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) {
set_longvalue(::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr));
CHK_(ptr);
} else goto handle_unusual;
continue;
// double doubleValue = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 41)) {
set_doublevalue(::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<double>(ptr));
ptr += sizeof(double);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty props = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_props(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 50);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartProperty::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartProperty)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string name = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_name()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartProperty.name"));
} else {
goto handle_unusual;
}
break;
}
// bool boolValue = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (16 & 0xFF)) {
clear_value();
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &value_.boolvalue_)));
set_has_boolvalue();
} else {
goto handle_unusual;
}
break;
}
// string strValue = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_strvalue()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->strvalue().data(), static_cast<int>(this->strvalue().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartProperty.strValue"));
} else {
goto handle_unusual;
}
break;
}
// sint64 longValue = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (32 & 0xFF)) {
clear_value();
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_SINT64>(
input, &value_.longvalue_)));
set_has_longvalue();
} else {
goto handle_unusual;
}
break;
}
// double doubleValue = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (41 & 0xFF)) {
clear_value();
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
double, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_DOUBLE>(
input, &value_.doublevalue_)));
set_has_doublevalue();
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty props = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (50 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_props()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartProperty)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartProperty)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartProperty::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartProperty)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string name = 1;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartProperty.name");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->name(), output);
}
// bool boolValue = 2;
if (has_boolvalue()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(2, this->boolvalue(), output);
}
// string strValue = 3;
if (has_strvalue()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->strvalue().data(), static_cast<int>(this->strvalue().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartProperty.strValue");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->strvalue(), output);
}
// sint64 longValue = 4;
if (has_longvalue()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt64(4, this->longvalue(), output);
}
// double doubleValue = 5;
if (has_doublevalue()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteDouble(5, this->doublevalue(), output);
}
// repeated .TideChartProperty props = 6;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->props_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
6,
this->props(static_cast<int>(i)),
output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartProperty)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartProperty::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartProperty)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string name = 1;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartProperty.name");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->name(), target);
}
// bool boolValue = 2;
if (has_boolvalue()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(2, this->boolvalue(), target);
}
// string strValue = 3;
if (has_strvalue()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->strvalue().data(), static_cast<int>(this->strvalue().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartProperty.strValue");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->strvalue(), target);
}
// sint64 longValue = 4;
if (has_longvalue()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt64ToArray(4, this->longvalue(), target);
}
// double doubleValue = 5;
if (has_doublevalue()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteDoubleToArray(5, this->doublevalue(), target);
}
// repeated .TideChartProperty props = 6;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->props_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
6, this->props(static_cast<int>(i)), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartProperty)
return target;
}
size_t TideChartProperty::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartProperty)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated .TideChartProperty props = 6;
{
unsigned int count = static_cast<unsigned int>(this->props_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->props(static_cast<int>(i)));
}
}
// string name = 1;
if (this->name().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->name());
}
switch (value_case()) {
// bool boolValue = 2;
case kBoolValue: {
total_size += 1 + 1;
break;
}
// string strValue = 3;
case kStrValue: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->strvalue());
break;
}
// sint64 longValue = 4;
case kLongValue: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SInt64Size(
this->longvalue());
break;
}
// double doubleValue = 5;
case kDoubleValue: {
total_size += 1 + 8;
break;
}
case VALUE_NOT_SET: {
break;
}
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartProperty::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartProperty)
GOOGLE_DCHECK_NE(&from, this);
const TideChartProperty* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartProperty>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartProperty)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartProperty)
MergeFrom(*source);
}
}
void TideChartProperty::MergeFrom(const TideChartProperty& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartProperty)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
props_.MergeFrom(from.props_);
if (from.name().size() > 0) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
switch (from.value_case()) {
case kBoolValue: {
set_boolvalue(from.boolvalue());
break;
}
case kStrValue: {
set_strvalue(from.strvalue());
break;
}
case kLongValue: {
set_longvalue(from.longvalue());
break;
}
case kDoubleValue: {
set_doublevalue(from.doublevalue());
break;
}
case VALUE_NOT_SET: {
break;
}
}
}
void TideChartProperty::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartProperty)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartProperty::CopyFrom(const TideChartProperty& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartProperty)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartProperty::IsInitialized() const {
return true;
}
void TideChartProperty::InternalSwap(TideChartProperty* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
CastToBase(&props_)->InternalSwap(CastToBase(&other->props_));
name_.Swap(&other->name_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(value_, other->value_);
swap(_oneof_case_[0], other->_oneof_case_[0]);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartProperty::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartCommentBox::InitAsDefaultInstance() {
::_TideChartCommentBox_default_instance_.text_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::_TideChartCommentBox_default_instance_.image_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::_TideChartCommentBox_default_instance_.icon_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
class TideChartCommentBox::_Internal {
public:
};
TideChartCommentBox::TideChartCommentBox()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartCommentBox)
}
TideChartCommentBox::TideChartCommentBox(const TideChartCommentBox& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
alignment_(from.alignment_),
border_(from.border_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.id().empty()) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
region_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.region().empty()) {
region_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.region_);
}
fontstyle_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.fontstyle().empty()) {
fontstyle_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.fontstyle_);
}
::memcpy(&posx_, &from.posx_,
static_cast<size_t>(reinterpret_cast<char*>(&isreversed_) -
reinterpret_cast<char*>(&posx_)) + sizeof(isreversed_));
clear_has_content();
switch (from.content_case()) {
case kText: {
set_text(from.text());
break;
}
case kImage: {
set_image(from.image());
break;
}
case kIcon: {
set_icon(from.icon());
break;
}
case CONTENT_NOT_SET: {
break;
}
}
// @@protoc_insertion_point(copy_constructor:TideChartCommentBox)
}
void TideChartCommentBox::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartCommentBox_tide_5fchart_2eproto.base);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
region_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
fontstyle_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&posx_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&isreversed_) -
reinterpret_cast<char*>(&posx_)) + sizeof(isreversed_));
clear_has_content();
}
TideChartCommentBox::~TideChartCommentBox() {
// @@protoc_insertion_point(destructor:TideChartCommentBox)
SharedDtor();
}
void TideChartCommentBox::SharedDtor() {
id_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
region_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
fontstyle_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (has_content()) {
clear_content();
}
}
void TideChartCommentBox::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartCommentBox& TideChartCommentBox::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartCommentBox_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartCommentBox::clear_content() {
// @@protoc_insertion_point(one_of_clear_start:TideChartCommentBox)
switch (content_case()) {
case kText: {
content_.text_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case kImage: {
content_.image_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case kIcon: {
content_.icon_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case CONTENT_NOT_SET: {
break;
}
}
_oneof_case_[0] = CONTENT_NOT_SET;
}
void TideChartCommentBox::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartCommentBox)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
alignment_.Clear();
border_.Clear();
id_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
region_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
fontstyle_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&posx_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&isreversed_) -
reinterpret_cast<char*>(&posx_)) + sizeof(isreversed_));
clear_content();
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartCommentBox::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string id = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_id(), ptr, ctx, "TideChartCommentBox.id");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string region = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_region(), ptr, ctx, "TideChartCommentBox.region");
CHK_(ptr);
} else goto handle_unusual;
continue;
// sint32 posX = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
posx_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag32(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// sint32 posY = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) {
posy_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag32(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int32 width = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 40)) {
width_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int32 height = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 48)) {
height_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// string text = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 58)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_text(), ptr, ctx, "TideChartCommentBox.text");
CHK_(ptr);
} else goto handle_unusual;
continue;
// bytes image = 8;
case 8:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 66)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(mutable_image(), ptr, ctx);
CHK_(ptr);
} else goto handle_unusual;
continue;
// string icon = 9;
case 9:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 74)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_icon(), ptr, ctx, "TideChartCommentBox.icon");
CHK_(ptr);
} else goto handle_unusual;
continue;
// double fontSize = 10;
case 10:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 81)) {
fontsize_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<double>(ptr);
ptr += sizeof(double);
} else goto handle_unusual;
continue;
// string fontStyle = 11;
case 11:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 90)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_fontstyle(), ptr, ctx, "TideChartCommentBox.fontStyle");
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated sint32 alignment = 12;
case 12:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 98)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::PackedSInt32Parser(mutable_alignment(), ptr, ctx);
CHK_(ptr);
} else if (static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 96) {
add_alignment(::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag32(&ptr));
CHK_(ptr);
} else goto handle_unusual;
continue;
// int32 color = 13;
case 13:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 104)) {
color_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int32 background = 14;
case 14:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 112)) {
background_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated int32 border = 15;
case 15:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 122)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::PackedInt32Parser(mutable_border(), ptr, ctx);
CHK_(ptr);
} else if (static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 120) {
add_border(::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr));
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isRaised = 16;
case 16:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 128)) {
israised_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isReversed = 17;
case 17:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 136)) {
isreversed_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartCommentBox::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartCommentBox)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string id = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_id()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartCommentBox.id"));
} else {
goto handle_unusual;
}
break;
}
// string region = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_region()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->region().data(), static_cast<int>(this->region().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartCommentBox.region"));
} else {
goto handle_unusual;
}
break;
}
// sint32 posX = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (24 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_SINT32>(
input, &posx_)));
} else {
goto handle_unusual;
}
break;
}
// sint32 posY = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (32 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_SINT32>(
input, &posy_)));
} else {
goto handle_unusual;
}
break;
}
// int32 width = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (40 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>(
input, &width_)));
} else {
goto handle_unusual;
}
break;
}
// int32 height = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (48 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>(
input, &height_)));
} else {
goto handle_unusual;
}
break;
}
// string text = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (58 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_text()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->text().data(), static_cast<int>(this->text().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartCommentBox.text"));
} else {
goto handle_unusual;
}
break;
}
// bytes image = 8;
case 8: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (66 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadBytes(
input, this->mutable_image()));
} else {
goto handle_unusual;
}
break;
}
// string icon = 9;
case 9: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (74 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_icon()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->icon().data(), static_cast<int>(this->icon().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartCommentBox.icon"));
} else {
goto handle_unusual;
}
break;
}
// double fontSize = 10;
case 10: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (81 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
double, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_DOUBLE>(
input, &fontsize_)));
} else {
goto handle_unusual;
}
break;
}
// string fontStyle = 11;
case 11: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (90 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_fontstyle()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->fontstyle().data(), static_cast<int>(this->fontstyle().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartCommentBox.fontStyle"));
} else {
goto handle_unusual;
}
break;
}
// repeated sint32 alignment = 12;
case 12: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (98 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPackedPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_SINT32>(
input, this->mutable_alignment())));
} else if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (96 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadRepeatedPrimitiveNoInline<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_SINT32>(
1, 98u, input, this->mutable_alignment())));
} else {
goto handle_unusual;
}
break;
}
// int32 color = 13;
case 13: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (104 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>(
input, &color_)));
} else {
goto handle_unusual;
}
break;
}
// int32 background = 14;
case 14: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (112 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>(
input, &background_)));
} else {
goto handle_unusual;
}
break;
}
// repeated int32 border = 15;
case 15: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (122 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPackedPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>(
input, this->mutable_border())));
} else if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (120 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadRepeatedPrimitiveNoInline<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>(
1, 122u, input, this->mutable_border())));
} else {
goto handle_unusual;
}
break;
}
// bool isRaised = 16;
case 16: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (128 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &israised_)));
} else {
goto handle_unusual;
}
break;
}
// bool isReversed = 17;
case 17: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (136 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &isreversed_)));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartCommentBox)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartCommentBox)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartCommentBox::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartCommentBox)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartCommentBox.id");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->id(), output);
}
// string region = 2;
if (this->region().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->region().data(), static_cast<int>(this->region().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartCommentBox.region");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
2, this->region(), output);
}
// sint32 posX = 3;
if (this->posx() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32(3, this->posx(), output);
}
// sint32 posY = 4;
if (this->posy() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32(4, this->posy(), output);
}
// int32 width = 5;
if (this->width() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32(5, this->width(), output);
}
// int32 height = 6;
if (this->height() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32(6, this->height(), output);
}
// string text = 7;
if (has_text()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->text().data(), static_cast<int>(this->text().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartCommentBox.text");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
7, this->text(), output);
}
// bytes image = 8;
if (has_image()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBytesMaybeAliased(
8, this->image(), output);
}
// string icon = 9;
if (has_icon()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->icon().data(), static_cast<int>(this->icon().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartCommentBox.icon");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
9, this->icon(), output);
}
// double fontSize = 10;
if (!(this->fontsize() <= 0 && this->fontsize() >= 0)) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteDouble(10, this->fontsize(), output);
}
// string fontStyle = 11;
if (this->fontstyle().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->fontstyle().data(), static_cast<int>(this->fontstyle().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartCommentBox.fontStyle");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
11, this->fontstyle(), output);
}
// repeated sint32 alignment = 12;
if (this->alignment_size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteTag(12, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED, output);
output->WriteVarint32(_alignment_cached_byte_size_.load(
std::memory_order_relaxed));
}
for (int i = 0, n = this->alignment_size(); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32NoTag(
this->alignment(i), output);
}
// int32 color = 13;
if (this->color() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32(13, this->color(), output);
}
// int32 background = 14;
if (this->background() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32(14, this->background(), output);
}
// repeated int32 border = 15;
if (this->border_size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteTag(15, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED, output);
output->WriteVarint32(_border_cached_byte_size_.load(
std::memory_order_relaxed));
}
for (int i = 0, n = this->border_size(); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32NoTag(
this->border(i), output);
}
// bool isRaised = 16;
if (this->israised() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(16, this->israised(), output);
}
// bool isReversed = 17;
if (this->isreversed() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(17, this->isreversed(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartCommentBox)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartCommentBox::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartCommentBox)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartCommentBox.id");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->id(), target);
}
// string region = 2;
if (this->region().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->region().data(), static_cast<int>(this->region().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartCommentBox.region");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
2, this->region(), target);
}
// sint32 posX = 3;
if (this->posx() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32ToArray(3, this->posx(), target);
}
// sint32 posY = 4;
if (this->posy() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32ToArray(4, this->posy(), target);
}
// int32 width = 5;
if (this->width() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(5, this->width(), target);
}
// int32 height = 6;
if (this->height() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(6, this->height(), target);
}
// string text = 7;
if (has_text()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->text().data(), static_cast<int>(this->text().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartCommentBox.text");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
7, this->text(), target);
}
// bytes image = 8;
if (has_image()) {
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBytesToArray(
8, this->image(), target);
}
// string icon = 9;
if (has_icon()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->icon().data(), static_cast<int>(this->icon().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartCommentBox.icon");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
9, this->icon(), target);
}
// double fontSize = 10;
if (!(this->fontsize() <= 0 && this->fontsize() >= 0)) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteDoubleToArray(10, this->fontsize(), target);
}
// string fontStyle = 11;
if (this->fontstyle().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->fontstyle().data(), static_cast<int>(this->fontstyle().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartCommentBox.fontStyle");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
11, this->fontstyle(), target);
}
// repeated sint32 alignment = 12;
if (this->alignment_size() > 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteTagToArray(
12,
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED,
target);
target = ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream::WriteVarint32ToArray(
_alignment_cached_byte_size_.load(std::memory_order_relaxed),
target);
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
WriteSInt32NoTagToArray(this->alignment_, target);
}
// int32 color = 13;
if (this->color() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(13, this->color(), target);
}
// int32 background = 14;
if (this->background() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(14, this->background(), target);
}
// repeated int32 border = 15;
if (this->border_size() > 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteTagToArray(
15,
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED,
target);
target = ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream::WriteVarint32ToArray(
_border_cached_byte_size_.load(std::memory_order_relaxed),
target);
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
WriteInt32NoTagToArray(this->border_, target);
}
// bool isRaised = 16;
if (this->israised() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(16, this->israised(), target);
}
// bool isReversed = 17;
if (this->isreversed() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(17, this->isreversed(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartCommentBox)
return target;
}
size_t TideChartCommentBox::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartCommentBox)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated sint32 alignment = 12;
{
size_t data_size = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
SInt32Size(this->alignment_);
if (data_size > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
static_cast<::PROTOBUF_NAMESPACE_ID::int32>(data_size));
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(data_size);
_alignment_cached_byte_size_.store(cached_size,
std::memory_order_relaxed);
total_size += data_size;
}
// repeated int32 border = 15;
{
size_t data_size = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
Int32Size(this->border_);
if (data_size > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
static_cast<::PROTOBUF_NAMESPACE_ID::int32>(data_size));
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(data_size);
_border_cached_byte_size_.store(cached_size,
std::memory_order_relaxed);
total_size += data_size;
}
// string id = 1;
if (this->id().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->id());
}
// string region = 2;
if (this->region().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->region());
}
// string fontStyle = 11;
if (this->fontstyle().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->fontstyle());
}
// sint32 posX = 3;
if (this->posx() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SInt32Size(
this->posx());
}
// sint32 posY = 4;
if (this->posy() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SInt32Size(
this->posy());
}
// int32 width = 5;
if (this->width() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
this->width());
}
// int32 height = 6;
if (this->height() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
this->height());
}
// double fontSize = 10;
if (!(this->fontsize() <= 0 && this->fontsize() >= 0)) {
total_size += 1 + 8;
}
// int32 color = 13;
if (this->color() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
this->color());
}
// int32 background = 14;
if (this->background() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
this->background());
}
// bool isRaised = 16;
if (this->israised() != 0) {
total_size += 2 + 1;
}
// bool isReversed = 17;
if (this->isreversed() != 0) {
total_size += 2 + 1;
}
switch (content_case()) {
// string text = 7;
case kText: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->text());
break;
}
// bytes image = 8;
case kImage: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::BytesSize(
this->image());
break;
}
// string icon = 9;
case kIcon: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->icon());
break;
}
case CONTENT_NOT_SET: {
break;
}
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartCommentBox::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartCommentBox)
GOOGLE_DCHECK_NE(&from, this);
const TideChartCommentBox* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartCommentBox>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartCommentBox)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartCommentBox)
MergeFrom(*source);
}
}
void TideChartCommentBox::MergeFrom(const TideChartCommentBox& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartCommentBox)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
alignment_.MergeFrom(from.alignment_);
border_.MergeFrom(from.border_);
if (from.id().size() > 0) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
if (from.region().size() > 0) {
region_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.region_);
}
if (from.fontstyle().size() > 0) {
fontstyle_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.fontstyle_);
}
if (from.posx() != 0) {
set_posx(from.posx());
}
if (from.posy() != 0) {
set_posy(from.posy());
}
if (from.width() != 0) {
set_width(from.width());
}
if (from.height() != 0) {
set_height(from.height());
}
if (!(from.fontsize() <= 0 && from.fontsize() >= 0)) {
set_fontsize(from.fontsize());
}
if (from.color() != 0) {
set_color(from.color());
}
if (from.background() != 0) {
set_background(from.background());
}
if (from.israised() != 0) {
set_israised(from.israised());
}
if (from.isreversed() != 0) {
set_isreversed(from.isreversed());
}
switch (from.content_case()) {
case kText: {
set_text(from.text());
break;
}
case kImage: {
set_image(from.image());
break;
}
case kIcon: {
set_icon(from.icon());
break;
}
case CONTENT_NOT_SET: {
break;
}
}
}
void TideChartCommentBox::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartCommentBox)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartCommentBox::CopyFrom(const TideChartCommentBox& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartCommentBox)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartCommentBox::IsInitialized() const {
return true;
}
void TideChartCommentBox::InternalSwap(TideChartCommentBox* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
alignment_.InternalSwap(&other->alignment_);
border_.InternalSwap(&other->border_);
id_.Swap(&other->id_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
region_.Swap(&other->region_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
fontstyle_.Swap(&other->fontstyle_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(posx_, other->posx_);
swap(posy_, other->posy_);
swap(width_, other->width_);
swap(height_, other->height_);
swap(fontsize_, other->fontsize_);
swap(color_, other->color_);
swap(background_, other->background_);
swap(israised_, other->israised_);
swap(isreversed_, other->isreversed_);
swap(content_, other->content_);
swap(_oneof_case_[0], other->_oneof_case_[0]);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartCommentBox::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartWidget::InitAsDefaultInstance() {
::_TideChartWidget_default_instance_.link_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::_TideChartWidget_default_instance_.port_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::_TideChartWidget_default_instance_.node_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
class TideChartWidget::_Internal {
public:
};
TideChartWidget::TideChartWidget()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartWidget)
}
TideChartWidget::TideChartWidget(const TideChartWidget& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
props_(from.props_),
settings_(from.settings_),
resources_(from.resources_),
internal_(from.internal_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.id().empty()) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
type_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.type().empty()) {
type_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.type_);
}
title_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.title().empty()) {
title_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.title_);
}
icon_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.icon().empty()) {
icon_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.icon_);
}
region_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.region().empty()) {
region_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.region_);
}
::memcpy(&posx_, &from.posx_,
static_cast<size_t>(reinterpret_cast<char*>(&isdisabled_) -
reinterpret_cast<char*>(&posx_)) + sizeof(isdisabled_));
clear_has_target();
switch (from.target_case()) {
case kLink: {
set_link(from.link());
break;
}
case kPort: {
set_port(from.port());
break;
}
case kNode: {
set_node(from.node());
break;
}
case TARGET_NOT_SET: {
break;
}
}
// @@protoc_insertion_point(copy_constructor:TideChartWidget)
}
void TideChartWidget::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartCommand_tide_5fchart_2eproto.base);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
type_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
title_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
icon_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
region_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&posx_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&isdisabled_) -
reinterpret_cast<char*>(&posx_)) + sizeof(isdisabled_));
clear_has_target();
}
TideChartWidget::~TideChartWidget() {
// @@protoc_insertion_point(destructor:TideChartWidget)
SharedDtor();
}
void TideChartWidget::SharedDtor() {
id_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
type_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
title_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
icon_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
region_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (has_target()) {
clear_target();
}
}
void TideChartWidget::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartWidget& TideChartWidget::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartWidget::clear_target() {
// @@protoc_insertion_point(one_of_clear_start:TideChartWidget)
switch (target_case()) {
case kLink: {
target_.link_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case kPort: {
target_.port_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case kNode: {
target_.node_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case TARGET_NOT_SET: {
break;
}
}
_oneof_case_[0] = TARGET_NOT_SET;
}
void TideChartWidget::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartWidget)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
props_.Clear();
settings_.Clear();
resources_.Clear();
internal_.Clear();
id_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
type_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
title_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
icon_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
region_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&posx_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&isdisabled_) -
reinterpret_cast<char*>(&posx_)) + sizeof(isdisabled_));
clear_target();
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartWidget::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string id = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_id(), ptr, ctx, "TideChartWidget.id");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string type = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_type(), ptr, ctx, "TideChartWidget.type");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string title = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_title(), ptr, ctx, "TideChartWidget.title");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string icon = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_icon(), ptr, ctx, "TideChartWidget.icon");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string region = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_region(), ptr, ctx, "TideChartWidget.region");
CHK_(ptr);
} else goto handle_unusual;
continue;
// sint32 posX = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 48)) {
posx_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag32(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// sint32 posY = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 56)) {
posy_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag32(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int32 width = 8;
case 8:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 64)) {
width_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int32 height = 9;
case 9:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 72)) {
height_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// string link = 10;
case 10:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 82)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_link(), ptr, ctx, "TideChartWidget.link");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string port = 11;
case 11:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 90)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_port(), ptr, ctx, "TideChartWidget.port");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string node = 12;
case 12:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 98)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_node(), ptr, ctx, "TideChartWidget.node");
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty props = 13;
case 13:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 106)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_props(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 106);
} else goto handle_unusual;
continue;
// bool isLogging = 16;
case 16:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 128)) {
islogging_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isDebugging = 17;
case 17:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 136)) {
isdebugging_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isPaused = 18;
case 18:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 144)) {
ispaused_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isDisabled = 19;
case 19:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 152)) {
isdisabled_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty settings = 22;
case 22:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 178)) {
ptr -= 2;
do {
ptr += 2;
ptr = ctx->ParseMessage(add_settings(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint16>(ptr) == 434);
} else goto handle_unusual;
continue;
// repeated .TideChartSource resources = 23;
case 23:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 186)) {
ptr -= 2;
do {
ptr += 2;
ptr = ctx->ParseMessage(add_resources(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint16>(ptr) == 442);
} else goto handle_unusual;
continue;
// repeated .TideChartGraph internal = 24;
case 24:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 194)) {
ptr -= 2;
do {
ptr += 2;
ptr = ctx->ParseMessage(add_internal(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint16>(ptr) == 450);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartWidget::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartWidget)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string id = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_id()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartWidget.id"));
} else {
goto handle_unusual;
}
break;
}
// string type = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_type()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartWidget.type"));
} else {
goto handle_unusual;
}
break;
}
// string title = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_title()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->title().data(), static_cast<int>(this->title().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartWidget.title"));
} else {
goto handle_unusual;
}
break;
}
// string icon = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (34 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_icon()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->icon().data(), static_cast<int>(this->icon().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartWidget.icon"));
} else {
goto handle_unusual;
}
break;
}
// string region = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_region()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->region().data(), static_cast<int>(this->region().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartWidget.region"));
} else {
goto handle_unusual;
}
break;
}
// sint32 posX = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (48 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_SINT32>(
input, &posx_)));
} else {
goto handle_unusual;
}
break;
}
// sint32 posY = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (56 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_SINT32>(
input, &posy_)));
} else {
goto handle_unusual;
}
break;
}
// int32 width = 8;
case 8: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (64 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>(
input, &width_)));
} else {
goto handle_unusual;
}
break;
}
// int32 height = 9;
case 9: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (72 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>(
input, &height_)));
} else {
goto handle_unusual;
}
break;
}
// string link = 10;
case 10: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (82 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_link()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->link().data(), static_cast<int>(this->link().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartWidget.link"));
} else {
goto handle_unusual;
}
break;
}
// string port = 11;
case 11: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (90 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_port()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->port().data(), static_cast<int>(this->port().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartWidget.port"));
} else {
goto handle_unusual;
}
break;
}
// string node = 12;
case 12: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (98 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_node()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartWidget.node"));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty props = 13;
case 13: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (106 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_props()));
} else {
goto handle_unusual;
}
break;
}
// bool isLogging = 16;
case 16: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (128 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &islogging_)));
} else {
goto handle_unusual;
}
break;
}
// bool isDebugging = 17;
case 17: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (136 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &isdebugging_)));
} else {
goto handle_unusual;
}
break;
}
// bool isPaused = 18;
case 18: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (144 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &ispaused_)));
} else {
goto handle_unusual;
}
break;
}
// bool isDisabled = 19;
case 19: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (152 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &isdisabled_)));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty settings = 22;
case 22: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (178 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_settings()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartSource resources = 23;
case 23: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (186 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_resources()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartGraph internal = 24;
case 24: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (194 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_internal()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartWidget)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartWidget)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartWidget::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartWidget)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartWidget.id");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->id(), output);
}
// string type = 2;
if (this->type().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartWidget.type");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
2, this->type(), output);
}
// string title = 3;
if (this->title().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->title().data(), static_cast<int>(this->title().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartWidget.title");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->title(), output);
}
// string icon = 4;
if (this->icon().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->icon().data(), static_cast<int>(this->icon().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartWidget.icon");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
4, this->icon(), output);
}
// string region = 5;
if (this->region().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->region().data(), static_cast<int>(this->region().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartWidget.region");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
5, this->region(), output);
}
// sint32 posX = 6;
if (this->posx() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32(6, this->posx(), output);
}
// sint32 posY = 7;
if (this->posy() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32(7, this->posy(), output);
}
// int32 width = 8;
if (this->width() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32(8, this->width(), output);
}
// int32 height = 9;
if (this->height() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32(9, this->height(), output);
}
// string link = 10;
if (has_link()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->link().data(), static_cast<int>(this->link().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartWidget.link");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
10, this->link(), output);
}
// string port = 11;
if (has_port()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->port().data(), static_cast<int>(this->port().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartWidget.port");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
11, this->port(), output);
}
// string node = 12;
if (has_node()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartWidget.node");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
12, this->node(), output);
}
// repeated .TideChartProperty props = 13;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->props_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
13,
this->props(static_cast<int>(i)),
output);
}
// bool isLogging = 16;
if (this->islogging() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(16, this->islogging(), output);
}
// bool isDebugging = 17;
if (this->isdebugging() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(17, this->isdebugging(), output);
}
// bool isPaused = 18;
if (this->ispaused() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(18, this->ispaused(), output);
}
// bool isDisabled = 19;
if (this->isdisabled() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(19, this->isdisabled(), output);
}
// repeated .TideChartProperty settings = 22;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->settings_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
22,
this->settings(static_cast<int>(i)),
output);
}
// repeated .TideChartSource resources = 23;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->resources_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
23,
this->resources(static_cast<int>(i)),
output);
}
// repeated .TideChartGraph internal = 24;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->internal_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
24,
this->internal(static_cast<int>(i)),
output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartWidget)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartWidget::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartWidget)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartWidget.id");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->id(), target);
}
// string type = 2;
if (this->type().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartWidget.type");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
2, this->type(), target);
}
// string title = 3;
if (this->title().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->title().data(), static_cast<int>(this->title().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartWidget.title");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->title(), target);
}
// string icon = 4;
if (this->icon().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->icon().data(), static_cast<int>(this->icon().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartWidget.icon");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
4, this->icon(), target);
}
// string region = 5;
if (this->region().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->region().data(), static_cast<int>(this->region().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartWidget.region");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
5, this->region(), target);
}
// sint32 posX = 6;
if (this->posx() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32ToArray(6, this->posx(), target);
}
// sint32 posY = 7;
if (this->posy() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32ToArray(7, this->posy(), target);
}
// int32 width = 8;
if (this->width() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(8, this->width(), target);
}
// int32 height = 9;
if (this->height() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(9, this->height(), target);
}
// string link = 10;
if (has_link()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->link().data(), static_cast<int>(this->link().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartWidget.link");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
10, this->link(), target);
}
// string port = 11;
if (has_port()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->port().data(), static_cast<int>(this->port().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartWidget.port");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
11, this->port(), target);
}
// string node = 12;
if (has_node()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartWidget.node");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
12, this->node(), target);
}
// repeated .TideChartProperty props = 13;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->props_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
13, this->props(static_cast<int>(i)), target);
}
// bool isLogging = 16;
if (this->islogging() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(16, this->islogging(), target);
}
// bool isDebugging = 17;
if (this->isdebugging() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(17, this->isdebugging(), target);
}
// bool isPaused = 18;
if (this->ispaused() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(18, this->ispaused(), target);
}
// bool isDisabled = 19;
if (this->isdisabled() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(19, this->isdisabled(), target);
}
// repeated .TideChartProperty settings = 22;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->settings_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
22, this->settings(static_cast<int>(i)), target);
}
// repeated .TideChartSource resources = 23;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->resources_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
23, this->resources(static_cast<int>(i)), target);
}
// repeated .TideChartGraph internal = 24;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->internal_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
24, this->internal(static_cast<int>(i)), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartWidget)
return target;
}
size_t TideChartWidget::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartWidget)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated .TideChartProperty props = 13;
{
unsigned int count = static_cast<unsigned int>(this->props_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->props(static_cast<int>(i)));
}
}
// repeated .TideChartProperty settings = 22;
{
unsigned int count = static_cast<unsigned int>(this->settings_size());
total_size += 2UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->settings(static_cast<int>(i)));
}
}
// repeated .TideChartSource resources = 23;
{
unsigned int count = static_cast<unsigned int>(this->resources_size());
total_size += 2UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->resources(static_cast<int>(i)));
}
}
// repeated .TideChartGraph internal = 24;
{
unsigned int count = static_cast<unsigned int>(this->internal_size());
total_size += 2UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->internal(static_cast<int>(i)));
}
}
// string id = 1;
if (this->id().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->id());
}
// string type = 2;
if (this->type().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->type());
}
// string title = 3;
if (this->title().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->title());
}
// string icon = 4;
if (this->icon().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->icon());
}
// string region = 5;
if (this->region().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->region());
}
// sint32 posX = 6;
if (this->posx() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SInt32Size(
this->posx());
}
// sint32 posY = 7;
if (this->posy() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SInt32Size(
this->posy());
}
// int32 width = 8;
if (this->width() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
this->width());
}
// int32 height = 9;
if (this->height() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
this->height());
}
// bool isLogging = 16;
if (this->islogging() != 0) {
total_size += 2 + 1;
}
// bool isDebugging = 17;
if (this->isdebugging() != 0) {
total_size += 2 + 1;
}
// bool isPaused = 18;
if (this->ispaused() != 0) {
total_size += 2 + 1;
}
// bool isDisabled = 19;
if (this->isdisabled() != 0) {
total_size += 2 + 1;
}
switch (target_case()) {
// string link = 10;
case kLink: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->link());
break;
}
// string port = 11;
case kPort: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->port());
break;
}
// string node = 12;
case kNode: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->node());
break;
}
case TARGET_NOT_SET: {
break;
}
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartWidget::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartWidget)
GOOGLE_DCHECK_NE(&from, this);
const TideChartWidget* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartWidget>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartWidget)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartWidget)
MergeFrom(*source);
}
}
void TideChartWidget::MergeFrom(const TideChartWidget& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartWidget)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
props_.MergeFrom(from.props_);
settings_.MergeFrom(from.settings_);
resources_.MergeFrom(from.resources_);
internal_.MergeFrom(from.internal_);
if (from.id().size() > 0) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
if (from.type().size() > 0) {
type_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.type_);
}
if (from.title().size() > 0) {
title_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.title_);
}
if (from.icon().size() > 0) {
icon_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.icon_);
}
if (from.region().size() > 0) {
region_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.region_);
}
if (from.posx() != 0) {
set_posx(from.posx());
}
if (from.posy() != 0) {
set_posy(from.posy());
}
if (from.width() != 0) {
set_width(from.width());
}
if (from.height() != 0) {
set_height(from.height());
}
if (from.islogging() != 0) {
set_islogging(from.islogging());
}
if (from.isdebugging() != 0) {
set_isdebugging(from.isdebugging());
}
if (from.ispaused() != 0) {
set_ispaused(from.ispaused());
}
if (from.isdisabled() != 0) {
set_isdisabled(from.isdisabled());
}
switch (from.target_case()) {
case kLink: {
set_link(from.link());
break;
}
case kPort: {
set_port(from.port());
break;
}
case kNode: {
set_node(from.node());
break;
}
case TARGET_NOT_SET: {
break;
}
}
}
void TideChartWidget::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartWidget)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartWidget::CopyFrom(const TideChartWidget& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartWidget)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartWidget::IsInitialized() const {
return true;
}
void TideChartWidget::InternalSwap(TideChartWidget* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
CastToBase(&props_)->InternalSwap(CastToBase(&other->props_));
CastToBase(&settings_)->InternalSwap(CastToBase(&other->settings_));
CastToBase(&resources_)->InternalSwap(CastToBase(&other->resources_));
CastToBase(&internal_)->InternalSwap(CastToBase(&other->internal_));
id_.Swap(&other->id_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
type_.Swap(&other->type_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
title_.Swap(&other->title_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
icon_.Swap(&other->icon_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
region_.Swap(&other->region_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(posx_, other->posx_);
swap(posy_, other->posy_);
swap(width_, other->width_);
swap(height_, other->height_);
swap(islogging_, other->islogging_);
swap(isdebugging_, other->isdebugging_);
swap(ispaused_, other->ispaused_);
swap(isdisabled_, other->isdisabled_);
swap(target_, other->target_);
swap(_oneof_case_[0], other->_oneof_case_[0]);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartWidget::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartPort::InitAsDefaultInstance() {
}
class TideChartPort::_Internal {
public:
};
TideChartPort::TideChartPort()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartPort)
}
TideChartPort::TideChartPort(const TideChartPort& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
allowed_(from.allowed_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
type_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.type().empty()) {
type_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.type_);
}
node_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.node().empty()) {
node_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.node_);
}
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.name().empty()) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
hint_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.hint().empty()) {
hint_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.hint_);
}
value_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.value().empty()) {
value_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.value_);
}
trigger_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.trigger().empty()) {
trigger_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.trigger_);
}
link_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.link().empty()) {
link_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.link_);
}
event_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.event().empty()) {
event_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.event_);
}
syncgroup_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.syncgroup().empty()) {
syncgroup_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.syncgroup_);
}
filter_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.filter().empty()) {
filter_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filter_);
}
::memcpy(&ordinal_, &from.ordinal_,
static_cast<size_t>(reinterpret_cast<char*>(&isqueuing_) -
reinterpret_cast<char*>(&ordinal_)) + sizeof(isqueuing_));
// @@protoc_insertion_point(copy_constructor:TideChartPort)
}
void TideChartPort::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartPort_tide_5fchart_2eproto.base);
type_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
node_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
hint_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
value_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
trigger_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
link_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
event_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
syncgroup_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
filter_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&ordinal_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&isqueuing_) -
reinterpret_cast<char*>(&ordinal_)) + sizeof(isqueuing_));
}
TideChartPort::~TideChartPort() {
// @@protoc_insertion_point(destructor:TideChartPort)
SharedDtor();
}
void TideChartPort::SharedDtor() {
type_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
node_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
hint_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
value_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
trigger_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
link_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
event_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
syncgroup_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
filter_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
void TideChartPort::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartPort& TideChartPort::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartPort_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartPort::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartPort)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
allowed_.Clear();
type_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
node_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
hint_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
value_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
trigger_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
link_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
event_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
syncgroup_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
filter_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&ordinal_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&isqueuing_) -
reinterpret_cast<char*>(&ordinal_)) + sizeof(isqueuing_));
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartPort::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string type = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_type(), ptr, ctx, "TideChartPort.type");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string node = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_node(), ptr, ctx, "TideChartPort.node");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string name = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_name(), ptr, ctx, "TideChartPort.name");
CHK_(ptr);
} else goto handle_unusual;
continue;
// int32 ordinal = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) {
ordinal_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isDefault = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 40)) {
isdefault_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isRequired = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 48)) {
isrequired_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated string allowed = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 58)) {
ptr -= 1;
do {
ptr += 1;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(add_allowed(), ptr, ctx, "TideChartPort.allowed");
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 58);
} else goto handle_unusual;
continue;
// string hint = 8;
case 8:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 66)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_hint(), ptr, ctx, "TideChartPort.hint");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string value = 9;
case 9:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 74)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_value(), ptr, ctx, "TideChartPort.value");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string trigger = 10;
case 10:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 82)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_trigger(), ptr, ctx, "TideChartPort.trigger");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string link = 11;
case 11:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 90)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_link(), ptr, ctx, "TideChartPort.link");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string event = 12;
case 12:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 98)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_event(), ptr, ctx, "TideChartPort.event");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string syncGroup = 13;
case 13:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 106)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_syncgroup(), ptr, ctx, "TideChartPort.syncGroup");
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isBlocking = 14;
case 14:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 112)) {
isblocking_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isQueuing = 15;
case 15:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 120)) {
isqueuing_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// string filter = 16;
case 16:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 130)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_filter(), ptr, ctx, "TideChartPort.filter");
CHK_(ptr);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartPort::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartPort)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string type = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_type()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartPort.type"));
} else {
goto handle_unusual;
}
break;
}
// string node = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_node()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartPort.node"));
} else {
goto handle_unusual;
}
break;
}
// string name = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_name()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartPort.name"));
} else {
goto handle_unusual;
}
break;
}
// int32 ordinal = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (32 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>(
input, &ordinal_)));
} else {
goto handle_unusual;
}
break;
}
// bool isDefault = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (40 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &isdefault_)));
} else {
goto handle_unusual;
}
break;
}
// bool isRequired = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (48 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &isrequired_)));
} else {
goto handle_unusual;
}
break;
}
// repeated string allowed = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (58 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->add_allowed()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->allowed(this->allowed_size() - 1).data(),
static_cast<int>(this->allowed(this->allowed_size() - 1).length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartPort.allowed"));
} else {
goto handle_unusual;
}
break;
}
// string hint = 8;
case 8: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (66 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_hint()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->hint().data(), static_cast<int>(this->hint().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartPort.hint"));
} else {
goto handle_unusual;
}
break;
}
// string value = 9;
case 9: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (74 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_value()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->value().data(), static_cast<int>(this->value().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartPort.value"));
} else {
goto handle_unusual;
}
break;
}
// string trigger = 10;
case 10: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (82 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_trigger()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->trigger().data(), static_cast<int>(this->trigger().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartPort.trigger"));
} else {
goto handle_unusual;
}
break;
}
// string link = 11;
case 11: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (90 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_link()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->link().data(), static_cast<int>(this->link().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartPort.link"));
} else {
goto handle_unusual;
}
break;
}
// string event = 12;
case 12: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (98 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_event()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->event().data(), static_cast<int>(this->event().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartPort.event"));
} else {
goto handle_unusual;
}
break;
}
// string syncGroup = 13;
case 13: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (106 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_syncgroup()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->syncgroup().data(), static_cast<int>(this->syncgroup().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartPort.syncGroup"));
} else {
goto handle_unusual;
}
break;
}
// bool isBlocking = 14;
case 14: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (112 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &isblocking_)));
} else {
goto handle_unusual;
}
break;
}
// bool isQueuing = 15;
case 15: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (120 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &isqueuing_)));
} else {
goto handle_unusual;
}
break;
}
// string filter = 16;
case 16: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (130 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_filter()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->filter().data(), static_cast<int>(this->filter().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartPort.filter"));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartPort)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartPort)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartPort::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartPort)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string type = 1;
if (this->type().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.type");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->type(), output);
}
// string node = 2;
if (this->node().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.node");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
2, this->node(), output);
}
// string name = 3;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.name");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->name(), output);
}
// int32 ordinal = 4;
if (this->ordinal() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32(4, this->ordinal(), output);
}
// bool isDefault = 5;
if (this->isdefault() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(5, this->isdefault(), output);
}
// bool isRequired = 6;
if (this->isrequired() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(6, this->isrequired(), output);
}
// repeated string allowed = 7;
for (int i = 0, n = this->allowed_size(); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->allowed(i).data(), static_cast<int>(this->allowed(i).length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.allowed");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteString(
7, this->allowed(i), output);
}
// string hint = 8;
if (this->hint().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->hint().data(), static_cast<int>(this->hint().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.hint");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
8, this->hint(), output);
}
// string value = 9;
if (this->value().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->value().data(), static_cast<int>(this->value().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.value");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
9, this->value(), output);
}
// string trigger = 10;
if (this->trigger().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->trigger().data(), static_cast<int>(this->trigger().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.trigger");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
10, this->trigger(), output);
}
// string link = 11;
if (this->link().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->link().data(), static_cast<int>(this->link().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.link");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
11, this->link(), output);
}
// string event = 12;
if (this->event().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->event().data(), static_cast<int>(this->event().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.event");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
12, this->event(), output);
}
// string syncGroup = 13;
if (this->syncgroup().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->syncgroup().data(), static_cast<int>(this->syncgroup().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.syncGroup");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
13, this->syncgroup(), output);
}
// bool isBlocking = 14;
if (this->isblocking() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(14, this->isblocking(), output);
}
// bool isQueuing = 15;
if (this->isqueuing() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(15, this->isqueuing(), output);
}
// string filter = 16;
if (this->filter().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->filter().data(), static_cast<int>(this->filter().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.filter");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
16, this->filter(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartPort)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartPort::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartPort)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string type = 1;
if (this->type().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.type");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->type(), target);
}
// string node = 2;
if (this->node().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.node");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
2, this->node(), target);
}
// string name = 3;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.name");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->name(), target);
}
// int32 ordinal = 4;
if (this->ordinal() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(4, this->ordinal(), target);
}
// bool isDefault = 5;
if (this->isdefault() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(5, this->isdefault(), target);
}
// bool isRequired = 6;
if (this->isrequired() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(6, this->isrequired(), target);
}
// repeated string allowed = 7;
for (int i = 0, n = this->allowed_size(); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->allowed(i).data(), static_cast<int>(this->allowed(i).length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.allowed");
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
WriteStringToArray(7, this->allowed(i), target);
}
// string hint = 8;
if (this->hint().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->hint().data(), static_cast<int>(this->hint().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.hint");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
8, this->hint(), target);
}
// string value = 9;
if (this->value().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->value().data(), static_cast<int>(this->value().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.value");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
9, this->value(), target);
}
// string trigger = 10;
if (this->trigger().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->trigger().data(), static_cast<int>(this->trigger().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.trigger");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
10, this->trigger(), target);
}
// string link = 11;
if (this->link().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->link().data(), static_cast<int>(this->link().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.link");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
11, this->link(), target);
}
// string event = 12;
if (this->event().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->event().data(), static_cast<int>(this->event().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.event");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
12, this->event(), target);
}
// string syncGroup = 13;
if (this->syncgroup().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->syncgroup().data(), static_cast<int>(this->syncgroup().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.syncGroup");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
13, this->syncgroup(), target);
}
// bool isBlocking = 14;
if (this->isblocking() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(14, this->isblocking(), target);
}
// bool isQueuing = 15;
if (this->isqueuing() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(15, this->isqueuing(), target);
}
// string filter = 16;
if (this->filter().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->filter().data(), static_cast<int>(this->filter().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPort.filter");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
16, this->filter(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartPort)
return target;
}
size_t TideChartPort::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartPort)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated string allowed = 7;
total_size += 1 *
::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(this->allowed_size());
for (int i = 0, n = this->allowed_size(); i < n; i++) {
total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->allowed(i));
}
// string type = 1;
if (this->type().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->type());
}
// string node = 2;
if (this->node().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->node());
}
// string name = 3;
if (this->name().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->name());
}
// string hint = 8;
if (this->hint().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->hint());
}
// string value = 9;
if (this->value().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->value());
}
// string trigger = 10;
if (this->trigger().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->trigger());
}
// string link = 11;
if (this->link().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->link());
}
// string event = 12;
if (this->event().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->event());
}
// string syncGroup = 13;
if (this->syncgroup().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->syncgroup());
}
// string filter = 16;
if (this->filter().size() > 0) {
total_size += 2 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->filter());
}
// int32 ordinal = 4;
if (this->ordinal() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
this->ordinal());
}
// bool isDefault = 5;
if (this->isdefault() != 0) {
total_size += 1 + 1;
}
// bool isRequired = 6;
if (this->isrequired() != 0) {
total_size += 1 + 1;
}
// bool isBlocking = 14;
if (this->isblocking() != 0) {
total_size += 1 + 1;
}
// bool isQueuing = 15;
if (this->isqueuing() != 0) {
total_size += 1 + 1;
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartPort::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartPort)
GOOGLE_DCHECK_NE(&from, this);
const TideChartPort* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartPort>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartPort)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartPort)
MergeFrom(*source);
}
}
void TideChartPort::MergeFrom(const TideChartPort& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartPort)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
allowed_.MergeFrom(from.allowed_);
if (from.type().size() > 0) {
type_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.type_);
}
if (from.node().size() > 0) {
node_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.node_);
}
if (from.name().size() > 0) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
if (from.hint().size() > 0) {
hint_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.hint_);
}
if (from.value().size() > 0) {
value_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.value_);
}
if (from.trigger().size() > 0) {
trigger_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.trigger_);
}
if (from.link().size() > 0) {
link_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.link_);
}
if (from.event().size() > 0) {
event_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.event_);
}
if (from.syncgroup().size() > 0) {
syncgroup_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.syncgroup_);
}
if (from.filter().size() > 0) {
filter_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filter_);
}
if (from.ordinal() != 0) {
set_ordinal(from.ordinal());
}
if (from.isdefault() != 0) {
set_isdefault(from.isdefault());
}
if (from.isrequired() != 0) {
set_isrequired(from.isrequired());
}
if (from.isblocking() != 0) {
set_isblocking(from.isblocking());
}
if (from.isqueuing() != 0) {
set_isqueuing(from.isqueuing());
}
}
void TideChartPort::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartPort)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartPort::CopyFrom(const TideChartPort& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartPort)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartPort::IsInitialized() const {
return true;
}
void TideChartPort::InternalSwap(TideChartPort* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
allowed_.InternalSwap(CastToBase(&other->allowed_));
type_.Swap(&other->type_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
node_.Swap(&other->node_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
name_.Swap(&other->name_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
hint_.Swap(&other->hint_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
value_.Swap(&other->value_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
trigger_.Swap(&other->trigger_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
link_.Swap(&other->link_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
event_.Swap(&other->event_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
syncgroup_.Swap(&other->syncgroup_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
filter_.Swap(&other->filter_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(ordinal_, other->ordinal_);
swap(isdefault_, other->isdefault_);
swap(isrequired_, other->isrequired_);
swap(isblocking_, other->isblocking_);
swap(isqueuing_, other->isqueuing_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartPort::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartLink::InitAsDefaultInstance() {
}
class TideChartLink::_Internal {
public:
};
TideChartLink::TideChartLink()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartLink)
}
TideChartLink::TideChartLink(const TideChartLink& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
outnode_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.outnode().empty()) {
outnode_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.outnode_);
}
outport_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.outport().empty()) {
outport_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.outport_);
}
innode_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.innode().empty()) {
innode_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.innode_);
}
inport_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.inport().empty()) {
inport_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.inport_);
}
link_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.link().empty()) {
link_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.link_);
}
::memcpy(&group_, &from.group_,
static_cast<size_t>(reinterpret_cast<char*>(&isdisabled_) -
reinterpret_cast<char*>(&group_)) + sizeof(isdisabled_));
// @@protoc_insertion_point(copy_constructor:TideChartLink)
}
void TideChartLink::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartLink_tide_5fchart_2eproto.base);
outnode_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
outport_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
innode_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
inport_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
link_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&group_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&isdisabled_) -
reinterpret_cast<char*>(&group_)) + sizeof(isdisabled_));
}
TideChartLink::~TideChartLink() {
// @@protoc_insertion_point(destructor:TideChartLink)
SharedDtor();
}
void TideChartLink::SharedDtor() {
outnode_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
outport_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
innode_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
inport_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
link_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
void TideChartLink::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartLink& TideChartLink::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartLink_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartLink::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartLink)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
outnode_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
outport_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
innode_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
inport_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
link_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&group_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&isdisabled_) -
reinterpret_cast<char*>(&group_)) + sizeof(isdisabled_));
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartLink::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string outNode = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_outnode(), ptr, ctx, "TideChartLink.outNode");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string outPort = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_outport(), ptr, ctx, "TideChartLink.outPort");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string inNode = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_innode(), ptr, ctx, "TideChartLink.inNode");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string inPort = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_inport(), ptr, ctx, "TideChartLink.inPort");
CHK_(ptr);
} else goto handle_unusual;
continue;
// int32 group = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 40)) {
group_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int32 delay = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 48)) {
delay_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// string link = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 58)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_link(), ptr, ctx, "TideChartLink.link");
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isLogging = 16;
case 16:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 128)) {
islogging_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isDebugging = 17;
case 17:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 136)) {
isdebugging_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isPaused = 18;
case 18:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 144)) {
ispaused_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isDisabled = 19;
case 19:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 152)) {
isdisabled_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartLink::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartLink)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string outNode = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_outnode()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->outnode().data(), static_cast<int>(this->outnode().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartLink.outNode"));
} else {
goto handle_unusual;
}
break;
}
// string outPort = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_outport()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->outport().data(), static_cast<int>(this->outport().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartLink.outPort"));
} else {
goto handle_unusual;
}
break;
}
// string inNode = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_innode()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->innode().data(), static_cast<int>(this->innode().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartLink.inNode"));
} else {
goto handle_unusual;
}
break;
}
// string inPort = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (34 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_inport()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->inport().data(), static_cast<int>(this->inport().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartLink.inPort"));
} else {
goto handle_unusual;
}
break;
}
// int32 group = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (40 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>(
input, &group_)));
} else {
goto handle_unusual;
}
break;
}
// int32 delay = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (48 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>(
input, &delay_)));
} else {
goto handle_unusual;
}
break;
}
// string link = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (58 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_link()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->link().data(), static_cast<int>(this->link().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartLink.link"));
} else {
goto handle_unusual;
}
break;
}
// bool isLogging = 16;
case 16: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (128 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &islogging_)));
} else {
goto handle_unusual;
}
break;
}
// bool isDebugging = 17;
case 17: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (136 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &isdebugging_)));
} else {
goto handle_unusual;
}
break;
}
// bool isPaused = 18;
case 18: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (144 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &ispaused_)));
} else {
goto handle_unusual;
}
break;
}
// bool isDisabled = 19;
case 19: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (152 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &isdisabled_)));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartLink)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartLink)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartLink::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartLink)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string outNode = 1;
if (this->outnode().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->outnode().data(), static_cast<int>(this->outnode().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLink.outNode");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->outnode(), output);
}
// string outPort = 2;
if (this->outport().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->outport().data(), static_cast<int>(this->outport().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLink.outPort");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
2, this->outport(), output);
}
// string inNode = 3;
if (this->innode().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->innode().data(), static_cast<int>(this->innode().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLink.inNode");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->innode(), output);
}
// string inPort = 4;
if (this->inport().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->inport().data(), static_cast<int>(this->inport().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLink.inPort");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
4, this->inport(), output);
}
// int32 group = 5;
if (this->group() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32(5, this->group(), output);
}
// int32 delay = 6;
if (this->delay() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32(6, this->delay(), output);
}
// string link = 7;
if (this->link().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->link().data(), static_cast<int>(this->link().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLink.link");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
7, this->link(), output);
}
// bool isLogging = 16;
if (this->islogging() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(16, this->islogging(), output);
}
// bool isDebugging = 17;
if (this->isdebugging() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(17, this->isdebugging(), output);
}
// bool isPaused = 18;
if (this->ispaused() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(18, this->ispaused(), output);
}
// bool isDisabled = 19;
if (this->isdisabled() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(19, this->isdisabled(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartLink)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartLink::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartLink)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string outNode = 1;
if (this->outnode().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->outnode().data(), static_cast<int>(this->outnode().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLink.outNode");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->outnode(), target);
}
// string outPort = 2;
if (this->outport().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->outport().data(), static_cast<int>(this->outport().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLink.outPort");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
2, this->outport(), target);
}
// string inNode = 3;
if (this->innode().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->innode().data(), static_cast<int>(this->innode().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLink.inNode");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->innode(), target);
}
// string inPort = 4;
if (this->inport().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->inport().data(), static_cast<int>(this->inport().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLink.inPort");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
4, this->inport(), target);
}
// int32 group = 5;
if (this->group() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(5, this->group(), target);
}
// int32 delay = 6;
if (this->delay() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(6, this->delay(), target);
}
// string link = 7;
if (this->link().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->link().data(), static_cast<int>(this->link().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLink.link");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
7, this->link(), target);
}
// bool isLogging = 16;
if (this->islogging() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(16, this->islogging(), target);
}
// bool isDebugging = 17;
if (this->isdebugging() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(17, this->isdebugging(), target);
}
// bool isPaused = 18;
if (this->ispaused() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(18, this->ispaused(), target);
}
// bool isDisabled = 19;
if (this->isdisabled() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(19, this->isdisabled(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartLink)
return target;
}
size_t TideChartLink::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartLink)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// string outNode = 1;
if (this->outnode().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->outnode());
}
// string outPort = 2;
if (this->outport().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->outport());
}
// string inNode = 3;
if (this->innode().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->innode());
}
// string inPort = 4;
if (this->inport().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->inport());
}
// string link = 7;
if (this->link().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->link());
}
// int32 group = 5;
if (this->group() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
this->group());
}
// int32 delay = 6;
if (this->delay() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
this->delay());
}
// bool isLogging = 16;
if (this->islogging() != 0) {
total_size += 2 + 1;
}
// bool isDebugging = 17;
if (this->isdebugging() != 0) {
total_size += 2 + 1;
}
// bool isPaused = 18;
if (this->ispaused() != 0) {
total_size += 2 + 1;
}
// bool isDisabled = 19;
if (this->isdisabled() != 0) {
total_size += 2 + 1;
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartLink::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartLink)
GOOGLE_DCHECK_NE(&from, this);
const TideChartLink* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartLink>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartLink)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartLink)
MergeFrom(*source);
}
}
void TideChartLink::MergeFrom(const TideChartLink& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartLink)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.outnode().size() > 0) {
outnode_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.outnode_);
}
if (from.outport().size() > 0) {
outport_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.outport_);
}
if (from.innode().size() > 0) {
innode_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.innode_);
}
if (from.inport().size() > 0) {
inport_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.inport_);
}
if (from.link().size() > 0) {
link_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.link_);
}
if (from.group() != 0) {
set_group(from.group());
}
if (from.delay() != 0) {
set_delay(from.delay());
}
if (from.islogging() != 0) {
set_islogging(from.islogging());
}
if (from.isdebugging() != 0) {
set_isdebugging(from.isdebugging());
}
if (from.ispaused() != 0) {
set_ispaused(from.ispaused());
}
if (from.isdisabled() != 0) {
set_isdisabled(from.isdisabled());
}
}
void TideChartLink::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartLink)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartLink::CopyFrom(const TideChartLink& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartLink)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartLink::IsInitialized() const {
return true;
}
void TideChartLink::InternalSwap(TideChartLink* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
outnode_.Swap(&other->outnode_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
outport_.Swap(&other->outport_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
innode_.Swap(&other->innode_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
inport_.Swap(&other->inport_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
link_.Swap(&other->link_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(group_, other->group_);
swap(delay_, other->delay_);
swap(islogging_, other->islogging_);
swap(isdebugging_, other->isdebugging_);
swap(ispaused_, other->ispaused_);
swap(isdisabled_, other->isdisabled_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartLink::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartNote::InitAsDefaultInstance() {
}
class TideChartNote::_Internal {
public:
};
TideChartNote::TideChartNote()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartNote)
}
TideChartNote::TideChartNote(const TideChartNote& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.id().empty()) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
replyto_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.replyto().empty()) {
replyto_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.replyto_);
}
changeto_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.changeto().empty()) {
changeto_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.changeto_);
}
content_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.content().empty()) {
content_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.content_);
}
createdby_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.createdby().empty()) {
createdby_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.createdby_);
}
createddate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.createddate().empty()) {
createddate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.createddate_);
}
// @@protoc_insertion_point(copy_constructor:TideChartNote)
}
void TideChartNote::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartNote_tide_5fchart_2eproto.base);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
replyto_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
changeto_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
content_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
createdby_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
createddate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
TideChartNote::~TideChartNote() {
// @@protoc_insertion_point(destructor:TideChartNote)
SharedDtor();
}
void TideChartNote::SharedDtor() {
id_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
replyto_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
changeto_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
content_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
createdby_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
createddate_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
void TideChartNote::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartNote& TideChartNote::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartNote_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartNote::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartNote)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
id_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
replyto_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
changeto_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
content_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
createdby_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
createddate_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartNote::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string id = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_id(), ptr, ctx, "TideChartNote.id");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string replyTo = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_replyto(), ptr, ctx, "TideChartNote.replyTo");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string changeTo = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_changeto(), ptr, ctx, "TideChartNote.changeTo");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string content = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_content(), ptr, ctx, "TideChartNote.content");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string createdBy = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_createdby(), ptr, ctx, "TideChartNote.createdBy");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string createdDate = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_createddate(), ptr, ctx, "TideChartNote.createdDate");
CHK_(ptr);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartNote::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartNote)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string id = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_id()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNote.id"));
} else {
goto handle_unusual;
}
break;
}
// string replyTo = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_replyto()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->replyto().data(), static_cast<int>(this->replyto().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNote.replyTo"));
} else {
goto handle_unusual;
}
break;
}
// string changeTo = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_changeto()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->changeto().data(), static_cast<int>(this->changeto().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNote.changeTo"));
} else {
goto handle_unusual;
}
break;
}
// string content = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (34 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_content()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->content().data(), static_cast<int>(this->content().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNote.content"));
} else {
goto handle_unusual;
}
break;
}
// string createdBy = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_createdby()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->createdby().data(), static_cast<int>(this->createdby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNote.createdBy"));
} else {
goto handle_unusual;
}
break;
}
// string createdDate = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (50 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_createddate()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->createddate().data(), static_cast<int>(this->createddate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNote.createdDate"));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartNote)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartNote)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartNote::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartNote)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNote.id");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->id(), output);
}
// string replyTo = 2;
if (this->replyto().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->replyto().data(), static_cast<int>(this->replyto().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNote.replyTo");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
2, this->replyto(), output);
}
// string changeTo = 3;
if (this->changeto().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->changeto().data(), static_cast<int>(this->changeto().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNote.changeTo");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->changeto(), output);
}
// string content = 4;
if (this->content().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->content().data(), static_cast<int>(this->content().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNote.content");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
4, this->content(), output);
}
// string createdBy = 5;
if (this->createdby().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->createdby().data(), static_cast<int>(this->createdby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNote.createdBy");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
5, this->createdby(), output);
}
// string createdDate = 6;
if (this->createddate().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->createddate().data(), static_cast<int>(this->createddate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNote.createdDate");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
6, this->createddate(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartNote)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartNote::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartNote)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNote.id");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->id(), target);
}
// string replyTo = 2;
if (this->replyto().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->replyto().data(), static_cast<int>(this->replyto().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNote.replyTo");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
2, this->replyto(), target);
}
// string changeTo = 3;
if (this->changeto().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->changeto().data(), static_cast<int>(this->changeto().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNote.changeTo");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->changeto(), target);
}
// string content = 4;
if (this->content().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->content().data(), static_cast<int>(this->content().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNote.content");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
4, this->content(), target);
}
// string createdBy = 5;
if (this->createdby().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->createdby().data(), static_cast<int>(this->createdby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNote.createdBy");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
5, this->createdby(), target);
}
// string createdDate = 6;
if (this->createddate().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->createddate().data(), static_cast<int>(this->createddate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNote.createdDate");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
6, this->createddate(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartNote)
return target;
}
size_t TideChartNote::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartNote)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->id());
}
// string replyTo = 2;
if (this->replyto().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->replyto());
}
// string changeTo = 3;
if (this->changeto().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->changeto());
}
// string content = 4;
if (this->content().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->content());
}
// string createdBy = 5;
if (this->createdby().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->createdby());
}
// string createdDate = 6;
if (this->createddate().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->createddate());
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartNote::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartNote)
GOOGLE_DCHECK_NE(&from, this);
const TideChartNote* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartNote>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartNote)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartNote)
MergeFrom(*source);
}
}
void TideChartNote::MergeFrom(const TideChartNote& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartNote)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.id().size() > 0) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
if (from.replyto().size() > 0) {
replyto_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.replyto_);
}
if (from.changeto().size() > 0) {
changeto_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.changeto_);
}
if (from.content().size() > 0) {
content_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.content_);
}
if (from.createdby().size() > 0) {
createdby_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.createdby_);
}
if (from.createddate().size() > 0) {
createddate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.createddate_);
}
}
void TideChartNote::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartNote)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartNote::CopyFrom(const TideChartNote& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartNote)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartNote::IsInitialized() const {
return true;
}
void TideChartNote::InternalSwap(TideChartNote* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
id_.Swap(&other->id_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
replyto_.Swap(&other->replyto_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
changeto_.Swap(&other->changeto_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
content_.Swap(&other->content_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
createdby_.Swap(&other->createdby_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
createddate_.Swap(&other->createddate_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartNote::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartNode::InitAsDefaultInstance() {
}
class TideChartNode::_Internal {
public:
};
TideChartNode::TideChartNode()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartNode)
}
TideChartNode::TideChartNode(const TideChartNode& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
inports_(from.inports_),
outports_(from.outports_),
props_(from.props_),
notes_(from.notes_),
settings_(from.settings_),
resources_(from.resources_),
internal_(from.internal_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.name().empty()) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
type_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.type().empty()) {
type_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.type_);
}
title_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.title().empty()) {
title_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.title_);
}
icon_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.icon().empty()) {
icon_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.icon_);
}
library_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.library().empty()) {
library_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.library_);
}
method_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.method().empty()) {
method_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.method_);
}
widget_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.widget().empty()) {
widget_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.widget_);
}
script_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.script().empty()) {
script_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.script_);
}
::memcpy(&posx_, &from.posx_,
static_cast<size_t>(reinterpret_cast<char*>(&isdisabled_) -
reinterpret_cast<char*>(&posx_)) + sizeof(isdisabled_));
// @@protoc_insertion_point(copy_constructor:TideChartNode)
}
void TideChartNode::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartCommand_tide_5fchart_2eproto.base);
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
type_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
title_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
icon_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
library_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
method_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
widget_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
script_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&posx_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&isdisabled_) -
reinterpret_cast<char*>(&posx_)) + sizeof(isdisabled_));
}
TideChartNode::~TideChartNode() {
// @@protoc_insertion_point(destructor:TideChartNode)
SharedDtor();
}
void TideChartNode::SharedDtor() {
name_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
type_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
title_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
icon_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
library_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
method_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
widget_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
script_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
void TideChartNode::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartNode& TideChartNode::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartNode::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartNode)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
inports_.Clear();
outports_.Clear();
props_.Clear();
notes_.Clear();
settings_.Clear();
resources_.Clear();
internal_.Clear();
name_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
type_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
title_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
icon_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
library_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
method_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
widget_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
script_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&posx_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&isdisabled_) -
reinterpret_cast<char*>(&posx_)) + sizeof(isdisabled_));
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartNode::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string name = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_name(), ptr, ctx, "TideChartNode.name");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string type = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_type(), ptr, ctx, "TideChartNode.type");
CHK_(ptr);
} else goto handle_unusual;
continue;
// sint32 posX = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
posx_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag32(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// sint32 posY = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) {
posy_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag32(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// string title = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_title(), ptr, ctx, "TideChartNode.title");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string icon = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_icon(), ptr, ctx, "TideChartNode.icon");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string library = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 58)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_library(), ptr, ctx, "TideChartNode.library");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string method = 8;
case 8:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 66)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_method(), ptr, ctx, "TideChartNode.method");
CHK_(ptr);
} else goto handle_unusual;
continue;
// int32 delay = 9;
case 9:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 72)) {
delay_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartPort inports = 10;
case 10:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 82)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_inports(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 82);
} else goto handle_unusual;
continue;
// repeated .TideChartPort outports = 11;
case 11:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 90)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_outports(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 90);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty props = 12;
case 12:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 98)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_props(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 98);
} else goto handle_unusual;
continue;
// string widget = 13;
case 13:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 106)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_widget(), ptr, ctx, "TideChartNode.widget");
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isLogging = 16;
case 16:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 128)) {
islogging_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isDebugging = 17;
case 17:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 136)) {
isdebugging_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isPaused = 18;
case 18:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 144)) {
ispaused_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isDisabled = 19;
case 19:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 152)) {
isdisabled_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartNote notes = 20;
case 20:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 162)) {
ptr -= 2;
do {
ptr += 2;
ptr = ctx->ParseMessage(add_notes(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint16>(ptr) == 418);
} else goto handle_unusual;
continue;
// string script = 21;
case 21:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 170)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_script(), ptr, ctx, "TideChartNode.script");
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty settings = 22;
case 22:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 178)) {
ptr -= 2;
do {
ptr += 2;
ptr = ctx->ParseMessage(add_settings(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint16>(ptr) == 434);
} else goto handle_unusual;
continue;
// repeated .TideChartSource resources = 23;
case 23:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 186)) {
ptr -= 2;
do {
ptr += 2;
ptr = ctx->ParseMessage(add_resources(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint16>(ptr) == 442);
} else goto handle_unusual;
continue;
// repeated .TideChartGraph internal = 24;
case 24:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 194)) {
ptr -= 2;
do {
ptr += 2;
ptr = ctx->ParseMessage(add_internal(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint16>(ptr) == 450);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartNode::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartNode)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string name = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_name()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNode.name"));
} else {
goto handle_unusual;
}
break;
}
// string type = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_type()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNode.type"));
} else {
goto handle_unusual;
}
break;
}
// sint32 posX = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (24 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_SINT32>(
input, &posx_)));
} else {
goto handle_unusual;
}
break;
}
// sint32 posY = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (32 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_SINT32>(
input, &posy_)));
} else {
goto handle_unusual;
}
break;
}
// string title = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_title()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->title().data(), static_cast<int>(this->title().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNode.title"));
} else {
goto handle_unusual;
}
break;
}
// string icon = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (50 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_icon()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->icon().data(), static_cast<int>(this->icon().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNode.icon"));
} else {
goto handle_unusual;
}
break;
}
// string library = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (58 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_library()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->library().data(), static_cast<int>(this->library().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNode.library"));
} else {
goto handle_unusual;
}
break;
}
// string method = 8;
case 8: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (66 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_method()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->method().data(), static_cast<int>(this->method().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNode.method"));
} else {
goto handle_unusual;
}
break;
}
// int32 delay = 9;
case 9: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (72 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>(
input, &delay_)));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartPort inports = 10;
case 10: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (82 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_inports()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartPort outports = 11;
case 11: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (90 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_outports()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty props = 12;
case 12: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (98 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_props()));
} else {
goto handle_unusual;
}
break;
}
// string widget = 13;
case 13: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (106 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_widget()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->widget().data(), static_cast<int>(this->widget().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNode.widget"));
} else {
goto handle_unusual;
}
break;
}
// bool isLogging = 16;
case 16: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (128 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &islogging_)));
} else {
goto handle_unusual;
}
break;
}
// bool isDebugging = 17;
case 17: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (136 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &isdebugging_)));
} else {
goto handle_unusual;
}
break;
}
// bool isPaused = 18;
case 18: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (144 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &ispaused_)));
} else {
goto handle_unusual;
}
break;
}
// bool isDisabled = 19;
case 19: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (152 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &isdisabled_)));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartNote notes = 20;
case 20: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (162 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_notes()));
} else {
goto handle_unusual;
}
break;
}
// string script = 21;
case 21: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (170 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_script()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->script().data(), static_cast<int>(this->script().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNode.script"));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty settings = 22;
case 22: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (178 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_settings()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartSource resources = 23;
case 23: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (186 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_resources()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartGraph internal = 24;
case 24: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (194 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_internal()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartNode)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartNode)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartNode::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartNode)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string name = 1;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNode.name");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->name(), output);
}
// string type = 2;
if (this->type().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNode.type");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
2, this->type(), output);
}
// sint32 posX = 3;
if (this->posx() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32(3, this->posx(), output);
}
// sint32 posY = 4;
if (this->posy() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32(4, this->posy(), output);
}
// string title = 5;
if (this->title().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->title().data(), static_cast<int>(this->title().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNode.title");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
5, this->title(), output);
}
// string icon = 6;
if (this->icon().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->icon().data(), static_cast<int>(this->icon().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNode.icon");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
6, this->icon(), output);
}
// string library = 7;
if (this->library().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->library().data(), static_cast<int>(this->library().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNode.library");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
7, this->library(), output);
}
// string method = 8;
if (this->method().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->method().data(), static_cast<int>(this->method().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNode.method");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
8, this->method(), output);
}
// int32 delay = 9;
if (this->delay() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32(9, this->delay(), output);
}
// repeated .TideChartPort inports = 10;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->inports_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
10,
this->inports(static_cast<int>(i)),
output);
}
// repeated .TideChartPort outports = 11;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->outports_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
11,
this->outports(static_cast<int>(i)),
output);
}
// repeated .TideChartProperty props = 12;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->props_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
12,
this->props(static_cast<int>(i)),
output);
}
// string widget = 13;
if (this->widget().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->widget().data(), static_cast<int>(this->widget().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNode.widget");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
13, this->widget(), output);
}
// bool isLogging = 16;
if (this->islogging() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(16, this->islogging(), output);
}
// bool isDebugging = 17;
if (this->isdebugging() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(17, this->isdebugging(), output);
}
// bool isPaused = 18;
if (this->ispaused() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(18, this->ispaused(), output);
}
// bool isDisabled = 19;
if (this->isdisabled() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(19, this->isdisabled(), output);
}
// repeated .TideChartNote notes = 20;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->notes_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
20,
this->notes(static_cast<int>(i)),
output);
}
// string script = 21;
if (this->script().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->script().data(), static_cast<int>(this->script().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNode.script");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
21, this->script(), output);
}
// repeated .TideChartProperty settings = 22;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->settings_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
22,
this->settings(static_cast<int>(i)),
output);
}
// repeated .TideChartSource resources = 23;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->resources_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
23,
this->resources(static_cast<int>(i)),
output);
}
// repeated .TideChartGraph internal = 24;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->internal_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
24,
this->internal(static_cast<int>(i)),
output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartNode)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartNode::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartNode)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string name = 1;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNode.name");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->name(), target);
}
// string type = 2;
if (this->type().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNode.type");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
2, this->type(), target);
}
// sint32 posX = 3;
if (this->posx() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32ToArray(3, this->posx(), target);
}
// sint32 posY = 4;
if (this->posy() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32ToArray(4, this->posy(), target);
}
// string title = 5;
if (this->title().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->title().data(), static_cast<int>(this->title().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNode.title");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
5, this->title(), target);
}
// string icon = 6;
if (this->icon().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->icon().data(), static_cast<int>(this->icon().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNode.icon");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
6, this->icon(), target);
}
// string library = 7;
if (this->library().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->library().data(), static_cast<int>(this->library().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNode.library");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
7, this->library(), target);
}
// string method = 8;
if (this->method().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->method().data(), static_cast<int>(this->method().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNode.method");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
8, this->method(), target);
}
// int32 delay = 9;
if (this->delay() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(9, this->delay(), target);
}
// repeated .TideChartPort inports = 10;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->inports_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
10, this->inports(static_cast<int>(i)), target);
}
// repeated .TideChartPort outports = 11;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->outports_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
11, this->outports(static_cast<int>(i)), target);
}
// repeated .TideChartProperty props = 12;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->props_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
12, this->props(static_cast<int>(i)), target);
}
// string widget = 13;
if (this->widget().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->widget().data(), static_cast<int>(this->widget().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNode.widget");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
13, this->widget(), target);
}
// bool isLogging = 16;
if (this->islogging() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(16, this->islogging(), target);
}
// bool isDebugging = 17;
if (this->isdebugging() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(17, this->isdebugging(), target);
}
// bool isPaused = 18;
if (this->ispaused() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(18, this->ispaused(), target);
}
// bool isDisabled = 19;
if (this->isdisabled() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(19, this->isdisabled(), target);
}
// repeated .TideChartNote notes = 20;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->notes_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
20, this->notes(static_cast<int>(i)), target);
}
// string script = 21;
if (this->script().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->script().data(), static_cast<int>(this->script().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNode.script");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
21, this->script(), target);
}
// repeated .TideChartProperty settings = 22;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->settings_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
22, this->settings(static_cast<int>(i)), target);
}
// repeated .TideChartSource resources = 23;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->resources_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
23, this->resources(static_cast<int>(i)), target);
}
// repeated .TideChartGraph internal = 24;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->internal_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
24, this->internal(static_cast<int>(i)), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartNode)
return target;
}
size_t TideChartNode::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartNode)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated .TideChartPort inports = 10;
{
unsigned int count = static_cast<unsigned int>(this->inports_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->inports(static_cast<int>(i)));
}
}
// repeated .TideChartPort outports = 11;
{
unsigned int count = static_cast<unsigned int>(this->outports_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->outports(static_cast<int>(i)));
}
}
// repeated .TideChartProperty props = 12;
{
unsigned int count = static_cast<unsigned int>(this->props_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->props(static_cast<int>(i)));
}
}
// repeated .TideChartNote notes = 20;
{
unsigned int count = static_cast<unsigned int>(this->notes_size());
total_size += 2UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->notes(static_cast<int>(i)));
}
}
// repeated .TideChartProperty settings = 22;
{
unsigned int count = static_cast<unsigned int>(this->settings_size());
total_size += 2UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->settings(static_cast<int>(i)));
}
}
// repeated .TideChartSource resources = 23;
{
unsigned int count = static_cast<unsigned int>(this->resources_size());
total_size += 2UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->resources(static_cast<int>(i)));
}
}
// repeated .TideChartGraph internal = 24;
{
unsigned int count = static_cast<unsigned int>(this->internal_size());
total_size += 2UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->internal(static_cast<int>(i)));
}
}
// string name = 1;
if (this->name().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->name());
}
// string type = 2;
if (this->type().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->type());
}
// string title = 5;
if (this->title().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->title());
}
// string icon = 6;
if (this->icon().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->icon());
}
// string library = 7;
if (this->library().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->library());
}
// string method = 8;
if (this->method().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->method());
}
// string widget = 13;
if (this->widget().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->widget());
}
// string script = 21;
if (this->script().size() > 0) {
total_size += 2 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->script());
}
// sint32 posX = 3;
if (this->posx() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SInt32Size(
this->posx());
}
// sint32 posY = 4;
if (this->posy() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SInt32Size(
this->posy());
}
// int32 delay = 9;
if (this->delay() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
this->delay());
}
// bool isLogging = 16;
if (this->islogging() != 0) {
total_size += 2 + 1;
}
// bool isDebugging = 17;
if (this->isdebugging() != 0) {
total_size += 2 + 1;
}
// bool isPaused = 18;
if (this->ispaused() != 0) {
total_size += 2 + 1;
}
// bool isDisabled = 19;
if (this->isdisabled() != 0) {
total_size += 2 + 1;
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartNode::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartNode)
GOOGLE_DCHECK_NE(&from, this);
const TideChartNode* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartNode>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartNode)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartNode)
MergeFrom(*source);
}
}
void TideChartNode::MergeFrom(const TideChartNode& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartNode)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
inports_.MergeFrom(from.inports_);
outports_.MergeFrom(from.outports_);
props_.MergeFrom(from.props_);
notes_.MergeFrom(from.notes_);
settings_.MergeFrom(from.settings_);
resources_.MergeFrom(from.resources_);
internal_.MergeFrom(from.internal_);
if (from.name().size() > 0) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
if (from.type().size() > 0) {
type_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.type_);
}
if (from.title().size() > 0) {
title_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.title_);
}
if (from.icon().size() > 0) {
icon_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.icon_);
}
if (from.library().size() > 0) {
library_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.library_);
}
if (from.method().size() > 0) {
method_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.method_);
}
if (from.widget().size() > 0) {
widget_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.widget_);
}
if (from.script().size() > 0) {
script_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.script_);
}
if (from.posx() != 0) {
set_posx(from.posx());
}
if (from.posy() != 0) {
set_posy(from.posy());
}
if (from.delay() != 0) {
set_delay(from.delay());
}
if (from.islogging() != 0) {
set_islogging(from.islogging());
}
if (from.isdebugging() != 0) {
set_isdebugging(from.isdebugging());
}
if (from.ispaused() != 0) {
set_ispaused(from.ispaused());
}
if (from.isdisabled() != 0) {
set_isdisabled(from.isdisabled());
}
}
void TideChartNode::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartNode)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartNode::CopyFrom(const TideChartNode& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartNode)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartNode::IsInitialized() const {
return true;
}
void TideChartNode::InternalSwap(TideChartNode* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
CastToBase(&inports_)->InternalSwap(CastToBase(&other->inports_));
CastToBase(&outports_)->InternalSwap(CastToBase(&other->outports_));
CastToBase(&props_)->InternalSwap(CastToBase(&other->props_));
CastToBase(¬es_)->InternalSwap(CastToBase(&other->notes_));
CastToBase(&settings_)->InternalSwap(CastToBase(&other->settings_));
CastToBase(&resources_)->InternalSwap(CastToBase(&other->resources_));
CastToBase(&internal_)->InternalSwap(CastToBase(&other->internal_));
name_.Swap(&other->name_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
type_.Swap(&other->type_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
title_.Swap(&other->title_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
icon_.Swap(&other->icon_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
library_.Swap(&other->library_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
method_.Swap(&other->method_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
widget_.Swap(&other->widget_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
script_.Swap(&other->script_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(posx_, other->posx_);
swap(posy_, other->posy_);
swap(delay_, other->delay_);
swap(islogging_, other->islogging_);
swap(isdebugging_, other->isdebugging_);
swap(ispaused_, other->ispaused_);
swap(isdisabled_, other->isdisabled_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartNode::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartRegion::InitAsDefaultInstance() {
}
class TideChartRegion::_Internal {
public:
};
TideChartRegion::TideChartRegion()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartRegion)
}
TideChartRegion::TideChartRegion(const TideChartRegion& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
nodes_(from.nodes_),
props_(from.props_),
notes_(from.notes_),
settings_(from.settings_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.name().empty()) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
title_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.title().empty()) {
title_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.title_);
}
scope_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.scope().empty()) {
scope_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.scope_);
}
script_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.script().empty()) {
script_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.script_);
}
::memcpy(&group_, &from.group_,
static_cast<size_t>(reinterpret_cast<char*>(&isdisabled_) -
reinterpret_cast<char*>(&group_)) + sizeof(isdisabled_));
// @@protoc_insertion_point(copy_constructor:TideChartRegion)
}
void TideChartRegion::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartRegion_tide_5fchart_2eproto.base);
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
title_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
scope_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
script_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&group_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&isdisabled_) -
reinterpret_cast<char*>(&group_)) + sizeof(isdisabled_));
}
TideChartRegion::~TideChartRegion() {
// @@protoc_insertion_point(destructor:TideChartRegion)
SharedDtor();
}
void TideChartRegion::SharedDtor() {
name_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
title_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
scope_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
script_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
void TideChartRegion::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartRegion& TideChartRegion::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartRegion_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartRegion::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartRegion)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
nodes_.Clear();
props_.Clear();
notes_.Clear();
settings_.Clear();
name_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
title_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
scope_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
script_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&group_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&isdisabled_) -
reinterpret_cast<char*>(&group_)) + sizeof(isdisabled_));
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartRegion::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string name = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_name(), ptr, ctx, "TideChartRegion.name");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string title = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_title(), ptr, ctx, "TideChartRegion.title");
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated string nodes = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr -= 1;
do {
ptr += 1;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(add_nodes(), ptr, ctx, "TideChartRegion.nodes");
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 26);
} else goto handle_unusual;
continue;
// int32 group = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) {
group_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// string scope = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_scope(), ptr, ctx, "TideChartRegion.scope");
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty props = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_props(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 50);
} else goto handle_unusual;
continue;
// bool isLogging = 16;
case 16:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 128)) {
islogging_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isDebugging = 17;
case 17:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 136)) {
isdebugging_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isPaused = 18;
case 18:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 144)) {
ispaused_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isDisabled = 19;
case 19:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 152)) {
isdisabled_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartNote notes = 20;
case 20:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 162)) {
ptr -= 2;
do {
ptr += 2;
ptr = ctx->ParseMessage(add_notes(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint16>(ptr) == 418);
} else goto handle_unusual;
continue;
// string script = 21;
case 21:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 170)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_script(), ptr, ctx, "TideChartRegion.script");
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty settings = 22;
case 22:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 178)) {
ptr -= 2;
do {
ptr += 2;
ptr = ctx->ParseMessage(add_settings(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint16>(ptr) == 434);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartRegion::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartRegion)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string name = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_name()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartRegion.name"));
} else {
goto handle_unusual;
}
break;
}
// string title = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_title()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->title().data(), static_cast<int>(this->title().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartRegion.title"));
} else {
goto handle_unusual;
}
break;
}
// repeated string nodes = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->add_nodes()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->nodes(this->nodes_size() - 1).data(),
static_cast<int>(this->nodes(this->nodes_size() - 1).length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartRegion.nodes"));
} else {
goto handle_unusual;
}
break;
}
// int32 group = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (32 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>(
input, &group_)));
} else {
goto handle_unusual;
}
break;
}
// string scope = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_scope()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->scope().data(), static_cast<int>(this->scope().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartRegion.scope"));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty props = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (50 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_props()));
} else {
goto handle_unusual;
}
break;
}
// bool isLogging = 16;
case 16: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (128 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &islogging_)));
} else {
goto handle_unusual;
}
break;
}
// bool isDebugging = 17;
case 17: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (136 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &isdebugging_)));
} else {
goto handle_unusual;
}
break;
}
// bool isPaused = 18;
case 18: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (144 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &ispaused_)));
} else {
goto handle_unusual;
}
break;
}
// bool isDisabled = 19;
case 19: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (152 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &isdisabled_)));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartNote notes = 20;
case 20: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (162 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_notes()));
} else {
goto handle_unusual;
}
break;
}
// string script = 21;
case 21: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (170 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_script()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->script().data(), static_cast<int>(this->script().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartRegion.script"));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty settings = 22;
case 22: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (178 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_settings()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartRegion)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartRegion)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartRegion::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartRegion)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string name = 1;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartRegion.name");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->name(), output);
}
// string title = 2;
if (this->title().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->title().data(), static_cast<int>(this->title().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartRegion.title");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
2, this->title(), output);
}
// repeated string nodes = 3;
for (int i = 0, n = this->nodes_size(); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->nodes(i).data(), static_cast<int>(this->nodes(i).length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartRegion.nodes");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteString(
3, this->nodes(i), output);
}
// int32 group = 4;
if (this->group() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32(4, this->group(), output);
}
// string scope = 5;
if (this->scope().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->scope().data(), static_cast<int>(this->scope().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartRegion.scope");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
5, this->scope(), output);
}
// repeated .TideChartProperty props = 6;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->props_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
6,
this->props(static_cast<int>(i)),
output);
}
// bool isLogging = 16;
if (this->islogging() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(16, this->islogging(), output);
}
// bool isDebugging = 17;
if (this->isdebugging() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(17, this->isdebugging(), output);
}
// bool isPaused = 18;
if (this->ispaused() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(18, this->ispaused(), output);
}
// bool isDisabled = 19;
if (this->isdisabled() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(19, this->isdisabled(), output);
}
// repeated .TideChartNote notes = 20;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->notes_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
20,
this->notes(static_cast<int>(i)),
output);
}
// string script = 21;
if (this->script().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->script().data(), static_cast<int>(this->script().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartRegion.script");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
21, this->script(), output);
}
// repeated .TideChartProperty settings = 22;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->settings_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
22,
this->settings(static_cast<int>(i)),
output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartRegion)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartRegion::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartRegion)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string name = 1;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartRegion.name");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->name(), target);
}
// string title = 2;
if (this->title().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->title().data(), static_cast<int>(this->title().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartRegion.title");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
2, this->title(), target);
}
// repeated string nodes = 3;
for (int i = 0, n = this->nodes_size(); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->nodes(i).data(), static_cast<int>(this->nodes(i).length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartRegion.nodes");
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
WriteStringToArray(3, this->nodes(i), target);
}
// int32 group = 4;
if (this->group() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(4, this->group(), target);
}
// string scope = 5;
if (this->scope().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->scope().data(), static_cast<int>(this->scope().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartRegion.scope");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
5, this->scope(), target);
}
// repeated .TideChartProperty props = 6;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->props_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
6, this->props(static_cast<int>(i)), target);
}
// bool isLogging = 16;
if (this->islogging() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(16, this->islogging(), target);
}
// bool isDebugging = 17;
if (this->isdebugging() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(17, this->isdebugging(), target);
}
// bool isPaused = 18;
if (this->ispaused() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(18, this->ispaused(), target);
}
// bool isDisabled = 19;
if (this->isdisabled() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(19, this->isdisabled(), target);
}
// repeated .TideChartNote notes = 20;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->notes_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
20, this->notes(static_cast<int>(i)), target);
}
// string script = 21;
if (this->script().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->script().data(), static_cast<int>(this->script().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartRegion.script");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
21, this->script(), target);
}
// repeated .TideChartProperty settings = 22;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->settings_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
22, this->settings(static_cast<int>(i)), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartRegion)
return target;
}
size_t TideChartRegion::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartRegion)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated string nodes = 3;
total_size += 1 *
::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(this->nodes_size());
for (int i = 0, n = this->nodes_size(); i < n; i++) {
total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->nodes(i));
}
// repeated .TideChartProperty props = 6;
{
unsigned int count = static_cast<unsigned int>(this->props_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->props(static_cast<int>(i)));
}
}
// repeated .TideChartNote notes = 20;
{
unsigned int count = static_cast<unsigned int>(this->notes_size());
total_size += 2UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->notes(static_cast<int>(i)));
}
}
// repeated .TideChartProperty settings = 22;
{
unsigned int count = static_cast<unsigned int>(this->settings_size());
total_size += 2UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->settings(static_cast<int>(i)));
}
}
// string name = 1;
if (this->name().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->name());
}
// string title = 2;
if (this->title().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->title());
}
// string scope = 5;
if (this->scope().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->scope());
}
// string script = 21;
if (this->script().size() > 0) {
total_size += 2 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->script());
}
// int32 group = 4;
if (this->group() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
this->group());
}
// bool isLogging = 16;
if (this->islogging() != 0) {
total_size += 2 + 1;
}
// bool isDebugging = 17;
if (this->isdebugging() != 0) {
total_size += 2 + 1;
}
// bool isPaused = 18;
if (this->ispaused() != 0) {
total_size += 2 + 1;
}
// bool isDisabled = 19;
if (this->isdisabled() != 0) {
total_size += 2 + 1;
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartRegion::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartRegion)
GOOGLE_DCHECK_NE(&from, this);
const TideChartRegion* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartRegion>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartRegion)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartRegion)
MergeFrom(*source);
}
}
void TideChartRegion::MergeFrom(const TideChartRegion& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartRegion)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
nodes_.MergeFrom(from.nodes_);
props_.MergeFrom(from.props_);
notes_.MergeFrom(from.notes_);
settings_.MergeFrom(from.settings_);
if (from.name().size() > 0) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
if (from.title().size() > 0) {
title_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.title_);
}
if (from.scope().size() > 0) {
scope_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.scope_);
}
if (from.script().size() > 0) {
script_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.script_);
}
if (from.group() != 0) {
set_group(from.group());
}
if (from.islogging() != 0) {
set_islogging(from.islogging());
}
if (from.isdebugging() != 0) {
set_isdebugging(from.isdebugging());
}
if (from.ispaused() != 0) {
set_ispaused(from.ispaused());
}
if (from.isdisabled() != 0) {
set_isdisabled(from.isdisabled());
}
}
void TideChartRegion::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartRegion)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartRegion::CopyFrom(const TideChartRegion& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartRegion)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartRegion::IsInitialized() const {
return true;
}
void TideChartRegion::InternalSwap(TideChartRegion* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
nodes_.InternalSwap(CastToBase(&other->nodes_));
CastToBase(&props_)->InternalSwap(CastToBase(&other->props_));
CastToBase(¬es_)->InternalSwap(CastToBase(&other->notes_));
CastToBase(&settings_)->InternalSwap(CastToBase(&other->settings_));
name_.Swap(&other->name_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
title_.Swap(&other->title_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
scope_.Swap(&other->scope_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
script_.Swap(&other->script_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(group_, other->group_);
swap(islogging_, other->islogging_);
swap(isdebugging_, other->isdebugging_);
swap(ispaused_, other->ispaused_);
swap(isdisabled_, other->isdisabled_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartRegion::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartGraph::InitAsDefaultInstance() {
}
class TideChartGraph::_Internal {
public:
};
TideChartGraph::TideChartGraph()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartGraph)
}
TideChartGraph::TideChartGraph(const TideChartGraph& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
nodes_(from.nodes_),
links_(from.links_),
regions_(from.regions_),
comments_(from.comments_),
widgets_(from.widgets_),
props_(from.props_),
history_(from.history_),
notes_(from.notes_),
settings_(from.settings_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.id().empty()) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
type_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.type().empty()) {
type_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.type_);
}
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.name().empty()) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
title_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.title().empty()) {
title_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.title_);
}
icon_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.icon().empty()) {
icon_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.icon_);
}
version_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.version().empty()) {
version_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.version_);
}
source_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.source().empty()) {
source_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.source_);
}
script_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.script().empty()) {
script_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.script_);
}
::memcpy(&islogging_, &from.islogging_,
static_cast<size_t>(reinterpret_cast<char*>(&isdisabled_) -
reinterpret_cast<char*>(&islogging_)) + sizeof(isdisabled_));
// @@protoc_insertion_point(copy_constructor:TideChartGraph)
}
void TideChartGraph::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartCommand_tide_5fchart_2eproto.base);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
type_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
title_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
icon_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
version_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
source_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
script_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&islogging_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&isdisabled_) -
reinterpret_cast<char*>(&islogging_)) + sizeof(isdisabled_));
}
TideChartGraph::~TideChartGraph() {
// @@protoc_insertion_point(destructor:TideChartGraph)
SharedDtor();
}
void TideChartGraph::SharedDtor() {
id_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
type_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
title_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
icon_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
version_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
source_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
script_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
void TideChartGraph::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartGraph& TideChartGraph::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartGraph::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartGraph)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
nodes_.Clear();
links_.Clear();
regions_.Clear();
comments_.Clear();
widgets_.Clear();
props_.Clear();
history_.Clear();
notes_.Clear();
settings_.Clear();
id_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
type_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
title_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
icon_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
version_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
source_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
script_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&islogging_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&isdisabled_) -
reinterpret_cast<char*>(&islogging_)) + sizeof(isdisabled_));
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartGraph::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string id = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_id(), ptr, ctx, "TideChartGraph.id");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string type = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_type(), ptr, ctx, "TideChartGraph.type");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string name = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_name(), ptr, ctx, "TideChartGraph.name");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string title = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_title(), ptr, ctx, "TideChartGraph.title");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string icon = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_icon(), ptr, ctx, "TideChartGraph.icon");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string version = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_version(), ptr, ctx, "TideChartGraph.version");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string source = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 58)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_source(), ptr, ctx, "TideChartGraph.source");
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartNode nodes = 8;
case 8:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 66)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_nodes(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 66);
} else goto handle_unusual;
continue;
// repeated .TideChartLink links = 9;
case 9:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 74)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_links(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 74);
} else goto handle_unusual;
continue;
// repeated .TideChartRegion regions = 10;
case 10:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 82)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_regions(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 82);
} else goto handle_unusual;
continue;
// repeated .TideChartCommentBox comments = 11;
case 11:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 90)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_comments(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 90);
} else goto handle_unusual;
continue;
// repeated .TideChartWidget widgets = 12;
case 12:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 98)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_widgets(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 98);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty props = 13;
case 13:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 106)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_props(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 106);
} else goto handle_unusual;
continue;
// repeated .TideChartCommand history = 14;
case 14:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 114)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_history(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 114);
} else goto handle_unusual;
continue;
// bool isLogging = 16;
case 16:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 128)) {
islogging_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isDebugging = 17;
case 17:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 136)) {
isdebugging_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isPaused = 18;
case 18:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 144)) {
ispaused_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isDisabled = 19;
case 19:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 152)) {
isdisabled_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartNote notes = 20;
case 20:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 162)) {
ptr -= 2;
do {
ptr += 2;
ptr = ctx->ParseMessage(add_notes(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint16>(ptr) == 418);
} else goto handle_unusual;
continue;
// string script = 21;
case 21:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 170)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_script(), ptr, ctx, "TideChartGraph.script");
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty settings = 22;
case 22:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 178)) {
ptr -= 2;
do {
ptr += 2;
ptr = ctx->ParseMessage(add_settings(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint16>(ptr) == 434);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartGraph::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartGraph)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string id = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_id()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartGraph.id"));
} else {
goto handle_unusual;
}
break;
}
// string type = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_type()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartGraph.type"));
} else {
goto handle_unusual;
}
break;
}
// string name = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_name()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartGraph.name"));
} else {
goto handle_unusual;
}
break;
}
// string title = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (34 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_title()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->title().data(), static_cast<int>(this->title().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartGraph.title"));
} else {
goto handle_unusual;
}
break;
}
// string icon = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_icon()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->icon().data(), static_cast<int>(this->icon().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartGraph.icon"));
} else {
goto handle_unusual;
}
break;
}
// string version = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (50 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_version()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartGraph.version"));
} else {
goto handle_unusual;
}
break;
}
// string source = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (58 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_source()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->source().data(), static_cast<int>(this->source().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartGraph.source"));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartNode nodes = 8;
case 8: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (66 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_nodes()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartLink links = 9;
case 9: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (74 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_links()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartRegion regions = 10;
case 10: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (82 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_regions()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartCommentBox comments = 11;
case 11: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (90 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_comments()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartWidget widgets = 12;
case 12: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (98 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_widgets()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty props = 13;
case 13: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (106 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_props()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartCommand history = 14;
case 14: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (114 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_history()));
} else {
goto handle_unusual;
}
break;
}
// bool isLogging = 16;
case 16: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (128 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &islogging_)));
} else {
goto handle_unusual;
}
break;
}
// bool isDebugging = 17;
case 17: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (136 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &isdebugging_)));
} else {
goto handle_unusual;
}
break;
}
// bool isPaused = 18;
case 18: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (144 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &ispaused_)));
} else {
goto handle_unusual;
}
break;
}
// bool isDisabled = 19;
case 19: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (152 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &isdisabled_)));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartNote notes = 20;
case 20: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (162 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_notes()));
} else {
goto handle_unusual;
}
break;
}
// string script = 21;
case 21: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (170 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_script()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->script().data(), static_cast<int>(this->script().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartGraph.script"));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty settings = 22;
case 22: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (178 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_settings()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartGraph)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartGraph)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartGraph::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartGraph)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartGraph.id");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->id(), output);
}
// string type = 2;
if (this->type().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartGraph.type");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
2, this->type(), output);
}
// string name = 3;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartGraph.name");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->name(), output);
}
// string title = 4;
if (this->title().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->title().data(), static_cast<int>(this->title().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartGraph.title");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
4, this->title(), output);
}
// string icon = 5;
if (this->icon().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->icon().data(), static_cast<int>(this->icon().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartGraph.icon");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
5, this->icon(), output);
}
// string version = 6;
if (this->version().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartGraph.version");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
6, this->version(), output);
}
// string source = 7;
if (this->source().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->source().data(), static_cast<int>(this->source().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartGraph.source");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
7, this->source(), output);
}
// repeated .TideChartNode nodes = 8;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->nodes_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
8,
this->nodes(static_cast<int>(i)),
output);
}
// repeated .TideChartLink links = 9;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->links_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
9,
this->links(static_cast<int>(i)),
output);
}
// repeated .TideChartRegion regions = 10;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->regions_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
10,
this->regions(static_cast<int>(i)),
output);
}
// repeated .TideChartCommentBox comments = 11;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->comments_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
11,
this->comments(static_cast<int>(i)),
output);
}
// repeated .TideChartWidget widgets = 12;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->widgets_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
12,
this->widgets(static_cast<int>(i)),
output);
}
// repeated .TideChartProperty props = 13;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->props_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
13,
this->props(static_cast<int>(i)),
output);
}
// repeated .TideChartCommand history = 14;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->history_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
14,
this->history(static_cast<int>(i)),
output);
}
// bool isLogging = 16;
if (this->islogging() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(16, this->islogging(), output);
}
// bool isDebugging = 17;
if (this->isdebugging() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(17, this->isdebugging(), output);
}
// bool isPaused = 18;
if (this->ispaused() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(18, this->ispaused(), output);
}
// bool isDisabled = 19;
if (this->isdisabled() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(19, this->isdisabled(), output);
}
// repeated .TideChartNote notes = 20;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->notes_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
20,
this->notes(static_cast<int>(i)),
output);
}
// string script = 21;
if (this->script().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->script().data(), static_cast<int>(this->script().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartGraph.script");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
21, this->script(), output);
}
// repeated .TideChartProperty settings = 22;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->settings_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
22,
this->settings(static_cast<int>(i)),
output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartGraph)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartGraph::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartGraph)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartGraph.id");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->id(), target);
}
// string type = 2;
if (this->type().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartGraph.type");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
2, this->type(), target);
}
// string name = 3;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartGraph.name");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->name(), target);
}
// string title = 4;
if (this->title().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->title().data(), static_cast<int>(this->title().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartGraph.title");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
4, this->title(), target);
}
// string icon = 5;
if (this->icon().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->icon().data(), static_cast<int>(this->icon().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartGraph.icon");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
5, this->icon(), target);
}
// string version = 6;
if (this->version().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartGraph.version");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
6, this->version(), target);
}
// string source = 7;
if (this->source().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->source().data(), static_cast<int>(this->source().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartGraph.source");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
7, this->source(), target);
}
// repeated .TideChartNode nodes = 8;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->nodes_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
8, this->nodes(static_cast<int>(i)), target);
}
// repeated .TideChartLink links = 9;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->links_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
9, this->links(static_cast<int>(i)), target);
}
// repeated .TideChartRegion regions = 10;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->regions_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
10, this->regions(static_cast<int>(i)), target);
}
// repeated .TideChartCommentBox comments = 11;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->comments_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
11, this->comments(static_cast<int>(i)), target);
}
// repeated .TideChartWidget widgets = 12;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->widgets_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
12, this->widgets(static_cast<int>(i)), target);
}
// repeated .TideChartProperty props = 13;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->props_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
13, this->props(static_cast<int>(i)), target);
}
// repeated .TideChartCommand history = 14;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->history_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
14, this->history(static_cast<int>(i)), target);
}
// bool isLogging = 16;
if (this->islogging() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(16, this->islogging(), target);
}
// bool isDebugging = 17;
if (this->isdebugging() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(17, this->isdebugging(), target);
}
// bool isPaused = 18;
if (this->ispaused() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(18, this->ispaused(), target);
}
// bool isDisabled = 19;
if (this->isdisabled() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(19, this->isdisabled(), target);
}
// repeated .TideChartNote notes = 20;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->notes_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
20, this->notes(static_cast<int>(i)), target);
}
// string script = 21;
if (this->script().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->script().data(), static_cast<int>(this->script().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartGraph.script");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
21, this->script(), target);
}
// repeated .TideChartProperty settings = 22;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->settings_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
22, this->settings(static_cast<int>(i)), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartGraph)
return target;
}
size_t TideChartGraph::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartGraph)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated .TideChartNode nodes = 8;
{
unsigned int count = static_cast<unsigned int>(this->nodes_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->nodes(static_cast<int>(i)));
}
}
// repeated .TideChartLink links = 9;
{
unsigned int count = static_cast<unsigned int>(this->links_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->links(static_cast<int>(i)));
}
}
// repeated .TideChartRegion regions = 10;
{
unsigned int count = static_cast<unsigned int>(this->regions_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->regions(static_cast<int>(i)));
}
}
// repeated .TideChartCommentBox comments = 11;
{
unsigned int count = static_cast<unsigned int>(this->comments_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->comments(static_cast<int>(i)));
}
}
// repeated .TideChartWidget widgets = 12;
{
unsigned int count = static_cast<unsigned int>(this->widgets_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->widgets(static_cast<int>(i)));
}
}
// repeated .TideChartProperty props = 13;
{
unsigned int count = static_cast<unsigned int>(this->props_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->props(static_cast<int>(i)));
}
}
// repeated .TideChartCommand history = 14;
{
unsigned int count = static_cast<unsigned int>(this->history_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->history(static_cast<int>(i)));
}
}
// repeated .TideChartNote notes = 20;
{
unsigned int count = static_cast<unsigned int>(this->notes_size());
total_size += 2UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->notes(static_cast<int>(i)));
}
}
// repeated .TideChartProperty settings = 22;
{
unsigned int count = static_cast<unsigned int>(this->settings_size());
total_size += 2UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->settings(static_cast<int>(i)));
}
}
// string id = 1;
if (this->id().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->id());
}
// string type = 2;
if (this->type().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->type());
}
// string name = 3;
if (this->name().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->name());
}
// string title = 4;
if (this->title().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->title());
}
// string icon = 5;
if (this->icon().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->icon());
}
// string version = 6;
if (this->version().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->version());
}
// string source = 7;
if (this->source().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->source());
}
// string script = 21;
if (this->script().size() > 0) {
total_size += 2 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->script());
}
// bool isLogging = 16;
if (this->islogging() != 0) {
total_size += 2 + 1;
}
// bool isDebugging = 17;
if (this->isdebugging() != 0) {
total_size += 2 + 1;
}
// bool isPaused = 18;
if (this->ispaused() != 0) {
total_size += 2 + 1;
}
// bool isDisabled = 19;
if (this->isdisabled() != 0) {
total_size += 2 + 1;
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartGraph::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartGraph)
GOOGLE_DCHECK_NE(&from, this);
const TideChartGraph* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartGraph>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartGraph)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartGraph)
MergeFrom(*source);
}
}
void TideChartGraph::MergeFrom(const TideChartGraph& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartGraph)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
nodes_.MergeFrom(from.nodes_);
links_.MergeFrom(from.links_);
regions_.MergeFrom(from.regions_);
comments_.MergeFrom(from.comments_);
widgets_.MergeFrom(from.widgets_);
props_.MergeFrom(from.props_);
history_.MergeFrom(from.history_);
notes_.MergeFrom(from.notes_);
settings_.MergeFrom(from.settings_);
if (from.id().size() > 0) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
if (from.type().size() > 0) {
type_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.type_);
}
if (from.name().size() > 0) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
if (from.title().size() > 0) {
title_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.title_);
}
if (from.icon().size() > 0) {
icon_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.icon_);
}
if (from.version().size() > 0) {
version_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.version_);
}
if (from.source().size() > 0) {
source_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.source_);
}
if (from.script().size() > 0) {
script_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.script_);
}
if (from.islogging() != 0) {
set_islogging(from.islogging());
}
if (from.isdebugging() != 0) {
set_isdebugging(from.isdebugging());
}
if (from.ispaused() != 0) {
set_ispaused(from.ispaused());
}
if (from.isdisabled() != 0) {
set_isdisabled(from.isdisabled());
}
}
void TideChartGraph::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartGraph)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartGraph::CopyFrom(const TideChartGraph& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartGraph)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartGraph::IsInitialized() const {
return true;
}
void TideChartGraph::InternalSwap(TideChartGraph* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
CastToBase(&nodes_)->InternalSwap(CastToBase(&other->nodes_));
CastToBase(&links_)->InternalSwap(CastToBase(&other->links_));
CastToBase(®ions_)->InternalSwap(CastToBase(&other->regions_));
CastToBase(&comments_)->InternalSwap(CastToBase(&other->comments_));
CastToBase(&widgets_)->InternalSwap(CastToBase(&other->widgets_));
CastToBase(&props_)->InternalSwap(CastToBase(&other->props_));
CastToBase(&history_)->InternalSwap(CastToBase(&other->history_));
CastToBase(¬es_)->InternalSwap(CastToBase(&other->notes_));
CastToBase(&settings_)->InternalSwap(CastToBase(&other->settings_));
id_.Swap(&other->id_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
type_.Swap(&other->type_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
name_.Swap(&other->name_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
title_.Swap(&other->title_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
icon_.Swap(&other->icon_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
version_.Swap(&other->version_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
source_.Swap(&other->source_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
script_.Swap(&other->script_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(islogging_, other->islogging_);
swap(isdebugging_, other->isdebugging_);
swap(ispaused_, other->ispaused_);
swap(isdisabled_, other->isdisabled_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartGraph::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartCommand::InitAsDefaultInstance() {
::_TideChartCommand_default_instance_.group_ = const_cast< ::TideChartGroupCommand*>(
::TideChartGroupCommand::internal_default_instance());
::_TideChartCommand_default_instance_.move_ = const_cast< ::TideChartMoveCommand*>(
::TideChartMoveCommand::internal_default_instance());
::_TideChartCommand_default_instance_.comment_ = const_cast< ::TideChartCommentBoxCommand*>(
::TideChartCommentBoxCommand::internal_default_instance());
::_TideChartCommand_default_instance_.widget_ = const_cast< ::TideChartWidgetCommand*>(
::TideChartWidgetCommand::internal_default_instance());
::_TideChartCommand_default_instance_.port_ = const_cast< ::TideChartPortCommand*>(
::TideChartPortCommand::internal_default_instance());
::_TideChartCommand_default_instance_.link_ = const_cast< ::TideChartLinkCommand*>(
::TideChartLinkCommand::internal_default_instance());
::_TideChartCommand_default_instance_.node_ = const_cast< ::TideChartNodeCommand*>(
::TideChartNodeCommand::internal_default_instance());
::_TideChartCommand_default_instance_.region_ = const_cast< ::TideChartRegionCommand*>(
::TideChartRegionCommand::internal_default_instance());
::_TideChartCommand_default_instance_.graph_ = const_cast< ::TideChartGraphCommand*>(
::TideChartGraphCommand::internal_default_instance());
::_TideChartCommand_default_instance_.props_ = const_cast< ::TideChartPropertyCommand*>(
::TideChartPropertyCommand::internal_default_instance());
::_TideChartCommand_default_instance_.note_ = const_cast< ::TideChartNoteCommand*>(
::TideChartNoteCommand::internal_default_instance());
}
class TideChartCommand::_Internal {
public:
static const ::TideChartGroupCommand& group(const TideChartCommand* msg);
static const ::TideChartMoveCommand& move(const TideChartCommand* msg);
static const ::TideChartCommentBoxCommand& comment(const TideChartCommand* msg);
static const ::TideChartWidgetCommand& widget(const TideChartCommand* msg);
static const ::TideChartPortCommand& port(const TideChartCommand* msg);
static const ::TideChartLinkCommand& link(const TideChartCommand* msg);
static const ::TideChartNodeCommand& node(const TideChartCommand* msg);
static const ::TideChartRegionCommand& region(const TideChartCommand* msg);
static const ::TideChartGraphCommand& graph(const TideChartCommand* msg);
static const ::TideChartPropertyCommand& props(const TideChartCommand* msg);
static const ::TideChartNoteCommand& note(const TideChartCommand* msg);
};
const ::TideChartGroupCommand&
TideChartCommand::_Internal::group(const TideChartCommand* msg) {
return *msg->command_.group_;
}
const ::TideChartMoveCommand&
TideChartCommand::_Internal::move(const TideChartCommand* msg) {
return *msg->command_.move_;
}
const ::TideChartCommentBoxCommand&
TideChartCommand::_Internal::comment(const TideChartCommand* msg) {
return *msg->command_.comment_;
}
const ::TideChartWidgetCommand&
TideChartCommand::_Internal::widget(const TideChartCommand* msg) {
return *msg->command_.widget_;
}
const ::TideChartPortCommand&
TideChartCommand::_Internal::port(const TideChartCommand* msg) {
return *msg->command_.port_;
}
const ::TideChartLinkCommand&
TideChartCommand::_Internal::link(const TideChartCommand* msg) {
return *msg->command_.link_;
}
const ::TideChartNodeCommand&
TideChartCommand::_Internal::node(const TideChartCommand* msg) {
return *msg->command_.node_;
}
const ::TideChartRegionCommand&
TideChartCommand::_Internal::region(const TideChartCommand* msg) {
return *msg->command_.region_;
}
const ::TideChartGraphCommand&
TideChartCommand::_Internal::graph(const TideChartCommand* msg) {
return *msg->command_.graph_;
}
const ::TideChartPropertyCommand&
TideChartCommand::_Internal::props(const TideChartCommand* msg) {
return *msg->command_.props_;
}
const ::TideChartNoteCommand&
TideChartCommand::_Internal::note(const TideChartCommand* msg) {
return *msg->command_.note_;
}
void TideChartCommand::set_allocated_group(::TideChartGroupCommand* group) {
::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual();
clear_command();
if (group) {
::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr;
if (message_arena != submessage_arena) {
group = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
message_arena, group, submessage_arena);
}
set_has_group();
command_.group_ = group;
}
// @@protoc_insertion_point(field_set_allocated:TideChartCommand.group)
}
void TideChartCommand::set_allocated_move(::TideChartMoveCommand* move) {
::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual();
clear_command();
if (move) {
::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr;
if (message_arena != submessage_arena) {
move = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
message_arena, move, submessage_arena);
}
set_has_move();
command_.move_ = move;
}
// @@protoc_insertion_point(field_set_allocated:TideChartCommand.move)
}
void TideChartCommand::set_allocated_comment(::TideChartCommentBoxCommand* comment) {
::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual();
clear_command();
if (comment) {
::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr;
if (message_arena != submessage_arena) {
comment = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
message_arena, comment, submessage_arena);
}
set_has_comment();
command_.comment_ = comment;
}
// @@protoc_insertion_point(field_set_allocated:TideChartCommand.comment)
}
void TideChartCommand::set_allocated_widget(::TideChartWidgetCommand* widget) {
::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual();
clear_command();
if (widget) {
::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr;
if (message_arena != submessage_arena) {
widget = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
message_arena, widget, submessage_arena);
}
set_has_widget();
command_.widget_ = widget;
}
// @@protoc_insertion_point(field_set_allocated:TideChartCommand.widget)
}
void TideChartCommand::set_allocated_port(::TideChartPortCommand* port) {
::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual();
clear_command();
if (port) {
::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr;
if (message_arena != submessage_arena) {
port = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
message_arena, port, submessage_arena);
}
set_has_port();
command_.port_ = port;
}
// @@protoc_insertion_point(field_set_allocated:TideChartCommand.port)
}
void TideChartCommand::set_allocated_link(::TideChartLinkCommand* link) {
::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual();
clear_command();
if (link) {
::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr;
if (message_arena != submessage_arena) {
link = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
message_arena, link, submessage_arena);
}
set_has_link();
command_.link_ = link;
}
// @@protoc_insertion_point(field_set_allocated:TideChartCommand.link)
}
void TideChartCommand::set_allocated_node(::TideChartNodeCommand* node) {
::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual();
clear_command();
if (node) {
::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr;
if (message_arena != submessage_arena) {
node = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
message_arena, node, submessage_arena);
}
set_has_node();
command_.node_ = node;
}
// @@protoc_insertion_point(field_set_allocated:TideChartCommand.node)
}
void TideChartCommand::set_allocated_region(::TideChartRegionCommand* region) {
::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual();
clear_command();
if (region) {
::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr;
if (message_arena != submessage_arena) {
region = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
message_arena, region, submessage_arena);
}
set_has_region();
command_.region_ = region;
}
// @@protoc_insertion_point(field_set_allocated:TideChartCommand.region)
}
void TideChartCommand::set_allocated_graph(::TideChartGraphCommand* graph) {
::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual();
clear_command();
if (graph) {
::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr;
if (message_arena != submessage_arena) {
graph = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
message_arena, graph, submessage_arena);
}
set_has_graph();
command_.graph_ = graph;
}
// @@protoc_insertion_point(field_set_allocated:TideChartCommand.graph)
}
void TideChartCommand::set_allocated_props(::TideChartPropertyCommand* props) {
::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual();
clear_command();
if (props) {
::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr;
if (message_arena != submessage_arena) {
props = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
message_arena, props, submessage_arena);
}
set_has_props();
command_.props_ = props;
}
// @@protoc_insertion_point(field_set_allocated:TideChartCommand.props)
}
void TideChartCommand::set_allocated_note(::TideChartNoteCommand* note) {
::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual();
clear_command();
if (note) {
::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr;
if (message_arena != submessage_arena) {
note = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
message_arena, note, submessage_arena);
}
set_has_note();
command_.note_ = note;
}
// @@protoc_insertion_point(field_set_allocated:TideChartCommand.note)
}
TideChartCommand::TideChartCommand()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartCommand)
}
TideChartCommand::TideChartCommand(const TideChartCommand& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
version_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.version().empty()) {
version_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.version_);
}
target_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.target().empty()) {
target_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.target_);
}
islocked_ = from.islocked_;
clear_has_command();
switch (from.command_case()) {
case kGroup: {
mutable_group()->::TideChartGroupCommand::MergeFrom(from.group());
break;
}
case kMove: {
mutable_move()->::TideChartMoveCommand::MergeFrom(from.move());
break;
}
case kComment: {
mutable_comment()->::TideChartCommentBoxCommand::MergeFrom(from.comment());
break;
}
case kWidget: {
mutable_widget()->::TideChartWidgetCommand::MergeFrom(from.widget());
break;
}
case kPort: {
mutable_port()->::TideChartPortCommand::MergeFrom(from.port());
break;
}
case kLink: {
mutable_link()->::TideChartLinkCommand::MergeFrom(from.link());
break;
}
case kNode: {
mutable_node()->::TideChartNodeCommand::MergeFrom(from.node());
break;
}
case kRegion: {
mutable_region()->::TideChartRegionCommand::MergeFrom(from.region());
break;
}
case kGraph: {
mutable_graph()->::TideChartGraphCommand::MergeFrom(from.graph());
break;
}
case kProps: {
mutable_props()->::TideChartPropertyCommand::MergeFrom(from.props());
break;
}
case kNote: {
mutable_note()->::TideChartNoteCommand::MergeFrom(from.note());
break;
}
case COMMAND_NOT_SET: {
break;
}
}
// @@protoc_insertion_point(copy_constructor:TideChartCommand)
}
void TideChartCommand::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartCommand_tide_5fchart_2eproto.base);
version_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
target_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
islocked_ = false;
clear_has_command();
}
TideChartCommand::~TideChartCommand() {
// @@protoc_insertion_point(destructor:TideChartCommand)
SharedDtor();
}
void TideChartCommand::SharedDtor() {
version_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
target_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (has_command()) {
clear_command();
}
}
void TideChartCommand::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartCommand& TideChartCommand::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartCommand::clear_command() {
// @@protoc_insertion_point(one_of_clear_start:TideChartCommand)
switch (command_case()) {
case kGroup: {
delete command_.group_;
break;
}
case kMove: {
delete command_.move_;
break;
}
case kComment: {
delete command_.comment_;
break;
}
case kWidget: {
delete command_.widget_;
break;
}
case kPort: {
delete command_.port_;
break;
}
case kLink: {
delete command_.link_;
break;
}
case kNode: {
delete command_.node_;
break;
}
case kRegion: {
delete command_.region_;
break;
}
case kGraph: {
delete command_.graph_;
break;
}
case kProps: {
delete command_.props_;
break;
}
case kNote: {
delete command_.note_;
break;
}
case COMMAND_NOT_SET: {
break;
}
}
_oneof_case_[0] = COMMAND_NOT_SET;
}
void TideChartCommand::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
version_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
target_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
islocked_ = false;
clear_command();
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartCommand::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string version = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_version(), ptr, ctx, "TideChartCommand.version");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string target = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_target(), ptr, ctx, "TideChartCommand.target");
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartGroupCommand group = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ctx->ParseMessage(mutable_group(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartMoveCommand move = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
ptr = ctx->ParseMessage(mutable_move(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartCommentBoxCommand comment = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr = ctx->ParseMessage(mutable_comment(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartWidgetCommand widget = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
ptr = ctx->ParseMessage(mutable_widget(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartPortCommand port = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 58)) {
ptr = ctx->ParseMessage(mutable_port(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartLinkCommand link = 8;
case 8:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 66)) {
ptr = ctx->ParseMessage(mutable_link(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartNodeCommand node = 9;
case 9:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 74)) {
ptr = ctx->ParseMessage(mutable_node(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartRegionCommand region = 10;
case 10:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 82)) {
ptr = ctx->ParseMessage(mutable_region(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartGraphCommand graph = 11;
case 11:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 90)) {
ptr = ctx->ParseMessage(mutable_graph(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartPropertyCommand props = 12;
case 12:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 98)) {
ptr = ctx->ParseMessage(mutable_props(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartNoteCommand note = 13;
case 13:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 106)) {
ptr = ctx->ParseMessage(mutable_note(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bool isLocked = 16;
case 16:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 128)) {
islocked_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartCommand::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartCommand)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string version = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_version()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartCommand.version"));
} else {
goto handle_unusual;
}
break;
}
// string target = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_target()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->target().data(), static_cast<int>(this->target().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartCommand.target"));
} else {
goto handle_unusual;
}
break;
}
// .TideChartGroupCommand group = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_group()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartMoveCommand move = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (34 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_move()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartCommentBoxCommand comment = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_comment()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartWidgetCommand widget = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (50 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_widget()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartPortCommand port = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (58 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_port()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartLinkCommand link = 8;
case 8: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (66 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_link()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartNodeCommand node = 9;
case 9: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (74 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_node()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartRegionCommand region = 10;
case 10: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (82 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_region()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartGraphCommand graph = 11;
case 11: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (90 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_graph()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartPropertyCommand props = 12;
case 12: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (98 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_props()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartNoteCommand note = 13;
case 13: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (106 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_note()));
} else {
goto handle_unusual;
}
break;
}
// bool isLocked = 16;
case 16: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (128 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL>(
input, &islocked_)));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartCommand)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartCommand)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartCommand::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string version = 1;
if (this->version().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartCommand.version");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->version(), output);
}
// string target = 2;
if (this->target().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->target().data(), static_cast<int>(this->target().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartCommand.target");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
2, this->target(), output);
}
// .TideChartGroupCommand group = 3;
if (has_group()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
3, _Internal::group(this), output);
}
// .TideChartMoveCommand move = 4;
if (has_move()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
4, _Internal::move(this), output);
}
// .TideChartCommentBoxCommand comment = 5;
if (has_comment()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
5, _Internal::comment(this), output);
}
// .TideChartWidgetCommand widget = 6;
if (has_widget()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
6, _Internal::widget(this), output);
}
// .TideChartPortCommand port = 7;
if (has_port()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
7, _Internal::port(this), output);
}
// .TideChartLinkCommand link = 8;
if (has_link()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
8, _Internal::link(this), output);
}
// .TideChartNodeCommand node = 9;
if (has_node()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
9, _Internal::node(this), output);
}
// .TideChartRegionCommand region = 10;
if (has_region()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
10, _Internal::region(this), output);
}
// .TideChartGraphCommand graph = 11;
if (has_graph()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
11, _Internal::graph(this), output);
}
// .TideChartPropertyCommand props = 12;
if (has_props()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
12, _Internal::props(this), output);
}
// .TideChartNoteCommand note = 13;
if (has_note()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
13, _Internal::note(this), output);
}
// bool isLocked = 16;
if (this->islocked() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(16, this->islocked(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartCommand)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartCommand::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string version = 1;
if (this->version().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartCommand.version");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->version(), target);
}
// string target = 2;
if (this->target().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->target().data(), static_cast<int>(this->target().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartCommand.target");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
2, this->target(), target);
}
// .TideChartGroupCommand group = 3;
if (has_group()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
3, _Internal::group(this), target);
}
// .TideChartMoveCommand move = 4;
if (has_move()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
4, _Internal::move(this), target);
}
// .TideChartCommentBoxCommand comment = 5;
if (has_comment()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
5, _Internal::comment(this), target);
}
// .TideChartWidgetCommand widget = 6;
if (has_widget()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
6, _Internal::widget(this), target);
}
// .TideChartPortCommand port = 7;
if (has_port()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
7, _Internal::port(this), target);
}
// .TideChartLinkCommand link = 8;
if (has_link()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
8, _Internal::link(this), target);
}
// .TideChartNodeCommand node = 9;
if (has_node()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
9, _Internal::node(this), target);
}
// .TideChartRegionCommand region = 10;
if (has_region()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
10, _Internal::region(this), target);
}
// .TideChartGraphCommand graph = 11;
if (has_graph()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
11, _Internal::graph(this), target);
}
// .TideChartPropertyCommand props = 12;
if (has_props()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
12, _Internal::props(this), target);
}
// .TideChartNoteCommand note = 13;
if (has_note()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
13, _Internal::note(this), target);
}
// bool isLocked = 16;
if (this->islocked() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(16, this->islocked(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartCommand)
return target;
}
size_t TideChartCommand::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartCommand)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// string version = 1;
if (this->version().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->version());
}
// string target = 2;
if (this->target().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->target());
}
// bool isLocked = 16;
if (this->islocked() != 0) {
total_size += 2 + 1;
}
switch (command_case()) {
// .TideChartGroupCommand group = 3;
case kGroup: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*command_.group_);
break;
}
// .TideChartMoveCommand move = 4;
case kMove: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*command_.move_);
break;
}
// .TideChartCommentBoxCommand comment = 5;
case kComment: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*command_.comment_);
break;
}
// .TideChartWidgetCommand widget = 6;
case kWidget: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*command_.widget_);
break;
}
// .TideChartPortCommand port = 7;
case kPort: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*command_.port_);
break;
}
// .TideChartLinkCommand link = 8;
case kLink: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*command_.link_);
break;
}
// .TideChartNodeCommand node = 9;
case kNode: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*command_.node_);
break;
}
// .TideChartRegionCommand region = 10;
case kRegion: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*command_.region_);
break;
}
// .TideChartGraphCommand graph = 11;
case kGraph: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*command_.graph_);
break;
}
// .TideChartPropertyCommand props = 12;
case kProps: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*command_.props_);
break;
}
// .TideChartNoteCommand note = 13;
case kNote: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*command_.note_);
break;
}
case COMMAND_NOT_SET: {
break;
}
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartCommand::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartCommand)
GOOGLE_DCHECK_NE(&from, this);
const TideChartCommand* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartCommand>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartCommand)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartCommand)
MergeFrom(*source);
}
}
void TideChartCommand::MergeFrom(const TideChartCommand& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartCommand)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.version().size() > 0) {
version_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.version_);
}
if (from.target().size() > 0) {
target_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.target_);
}
if (from.islocked() != 0) {
set_islocked(from.islocked());
}
switch (from.command_case()) {
case kGroup: {
mutable_group()->::TideChartGroupCommand::MergeFrom(from.group());
break;
}
case kMove: {
mutable_move()->::TideChartMoveCommand::MergeFrom(from.move());
break;
}
case kComment: {
mutable_comment()->::TideChartCommentBoxCommand::MergeFrom(from.comment());
break;
}
case kWidget: {
mutable_widget()->::TideChartWidgetCommand::MergeFrom(from.widget());
break;
}
case kPort: {
mutable_port()->::TideChartPortCommand::MergeFrom(from.port());
break;
}
case kLink: {
mutable_link()->::TideChartLinkCommand::MergeFrom(from.link());
break;
}
case kNode: {
mutable_node()->::TideChartNodeCommand::MergeFrom(from.node());
break;
}
case kRegion: {
mutable_region()->::TideChartRegionCommand::MergeFrom(from.region());
break;
}
case kGraph: {
mutable_graph()->::TideChartGraphCommand::MergeFrom(from.graph());
break;
}
case kProps: {
mutable_props()->::TideChartPropertyCommand::MergeFrom(from.props());
break;
}
case kNote: {
mutable_note()->::TideChartNoteCommand::MergeFrom(from.note());
break;
}
case COMMAND_NOT_SET: {
break;
}
}
}
void TideChartCommand::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartCommand::CopyFrom(const TideChartCommand& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartCommand::IsInitialized() const {
return true;
}
void TideChartCommand::InternalSwap(TideChartCommand* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
version_.Swap(&other->version_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
target_.Swap(&other->target_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(islocked_, other->islocked_);
swap(command_, other->command_);
swap(_oneof_case_[0], other->_oneof_case_[0]);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartCommand::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartGroupCommand::InitAsDefaultInstance() {
}
class TideChartGroupCommand::_Internal {
public:
};
TideChartGroupCommand::TideChartGroupCommand()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartGroupCommand)
}
TideChartGroupCommand::TideChartGroupCommand(const TideChartGroupCommand& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
commands_(from.commands_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
// @@protoc_insertion_point(copy_constructor:TideChartGroupCommand)
}
void TideChartGroupCommand::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartCommand_tide_5fchart_2eproto.base);
}
TideChartGroupCommand::~TideChartGroupCommand() {
// @@protoc_insertion_point(destructor:TideChartGroupCommand)
SharedDtor();
}
void TideChartGroupCommand::SharedDtor() {
}
void TideChartGroupCommand::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartGroupCommand& TideChartGroupCommand::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartGroupCommand::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartGroupCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
commands_.Clear();
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartGroupCommand::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// repeated .TideChartCommand commands = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_commands(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 10);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartGroupCommand::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartGroupCommand)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// repeated .TideChartCommand commands = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_commands()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartGroupCommand)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartGroupCommand)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartGroupCommand::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartGroupCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// repeated .TideChartCommand commands = 1;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->commands_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
1,
this->commands(static_cast<int>(i)),
output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartGroupCommand)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartGroupCommand::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartGroupCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// repeated .TideChartCommand commands = 1;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->commands_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
1, this->commands(static_cast<int>(i)), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartGroupCommand)
return target;
}
size_t TideChartGroupCommand::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartGroupCommand)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated .TideChartCommand commands = 1;
{
unsigned int count = static_cast<unsigned int>(this->commands_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->commands(static_cast<int>(i)));
}
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartGroupCommand::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartGroupCommand)
GOOGLE_DCHECK_NE(&from, this);
const TideChartGroupCommand* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartGroupCommand>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartGroupCommand)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartGroupCommand)
MergeFrom(*source);
}
}
void TideChartGroupCommand::MergeFrom(const TideChartGroupCommand& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartGroupCommand)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
commands_.MergeFrom(from.commands_);
}
void TideChartGroupCommand::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartGroupCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartGroupCommand::CopyFrom(const TideChartGroupCommand& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartGroupCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartGroupCommand::IsInitialized() const {
return true;
}
void TideChartGroupCommand::InternalSwap(TideChartGroupCommand* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
CastToBase(&commands_)->InternalSwap(CastToBase(&other->commands_));
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartGroupCommand::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartMoveCommand::InitAsDefaultInstance() {
}
class TideChartMoveCommand::_Internal {
public:
};
TideChartMoveCommand::TideChartMoveCommand()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartMoveCommand)
}
TideChartMoveCommand::TideChartMoveCommand(const TideChartMoveCommand& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
node_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.node().empty()) {
node_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.node_);
}
::memcpy(&fromposx_, &from.fromposx_,
static_cast<size_t>(reinterpret_cast<char*>(&toposy_) -
reinterpret_cast<char*>(&fromposx_)) + sizeof(toposy_));
// @@protoc_insertion_point(copy_constructor:TideChartMoveCommand)
}
void TideChartMoveCommand::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartMoveCommand_tide_5fchart_2eproto.base);
node_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&fromposx_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&toposy_) -
reinterpret_cast<char*>(&fromposx_)) + sizeof(toposy_));
}
TideChartMoveCommand::~TideChartMoveCommand() {
// @@protoc_insertion_point(destructor:TideChartMoveCommand)
SharedDtor();
}
void TideChartMoveCommand::SharedDtor() {
node_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
void TideChartMoveCommand::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartMoveCommand& TideChartMoveCommand::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartMoveCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartMoveCommand::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartMoveCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
node_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&fromposx_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&toposy_) -
reinterpret_cast<char*>(&fromposx_)) + sizeof(toposy_));
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartMoveCommand::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string node = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_node(), ptr, ctx, "TideChartMoveCommand.node");
CHK_(ptr);
} else goto handle_unusual;
continue;
// sint32 fromPosX = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 16)) {
fromposx_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag32(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// sint32 fromPosY = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
fromposy_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag32(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// sint32 toPosX = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) {
toposx_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag32(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// sint32 toPosY = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 40)) {
toposy_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag32(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartMoveCommand::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartMoveCommand)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string node = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_node()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartMoveCommand.node"));
} else {
goto handle_unusual;
}
break;
}
// sint32 fromPosX = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (16 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_SINT32>(
input, &fromposx_)));
} else {
goto handle_unusual;
}
break;
}
// sint32 fromPosY = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (24 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_SINT32>(
input, &fromposy_)));
} else {
goto handle_unusual;
}
break;
}
// sint32 toPosX = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (32 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_SINT32>(
input, &toposx_)));
} else {
goto handle_unusual;
}
break;
}
// sint32 toPosY = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (40 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_SINT32>(
input, &toposy_)));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartMoveCommand)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartMoveCommand)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartMoveCommand::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartMoveCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string node = 1;
if (this->node().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartMoveCommand.node");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->node(), output);
}
// sint32 fromPosX = 2;
if (this->fromposx() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32(2, this->fromposx(), output);
}
// sint32 fromPosY = 3;
if (this->fromposy() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32(3, this->fromposy(), output);
}
// sint32 toPosX = 4;
if (this->toposx() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32(4, this->toposx(), output);
}
// sint32 toPosY = 5;
if (this->toposy() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32(5, this->toposy(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartMoveCommand)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartMoveCommand::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartMoveCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string node = 1;
if (this->node().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartMoveCommand.node");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->node(), target);
}
// sint32 fromPosX = 2;
if (this->fromposx() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32ToArray(2, this->fromposx(), target);
}
// sint32 fromPosY = 3;
if (this->fromposy() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32ToArray(3, this->fromposy(), target);
}
// sint32 toPosX = 4;
if (this->toposx() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32ToArray(4, this->toposx(), target);
}
// sint32 toPosY = 5;
if (this->toposy() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteSInt32ToArray(5, this->toposy(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartMoveCommand)
return target;
}
size_t TideChartMoveCommand::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartMoveCommand)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// string node = 1;
if (this->node().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->node());
}
// sint32 fromPosX = 2;
if (this->fromposx() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SInt32Size(
this->fromposx());
}
// sint32 fromPosY = 3;
if (this->fromposy() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SInt32Size(
this->fromposy());
}
// sint32 toPosX = 4;
if (this->toposx() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SInt32Size(
this->toposx());
}
// sint32 toPosY = 5;
if (this->toposy() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SInt32Size(
this->toposy());
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartMoveCommand::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartMoveCommand)
GOOGLE_DCHECK_NE(&from, this);
const TideChartMoveCommand* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartMoveCommand>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartMoveCommand)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartMoveCommand)
MergeFrom(*source);
}
}
void TideChartMoveCommand::MergeFrom(const TideChartMoveCommand& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartMoveCommand)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.node().size() > 0) {
node_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.node_);
}
if (from.fromposx() != 0) {
set_fromposx(from.fromposx());
}
if (from.fromposy() != 0) {
set_fromposy(from.fromposy());
}
if (from.toposx() != 0) {
set_toposx(from.toposx());
}
if (from.toposy() != 0) {
set_toposy(from.toposy());
}
}
void TideChartMoveCommand::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartMoveCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartMoveCommand::CopyFrom(const TideChartMoveCommand& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartMoveCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartMoveCommand::IsInitialized() const {
return true;
}
void TideChartMoveCommand::InternalSwap(TideChartMoveCommand* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
node_.Swap(&other->node_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(fromposx_, other->fromposx_);
swap(fromposy_, other->fromposy_);
swap(toposx_, other->toposx_);
swap(toposy_, other->toposy_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartMoveCommand::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartCommentBoxCommand::InitAsDefaultInstance() {
::_TideChartCommentBoxCommand_default_instance_._instance.get_mutable()->fromcomment_ = const_cast< ::TideChartCommentBox*>(
::TideChartCommentBox::internal_default_instance());
::_TideChartCommentBoxCommand_default_instance_._instance.get_mutable()->tocomment_ = const_cast< ::TideChartCommentBox*>(
::TideChartCommentBox::internal_default_instance());
}
class TideChartCommentBoxCommand::_Internal {
public:
static const ::TideChartCommentBox& fromcomment(const TideChartCommentBoxCommand* msg);
static const ::TideChartCommentBox& tocomment(const TideChartCommentBoxCommand* msg);
};
const ::TideChartCommentBox&
TideChartCommentBoxCommand::_Internal::fromcomment(const TideChartCommentBoxCommand* msg) {
return *msg->fromcomment_;
}
const ::TideChartCommentBox&
TideChartCommentBoxCommand::_Internal::tocomment(const TideChartCommentBoxCommand* msg) {
return *msg->tocomment_;
}
TideChartCommentBoxCommand::TideChartCommentBoxCommand()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartCommentBoxCommand)
}
TideChartCommentBoxCommand::TideChartCommentBoxCommand(const TideChartCommentBoxCommand& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
if (from.has_fromcomment()) {
fromcomment_ = new ::TideChartCommentBox(*from.fromcomment_);
} else {
fromcomment_ = nullptr;
}
if (from.has_tocomment()) {
tocomment_ = new ::TideChartCommentBox(*from.tocomment_);
} else {
tocomment_ = nullptr;
}
type_ = from.type_;
// @@protoc_insertion_point(copy_constructor:TideChartCommentBoxCommand)
}
void TideChartCommentBoxCommand::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartCommentBoxCommand_tide_5fchart_2eproto.base);
::memset(&fromcomment_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&type_) -
reinterpret_cast<char*>(&fromcomment_)) + sizeof(type_));
}
TideChartCommentBoxCommand::~TideChartCommentBoxCommand() {
// @@protoc_insertion_point(destructor:TideChartCommentBoxCommand)
SharedDtor();
}
void TideChartCommentBoxCommand::SharedDtor() {
if (this != internal_default_instance()) delete fromcomment_;
if (this != internal_default_instance()) delete tocomment_;
}
void TideChartCommentBoxCommand::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartCommentBoxCommand& TideChartCommentBoxCommand::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartCommentBoxCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartCommentBoxCommand::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartCommentBoxCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
if (GetArenaNoVirtual() == nullptr && fromcomment_ != nullptr) {
delete fromcomment_;
}
fromcomment_ = nullptr;
if (GetArenaNoVirtual() == nullptr && tocomment_ != nullptr) {
delete tocomment_;
}
tocomment_ = nullptr;
type_ = 0;
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartCommentBoxCommand::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// .TideChartCommentBox fromComment = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ctx->ParseMessage(mutable_fromcomment(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartCommentBox toComment = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ctx->ParseMessage(mutable_tocomment(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartCommandUpdateType type = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
set_type(static_cast<::TideChartCommandUpdateType>(val));
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartCommentBoxCommand::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartCommentBoxCommand)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// .TideChartCommentBox fromComment = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_fromcomment()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartCommentBox toComment = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_tocomment()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartCommandUpdateType type = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (24 & 0xFF)) {
int value = 0;
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
int, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_ENUM>(
input, &value)));
set_type(static_cast< ::TideChartCommandUpdateType >(value));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartCommentBoxCommand)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartCommentBoxCommand)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartCommentBoxCommand::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartCommentBoxCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// .TideChartCommentBox fromComment = 1;
if (this->has_fromcomment()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
1, _Internal::fromcomment(this), output);
}
// .TideChartCommentBox toComment = 2;
if (this->has_tocomment()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
2, _Internal::tocomment(this), output);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnum(
3, this->type(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartCommentBoxCommand)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartCommentBoxCommand::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartCommentBoxCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// .TideChartCommentBox fromComment = 1;
if (this->has_fromcomment()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
1, _Internal::fromcomment(this), target);
}
// .TideChartCommentBox toComment = 2;
if (this->has_tocomment()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
2, _Internal::tocomment(this), target);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray(
3, this->type(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartCommentBoxCommand)
return target;
}
size_t TideChartCommentBoxCommand::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartCommentBoxCommand)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// .TideChartCommentBox fromComment = 1;
if (this->has_fromcomment()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*fromcomment_);
}
// .TideChartCommentBox toComment = 2;
if (this->has_tocomment()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*tocomment_);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->type());
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartCommentBoxCommand::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartCommentBoxCommand)
GOOGLE_DCHECK_NE(&from, this);
const TideChartCommentBoxCommand* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartCommentBoxCommand>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartCommentBoxCommand)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartCommentBoxCommand)
MergeFrom(*source);
}
}
void TideChartCommentBoxCommand::MergeFrom(const TideChartCommentBoxCommand& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartCommentBoxCommand)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.has_fromcomment()) {
mutable_fromcomment()->::TideChartCommentBox::MergeFrom(from.fromcomment());
}
if (from.has_tocomment()) {
mutable_tocomment()->::TideChartCommentBox::MergeFrom(from.tocomment());
}
if (from.type() != 0) {
set_type(from.type());
}
}
void TideChartCommentBoxCommand::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartCommentBoxCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartCommentBoxCommand::CopyFrom(const TideChartCommentBoxCommand& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartCommentBoxCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartCommentBoxCommand::IsInitialized() const {
return true;
}
void TideChartCommentBoxCommand::InternalSwap(TideChartCommentBoxCommand* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
swap(fromcomment_, other->fromcomment_);
swap(tocomment_, other->tocomment_);
swap(type_, other->type_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartCommentBoxCommand::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartWidgetCommand::InitAsDefaultInstance() {
::_TideChartWidgetCommand_default_instance_._instance.get_mutable()->fromwidget_ = const_cast< ::TideChartWidget*>(
::TideChartWidget::internal_default_instance());
::_TideChartWidgetCommand_default_instance_._instance.get_mutable()->towidget_ = const_cast< ::TideChartWidget*>(
::TideChartWidget::internal_default_instance());
}
class TideChartWidgetCommand::_Internal {
public:
static const ::TideChartWidget& fromwidget(const TideChartWidgetCommand* msg);
static const ::TideChartWidget& towidget(const TideChartWidgetCommand* msg);
};
const ::TideChartWidget&
TideChartWidgetCommand::_Internal::fromwidget(const TideChartWidgetCommand* msg) {
return *msg->fromwidget_;
}
const ::TideChartWidget&
TideChartWidgetCommand::_Internal::towidget(const TideChartWidgetCommand* msg) {
return *msg->towidget_;
}
TideChartWidgetCommand::TideChartWidgetCommand()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartWidgetCommand)
}
TideChartWidgetCommand::TideChartWidgetCommand(const TideChartWidgetCommand& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
if (from.has_fromwidget()) {
fromwidget_ = new ::TideChartWidget(*from.fromwidget_);
} else {
fromwidget_ = nullptr;
}
if (from.has_towidget()) {
towidget_ = new ::TideChartWidget(*from.towidget_);
} else {
towidget_ = nullptr;
}
type_ = from.type_;
// @@protoc_insertion_point(copy_constructor:TideChartWidgetCommand)
}
void TideChartWidgetCommand::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartCommand_tide_5fchart_2eproto.base);
::memset(&fromwidget_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&type_) -
reinterpret_cast<char*>(&fromwidget_)) + sizeof(type_));
}
TideChartWidgetCommand::~TideChartWidgetCommand() {
// @@protoc_insertion_point(destructor:TideChartWidgetCommand)
SharedDtor();
}
void TideChartWidgetCommand::SharedDtor() {
if (this != internal_default_instance()) delete fromwidget_;
if (this != internal_default_instance()) delete towidget_;
}
void TideChartWidgetCommand::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartWidgetCommand& TideChartWidgetCommand::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartWidgetCommand::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartWidgetCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
if (GetArenaNoVirtual() == nullptr && fromwidget_ != nullptr) {
delete fromwidget_;
}
fromwidget_ = nullptr;
if (GetArenaNoVirtual() == nullptr && towidget_ != nullptr) {
delete towidget_;
}
towidget_ = nullptr;
type_ = 0;
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartWidgetCommand::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// .TideChartWidget fromWidget = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ctx->ParseMessage(mutable_fromwidget(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartWidget toWidget = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ctx->ParseMessage(mutable_towidget(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartCommandUpdateType type = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
set_type(static_cast<::TideChartCommandUpdateType>(val));
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartWidgetCommand::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartWidgetCommand)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// .TideChartWidget fromWidget = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_fromwidget()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartWidget toWidget = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_towidget()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartCommandUpdateType type = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (24 & 0xFF)) {
int value = 0;
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
int, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_ENUM>(
input, &value)));
set_type(static_cast< ::TideChartCommandUpdateType >(value));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartWidgetCommand)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartWidgetCommand)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartWidgetCommand::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartWidgetCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// .TideChartWidget fromWidget = 1;
if (this->has_fromwidget()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
1, _Internal::fromwidget(this), output);
}
// .TideChartWidget toWidget = 2;
if (this->has_towidget()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
2, _Internal::towidget(this), output);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnum(
3, this->type(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartWidgetCommand)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartWidgetCommand::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartWidgetCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// .TideChartWidget fromWidget = 1;
if (this->has_fromwidget()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
1, _Internal::fromwidget(this), target);
}
// .TideChartWidget toWidget = 2;
if (this->has_towidget()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
2, _Internal::towidget(this), target);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray(
3, this->type(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartWidgetCommand)
return target;
}
size_t TideChartWidgetCommand::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartWidgetCommand)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// .TideChartWidget fromWidget = 1;
if (this->has_fromwidget()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*fromwidget_);
}
// .TideChartWidget toWidget = 2;
if (this->has_towidget()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*towidget_);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->type());
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartWidgetCommand::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartWidgetCommand)
GOOGLE_DCHECK_NE(&from, this);
const TideChartWidgetCommand* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartWidgetCommand>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartWidgetCommand)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartWidgetCommand)
MergeFrom(*source);
}
}
void TideChartWidgetCommand::MergeFrom(const TideChartWidgetCommand& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartWidgetCommand)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.has_fromwidget()) {
mutable_fromwidget()->::TideChartWidget::MergeFrom(from.fromwidget());
}
if (from.has_towidget()) {
mutable_towidget()->::TideChartWidget::MergeFrom(from.towidget());
}
if (from.type() != 0) {
set_type(from.type());
}
}
void TideChartWidgetCommand::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartWidgetCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartWidgetCommand::CopyFrom(const TideChartWidgetCommand& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartWidgetCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartWidgetCommand::IsInitialized() const {
return true;
}
void TideChartWidgetCommand::InternalSwap(TideChartWidgetCommand* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
swap(fromwidget_, other->fromwidget_);
swap(towidget_, other->towidget_);
swap(type_, other->type_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartWidgetCommand::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartPortCommand::InitAsDefaultInstance() {
::_TideChartPortCommand_default_instance_._instance.get_mutable()->fromport_ = const_cast< ::TideChartPort*>(
::TideChartPort::internal_default_instance());
::_TideChartPortCommand_default_instance_._instance.get_mutable()->toport_ = const_cast< ::TideChartPort*>(
::TideChartPort::internal_default_instance());
}
class TideChartPortCommand::_Internal {
public:
static const ::TideChartPort& fromport(const TideChartPortCommand* msg);
static const ::TideChartPort& toport(const TideChartPortCommand* msg);
};
const ::TideChartPort&
TideChartPortCommand::_Internal::fromport(const TideChartPortCommand* msg) {
return *msg->fromport_;
}
const ::TideChartPort&
TideChartPortCommand::_Internal::toport(const TideChartPortCommand* msg) {
return *msg->toport_;
}
TideChartPortCommand::TideChartPortCommand()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartPortCommand)
}
TideChartPortCommand::TideChartPortCommand(const TideChartPortCommand& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
if (from.has_fromport()) {
fromport_ = new ::TideChartPort(*from.fromport_);
} else {
fromport_ = nullptr;
}
if (from.has_toport()) {
toport_ = new ::TideChartPort(*from.toport_);
} else {
toport_ = nullptr;
}
type_ = from.type_;
// @@protoc_insertion_point(copy_constructor:TideChartPortCommand)
}
void TideChartPortCommand::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartPortCommand_tide_5fchart_2eproto.base);
::memset(&fromport_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&type_) -
reinterpret_cast<char*>(&fromport_)) + sizeof(type_));
}
TideChartPortCommand::~TideChartPortCommand() {
// @@protoc_insertion_point(destructor:TideChartPortCommand)
SharedDtor();
}
void TideChartPortCommand::SharedDtor() {
if (this != internal_default_instance()) delete fromport_;
if (this != internal_default_instance()) delete toport_;
}
void TideChartPortCommand::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartPortCommand& TideChartPortCommand::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartPortCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartPortCommand::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartPortCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
if (GetArenaNoVirtual() == nullptr && fromport_ != nullptr) {
delete fromport_;
}
fromport_ = nullptr;
if (GetArenaNoVirtual() == nullptr && toport_ != nullptr) {
delete toport_;
}
toport_ = nullptr;
type_ = 0;
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartPortCommand::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// .TideChartPort fromPort = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ctx->ParseMessage(mutable_fromport(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartPort toPort = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ctx->ParseMessage(mutable_toport(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartCommandUpdateType type = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
set_type(static_cast<::TideChartCommandUpdateType>(val));
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartPortCommand::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartPortCommand)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// .TideChartPort fromPort = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_fromport()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartPort toPort = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_toport()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartCommandUpdateType type = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (24 & 0xFF)) {
int value = 0;
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
int, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_ENUM>(
input, &value)));
set_type(static_cast< ::TideChartCommandUpdateType >(value));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartPortCommand)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartPortCommand)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartPortCommand::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartPortCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// .TideChartPort fromPort = 1;
if (this->has_fromport()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
1, _Internal::fromport(this), output);
}
// .TideChartPort toPort = 2;
if (this->has_toport()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
2, _Internal::toport(this), output);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnum(
3, this->type(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartPortCommand)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartPortCommand::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartPortCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// .TideChartPort fromPort = 1;
if (this->has_fromport()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
1, _Internal::fromport(this), target);
}
// .TideChartPort toPort = 2;
if (this->has_toport()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
2, _Internal::toport(this), target);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray(
3, this->type(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartPortCommand)
return target;
}
size_t TideChartPortCommand::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartPortCommand)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// .TideChartPort fromPort = 1;
if (this->has_fromport()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*fromport_);
}
// .TideChartPort toPort = 2;
if (this->has_toport()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*toport_);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->type());
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartPortCommand::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartPortCommand)
GOOGLE_DCHECK_NE(&from, this);
const TideChartPortCommand* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartPortCommand>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartPortCommand)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartPortCommand)
MergeFrom(*source);
}
}
void TideChartPortCommand::MergeFrom(const TideChartPortCommand& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartPortCommand)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.has_fromport()) {
mutable_fromport()->::TideChartPort::MergeFrom(from.fromport());
}
if (from.has_toport()) {
mutable_toport()->::TideChartPort::MergeFrom(from.toport());
}
if (from.type() != 0) {
set_type(from.type());
}
}
void TideChartPortCommand::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartPortCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartPortCommand::CopyFrom(const TideChartPortCommand& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartPortCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartPortCommand::IsInitialized() const {
return true;
}
void TideChartPortCommand::InternalSwap(TideChartPortCommand* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
swap(fromport_, other->fromport_);
swap(toport_, other->toport_);
swap(type_, other->type_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartPortCommand::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartLinkCommand::InitAsDefaultInstance() {
::_TideChartLinkCommand_default_instance_._instance.get_mutable()->fromlink_ = const_cast< ::TideChartLink*>(
::TideChartLink::internal_default_instance());
::_TideChartLinkCommand_default_instance_._instance.get_mutable()->tolink_ = const_cast< ::TideChartLink*>(
::TideChartLink::internal_default_instance());
}
class TideChartLinkCommand::_Internal {
public:
static const ::TideChartLink& fromlink(const TideChartLinkCommand* msg);
static const ::TideChartLink& tolink(const TideChartLinkCommand* msg);
};
const ::TideChartLink&
TideChartLinkCommand::_Internal::fromlink(const TideChartLinkCommand* msg) {
return *msg->fromlink_;
}
const ::TideChartLink&
TideChartLinkCommand::_Internal::tolink(const TideChartLinkCommand* msg) {
return *msg->tolink_;
}
TideChartLinkCommand::TideChartLinkCommand()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartLinkCommand)
}
TideChartLinkCommand::TideChartLinkCommand(const TideChartLinkCommand& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
if (from.has_fromlink()) {
fromlink_ = new ::TideChartLink(*from.fromlink_);
} else {
fromlink_ = nullptr;
}
if (from.has_tolink()) {
tolink_ = new ::TideChartLink(*from.tolink_);
} else {
tolink_ = nullptr;
}
type_ = from.type_;
// @@protoc_insertion_point(copy_constructor:TideChartLinkCommand)
}
void TideChartLinkCommand::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartLinkCommand_tide_5fchart_2eproto.base);
::memset(&fromlink_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&type_) -
reinterpret_cast<char*>(&fromlink_)) + sizeof(type_));
}
TideChartLinkCommand::~TideChartLinkCommand() {
// @@protoc_insertion_point(destructor:TideChartLinkCommand)
SharedDtor();
}
void TideChartLinkCommand::SharedDtor() {
if (this != internal_default_instance()) delete fromlink_;
if (this != internal_default_instance()) delete tolink_;
}
void TideChartLinkCommand::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartLinkCommand& TideChartLinkCommand::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartLinkCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartLinkCommand::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartLinkCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
if (GetArenaNoVirtual() == nullptr && fromlink_ != nullptr) {
delete fromlink_;
}
fromlink_ = nullptr;
if (GetArenaNoVirtual() == nullptr && tolink_ != nullptr) {
delete tolink_;
}
tolink_ = nullptr;
type_ = 0;
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartLinkCommand::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// .TideChartLink fromLink = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ctx->ParseMessage(mutable_fromlink(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartLink toLink = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ctx->ParseMessage(mutable_tolink(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartCommandUpdateType type = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
set_type(static_cast<::TideChartCommandUpdateType>(val));
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartLinkCommand::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartLinkCommand)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// .TideChartLink fromLink = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_fromlink()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartLink toLink = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_tolink()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartCommandUpdateType type = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (24 & 0xFF)) {
int value = 0;
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
int, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_ENUM>(
input, &value)));
set_type(static_cast< ::TideChartCommandUpdateType >(value));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartLinkCommand)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartLinkCommand)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartLinkCommand::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartLinkCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// .TideChartLink fromLink = 1;
if (this->has_fromlink()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
1, _Internal::fromlink(this), output);
}
// .TideChartLink toLink = 2;
if (this->has_tolink()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
2, _Internal::tolink(this), output);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnum(
3, this->type(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartLinkCommand)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartLinkCommand::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartLinkCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// .TideChartLink fromLink = 1;
if (this->has_fromlink()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
1, _Internal::fromlink(this), target);
}
// .TideChartLink toLink = 2;
if (this->has_tolink()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
2, _Internal::tolink(this), target);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray(
3, this->type(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartLinkCommand)
return target;
}
size_t TideChartLinkCommand::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartLinkCommand)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// .TideChartLink fromLink = 1;
if (this->has_fromlink()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*fromlink_);
}
// .TideChartLink toLink = 2;
if (this->has_tolink()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*tolink_);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->type());
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartLinkCommand::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartLinkCommand)
GOOGLE_DCHECK_NE(&from, this);
const TideChartLinkCommand* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartLinkCommand>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartLinkCommand)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartLinkCommand)
MergeFrom(*source);
}
}
void TideChartLinkCommand::MergeFrom(const TideChartLinkCommand& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartLinkCommand)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.has_fromlink()) {
mutable_fromlink()->::TideChartLink::MergeFrom(from.fromlink());
}
if (from.has_tolink()) {
mutable_tolink()->::TideChartLink::MergeFrom(from.tolink());
}
if (from.type() != 0) {
set_type(from.type());
}
}
void TideChartLinkCommand::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartLinkCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartLinkCommand::CopyFrom(const TideChartLinkCommand& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartLinkCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartLinkCommand::IsInitialized() const {
return true;
}
void TideChartLinkCommand::InternalSwap(TideChartLinkCommand* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
swap(fromlink_, other->fromlink_);
swap(tolink_, other->tolink_);
swap(type_, other->type_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartLinkCommand::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartNodeCommand::InitAsDefaultInstance() {
::_TideChartNodeCommand_default_instance_._instance.get_mutable()->fromnode_ = const_cast< ::TideChartNode*>(
::TideChartNode::internal_default_instance());
::_TideChartNodeCommand_default_instance_._instance.get_mutable()->tonode_ = const_cast< ::TideChartNode*>(
::TideChartNode::internal_default_instance());
}
class TideChartNodeCommand::_Internal {
public:
static const ::TideChartNode& fromnode(const TideChartNodeCommand* msg);
static const ::TideChartNode& tonode(const TideChartNodeCommand* msg);
};
const ::TideChartNode&
TideChartNodeCommand::_Internal::fromnode(const TideChartNodeCommand* msg) {
return *msg->fromnode_;
}
const ::TideChartNode&
TideChartNodeCommand::_Internal::tonode(const TideChartNodeCommand* msg) {
return *msg->tonode_;
}
TideChartNodeCommand::TideChartNodeCommand()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartNodeCommand)
}
TideChartNodeCommand::TideChartNodeCommand(const TideChartNodeCommand& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
if (from.has_fromnode()) {
fromnode_ = new ::TideChartNode(*from.fromnode_);
} else {
fromnode_ = nullptr;
}
if (from.has_tonode()) {
tonode_ = new ::TideChartNode(*from.tonode_);
} else {
tonode_ = nullptr;
}
type_ = from.type_;
// @@protoc_insertion_point(copy_constructor:TideChartNodeCommand)
}
void TideChartNodeCommand::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartCommand_tide_5fchart_2eproto.base);
::memset(&fromnode_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&type_) -
reinterpret_cast<char*>(&fromnode_)) + sizeof(type_));
}
TideChartNodeCommand::~TideChartNodeCommand() {
// @@protoc_insertion_point(destructor:TideChartNodeCommand)
SharedDtor();
}
void TideChartNodeCommand::SharedDtor() {
if (this != internal_default_instance()) delete fromnode_;
if (this != internal_default_instance()) delete tonode_;
}
void TideChartNodeCommand::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartNodeCommand& TideChartNodeCommand::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartNodeCommand::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartNodeCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
if (GetArenaNoVirtual() == nullptr && fromnode_ != nullptr) {
delete fromnode_;
}
fromnode_ = nullptr;
if (GetArenaNoVirtual() == nullptr && tonode_ != nullptr) {
delete tonode_;
}
tonode_ = nullptr;
type_ = 0;
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartNodeCommand::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// .TideChartNode fromNode = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ctx->ParseMessage(mutable_fromnode(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartNode toNode = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ctx->ParseMessage(mutable_tonode(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartCommandUpdateType type = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
set_type(static_cast<::TideChartCommandUpdateType>(val));
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartNodeCommand::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartNodeCommand)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// .TideChartNode fromNode = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_fromnode()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartNode toNode = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_tonode()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartCommandUpdateType type = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (24 & 0xFF)) {
int value = 0;
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
int, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_ENUM>(
input, &value)));
set_type(static_cast< ::TideChartCommandUpdateType >(value));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartNodeCommand)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartNodeCommand)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartNodeCommand::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartNodeCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// .TideChartNode fromNode = 1;
if (this->has_fromnode()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
1, _Internal::fromnode(this), output);
}
// .TideChartNode toNode = 2;
if (this->has_tonode()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
2, _Internal::tonode(this), output);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnum(
3, this->type(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartNodeCommand)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartNodeCommand::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartNodeCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// .TideChartNode fromNode = 1;
if (this->has_fromnode()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
1, _Internal::fromnode(this), target);
}
// .TideChartNode toNode = 2;
if (this->has_tonode()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
2, _Internal::tonode(this), target);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray(
3, this->type(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartNodeCommand)
return target;
}
size_t TideChartNodeCommand::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartNodeCommand)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// .TideChartNode fromNode = 1;
if (this->has_fromnode()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*fromnode_);
}
// .TideChartNode toNode = 2;
if (this->has_tonode()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*tonode_);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->type());
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartNodeCommand::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartNodeCommand)
GOOGLE_DCHECK_NE(&from, this);
const TideChartNodeCommand* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartNodeCommand>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartNodeCommand)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartNodeCommand)
MergeFrom(*source);
}
}
void TideChartNodeCommand::MergeFrom(const TideChartNodeCommand& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartNodeCommand)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.has_fromnode()) {
mutable_fromnode()->::TideChartNode::MergeFrom(from.fromnode());
}
if (from.has_tonode()) {
mutable_tonode()->::TideChartNode::MergeFrom(from.tonode());
}
if (from.type() != 0) {
set_type(from.type());
}
}
void TideChartNodeCommand::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartNodeCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartNodeCommand::CopyFrom(const TideChartNodeCommand& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartNodeCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartNodeCommand::IsInitialized() const {
return true;
}
void TideChartNodeCommand::InternalSwap(TideChartNodeCommand* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
swap(fromnode_, other->fromnode_);
swap(tonode_, other->tonode_);
swap(type_, other->type_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartNodeCommand::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartRegionCommand::InitAsDefaultInstance() {
::_TideChartRegionCommand_default_instance_._instance.get_mutable()->fromregion_ = const_cast< ::TideChartRegion*>(
::TideChartRegion::internal_default_instance());
::_TideChartRegionCommand_default_instance_._instance.get_mutable()->toregion_ = const_cast< ::TideChartRegion*>(
::TideChartRegion::internal_default_instance());
}
class TideChartRegionCommand::_Internal {
public:
static const ::TideChartRegion& fromregion(const TideChartRegionCommand* msg);
static const ::TideChartRegion& toregion(const TideChartRegionCommand* msg);
};
const ::TideChartRegion&
TideChartRegionCommand::_Internal::fromregion(const TideChartRegionCommand* msg) {
return *msg->fromregion_;
}
const ::TideChartRegion&
TideChartRegionCommand::_Internal::toregion(const TideChartRegionCommand* msg) {
return *msg->toregion_;
}
TideChartRegionCommand::TideChartRegionCommand()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartRegionCommand)
}
TideChartRegionCommand::TideChartRegionCommand(const TideChartRegionCommand& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
if (from.has_fromregion()) {
fromregion_ = new ::TideChartRegion(*from.fromregion_);
} else {
fromregion_ = nullptr;
}
if (from.has_toregion()) {
toregion_ = new ::TideChartRegion(*from.toregion_);
} else {
toregion_ = nullptr;
}
type_ = from.type_;
// @@protoc_insertion_point(copy_constructor:TideChartRegionCommand)
}
void TideChartRegionCommand::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartRegionCommand_tide_5fchart_2eproto.base);
::memset(&fromregion_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&type_) -
reinterpret_cast<char*>(&fromregion_)) + sizeof(type_));
}
TideChartRegionCommand::~TideChartRegionCommand() {
// @@protoc_insertion_point(destructor:TideChartRegionCommand)
SharedDtor();
}
void TideChartRegionCommand::SharedDtor() {
if (this != internal_default_instance()) delete fromregion_;
if (this != internal_default_instance()) delete toregion_;
}
void TideChartRegionCommand::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartRegionCommand& TideChartRegionCommand::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartRegionCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartRegionCommand::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartRegionCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
if (GetArenaNoVirtual() == nullptr && fromregion_ != nullptr) {
delete fromregion_;
}
fromregion_ = nullptr;
if (GetArenaNoVirtual() == nullptr && toregion_ != nullptr) {
delete toregion_;
}
toregion_ = nullptr;
type_ = 0;
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartRegionCommand::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// .TideChartRegion fromRegion = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ctx->ParseMessage(mutable_fromregion(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartRegion toRegion = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ctx->ParseMessage(mutable_toregion(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartCommandUpdateType type = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
set_type(static_cast<::TideChartCommandUpdateType>(val));
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartRegionCommand::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartRegionCommand)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// .TideChartRegion fromRegion = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_fromregion()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartRegion toRegion = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_toregion()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartCommandUpdateType type = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (24 & 0xFF)) {
int value = 0;
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
int, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_ENUM>(
input, &value)));
set_type(static_cast< ::TideChartCommandUpdateType >(value));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartRegionCommand)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartRegionCommand)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartRegionCommand::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartRegionCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// .TideChartRegion fromRegion = 1;
if (this->has_fromregion()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
1, _Internal::fromregion(this), output);
}
// .TideChartRegion toRegion = 2;
if (this->has_toregion()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
2, _Internal::toregion(this), output);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnum(
3, this->type(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartRegionCommand)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartRegionCommand::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartRegionCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// .TideChartRegion fromRegion = 1;
if (this->has_fromregion()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
1, _Internal::fromregion(this), target);
}
// .TideChartRegion toRegion = 2;
if (this->has_toregion()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
2, _Internal::toregion(this), target);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray(
3, this->type(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartRegionCommand)
return target;
}
size_t TideChartRegionCommand::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartRegionCommand)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// .TideChartRegion fromRegion = 1;
if (this->has_fromregion()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*fromregion_);
}
// .TideChartRegion toRegion = 2;
if (this->has_toregion()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*toregion_);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->type());
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartRegionCommand::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartRegionCommand)
GOOGLE_DCHECK_NE(&from, this);
const TideChartRegionCommand* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartRegionCommand>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartRegionCommand)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartRegionCommand)
MergeFrom(*source);
}
}
void TideChartRegionCommand::MergeFrom(const TideChartRegionCommand& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartRegionCommand)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.has_fromregion()) {
mutable_fromregion()->::TideChartRegion::MergeFrom(from.fromregion());
}
if (from.has_toregion()) {
mutable_toregion()->::TideChartRegion::MergeFrom(from.toregion());
}
if (from.type() != 0) {
set_type(from.type());
}
}
void TideChartRegionCommand::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartRegionCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartRegionCommand::CopyFrom(const TideChartRegionCommand& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartRegionCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartRegionCommand::IsInitialized() const {
return true;
}
void TideChartRegionCommand::InternalSwap(TideChartRegionCommand* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
swap(fromregion_, other->fromregion_);
swap(toregion_, other->toregion_);
swap(type_, other->type_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartRegionCommand::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartGraphCommand::InitAsDefaultInstance() {
::_TideChartGraphCommand_default_instance_._instance.get_mutable()->fromgraph_ = const_cast< ::TideChartGraph*>(
::TideChartGraph::internal_default_instance());
::_TideChartGraphCommand_default_instance_._instance.get_mutable()->tograph_ = const_cast< ::TideChartGraph*>(
::TideChartGraph::internal_default_instance());
}
class TideChartGraphCommand::_Internal {
public:
static const ::TideChartGraph& fromgraph(const TideChartGraphCommand* msg);
static const ::TideChartGraph& tograph(const TideChartGraphCommand* msg);
};
const ::TideChartGraph&
TideChartGraphCommand::_Internal::fromgraph(const TideChartGraphCommand* msg) {
return *msg->fromgraph_;
}
const ::TideChartGraph&
TideChartGraphCommand::_Internal::tograph(const TideChartGraphCommand* msg) {
return *msg->tograph_;
}
TideChartGraphCommand::TideChartGraphCommand()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartGraphCommand)
}
TideChartGraphCommand::TideChartGraphCommand(const TideChartGraphCommand& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
if (from.has_fromgraph()) {
fromgraph_ = new ::TideChartGraph(*from.fromgraph_);
} else {
fromgraph_ = nullptr;
}
if (from.has_tograph()) {
tograph_ = new ::TideChartGraph(*from.tograph_);
} else {
tograph_ = nullptr;
}
type_ = from.type_;
// @@protoc_insertion_point(copy_constructor:TideChartGraphCommand)
}
void TideChartGraphCommand::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartCommand_tide_5fchart_2eproto.base);
::memset(&fromgraph_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&type_) -
reinterpret_cast<char*>(&fromgraph_)) + sizeof(type_));
}
TideChartGraphCommand::~TideChartGraphCommand() {
// @@protoc_insertion_point(destructor:TideChartGraphCommand)
SharedDtor();
}
void TideChartGraphCommand::SharedDtor() {
if (this != internal_default_instance()) delete fromgraph_;
if (this != internal_default_instance()) delete tograph_;
}
void TideChartGraphCommand::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartGraphCommand& TideChartGraphCommand::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartGraphCommand::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartGraphCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
if (GetArenaNoVirtual() == nullptr && fromgraph_ != nullptr) {
delete fromgraph_;
}
fromgraph_ = nullptr;
if (GetArenaNoVirtual() == nullptr && tograph_ != nullptr) {
delete tograph_;
}
tograph_ = nullptr;
type_ = 0;
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartGraphCommand::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// .TideChartGraph fromGraph = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ctx->ParseMessage(mutable_fromgraph(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartGraph toGraph = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ctx->ParseMessage(mutable_tograph(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartCommandUpdateType type = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
set_type(static_cast<::TideChartCommandUpdateType>(val));
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartGraphCommand::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartGraphCommand)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// .TideChartGraph fromGraph = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_fromgraph()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartGraph toGraph = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_tograph()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartCommandUpdateType type = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (24 & 0xFF)) {
int value = 0;
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
int, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_ENUM>(
input, &value)));
set_type(static_cast< ::TideChartCommandUpdateType >(value));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartGraphCommand)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartGraphCommand)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartGraphCommand::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartGraphCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// .TideChartGraph fromGraph = 1;
if (this->has_fromgraph()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
1, _Internal::fromgraph(this), output);
}
// .TideChartGraph toGraph = 2;
if (this->has_tograph()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
2, _Internal::tograph(this), output);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnum(
3, this->type(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartGraphCommand)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartGraphCommand::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartGraphCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// .TideChartGraph fromGraph = 1;
if (this->has_fromgraph()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
1, _Internal::fromgraph(this), target);
}
// .TideChartGraph toGraph = 2;
if (this->has_tograph()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
2, _Internal::tograph(this), target);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray(
3, this->type(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartGraphCommand)
return target;
}
size_t TideChartGraphCommand::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartGraphCommand)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// .TideChartGraph fromGraph = 1;
if (this->has_fromgraph()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*fromgraph_);
}
// .TideChartGraph toGraph = 2;
if (this->has_tograph()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*tograph_);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->type());
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartGraphCommand::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartGraphCommand)
GOOGLE_DCHECK_NE(&from, this);
const TideChartGraphCommand* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartGraphCommand>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartGraphCommand)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartGraphCommand)
MergeFrom(*source);
}
}
void TideChartGraphCommand::MergeFrom(const TideChartGraphCommand& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartGraphCommand)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.has_fromgraph()) {
mutable_fromgraph()->::TideChartGraph::MergeFrom(from.fromgraph());
}
if (from.has_tograph()) {
mutable_tograph()->::TideChartGraph::MergeFrom(from.tograph());
}
if (from.type() != 0) {
set_type(from.type());
}
}
void TideChartGraphCommand::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartGraphCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartGraphCommand::CopyFrom(const TideChartGraphCommand& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartGraphCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartGraphCommand::IsInitialized() const {
return true;
}
void TideChartGraphCommand::InternalSwap(TideChartGraphCommand* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
swap(fromgraph_, other->fromgraph_);
swap(tograph_, other->tograph_);
swap(type_, other->type_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartGraphCommand::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartPropertyCommand::InitAsDefaultInstance() {
::_TideChartPropertyCommand_default_instance_.node_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::_TideChartPropertyCommand_default_instance_.region_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::_TideChartPropertyCommand_default_instance_.widget_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::_TideChartPropertyCommand_default_instance_.graph_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
class TideChartPropertyCommand::_Internal {
public:
};
TideChartPropertyCommand::TideChartPropertyCommand()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartPropertyCommand)
}
TideChartPropertyCommand::TideChartPropertyCommand(const TideChartPropertyCommand& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
fromprops_(from.fromprops_),
toprops_(from.toprops_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
type_ = from.type_;
clear_has_target();
switch (from.target_case()) {
case kNode: {
set_node(from.node());
break;
}
case kRegion: {
set_region(from.region());
break;
}
case kWidget: {
set_widget(from.widget());
break;
}
case kGraph: {
set_graph(from.graph());
break;
}
case TARGET_NOT_SET: {
break;
}
}
// @@protoc_insertion_point(copy_constructor:TideChartPropertyCommand)
}
void TideChartPropertyCommand::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartPropertyCommand_tide_5fchart_2eproto.base);
type_ = 0;
clear_has_target();
}
TideChartPropertyCommand::~TideChartPropertyCommand() {
// @@protoc_insertion_point(destructor:TideChartPropertyCommand)
SharedDtor();
}
void TideChartPropertyCommand::SharedDtor() {
if (has_target()) {
clear_target();
}
}
void TideChartPropertyCommand::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartPropertyCommand& TideChartPropertyCommand::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartPropertyCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartPropertyCommand::clear_target() {
// @@protoc_insertion_point(one_of_clear_start:TideChartPropertyCommand)
switch (target_case()) {
case kNode: {
target_.node_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case kRegion: {
target_.region_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case kWidget: {
target_.widget_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case kGraph: {
target_.graph_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case TARGET_NOT_SET: {
break;
}
}
_oneof_case_[0] = TARGET_NOT_SET;
}
void TideChartPropertyCommand::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartPropertyCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
fromprops_.Clear();
toprops_.Clear();
type_ = 0;
clear_target();
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartPropertyCommand::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// repeated .TideChartProperty fromProps = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_fromprops(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 10);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty toProps = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_toprops(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 18);
} else goto handle_unusual;
continue;
// .TideChartCommandUpdateType type = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
set_type(static_cast<::TideChartCommandUpdateType>(val));
} else goto handle_unusual;
continue;
// string node = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_node(), ptr, ctx, "TideChartPropertyCommand.node");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string region = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_region(), ptr, ctx, "TideChartPropertyCommand.region");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string widget = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 58)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_widget(), ptr, ctx, "TideChartPropertyCommand.widget");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string graph = 8;
case 8:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 66)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_graph(), ptr, ctx, "TideChartPropertyCommand.graph");
CHK_(ptr);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartPropertyCommand::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartPropertyCommand)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// repeated .TideChartProperty fromProps = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_fromprops()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty toProps = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_toprops()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartCommandUpdateType type = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (24 & 0xFF)) {
int value = 0;
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
int, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_ENUM>(
input, &value)));
set_type(static_cast< ::TideChartCommandUpdateType >(value));
} else {
goto handle_unusual;
}
break;
}
// string node = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_node()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartPropertyCommand.node"));
} else {
goto handle_unusual;
}
break;
}
// string region = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (50 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_region()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->region().data(), static_cast<int>(this->region().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartPropertyCommand.region"));
} else {
goto handle_unusual;
}
break;
}
// string widget = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (58 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_widget()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->widget().data(), static_cast<int>(this->widget().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartPropertyCommand.widget"));
} else {
goto handle_unusual;
}
break;
}
// string graph = 8;
case 8: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (66 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_graph()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->graph().data(), static_cast<int>(this->graph().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartPropertyCommand.graph"));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartPropertyCommand)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartPropertyCommand)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartPropertyCommand::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartPropertyCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// repeated .TideChartProperty fromProps = 1;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->fromprops_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
1,
this->fromprops(static_cast<int>(i)),
output);
}
// repeated .TideChartProperty toProps = 2;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->toprops_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
2,
this->toprops(static_cast<int>(i)),
output);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnum(
3, this->type(), output);
}
// string node = 5;
if (has_node()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPropertyCommand.node");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
5, this->node(), output);
}
// string region = 6;
if (has_region()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->region().data(), static_cast<int>(this->region().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPropertyCommand.region");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
6, this->region(), output);
}
// string widget = 7;
if (has_widget()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->widget().data(), static_cast<int>(this->widget().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPropertyCommand.widget");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
7, this->widget(), output);
}
// string graph = 8;
if (has_graph()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->graph().data(), static_cast<int>(this->graph().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPropertyCommand.graph");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
8, this->graph(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartPropertyCommand)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartPropertyCommand::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartPropertyCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// repeated .TideChartProperty fromProps = 1;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->fromprops_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
1, this->fromprops(static_cast<int>(i)), target);
}
// repeated .TideChartProperty toProps = 2;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->toprops_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
2, this->toprops(static_cast<int>(i)), target);
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray(
3, this->type(), target);
}
// string node = 5;
if (has_node()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPropertyCommand.node");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
5, this->node(), target);
}
// string region = 6;
if (has_region()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->region().data(), static_cast<int>(this->region().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPropertyCommand.region");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
6, this->region(), target);
}
// string widget = 7;
if (has_widget()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->widget().data(), static_cast<int>(this->widget().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPropertyCommand.widget");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
7, this->widget(), target);
}
// string graph = 8;
if (has_graph()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->graph().data(), static_cast<int>(this->graph().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartPropertyCommand.graph");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
8, this->graph(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartPropertyCommand)
return target;
}
size_t TideChartPropertyCommand::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartPropertyCommand)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated .TideChartProperty fromProps = 1;
{
unsigned int count = static_cast<unsigned int>(this->fromprops_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->fromprops(static_cast<int>(i)));
}
}
// repeated .TideChartProperty toProps = 2;
{
unsigned int count = static_cast<unsigned int>(this->toprops_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->toprops(static_cast<int>(i)));
}
}
// .TideChartCommandUpdateType type = 3;
if (this->type() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->type());
}
switch (target_case()) {
// string node = 5;
case kNode: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->node());
break;
}
// string region = 6;
case kRegion: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->region());
break;
}
// string widget = 7;
case kWidget: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->widget());
break;
}
// string graph = 8;
case kGraph: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->graph());
break;
}
case TARGET_NOT_SET: {
break;
}
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartPropertyCommand::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartPropertyCommand)
GOOGLE_DCHECK_NE(&from, this);
const TideChartPropertyCommand* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartPropertyCommand>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartPropertyCommand)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartPropertyCommand)
MergeFrom(*source);
}
}
void TideChartPropertyCommand::MergeFrom(const TideChartPropertyCommand& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartPropertyCommand)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
fromprops_.MergeFrom(from.fromprops_);
toprops_.MergeFrom(from.toprops_);
if (from.type() != 0) {
set_type(from.type());
}
switch (from.target_case()) {
case kNode: {
set_node(from.node());
break;
}
case kRegion: {
set_region(from.region());
break;
}
case kWidget: {
set_widget(from.widget());
break;
}
case kGraph: {
set_graph(from.graph());
break;
}
case TARGET_NOT_SET: {
break;
}
}
}
void TideChartPropertyCommand::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartPropertyCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartPropertyCommand::CopyFrom(const TideChartPropertyCommand& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartPropertyCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartPropertyCommand::IsInitialized() const {
return true;
}
void TideChartPropertyCommand::InternalSwap(TideChartPropertyCommand* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
CastToBase(&fromprops_)->InternalSwap(CastToBase(&other->fromprops_));
CastToBase(&toprops_)->InternalSwap(CastToBase(&other->toprops_));
swap(type_, other->type_);
swap(target_, other->target_);
swap(_oneof_case_[0], other->_oneof_case_[0]);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartPropertyCommand::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartNoteCommand::InitAsDefaultInstance() {
::_TideChartNoteCommand_default_instance_.node_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::_TideChartNoteCommand_default_instance_.region_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::_TideChartNoteCommand_default_instance_.graph_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
class TideChartNoteCommand::_Internal {
public:
};
TideChartNoteCommand::TideChartNoteCommand()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartNoteCommand)
}
TideChartNoteCommand::TideChartNoteCommand(const TideChartNoteCommand& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
notes_(from.notes_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
type_ = from.type_;
clear_has_target();
switch (from.target_case()) {
case kNode: {
set_node(from.node());
break;
}
case kRegion: {
set_region(from.region());
break;
}
case kGraph: {
set_graph(from.graph());
break;
}
case TARGET_NOT_SET: {
break;
}
}
// @@protoc_insertion_point(copy_constructor:TideChartNoteCommand)
}
void TideChartNoteCommand::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartNoteCommand_tide_5fchart_2eproto.base);
type_ = 0;
clear_has_target();
}
TideChartNoteCommand::~TideChartNoteCommand() {
// @@protoc_insertion_point(destructor:TideChartNoteCommand)
SharedDtor();
}
void TideChartNoteCommand::SharedDtor() {
if (has_target()) {
clear_target();
}
}
void TideChartNoteCommand::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartNoteCommand& TideChartNoteCommand::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartNoteCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartNoteCommand::clear_target() {
// @@protoc_insertion_point(one_of_clear_start:TideChartNoteCommand)
switch (target_case()) {
case kNode: {
target_.node_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case kRegion: {
target_.region_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case kGraph: {
target_.graph_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case TARGET_NOT_SET: {
break;
}
}
_oneof_case_[0] = TARGET_NOT_SET;
}
void TideChartNoteCommand::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartNoteCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
notes_.Clear();
type_ = 0;
clear_target();
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartNoteCommand::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// repeated .TideChartNote notes = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_notes(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 10);
} else goto handle_unusual;
continue;
// .TideChartCommandUpdateType type = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 16)) {
::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
set_type(static_cast<::TideChartCommandUpdateType>(val));
} else goto handle_unusual;
continue;
// string node = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_node(), ptr, ctx, "TideChartNoteCommand.node");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string region = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_region(), ptr, ctx, "TideChartNoteCommand.region");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string graph = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_graph(), ptr, ctx, "TideChartNoteCommand.graph");
CHK_(ptr);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartNoteCommand::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartNoteCommand)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// repeated .TideChartNote notes = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_notes()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartCommandUpdateType type = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (16 & 0xFF)) {
int value = 0;
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
int, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_ENUM>(
input, &value)));
set_type(static_cast< ::TideChartCommandUpdateType >(value));
} else {
goto handle_unusual;
}
break;
}
// string node = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_node()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNoteCommand.node"));
} else {
goto handle_unusual;
}
break;
}
// string region = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (34 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_region()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->region().data(), static_cast<int>(this->region().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNoteCommand.region"));
} else {
goto handle_unusual;
}
break;
}
// string graph = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_graph()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->graph().data(), static_cast<int>(this->graph().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartNoteCommand.graph"));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartNoteCommand)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartNoteCommand)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartNoteCommand::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartNoteCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// repeated .TideChartNote notes = 1;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->notes_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
1,
this->notes(static_cast<int>(i)),
output);
}
// .TideChartCommandUpdateType type = 2;
if (this->type() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnum(
2, this->type(), output);
}
// string node = 3;
if (has_node()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNoteCommand.node");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->node(), output);
}
// string region = 4;
if (has_region()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->region().data(), static_cast<int>(this->region().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNoteCommand.region");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
4, this->region(), output);
}
// string graph = 5;
if (has_graph()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->graph().data(), static_cast<int>(this->graph().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNoteCommand.graph");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
5, this->graph(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartNoteCommand)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartNoteCommand::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartNoteCommand)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// repeated .TideChartNote notes = 1;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->notes_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
1, this->notes(static_cast<int>(i)), target);
}
// .TideChartCommandUpdateType type = 2;
if (this->type() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray(
2, this->type(), target);
}
// string node = 3;
if (has_node()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNoteCommand.node");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->node(), target);
}
// string region = 4;
if (has_region()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->region().data(), static_cast<int>(this->region().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNoteCommand.region");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
4, this->region(), target);
}
// string graph = 5;
if (has_graph()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->graph().data(), static_cast<int>(this->graph().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartNoteCommand.graph");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
5, this->graph(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartNoteCommand)
return target;
}
size_t TideChartNoteCommand::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartNoteCommand)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated .TideChartNote notes = 1;
{
unsigned int count = static_cast<unsigned int>(this->notes_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->notes(static_cast<int>(i)));
}
}
// .TideChartCommandUpdateType type = 2;
if (this->type() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->type());
}
switch (target_case()) {
// string node = 3;
case kNode: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->node());
break;
}
// string region = 4;
case kRegion: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->region());
break;
}
// string graph = 5;
case kGraph: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->graph());
break;
}
case TARGET_NOT_SET: {
break;
}
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartNoteCommand::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartNoteCommand)
GOOGLE_DCHECK_NE(&from, this);
const TideChartNoteCommand* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartNoteCommand>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartNoteCommand)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartNoteCommand)
MergeFrom(*source);
}
}
void TideChartNoteCommand::MergeFrom(const TideChartNoteCommand& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartNoteCommand)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
notes_.MergeFrom(from.notes_);
if (from.type() != 0) {
set_type(from.type());
}
switch (from.target_case()) {
case kNode: {
set_node(from.node());
break;
}
case kRegion: {
set_region(from.region());
break;
}
case kGraph: {
set_graph(from.graph());
break;
}
case TARGET_NOT_SET: {
break;
}
}
}
void TideChartNoteCommand::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartNoteCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartNoteCommand::CopyFrom(const TideChartNoteCommand& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartNoteCommand)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartNoteCommand::IsInitialized() const {
return true;
}
void TideChartNoteCommand::InternalSwap(TideChartNoteCommand* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
CastToBase(¬es_)->InternalSwap(CastToBase(&other->notes_));
swap(type_, other->type_);
swap(target_, other->target_);
swap(_oneof_case_[0], other->_oneof_case_[0]);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartNoteCommand::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartSource::InitAsDefaultInstance() {
::_TideChartSource_default_instance_.script_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::_TideChartSource_default_instance_.chart_ = const_cast< ::TideChartData*>(
::TideChartData::internal_default_instance());
::_TideChartSource_default_instance_.data_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
class TideChartSource::_Internal {
public:
static const ::TideChartData& chart(const TideChartSource* msg);
};
const ::TideChartData&
TideChartSource::_Internal::chart(const TideChartSource* msg) {
return *msg->content_.chart_;
}
void TideChartSource::set_allocated_chart(::TideChartData* chart) {
::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual();
clear_content();
if (chart) {
::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr;
if (message_arena != submessage_arena) {
chart = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
message_arena, chart, submessage_arena);
}
set_has_chart();
content_.chart_ = chart;
}
// @@protoc_insertion_point(field_set_allocated:TideChartSource.chart)
}
TideChartSource::TideChartSource()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartSource)
}
TideChartSource::TideChartSource(const TideChartSource& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.id().empty()) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.name().empty()) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.path().empty()) {
path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_);
}
modifieddate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.modifieddate().empty()) {
modifieddate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.modifieddate_);
}
modifiedby_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.modifiedby().empty()) {
modifiedby_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.modifiedby_);
}
version_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.version().empty()) {
version_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.version_);
}
size_ = from.size_;
clear_has_content();
switch (from.content_case()) {
case kScript: {
set_script(from.script());
break;
}
case kChart: {
mutable_chart()->::TideChartData::MergeFrom(from.chart());
break;
}
case kData: {
set_data(from.data());
break;
}
case CONTENT_NOT_SET: {
break;
}
}
// @@protoc_insertion_point(copy_constructor:TideChartSource)
}
void TideChartSource::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartCommand_tide_5fchart_2eproto.base);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifieddate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifiedby_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
version_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
size_ = 0;
clear_has_content();
}
TideChartSource::~TideChartSource() {
// @@protoc_insertion_point(destructor:TideChartSource)
SharedDtor();
}
void TideChartSource::SharedDtor() {
id_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
path_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifieddate_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifiedby_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
version_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (has_content()) {
clear_content();
}
}
void TideChartSource::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartSource& TideChartSource::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartSource::clear_content() {
// @@protoc_insertion_point(one_of_clear_start:TideChartSource)
switch (content_case()) {
case kScript: {
content_.script_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case kChart: {
delete content_.chart_;
break;
}
case kData: {
content_.data_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case CONTENT_NOT_SET: {
break;
}
}
_oneof_case_[0] = CONTENT_NOT_SET;
}
void TideChartSource::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartSource)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
id_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
path_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifieddate_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifiedby_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
version_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
size_ = 0;
clear_content();
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartSource::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string id = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_id(), ptr, ctx, "TideChartSource.id");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string name = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_name(), ptr, ctx, "TideChartSource.name");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string path = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_path(), ptr, ctx, "TideChartSource.path");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string modifiedDate = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_modifieddate(), ptr, ctx, "TideChartSource.modifiedDate");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string modifiedBy = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_modifiedby(), ptr, ctx, "TideChartSource.modifiedBy");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string version = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 58)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_version(), ptr, ctx, "TideChartSource.version");
CHK_(ptr);
} else goto handle_unusual;
continue;
// int32 size = 8;
case 8:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 64)) {
size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// string script = 9;
case 9:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 74)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_script(), ptr, ctx, "TideChartSource.script");
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartData chart = 10;
case 10:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 82)) {
ptr = ctx->ParseMessage(mutable_chart(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// bytes data = 11;
case 11:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 90)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(mutable_data(), ptr, ctx);
CHK_(ptr);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartSource::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartSource)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string id = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_id()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartSource.id"));
} else {
goto handle_unusual;
}
break;
}
// string name = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_name()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartSource.name"));
} else {
goto handle_unusual;
}
break;
}
// string path = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_path()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartSource.path"));
} else {
goto handle_unusual;
}
break;
}
// string modifiedDate = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_modifieddate()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifieddate().data(), static_cast<int>(this->modifieddate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartSource.modifiedDate"));
} else {
goto handle_unusual;
}
break;
}
// string modifiedBy = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (50 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_modifiedby()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifiedby().data(), static_cast<int>(this->modifiedby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartSource.modifiedBy"));
} else {
goto handle_unusual;
}
break;
}
// string version = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (58 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_version()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartSource.version"));
} else {
goto handle_unusual;
}
break;
}
// int32 size = 8;
case 8: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (64 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>(
input, &size_)));
} else {
goto handle_unusual;
}
break;
}
// string script = 9;
case 9: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (74 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_script()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->script().data(), static_cast<int>(this->script().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartSource.script"));
} else {
goto handle_unusual;
}
break;
}
// .TideChartData chart = 10;
case 10: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (82 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_chart()));
} else {
goto handle_unusual;
}
break;
}
// bytes data = 11;
case 11: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (90 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadBytes(
input, this->mutable_data()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartSource)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartSource)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartSource::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartSource)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSource.id");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->id(), output);
}
// string name = 2;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSource.name");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
2, this->name(), output);
}
// string path = 3;
if (this->path().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSource.path");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->path(), output);
}
// string modifiedDate = 5;
if (this->modifieddate().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifieddate().data(), static_cast<int>(this->modifieddate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSource.modifiedDate");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
5, this->modifieddate(), output);
}
// string modifiedBy = 6;
if (this->modifiedby().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifiedby().data(), static_cast<int>(this->modifiedby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSource.modifiedBy");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
6, this->modifiedby(), output);
}
// string version = 7;
if (this->version().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSource.version");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
7, this->version(), output);
}
// int32 size = 8;
if (this->size() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32(8, this->size(), output);
}
// string script = 9;
if (has_script()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->script().data(), static_cast<int>(this->script().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSource.script");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
9, this->script(), output);
}
// .TideChartData chart = 10;
if (has_chart()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
10, _Internal::chart(this), output);
}
// bytes data = 11;
if (has_data()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBytesMaybeAliased(
11, this->data(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartSource)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartSource::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartSource)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSource.id");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->id(), target);
}
// string name = 2;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSource.name");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
2, this->name(), target);
}
// string path = 3;
if (this->path().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSource.path");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->path(), target);
}
// string modifiedDate = 5;
if (this->modifieddate().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifieddate().data(), static_cast<int>(this->modifieddate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSource.modifiedDate");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
5, this->modifieddate(), target);
}
// string modifiedBy = 6;
if (this->modifiedby().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifiedby().data(), static_cast<int>(this->modifiedby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSource.modifiedBy");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
6, this->modifiedby(), target);
}
// string version = 7;
if (this->version().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSource.version");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
7, this->version(), target);
}
// int32 size = 8;
if (this->size() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(8, this->size(), target);
}
// string script = 9;
if (has_script()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->script().data(), static_cast<int>(this->script().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSource.script");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
9, this->script(), target);
}
// .TideChartData chart = 10;
if (has_chart()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
10, _Internal::chart(this), target);
}
// bytes data = 11;
if (has_data()) {
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBytesToArray(
11, this->data(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartSource)
return target;
}
size_t TideChartSource::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartSource)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->id());
}
// string name = 2;
if (this->name().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->name());
}
// string path = 3;
if (this->path().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->path());
}
// string modifiedDate = 5;
if (this->modifieddate().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->modifieddate());
}
// string modifiedBy = 6;
if (this->modifiedby().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->modifiedby());
}
// string version = 7;
if (this->version().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->version());
}
// int32 size = 8;
if (this->size() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
this->size());
}
switch (content_case()) {
// string script = 9;
case kScript: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->script());
break;
}
// .TideChartData chart = 10;
case kChart: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*content_.chart_);
break;
}
// bytes data = 11;
case kData: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::BytesSize(
this->data());
break;
}
case CONTENT_NOT_SET: {
break;
}
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartSource::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartSource)
GOOGLE_DCHECK_NE(&from, this);
const TideChartSource* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartSource>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartSource)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartSource)
MergeFrom(*source);
}
}
void TideChartSource::MergeFrom(const TideChartSource& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartSource)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.id().size() > 0) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
if (from.name().size() > 0) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
if (from.path().size() > 0) {
path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_);
}
if (from.modifieddate().size() > 0) {
modifieddate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.modifieddate_);
}
if (from.modifiedby().size() > 0) {
modifiedby_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.modifiedby_);
}
if (from.version().size() > 0) {
version_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.version_);
}
if (from.size() != 0) {
set_size(from.size());
}
switch (from.content_case()) {
case kScript: {
set_script(from.script());
break;
}
case kChart: {
mutable_chart()->::TideChartData::MergeFrom(from.chart());
break;
}
case kData: {
set_data(from.data());
break;
}
case CONTENT_NOT_SET: {
break;
}
}
}
void TideChartSource::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartSource)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartSource::CopyFrom(const TideChartSource& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartSource)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartSource::IsInitialized() const {
return true;
}
void TideChartSource::InternalSwap(TideChartSource* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
id_.Swap(&other->id_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
name_.Swap(&other->name_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
path_.Swap(&other->path_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
modifieddate_.Swap(&other->modifieddate_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
modifiedby_.Swap(&other->modifiedby_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
version_.Swap(&other->version_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(size_, other->size_);
swap(content_, other->content_);
swap(_oneof_case_[0], other->_oneof_case_[0]);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartSource::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartLibrary::InitAsDefaultInstance() {
::_TideChartLibrary_default_instance_._instance.get_mutable()->methods_ = const_cast< ::TideChartGraph*>(
::TideChartGraph::internal_default_instance());
}
class TideChartLibrary::_Internal {
public:
static const ::TideChartGraph& methods(const TideChartLibrary* msg);
};
const ::TideChartGraph&
TideChartLibrary::_Internal::methods(const TideChartLibrary* msg) {
return *msg->methods_;
}
TideChartLibrary::TideChartLibrary()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartLibrary)
}
TideChartLibrary::TideChartLibrary(const TideChartLibrary& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
files_(from.files_),
settings_(from.settings_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.id().empty()) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.name().empty()) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
title_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.title().empty()) {
title_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.title_);
}
origin_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.origin().empty()) {
origin_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.origin_);
}
branch_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.branch().empty()) {
branch_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.branch_);
}
path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.path().empty()) {
path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_);
}
if (from.has_methods()) {
methods_ = new ::TideChartGraph(*from.methods_);
} else {
methods_ = nullptr;
}
// @@protoc_insertion_point(copy_constructor:TideChartLibrary)
}
void TideChartLibrary::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartCommand_tide_5fchart_2eproto.base);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
title_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
origin_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
branch_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
methods_ = nullptr;
}
TideChartLibrary::~TideChartLibrary() {
// @@protoc_insertion_point(destructor:TideChartLibrary)
SharedDtor();
}
void TideChartLibrary::SharedDtor() {
id_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
title_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
origin_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
branch_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
path_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (this != internal_default_instance()) delete methods_;
}
void TideChartLibrary::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartLibrary& TideChartLibrary::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartLibrary::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartLibrary)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
files_.Clear();
settings_.Clear();
id_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
title_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
origin_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
branch_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
path_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (GetArenaNoVirtual() == nullptr && methods_ != nullptr) {
delete methods_;
}
methods_ = nullptr;
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartLibrary::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string id = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_id(), ptr, ctx, "TideChartLibrary.id");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string name = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_name(), ptr, ctx, "TideChartLibrary.name");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string title = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_title(), ptr, ctx, "TideChartLibrary.title");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string origin = 10;
case 10:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 82)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_origin(), ptr, ctx, "TideChartLibrary.origin");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string branch = 11;
case 11:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 90)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_branch(), ptr, ctx, "TideChartLibrary.branch");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string path = 12;
case 12:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 98)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_path(), ptr, ctx, "TideChartLibrary.path");
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartSource files = 14;
case 14:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 114)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_files(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 114);
} else goto handle_unusual;
continue;
// .TideChartGraph methods = 15;
case 15:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 122)) {
ptr = ctx->ParseMessage(mutable_methods(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty settings = 16;
case 16:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 130)) {
ptr -= 2;
do {
ptr += 2;
ptr = ctx->ParseMessage(add_settings(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint16>(ptr) == 386);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartLibrary::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartLibrary)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string id = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_id()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartLibrary.id"));
} else {
goto handle_unusual;
}
break;
}
// string name = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_name()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartLibrary.name"));
} else {
goto handle_unusual;
}
break;
}
// string title = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_title()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->title().data(), static_cast<int>(this->title().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartLibrary.title"));
} else {
goto handle_unusual;
}
break;
}
// string origin = 10;
case 10: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (82 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_origin()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->origin().data(), static_cast<int>(this->origin().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartLibrary.origin"));
} else {
goto handle_unusual;
}
break;
}
// string branch = 11;
case 11: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (90 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_branch()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->branch().data(), static_cast<int>(this->branch().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartLibrary.branch"));
} else {
goto handle_unusual;
}
break;
}
// string path = 12;
case 12: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (98 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_path()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartLibrary.path"));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartSource files = 14;
case 14: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (114 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_files()));
} else {
goto handle_unusual;
}
break;
}
// .TideChartGraph methods = 15;
case 15: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (122 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_methods()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty settings = 16;
case 16: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (130 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_settings()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartLibrary)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartLibrary)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartLibrary::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartLibrary)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLibrary.id");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->id(), output);
}
// string name = 2;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLibrary.name");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
2, this->name(), output);
}
// string title = 3;
if (this->title().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->title().data(), static_cast<int>(this->title().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLibrary.title");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->title(), output);
}
// string origin = 10;
if (this->origin().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->origin().data(), static_cast<int>(this->origin().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLibrary.origin");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
10, this->origin(), output);
}
// string branch = 11;
if (this->branch().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->branch().data(), static_cast<int>(this->branch().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLibrary.branch");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
11, this->branch(), output);
}
// string path = 12;
if (this->path().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLibrary.path");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
12, this->path(), output);
}
// repeated .TideChartSource files = 14;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->files_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
14,
this->files(static_cast<int>(i)),
output);
}
// .TideChartGraph methods = 15;
if (this->has_methods()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
15, _Internal::methods(this), output);
}
// repeated .TideChartProperty settings = 16;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->settings_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
16,
this->settings(static_cast<int>(i)),
output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartLibrary)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartLibrary::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartLibrary)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLibrary.id");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->id(), target);
}
// string name = 2;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLibrary.name");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
2, this->name(), target);
}
// string title = 3;
if (this->title().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->title().data(), static_cast<int>(this->title().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLibrary.title");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->title(), target);
}
// string origin = 10;
if (this->origin().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->origin().data(), static_cast<int>(this->origin().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLibrary.origin");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
10, this->origin(), target);
}
// string branch = 11;
if (this->branch().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->branch().data(), static_cast<int>(this->branch().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLibrary.branch");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
11, this->branch(), target);
}
// string path = 12;
if (this->path().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLibrary.path");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
12, this->path(), target);
}
// repeated .TideChartSource files = 14;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->files_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
14, this->files(static_cast<int>(i)), target);
}
// .TideChartGraph methods = 15;
if (this->has_methods()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
15, _Internal::methods(this), target);
}
// repeated .TideChartProperty settings = 16;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->settings_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
16, this->settings(static_cast<int>(i)), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartLibrary)
return target;
}
size_t TideChartLibrary::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartLibrary)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated .TideChartSource files = 14;
{
unsigned int count = static_cast<unsigned int>(this->files_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->files(static_cast<int>(i)));
}
}
// repeated .TideChartProperty settings = 16;
{
unsigned int count = static_cast<unsigned int>(this->settings_size());
total_size += 2UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->settings(static_cast<int>(i)));
}
}
// string id = 1;
if (this->id().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->id());
}
// string name = 2;
if (this->name().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->name());
}
// string title = 3;
if (this->title().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->title());
}
// string origin = 10;
if (this->origin().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->origin());
}
// string branch = 11;
if (this->branch().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->branch());
}
// string path = 12;
if (this->path().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->path());
}
// .TideChartGraph methods = 15;
if (this->has_methods()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*methods_);
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartLibrary::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartLibrary)
GOOGLE_DCHECK_NE(&from, this);
const TideChartLibrary* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartLibrary>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartLibrary)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartLibrary)
MergeFrom(*source);
}
}
void TideChartLibrary::MergeFrom(const TideChartLibrary& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartLibrary)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
files_.MergeFrom(from.files_);
settings_.MergeFrom(from.settings_);
if (from.id().size() > 0) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
if (from.name().size() > 0) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
if (from.title().size() > 0) {
title_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.title_);
}
if (from.origin().size() > 0) {
origin_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.origin_);
}
if (from.branch().size() > 0) {
branch_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.branch_);
}
if (from.path().size() > 0) {
path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_);
}
if (from.has_methods()) {
mutable_methods()->::TideChartGraph::MergeFrom(from.methods());
}
}
void TideChartLibrary::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartLibrary)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartLibrary::CopyFrom(const TideChartLibrary& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartLibrary)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartLibrary::IsInitialized() const {
return true;
}
void TideChartLibrary::InternalSwap(TideChartLibrary* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
CastToBase(&files_)->InternalSwap(CastToBase(&other->files_));
CastToBase(&settings_)->InternalSwap(CastToBase(&other->settings_));
id_.Swap(&other->id_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
name_.Swap(&other->name_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
title_.Swap(&other->title_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
origin_.Swap(&other->origin_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
branch_.Swap(&other->branch_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
path_.Swap(&other->path_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(methods_, other->methods_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartLibrary::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartSite::InitAsDefaultInstance() {
}
class TideChartSite::_Internal {
public:
};
TideChartSite::TideChartSite()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartSite)
}
TideChartSite::TideChartSite(const TideChartSite& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
stack_(from.stack_),
scope_(from.scope_),
local_(from.local_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.path().empty()) {
path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_);
}
trigger_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.trigger().empty()) {
trigger_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.trigger_);
}
event_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.event().empty()) {
event_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.event_);
}
filter_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.filter().empty()) {
filter_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filter_);
}
graph_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.graph().empty()) {
graph_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.graph_);
}
region_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.region().empty()) {
region_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.region_);
}
node_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.node().empty()) {
node_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.node_);
}
port_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.port().empty()) {
port_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.port_);
}
index_ = from.index_;
// @@protoc_insertion_point(copy_constructor:TideChartSite)
}
void TideChartSite::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartSite_tide_5fchart_2eproto.base);
path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
trigger_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
event_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
filter_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
graph_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
region_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
node_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
port_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
index_ = PROTOBUF_LONGLONG(0);
}
TideChartSite::~TideChartSite() {
// @@protoc_insertion_point(destructor:TideChartSite)
SharedDtor();
}
void TideChartSite::SharedDtor() {
path_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
trigger_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
event_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
filter_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
graph_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
region_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
node_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
port_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
void TideChartSite::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartSite& TideChartSite::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartSite_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartSite::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartSite)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
stack_.Clear();
scope_.Clear();
local_.Clear();
path_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
trigger_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
event_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
filter_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
graph_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
region_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
node_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
port_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
index_ = PROTOBUF_LONGLONG(0);
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartSite::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// int64 index = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) {
index_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartSite stack = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_stack(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 18);
} else goto handle_unusual;
continue;
// string path = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_path(), ptr, ctx, "TideChartSite.path");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string trigger = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_trigger(), ptr, ctx, "TideChartSite.trigger");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string event = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_event(), ptr, ctx, "TideChartSite.event");
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated string scope = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
ptr -= 1;
do {
ptr += 1;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(add_scope(), ptr, ctx, "TideChartSite.scope");
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 50);
} else goto handle_unusual;
continue;
// string filter = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 58)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_filter(), ptr, ctx, "TideChartSite.filter");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string graph = 8;
case 8:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 66)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_graph(), ptr, ctx, "TideChartSite.graph");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string region = 9;
case 9:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 74)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_region(), ptr, ctx, "TideChartSite.region");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string node = 10;
case 10:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 82)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_node(), ptr, ctx, "TideChartSite.node");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string port = 11;
case 11:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 90)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_port(), ptr, ctx, "TideChartSite.port");
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty local = 12;
case 12:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 98)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_local(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 98);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartSite::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartSite)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// int64 index = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (8 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, &index_)));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartSite stack = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_stack()));
} else {
goto handle_unusual;
}
break;
}
// string path = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_path()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartSite.path"));
} else {
goto handle_unusual;
}
break;
}
// string trigger = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (34 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_trigger()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->trigger().data(), static_cast<int>(this->trigger().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartSite.trigger"));
} else {
goto handle_unusual;
}
break;
}
// string event = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_event()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->event().data(), static_cast<int>(this->event().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartSite.event"));
} else {
goto handle_unusual;
}
break;
}
// repeated string scope = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (50 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->add_scope()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->scope(this->scope_size() - 1).data(),
static_cast<int>(this->scope(this->scope_size() - 1).length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartSite.scope"));
} else {
goto handle_unusual;
}
break;
}
// string filter = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (58 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_filter()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->filter().data(), static_cast<int>(this->filter().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartSite.filter"));
} else {
goto handle_unusual;
}
break;
}
// string graph = 8;
case 8: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (66 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_graph()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->graph().data(), static_cast<int>(this->graph().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartSite.graph"));
} else {
goto handle_unusual;
}
break;
}
// string region = 9;
case 9: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (74 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_region()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->region().data(), static_cast<int>(this->region().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartSite.region"));
} else {
goto handle_unusual;
}
break;
}
// string node = 10;
case 10: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (82 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_node()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartSite.node"));
} else {
goto handle_unusual;
}
break;
}
// string port = 11;
case 11: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (90 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_port()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->port().data(), static_cast<int>(this->port().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartSite.port"));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty local = 12;
case 12: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (98 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_local()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartSite)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartSite)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartSite::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartSite)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// int64 index = 1;
if (this->index() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(1, this->index(), output);
}
// repeated .TideChartSite stack = 2;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->stack_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
2,
this->stack(static_cast<int>(i)),
output);
}
// string path = 3;
if (this->path().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.path");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->path(), output);
}
// string trigger = 4;
if (this->trigger().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->trigger().data(), static_cast<int>(this->trigger().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.trigger");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
4, this->trigger(), output);
}
// string event = 5;
if (this->event().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->event().data(), static_cast<int>(this->event().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.event");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
5, this->event(), output);
}
// repeated string scope = 6;
for (int i = 0, n = this->scope_size(); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->scope(i).data(), static_cast<int>(this->scope(i).length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.scope");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteString(
6, this->scope(i), output);
}
// string filter = 7;
if (this->filter().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->filter().data(), static_cast<int>(this->filter().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.filter");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
7, this->filter(), output);
}
// string graph = 8;
if (this->graph().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->graph().data(), static_cast<int>(this->graph().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.graph");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
8, this->graph(), output);
}
// string region = 9;
if (this->region().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->region().data(), static_cast<int>(this->region().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.region");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
9, this->region(), output);
}
// string node = 10;
if (this->node().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.node");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
10, this->node(), output);
}
// string port = 11;
if (this->port().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->port().data(), static_cast<int>(this->port().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.port");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
11, this->port(), output);
}
// repeated .TideChartProperty local = 12;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->local_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
12,
this->local(static_cast<int>(i)),
output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartSite)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartSite::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartSite)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// int64 index = 1;
if (this->index() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(1, this->index(), target);
}
// repeated .TideChartSite stack = 2;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->stack_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
2, this->stack(static_cast<int>(i)), target);
}
// string path = 3;
if (this->path().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.path");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->path(), target);
}
// string trigger = 4;
if (this->trigger().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->trigger().data(), static_cast<int>(this->trigger().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.trigger");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
4, this->trigger(), target);
}
// string event = 5;
if (this->event().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->event().data(), static_cast<int>(this->event().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.event");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
5, this->event(), target);
}
// repeated string scope = 6;
for (int i = 0, n = this->scope_size(); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->scope(i).data(), static_cast<int>(this->scope(i).length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.scope");
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
WriteStringToArray(6, this->scope(i), target);
}
// string filter = 7;
if (this->filter().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->filter().data(), static_cast<int>(this->filter().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.filter");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
7, this->filter(), target);
}
// string graph = 8;
if (this->graph().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->graph().data(), static_cast<int>(this->graph().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.graph");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
8, this->graph(), target);
}
// string region = 9;
if (this->region().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->region().data(), static_cast<int>(this->region().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.region");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
9, this->region(), target);
}
// string node = 10;
if (this->node().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->node().data(), static_cast<int>(this->node().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.node");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
10, this->node(), target);
}
// string port = 11;
if (this->port().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->port().data(), static_cast<int>(this->port().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartSite.port");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
11, this->port(), target);
}
// repeated .TideChartProperty local = 12;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->local_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
12, this->local(static_cast<int>(i)), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartSite)
return target;
}
size_t TideChartSite::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartSite)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated .TideChartSite stack = 2;
{
unsigned int count = static_cast<unsigned int>(this->stack_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->stack(static_cast<int>(i)));
}
}
// repeated string scope = 6;
total_size += 1 *
::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(this->scope_size());
for (int i = 0, n = this->scope_size(); i < n; i++) {
total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->scope(i));
}
// repeated .TideChartProperty local = 12;
{
unsigned int count = static_cast<unsigned int>(this->local_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->local(static_cast<int>(i)));
}
}
// string path = 3;
if (this->path().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->path());
}
// string trigger = 4;
if (this->trigger().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->trigger());
}
// string event = 5;
if (this->event().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->event());
}
// string filter = 7;
if (this->filter().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->filter());
}
// string graph = 8;
if (this->graph().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->graph());
}
// string region = 9;
if (this->region().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->region());
}
// string node = 10;
if (this->node().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->node());
}
// string port = 11;
if (this->port().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->port());
}
// int64 index = 1;
if (this->index() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->index());
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartSite::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartSite)
GOOGLE_DCHECK_NE(&from, this);
const TideChartSite* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartSite>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartSite)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartSite)
MergeFrom(*source);
}
}
void TideChartSite::MergeFrom(const TideChartSite& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartSite)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
stack_.MergeFrom(from.stack_);
scope_.MergeFrom(from.scope_);
local_.MergeFrom(from.local_);
if (from.path().size() > 0) {
path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_);
}
if (from.trigger().size() > 0) {
trigger_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.trigger_);
}
if (from.event().size() > 0) {
event_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.event_);
}
if (from.filter().size() > 0) {
filter_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.filter_);
}
if (from.graph().size() > 0) {
graph_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.graph_);
}
if (from.region().size() > 0) {
region_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.region_);
}
if (from.node().size() > 0) {
node_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.node_);
}
if (from.port().size() > 0) {
port_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.port_);
}
if (from.index() != 0) {
set_index(from.index());
}
}
void TideChartSite::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartSite)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartSite::CopyFrom(const TideChartSite& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartSite)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartSite::IsInitialized() const {
return true;
}
void TideChartSite::InternalSwap(TideChartSite* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
CastToBase(&stack_)->InternalSwap(CastToBase(&other->stack_));
scope_.InternalSwap(CastToBase(&other->scope_));
CastToBase(&local_)->InternalSwap(CastToBase(&other->local_));
path_.Swap(&other->path_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
trigger_.Swap(&other->trigger_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
event_.Swap(&other->event_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
filter_.Swap(&other->filter_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
graph_.Swap(&other->graph_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
region_.Swap(&other->region_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
node_.Swap(&other->node_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
port_.Swap(&other->port_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(index_, other->index_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartSite::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartMessage::InitAsDefaultInstance() {
::_TideChartMessage_default_instance_.jsoncontent_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::_TideChartMessage_default_instance_.msgcontent_.UnsafeSetDefault(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
class TideChartMessage::_Internal {
public:
};
TideChartMessage::TideChartMessage()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartMessage)
}
TideChartMessage::TideChartMessage(const TideChartMessage& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
type_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.type().empty()) {
type_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.type_);
}
::memcpy(&index_, &from.index_,
static_cast<size_t>(reinterpret_cast<char*>(&version_) -
reinterpret_cast<char*>(&index_)) + sizeof(version_));
clear_has_content();
switch (from.content_case()) {
case kJsonContent: {
set_jsoncontent(from.jsoncontent());
break;
}
case kMsgContent: {
set_msgcontent(from.msgcontent());
break;
}
case CONTENT_NOT_SET: {
break;
}
}
// @@protoc_insertion_point(copy_constructor:TideChartMessage)
}
void TideChartMessage::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartMessage_tide_5fchart_2eproto.base);
type_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&index_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&version_) -
reinterpret_cast<char*>(&index_)) + sizeof(version_));
clear_has_content();
}
TideChartMessage::~TideChartMessage() {
// @@protoc_insertion_point(destructor:TideChartMessage)
SharedDtor();
}
void TideChartMessage::SharedDtor() {
type_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (has_content()) {
clear_content();
}
}
void TideChartMessage::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartMessage& TideChartMessage::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartMessage_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartMessage::clear_content() {
// @@protoc_insertion_point(one_of_clear_start:TideChartMessage)
switch (content_case()) {
case kJsonContent: {
content_.jsoncontent_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case kMsgContent: {
content_.msgcontent_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
break;
}
case CONTENT_NOT_SET: {
break;
}
}
_oneof_case_[0] = CONTENT_NOT_SET;
}
void TideChartMessage::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartMessage)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
type_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&index_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&version_) -
reinterpret_cast<char*>(&index_)) + sizeof(version_));
clear_content();
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartMessage::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// int64 index = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) {
index_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int64 timestamp = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 16)) {
timestamp_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int64 origin = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) {
origin_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int64 previous = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 40)) {
previous_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int64 source = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 56)) {
source_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int64 target = 8;
case 8:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 64)) {
target_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int64 delayUntil = 9;
case 9:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 72)) {
delayuntil_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int64 holdToken = 10;
case 10:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 80)) {
holdtoken_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int64 cancelToken = 11;
case 11:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 88)) {
canceltoken_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// string type = 12;
case 12:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 98)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_type(), ptr, ctx, "TideChartMessage.type");
CHK_(ptr);
} else goto handle_unusual;
continue;
// int32 version = 13;
case 13:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 104)) {
version_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// string jsonContent = 14;
case 14:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 114)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_jsoncontent(), ptr, ctx, "TideChartMessage.jsonContent");
CHK_(ptr);
} else goto handle_unusual;
continue;
// bytes msgContent = 15;
case 15:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 122)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(mutable_msgcontent(), ptr, ctx);
CHK_(ptr);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartMessage::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartMessage)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// int64 index = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (8 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, &index_)));
} else {
goto handle_unusual;
}
break;
}
// int64 timestamp = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (16 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, ×tamp_)));
} else {
goto handle_unusual;
}
break;
}
// int64 origin = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (32 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, &origin_)));
} else {
goto handle_unusual;
}
break;
}
// int64 previous = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (40 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, &previous_)));
} else {
goto handle_unusual;
}
break;
}
// int64 source = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (56 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, &source_)));
} else {
goto handle_unusual;
}
break;
}
// int64 target = 8;
case 8: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (64 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, &target_)));
} else {
goto handle_unusual;
}
break;
}
// int64 delayUntil = 9;
case 9: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (72 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, &delayuntil_)));
} else {
goto handle_unusual;
}
break;
}
// int64 holdToken = 10;
case 10: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (80 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, &holdtoken_)));
} else {
goto handle_unusual;
}
break;
}
// int64 cancelToken = 11;
case 11: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (88 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, &canceltoken_)));
} else {
goto handle_unusual;
}
break;
}
// string type = 12;
case 12: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (98 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_type()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartMessage.type"));
} else {
goto handle_unusual;
}
break;
}
// int32 version = 13;
case 13: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (104 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>(
input, &version_)));
} else {
goto handle_unusual;
}
break;
}
// string jsonContent = 14;
case 14: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (114 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_jsoncontent()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->jsoncontent().data(), static_cast<int>(this->jsoncontent().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartMessage.jsonContent"));
} else {
goto handle_unusual;
}
break;
}
// bytes msgContent = 15;
case 15: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (122 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadBytes(
input, this->mutable_msgcontent()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartMessage)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartMessage)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartMessage::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartMessage)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// int64 index = 1;
if (this->index() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(1, this->index(), output);
}
// int64 timestamp = 2;
if (this->timestamp() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(2, this->timestamp(), output);
}
// int64 origin = 4;
if (this->origin() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(4, this->origin(), output);
}
// int64 previous = 5;
if (this->previous() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(5, this->previous(), output);
}
// int64 source = 7;
if (this->source() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(7, this->source(), output);
}
// int64 target = 8;
if (this->target() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(8, this->target(), output);
}
// int64 delayUntil = 9;
if (this->delayuntil() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(9, this->delayuntil(), output);
}
// int64 holdToken = 10;
if (this->holdtoken() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(10, this->holdtoken(), output);
}
// int64 cancelToken = 11;
if (this->canceltoken() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(11, this->canceltoken(), output);
}
// string type = 12;
if (this->type().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartMessage.type");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
12, this->type(), output);
}
// int32 version = 13;
if (this->version() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32(13, this->version(), output);
}
// string jsonContent = 14;
if (has_jsoncontent()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->jsoncontent().data(), static_cast<int>(this->jsoncontent().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartMessage.jsonContent");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
14, this->jsoncontent(), output);
}
// bytes msgContent = 15;
if (has_msgcontent()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBytesMaybeAliased(
15, this->msgcontent(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartMessage)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartMessage::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartMessage)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// int64 index = 1;
if (this->index() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(1, this->index(), target);
}
// int64 timestamp = 2;
if (this->timestamp() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(2, this->timestamp(), target);
}
// int64 origin = 4;
if (this->origin() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(4, this->origin(), target);
}
// int64 previous = 5;
if (this->previous() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(5, this->previous(), target);
}
// int64 source = 7;
if (this->source() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(7, this->source(), target);
}
// int64 target = 8;
if (this->target() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(8, this->target(), target);
}
// int64 delayUntil = 9;
if (this->delayuntil() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(9, this->delayuntil(), target);
}
// int64 holdToken = 10;
if (this->holdtoken() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(10, this->holdtoken(), target);
}
// int64 cancelToken = 11;
if (this->canceltoken() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(11, this->canceltoken(), target);
}
// string type = 12;
if (this->type().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartMessage.type");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
12, this->type(), target);
}
// int32 version = 13;
if (this->version() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(13, this->version(), target);
}
// string jsonContent = 14;
if (has_jsoncontent()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->jsoncontent().data(), static_cast<int>(this->jsoncontent().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartMessage.jsonContent");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
14, this->jsoncontent(), target);
}
// bytes msgContent = 15;
if (has_msgcontent()) {
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBytesToArray(
15, this->msgcontent(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartMessage)
return target;
}
size_t TideChartMessage::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartMessage)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// string type = 12;
if (this->type().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->type());
}
// int64 index = 1;
if (this->index() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->index());
}
// int64 timestamp = 2;
if (this->timestamp() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->timestamp());
}
// int64 origin = 4;
if (this->origin() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->origin());
}
// int64 previous = 5;
if (this->previous() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->previous());
}
// int64 source = 7;
if (this->source() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->source());
}
// int64 target = 8;
if (this->target() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->target());
}
// int64 delayUntil = 9;
if (this->delayuntil() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->delayuntil());
}
// int64 holdToken = 10;
if (this->holdtoken() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->holdtoken());
}
// int64 cancelToken = 11;
if (this->canceltoken() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->canceltoken());
}
// int32 version = 13;
if (this->version() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
this->version());
}
switch (content_case()) {
// string jsonContent = 14;
case kJsonContent: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->jsoncontent());
break;
}
// bytes msgContent = 15;
case kMsgContent: {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::BytesSize(
this->msgcontent());
break;
}
case CONTENT_NOT_SET: {
break;
}
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartMessage::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartMessage)
GOOGLE_DCHECK_NE(&from, this);
const TideChartMessage* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartMessage>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartMessage)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartMessage)
MergeFrom(*source);
}
}
void TideChartMessage::MergeFrom(const TideChartMessage& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartMessage)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.type().size() > 0) {
type_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.type_);
}
if (from.index() != 0) {
set_index(from.index());
}
if (from.timestamp() != 0) {
set_timestamp(from.timestamp());
}
if (from.origin() != 0) {
set_origin(from.origin());
}
if (from.previous() != 0) {
set_previous(from.previous());
}
if (from.source() != 0) {
set_source(from.source());
}
if (from.target() != 0) {
set_target(from.target());
}
if (from.delayuntil() != 0) {
set_delayuntil(from.delayuntil());
}
if (from.holdtoken() != 0) {
set_holdtoken(from.holdtoken());
}
if (from.canceltoken() != 0) {
set_canceltoken(from.canceltoken());
}
if (from.version() != 0) {
set_version(from.version());
}
switch (from.content_case()) {
case kJsonContent: {
set_jsoncontent(from.jsoncontent());
break;
}
case kMsgContent: {
set_msgcontent(from.msgcontent());
break;
}
case CONTENT_NOT_SET: {
break;
}
}
}
void TideChartMessage::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartMessage)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartMessage::CopyFrom(const TideChartMessage& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartMessage)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartMessage::IsInitialized() const {
return true;
}
void TideChartMessage::InternalSwap(TideChartMessage* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
type_.Swap(&other->type_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(index_, other->index_);
swap(timestamp_, other->timestamp_);
swap(origin_, other->origin_);
swap(previous_, other->previous_);
swap(source_, other->source_);
swap(target_, other->target_);
swap(delayuntil_, other->delayuntil_);
swap(holdtoken_, other->holdtoken_);
swap(canceltoken_, other->canceltoken_);
swap(version_, other->version_);
swap(content_, other->content_);
swap(_oneof_case_[0], other->_oneof_case_[0]);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartMessage::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartContextChange::InitAsDefaultInstance() {
}
class TideChartContextChange::_Internal {
public:
};
TideChartContextChange::TideChartContextChange()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartContextChange)
}
TideChartContextChange::TideChartContextChange(const TideChartContextChange& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
props_(from.props_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
type_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.type().empty()) {
type_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.type_);
}
::memcpy(&index_, &from.index_,
static_cast<size_t>(reinterpret_cast<char*>(×tamp_) -
reinterpret_cast<char*>(&index_)) + sizeof(timestamp_));
// @@protoc_insertion_point(copy_constructor:TideChartContextChange)
}
void TideChartContextChange::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartContextChange_tide_5fchart_2eproto.base);
type_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&index_, 0, static_cast<size_t>(
reinterpret_cast<char*>(×tamp_) -
reinterpret_cast<char*>(&index_)) + sizeof(timestamp_));
}
TideChartContextChange::~TideChartContextChange() {
// @@protoc_insertion_point(destructor:TideChartContextChange)
SharedDtor();
}
void TideChartContextChange::SharedDtor() {
type_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
void TideChartContextChange::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartContextChange& TideChartContextChange::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartContextChange_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartContextChange::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartContextChange)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
props_.Clear();
type_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&index_, 0, static_cast<size_t>(
reinterpret_cast<char*>(×tamp_) -
reinterpret_cast<char*>(&index_)) + sizeof(timestamp_));
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartContextChange::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// int64 index = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) {
index_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int64 timestamp = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 16)) {
timestamp_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// string type = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_type(), ptr, ctx, "TideChartContextChange.type");
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty props = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_props(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 34);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartContextChange::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartContextChange)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// int64 index = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (8 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, &index_)));
} else {
goto handle_unusual;
}
break;
}
// int64 timestamp = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (16 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, ×tamp_)));
} else {
goto handle_unusual;
}
break;
}
// string type = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_type()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartContextChange.type"));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty props = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (34 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_props()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartContextChange)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartContextChange)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartContextChange::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartContextChange)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// int64 index = 1;
if (this->index() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(1, this->index(), output);
}
// int64 timestamp = 2;
if (this->timestamp() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(2, this->timestamp(), output);
}
// string type = 3;
if (this->type().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartContextChange.type");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->type(), output);
}
// repeated .TideChartProperty props = 4;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->props_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
4,
this->props(static_cast<int>(i)),
output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartContextChange)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartContextChange::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartContextChange)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// int64 index = 1;
if (this->index() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(1, this->index(), target);
}
// int64 timestamp = 2;
if (this->timestamp() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(2, this->timestamp(), target);
}
// string type = 3;
if (this->type().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->type().data(), static_cast<int>(this->type().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartContextChange.type");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->type(), target);
}
// repeated .TideChartProperty props = 4;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->props_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
4, this->props(static_cast<int>(i)), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartContextChange)
return target;
}
size_t TideChartContextChange::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartContextChange)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated .TideChartProperty props = 4;
{
unsigned int count = static_cast<unsigned int>(this->props_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->props(static_cast<int>(i)));
}
}
// string type = 3;
if (this->type().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->type());
}
// int64 index = 1;
if (this->index() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->index());
}
// int64 timestamp = 2;
if (this->timestamp() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->timestamp());
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartContextChange::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartContextChange)
GOOGLE_DCHECK_NE(&from, this);
const TideChartContextChange* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartContextChange>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartContextChange)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartContextChange)
MergeFrom(*source);
}
}
void TideChartContextChange::MergeFrom(const TideChartContextChange& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartContextChange)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
props_.MergeFrom(from.props_);
if (from.type().size() > 0) {
type_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.type_);
}
if (from.index() != 0) {
set_index(from.index());
}
if (from.timestamp() != 0) {
set_timestamp(from.timestamp());
}
}
void TideChartContextChange::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartContextChange)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartContextChange::CopyFrom(const TideChartContextChange& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartContextChange)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartContextChange::IsInitialized() const {
return true;
}
void TideChartContextChange::InternalSwap(TideChartContextChange* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
CastToBase(&props_)->InternalSwap(CastToBase(&other->props_));
type_.Swap(&other->type_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(index_, other->index_);
swap(timestamp_, other->timestamp_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartContextChange::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartLogEntry::InitAsDefaultInstance() {
}
class TideChartLogEntry::_Internal {
public:
};
TideChartLogEntry::TideChartLogEntry()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartLogEntry)
}
TideChartLogEntry::TideChartLogEntry(const TideChartLogEntry& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
tags_(from.tags_),
refs_(from.refs_),
props_(from.props_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
message_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.message().empty()) {
message_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.message_);
}
::memcpy(&index_, &from.index_,
static_cast<size_t>(reinterpret_cast<char*>(&level_) -
reinterpret_cast<char*>(&index_)) + sizeof(level_));
// @@protoc_insertion_point(copy_constructor:TideChartLogEntry)
}
void TideChartLogEntry::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartLogEntry_tide_5fchart_2eproto.base);
message_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&index_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&level_) -
reinterpret_cast<char*>(&index_)) + sizeof(level_));
}
TideChartLogEntry::~TideChartLogEntry() {
// @@protoc_insertion_point(destructor:TideChartLogEntry)
SharedDtor();
}
void TideChartLogEntry::SharedDtor() {
message_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
void TideChartLogEntry::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartLogEntry& TideChartLogEntry::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartLogEntry_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartLogEntry::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartLogEntry)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
tags_.Clear();
refs_.Clear();
props_.Clear();
message_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&index_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&level_) -
reinterpret_cast<char*>(&index_)) + sizeof(level_));
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartLogEntry::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// int64 index = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) {
index_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int64 timestamp = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 16)) {
timestamp_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int64 source = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
source_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartLogLevel level = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) {
::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
set_level(static_cast<::TideChartLogLevel>(val));
} else goto handle_unusual;
continue;
// repeated string tags = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr -= 1;
do {
ptr += 1;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(add_tags(), ptr, ctx, "TideChartLogEntry.tags");
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 42);
} else goto handle_unusual;
continue;
// string message = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_message(), ptr, ctx, "TideChartLogEntry.message");
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated int64 refs = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 58)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::PackedInt64Parser(mutable_refs(), ptr, ctx);
CHK_(ptr);
} else if (static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 56) {
add_refs(::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr));
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty props = 8;
case 8:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 66)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_props(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 66);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartLogEntry::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartLogEntry)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// int64 index = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (8 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, &index_)));
} else {
goto handle_unusual;
}
break;
}
// int64 timestamp = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (16 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, ×tamp_)));
} else {
goto handle_unusual;
}
break;
}
// int64 source = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (24 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, &source_)));
} else {
goto handle_unusual;
}
break;
}
// .TideChartLogLevel level = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (32 & 0xFF)) {
int value = 0;
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
int, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_ENUM>(
input, &value)));
set_level(static_cast< ::TideChartLogLevel >(value));
} else {
goto handle_unusual;
}
break;
}
// repeated string tags = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->add_tags()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->tags(this->tags_size() - 1).data(),
static_cast<int>(this->tags(this->tags_size() - 1).length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartLogEntry.tags"));
} else {
goto handle_unusual;
}
break;
}
// string message = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (50 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_message()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->message().data(), static_cast<int>(this->message().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartLogEntry.message"));
} else {
goto handle_unusual;
}
break;
}
// repeated int64 refs = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (58 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPackedPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, this->mutable_refs())));
} else if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (56 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadRepeatedPrimitiveNoInline<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
1, 58u, input, this->mutable_refs())));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty props = 8;
case 8: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (66 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_props()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartLogEntry)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartLogEntry)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartLogEntry::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartLogEntry)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// int64 index = 1;
if (this->index() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(1, this->index(), output);
}
// int64 timestamp = 2;
if (this->timestamp() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(2, this->timestamp(), output);
}
// int64 source = 3;
if (this->source() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(3, this->source(), output);
}
// .TideChartLogLevel level = 4;
if (this->level() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnum(
4, this->level(), output);
}
// repeated string tags = 5;
for (int i = 0, n = this->tags_size(); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->tags(i).data(), static_cast<int>(this->tags(i).length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLogEntry.tags");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteString(
5, this->tags(i), output);
}
// string message = 6;
if (this->message().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->message().data(), static_cast<int>(this->message().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLogEntry.message");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
6, this->message(), output);
}
// repeated int64 refs = 7;
if (this->refs_size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteTag(7, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED, output);
output->WriteVarint32(_refs_cached_byte_size_.load(
std::memory_order_relaxed));
}
for (int i = 0, n = this->refs_size(); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64NoTag(
this->refs(i), output);
}
// repeated .TideChartProperty props = 8;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->props_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
8,
this->props(static_cast<int>(i)),
output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartLogEntry)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartLogEntry::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartLogEntry)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// int64 index = 1;
if (this->index() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(1, this->index(), target);
}
// int64 timestamp = 2;
if (this->timestamp() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(2, this->timestamp(), target);
}
// int64 source = 3;
if (this->source() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(3, this->source(), target);
}
// .TideChartLogLevel level = 4;
if (this->level() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray(
4, this->level(), target);
}
// repeated string tags = 5;
for (int i = 0, n = this->tags_size(); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->tags(i).data(), static_cast<int>(this->tags(i).length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLogEntry.tags");
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
WriteStringToArray(5, this->tags(i), target);
}
// string message = 6;
if (this->message().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->message().data(), static_cast<int>(this->message().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartLogEntry.message");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
6, this->message(), target);
}
// repeated int64 refs = 7;
if (this->refs_size() > 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteTagToArray(
7,
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED,
target);
target = ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream::WriteVarint32ToArray(
_refs_cached_byte_size_.load(std::memory_order_relaxed),
target);
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
WriteInt64NoTagToArray(this->refs_, target);
}
// repeated .TideChartProperty props = 8;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->props_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
8, this->props(static_cast<int>(i)), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartLogEntry)
return target;
}
size_t TideChartLogEntry::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartLogEntry)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated string tags = 5;
total_size += 1 *
::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(this->tags_size());
for (int i = 0, n = this->tags_size(); i < n; i++) {
total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->tags(i));
}
// repeated int64 refs = 7;
{
size_t data_size = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
Int64Size(this->refs_);
if (data_size > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
static_cast<::PROTOBUF_NAMESPACE_ID::int32>(data_size));
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(data_size);
_refs_cached_byte_size_.store(cached_size,
std::memory_order_relaxed);
total_size += data_size;
}
// repeated .TideChartProperty props = 8;
{
unsigned int count = static_cast<unsigned int>(this->props_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->props(static_cast<int>(i)));
}
}
// string message = 6;
if (this->message().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->message());
}
// int64 index = 1;
if (this->index() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->index());
}
// int64 timestamp = 2;
if (this->timestamp() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->timestamp());
}
// int64 source = 3;
if (this->source() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->source());
}
// .TideChartLogLevel level = 4;
if (this->level() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->level());
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartLogEntry::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartLogEntry)
GOOGLE_DCHECK_NE(&from, this);
const TideChartLogEntry* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartLogEntry>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartLogEntry)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartLogEntry)
MergeFrom(*source);
}
}
void TideChartLogEntry::MergeFrom(const TideChartLogEntry& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartLogEntry)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
tags_.MergeFrom(from.tags_);
refs_.MergeFrom(from.refs_);
props_.MergeFrom(from.props_);
if (from.message().size() > 0) {
message_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.message_);
}
if (from.index() != 0) {
set_index(from.index());
}
if (from.timestamp() != 0) {
set_timestamp(from.timestamp());
}
if (from.source() != 0) {
set_source(from.source());
}
if (from.level() != 0) {
set_level(from.level());
}
}
void TideChartLogEntry::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartLogEntry)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartLogEntry::CopyFrom(const TideChartLogEntry& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartLogEntry)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartLogEntry::IsInitialized() const {
return true;
}
void TideChartLogEntry::InternalSwap(TideChartLogEntry* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
tags_.InternalSwap(CastToBase(&other->tags_));
refs_.InternalSwap(&other->refs_);
CastToBase(&props_)->InternalSwap(CastToBase(&other->props_));
message_.Swap(&other->message_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(index_, other->index_);
swap(timestamp_, other->timestamp_);
swap(source_, other->source_);
swap(level_, other->level_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartLogEntry::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartContext::InitAsDefaultInstance() {
}
class TideChartContext::_Internal {
public:
};
TideChartContext::TideChartContext()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartContext)
}
TideChartContext::TideChartContext(const TideChartContext& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
sites_(from.sites_),
messages_(from.messages_),
global_(from.global_),
active_(from.active_),
waiting_(from.waiting_),
paused_(from.paused_),
disabled_(from.disabled_),
events_(from.events_),
log_(from.log_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.id().empty()) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
version_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.version().empty()) {
version_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.version_);
}
::memcpy(&index_, &from.index_,
static_cast<size_t>(reinterpret_cast<char*>(&startindex_) -
reinterpret_cast<char*>(&index_)) + sizeof(startindex_));
// @@protoc_insertion_point(copy_constructor:TideChartContext)
}
void TideChartContext::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartContext_tide_5fchart_2eproto.base);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
version_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&index_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&startindex_) -
reinterpret_cast<char*>(&index_)) + sizeof(startindex_));
}
TideChartContext::~TideChartContext() {
// @@protoc_insertion_point(destructor:TideChartContext)
SharedDtor();
}
void TideChartContext::SharedDtor() {
id_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
version_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
void TideChartContext::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartContext& TideChartContext::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartContext_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartContext::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartContext)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
sites_.Clear();
messages_.Clear();
global_.Clear();
active_.Clear();
waiting_.Clear();
paused_.Clear();
disabled_.Clear();
events_.Clear();
log_.Clear();
id_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
version_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
::memset(&index_, 0, static_cast<size_t>(
reinterpret_cast<char*>(&startindex_) -
reinterpret_cast<char*>(&index_)) + sizeof(startindex_));
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartContext::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string id = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_id(), ptr, ctx, "TideChartContext.id");
CHK_(ptr);
} else goto handle_unusual;
continue;
// int64 index = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 16)) {
index_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int64 timestamp = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
timestamp_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// string version = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_version(), ptr, ctx, "TideChartContext.version");
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartSite sites = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_sites(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 42);
} else goto handle_unusual;
continue;
// repeated .TideChartMessage messages = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_messages(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 50);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty global = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 58)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_global(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 58);
} else goto handle_unusual;
continue;
// int64 startTime = 8;
case 8:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 64)) {
starttime_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// int64 startIndex = 9;
case 9:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 72)) {
startindex_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated int64 active = 10;
case 10:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 82)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::PackedInt64Parser(mutable_active(), ptr, ctx);
CHK_(ptr);
} else if (static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 80) {
add_active(::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr));
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated int64 waiting = 11;
case 11:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 90)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::PackedInt64Parser(mutable_waiting(), ptr, ctx);
CHK_(ptr);
} else if (static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 88) {
add_waiting(::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr));
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated int64 paused = 12;
case 12:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 98)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::PackedInt64Parser(mutable_paused(), ptr, ctx);
CHK_(ptr);
} else if (static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 96) {
add_paused(::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr));
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated int64 disabled = 13;
case 13:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 106)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::PackedInt64Parser(mutable_disabled(), ptr, ctx);
CHK_(ptr);
} else if (static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 104) {
add_disabled(::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr));
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartContextChange events = 14;
case 14:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 114)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_events(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 114);
} else goto handle_unusual;
continue;
// repeated .TideChartLogEntry log = 15;
case 15:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 122)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_log(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 122);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartContext::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartContext)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string id = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_id()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartContext.id"));
} else {
goto handle_unusual;
}
break;
}
// int64 index = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (16 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, &index_)));
} else {
goto handle_unusual;
}
break;
}
// int64 timestamp = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (24 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, ×tamp_)));
} else {
goto handle_unusual;
}
break;
}
// string version = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (34 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_version()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartContext.version"));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartSite sites = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_sites()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartMessage messages = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (50 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_messages()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty global = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (58 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_global()));
} else {
goto handle_unusual;
}
break;
}
// int64 startTime = 8;
case 8: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (64 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, &starttime_)));
} else {
goto handle_unusual;
}
break;
}
// int64 startIndex = 9;
case 9: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (72 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, &startindex_)));
} else {
goto handle_unusual;
}
break;
}
// repeated int64 active = 10;
case 10: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (82 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPackedPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, this->mutable_active())));
} else if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (80 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadRepeatedPrimitiveNoInline<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
1, 82u, input, this->mutable_active())));
} else {
goto handle_unusual;
}
break;
}
// repeated int64 waiting = 11;
case 11: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (90 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPackedPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, this->mutable_waiting())));
} else if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (88 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadRepeatedPrimitiveNoInline<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
1, 90u, input, this->mutable_waiting())));
} else {
goto handle_unusual;
}
break;
}
// repeated int64 paused = 12;
case 12: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (98 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPackedPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, this->mutable_paused())));
} else if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (96 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadRepeatedPrimitiveNoInline<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
1, 98u, input, this->mutable_paused())));
} else {
goto handle_unusual;
}
break;
}
// repeated int64 disabled = 13;
case 13: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (106 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPackedPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, this->mutable_disabled())));
} else if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (104 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadRepeatedPrimitiveNoInline<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
1, 106u, input, this->mutable_disabled())));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartContextChange events = 14;
case 14: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (114 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_events()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartLogEntry log = 15;
case 15: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (122 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_log()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartContext)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartContext)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartContext::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartContext)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartContext.id");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->id(), output);
}
// int64 index = 2;
if (this->index() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(2, this->index(), output);
}
// int64 timestamp = 3;
if (this->timestamp() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(3, this->timestamp(), output);
}
// string version = 4;
if (this->version().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartContext.version");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
4, this->version(), output);
}
// repeated .TideChartSite sites = 5;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->sites_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
5,
this->sites(static_cast<int>(i)),
output);
}
// repeated .TideChartMessage messages = 6;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->messages_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
6,
this->messages(static_cast<int>(i)),
output);
}
// repeated .TideChartProperty global = 7;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->global_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
7,
this->global(static_cast<int>(i)),
output);
}
// int64 startTime = 8;
if (this->starttime() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(8, this->starttime(), output);
}
// int64 startIndex = 9;
if (this->startindex() != 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(9, this->startindex(), output);
}
// repeated int64 active = 10;
if (this->active_size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteTag(10, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED, output);
output->WriteVarint32(_active_cached_byte_size_.load(
std::memory_order_relaxed));
}
for (int i = 0, n = this->active_size(); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64NoTag(
this->active(i), output);
}
// repeated int64 waiting = 11;
if (this->waiting_size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteTag(11, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED, output);
output->WriteVarint32(_waiting_cached_byte_size_.load(
std::memory_order_relaxed));
}
for (int i = 0, n = this->waiting_size(); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64NoTag(
this->waiting(i), output);
}
// repeated int64 paused = 12;
if (this->paused_size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteTag(12, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED, output);
output->WriteVarint32(_paused_cached_byte_size_.load(
std::memory_order_relaxed));
}
for (int i = 0, n = this->paused_size(); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64NoTag(
this->paused(i), output);
}
// repeated int64 disabled = 13;
if (this->disabled_size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteTag(13, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED, output);
output->WriteVarint32(_disabled_cached_byte_size_.load(
std::memory_order_relaxed));
}
for (int i = 0, n = this->disabled_size(); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64NoTag(
this->disabled(i), output);
}
// repeated .TideChartContextChange events = 14;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->events_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
14,
this->events(static_cast<int>(i)),
output);
}
// repeated .TideChartLogEntry log = 15;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->log_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
15,
this->log(static_cast<int>(i)),
output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartContext)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartContext::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartContext)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartContext.id");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->id(), target);
}
// int64 index = 2;
if (this->index() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(2, this->index(), target);
}
// int64 timestamp = 3;
if (this->timestamp() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(3, this->timestamp(), target);
}
// string version = 4;
if (this->version().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartContext.version");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
4, this->version(), target);
}
// repeated .TideChartSite sites = 5;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->sites_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
5, this->sites(static_cast<int>(i)), target);
}
// repeated .TideChartMessage messages = 6;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->messages_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
6, this->messages(static_cast<int>(i)), target);
}
// repeated .TideChartProperty global = 7;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->global_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
7, this->global(static_cast<int>(i)), target);
}
// int64 startTime = 8;
if (this->starttime() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(8, this->starttime(), target);
}
// int64 startIndex = 9;
if (this->startindex() != 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(9, this->startindex(), target);
}
// repeated int64 active = 10;
if (this->active_size() > 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteTagToArray(
10,
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED,
target);
target = ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream::WriteVarint32ToArray(
_active_cached_byte_size_.load(std::memory_order_relaxed),
target);
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
WriteInt64NoTagToArray(this->active_, target);
}
// repeated int64 waiting = 11;
if (this->waiting_size() > 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteTagToArray(
11,
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED,
target);
target = ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream::WriteVarint32ToArray(
_waiting_cached_byte_size_.load(std::memory_order_relaxed),
target);
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
WriteInt64NoTagToArray(this->waiting_, target);
}
// repeated int64 paused = 12;
if (this->paused_size() > 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteTagToArray(
12,
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED,
target);
target = ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream::WriteVarint32ToArray(
_paused_cached_byte_size_.load(std::memory_order_relaxed),
target);
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
WriteInt64NoTagToArray(this->paused_, target);
}
// repeated int64 disabled = 13;
if (this->disabled_size() > 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteTagToArray(
13,
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED,
target);
target = ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream::WriteVarint32ToArray(
_disabled_cached_byte_size_.load(std::memory_order_relaxed),
target);
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
WriteInt64NoTagToArray(this->disabled_, target);
}
// repeated .TideChartContextChange events = 14;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->events_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
14, this->events(static_cast<int>(i)), target);
}
// repeated .TideChartLogEntry log = 15;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->log_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
15, this->log(static_cast<int>(i)), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartContext)
return target;
}
size_t TideChartContext::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartContext)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated .TideChartSite sites = 5;
{
unsigned int count = static_cast<unsigned int>(this->sites_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->sites(static_cast<int>(i)));
}
}
// repeated .TideChartMessage messages = 6;
{
unsigned int count = static_cast<unsigned int>(this->messages_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->messages(static_cast<int>(i)));
}
}
// repeated .TideChartProperty global = 7;
{
unsigned int count = static_cast<unsigned int>(this->global_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->global(static_cast<int>(i)));
}
}
// repeated int64 active = 10;
{
size_t data_size = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
Int64Size(this->active_);
if (data_size > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
static_cast<::PROTOBUF_NAMESPACE_ID::int32>(data_size));
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(data_size);
_active_cached_byte_size_.store(cached_size,
std::memory_order_relaxed);
total_size += data_size;
}
// repeated int64 waiting = 11;
{
size_t data_size = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
Int64Size(this->waiting_);
if (data_size > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
static_cast<::PROTOBUF_NAMESPACE_ID::int32>(data_size));
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(data_size);
_waiting_cached_byte_size_.store(cached_size,
std::memory_order_relaxed);
total_size += data_size;
}
// repeated int64 paused = 12;
{
size_t data_size = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
Int64Size(this->paused_);
if (data_size > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
static_cast<::PROTOBUF_NAMESPACE_ID::int32>(data_size));
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(data_size);
_paused_cached_byte_size_.store(cached_size,
std::memory_order_relaxed);
total_size += data_size;
}
// repeated int64 disabled = 13;
{
size_t data_size = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
Int64Size(this->disabled_);
if (data_size > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
static_cast<::PROTOBUF_NAMESPACE_ID::int32>(data_size));
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(data_size);
_disabled_cached_byte_size_.store(cached_size,
std::memory_order_relaxed);
total_size += data_size;
}
// repeated .TideChartContextChange events = 14;
{
unsigned int count = static_cast<unsigned int>(this->events_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->events(static_cast<int>(i)));
}
}
// repeated .TideChartLogEntry log = 15;
{
unsigned int count = static_cast<unsigned int>(this->log_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->log(static_cast<int>(i)));
}
}
// string id = 1;
if (this->id().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->id());
}
// string version = 4;
if (this->version().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->version());
}
// int64 index = 2;
if (this->index() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->index());
}
// int64 timestamp = 3;
if (this->timestamp() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->timestamp());
}
// int64 startTime = 8;
if (this->starttime() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->starttime());
}
// int64 startIndex = 9;
if (this->startindex() != 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
this->startindex());
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartContext::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartContext)
GOOGLE_DCHECK_NE(&from, this);
const TideChartContext* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartContext>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartContext)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartContext)
MergeFrom(*source);
}
}
void TideChartContext::MergeFrom(const TideChartContext& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartContext)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
sites_.MergeFrom(from.sites_);
messages_.MergeFrom(from.messages_);
global_.MergeFrom(from.global_);
active_.MergeFrom(from.active_);
waiting_.MergeFrom(from.waiting_);
paused_.MergeFrom(from.paused_);
disabled_.MergeFrom(from.disabled_);
events_.MergeFrom(from.events_);
log_.MergeFrom(from.log_);
if (from.id().size() > 0) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
if (from.version().size() > 0) {
version_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.version_);
}
if (from.index() != 0) {
set_index(from.index());
}
if (from.timestamp() != 0) {
set_timestamp(from.timestamp());
}
if (from.starttime() != 0) {
set_starttime(from.starttime());
}
if (from.startindex() != 0) {
set_startindex(from.startindex());
}
}
void TideChartContext::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartContext)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartContext::CopyFrom(const TideChartContext& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartContext)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartContext::IsInitialized() const {
return true;
}
void TideChartContext::InternalSwap(TideChartContext* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
CastToBase(&sites_)->InternalSwap(CastToBase(&other->sites_));
CastToBase(&messages_)->InternalSwap(CastToBase(&other->messages_));
CastToBase(&global_)->InternalSwap(CastToBase(&other->global_));
active_.InternalSwap(&other->active_);
waiting_.InternalSwap(&other->waiting_);
paused_.InternalSwap(&other->paused_);
disabled_.InternalSwap(&other->disabled_);
CastToBase(&events_)->InternalSwap(CastToBase(&other->events_));
CastToBase(&log_)->InternalSwap(CastToBase(&other->log_));
id_.Swap(&other->id_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
version_.Swap(&other->version_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(index_, other->index_);
swap(timestamp_, other->timestamp_);
swap(starttime_, other->starttime_);
swap(startindex_, other->startindex_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartContext::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartData::InitAsDefaultInstance() {
}
class TideChartData::_Internal {
public:
};
TideChartData::TideChartData()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartData)
}
TideChartData::TideChartData(const TideChartData& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
sheets_(from.sheets_),
props_(from.props_),
notes_(from.notes_),
library_(from.library_),
settings_(from.settings_),
imports_(from.imports_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
version_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.version().empty()) {
version_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.version_);
}
branch_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.branch().empty()) {
branch_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.branch_);
}
source_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.source().empty()) {
source_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.source_);
}
merge_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.merge().empty()) {
merge_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.merge_);
}
commitdate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.commitdate().empty()) {
commitdate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.commitdate_);
}
commitby_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.commitby().empty()) {
commitby_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.commitby_);
}
commitdesc_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.commitdesc().empty()) {
commitdesc_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.commitdesc_);
}
commitnotes_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.commitnotes().empty()) {
commitnotes_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.commitnotes_);
}
origin_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.origin().empty()) {
origin_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.origin_);
}
// @@protoc_insertion_point(copy_constructor:TideChartData)
}
void TideChartData::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartCommand_tide_5fchart_2eproto.base);
version_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
branch_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
source_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
merge_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitdate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitby_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitdesc_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitnotes_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
origin_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
TideChartData::~TideChartData() {
// @@protoc_insertion_point(destructor:TideChartData)
SharedDtor();
}
void TideChartData::SharedDtor() {
version_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
branch_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
source_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
merge_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitdate_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitby_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitdesc_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitnotes_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
origin_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
void TideChartData::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartData& TideChartData::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartCommand_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartData::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartData)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
sheets_.Clear();
props_.Clear();
notes_.Clear();
library_.Clear();
settings_.Clear();
imports_.Clear();
version_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
branch_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
source_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
merge_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitdate_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitby_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitdesc_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitnotes_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
origin_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartData::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string version = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_version(), ptr, ctx, "TideChartData.version");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string branch = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_branch(), ptr, ctx, "TideChartData.branch");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string source = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_source(), ptr, ctx, "TideChartData.source");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string merge = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_merge(), ptr, ctx, "TideChartData.merge");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string commitDate = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_commitdate(), ptr, ctx, "TideChartData.commitDate");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string commitBy = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_commitby(), ptr, ctx, "TideChartData.commitBy");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string commitDesc = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 58)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_commitdesc(), ptr, ctx, "TideChartData.commitDesc");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string commitNotes = 8;
case 8:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 66)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_commitnotes(), ptr, ctx, "TideChartData.commitNotes");
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartGraph sheets = 9;
case 9:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 74)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_sheets(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 74);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty props = 10;
case 10:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 82)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_props(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 82);
} else goto handle_unusual;
continue;
// repeated .TideChartNote notes = 11;
case 11:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 90)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_notes(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 90);
} else goto handle_unusual;
continue;
// repeated .TideChartLibrary library = 12;
case 12:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 98)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_library(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 98);
} else goto handle_unusual;
continue;
// string origin = 13;
case 13:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 106)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_origin(), ptr, ctx, "TideChartData.origin");
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartProperty settings = 22;
case 22:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 178)) {
ptr -= 2;
do {
ptr += 2;
ptr = ctx->ParseMessage(add_settings(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint16>(ptr) == 434);
} else goto handle_unusual;
continue;
// repeated .TideChartSource imports = 23;
case 23:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 186)) {
ptr -= 2;
do {
ptr += 2;
ptr = ctx->ParseMessage(add_imports(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint16>(ptr) == 442);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartData::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartData)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string version = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_version()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartData.version"));
} else {
goto handle_unusual;
}
break;
}
// string branch = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_branch()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->branch().data(), static_cast<int>(this->branch().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartData.branch"));
} else {
goto handle_unusual;
}
break;
}
// string source = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_source()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->source().data(), static_cast<int>(this->source().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartData.source"));
} else {
goto handle_unusual;
}
break;
}
// string merge = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (34 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_merge()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->merge().data(), static_cast<int>(this->merge().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartData.merge"));
} else {
goto handle_unusual;
}
break;
}
// string commitDate = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_commitdate()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitdate().data(), static_cast<int>(this->commitdate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartData.commitDate"));
} else {
goto handle_unusual;
}
break;
}
// string commitBy = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (50 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_commitby()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitby().data(), static_cast<int>(this->commitby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartData.commitBy"));
} else {
goto handle_unusual;
}
break;
}
// string commitDesc = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (58 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_commitdesc()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitdesc().data(), static_cast<int>(this->commitdesc().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartData.commitDesc"));
} else {
goto handle_unusual;
}
break;
}
// string commitNotes = 8;
case 8: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (66 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_commitnotes()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitnotes().data(), static_cast<int>(this->commitnotes().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartData.commitNotes"));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartGraph sheets = 9;
case 9: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (74 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_sheets()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty props = 10;
case 10: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (82 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_props()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartNote notes = 11;
case 11: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (90 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_notes()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartLibrary library = 12;
case 12: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (98 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_library()));
} else {
goto handle_unusual;
}
break;
}
// string origin = 13;
case 13: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (106 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_origin()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->origin().data(), static_cast<int>(this->origin().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartData.origin"));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartProperty settings = 22;
case 22: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (178 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_settings()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartSource imports = 23;
case 23: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (186 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_imports()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartData)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartData)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartData::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartData)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string version = 1;
if (this->version().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.version");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->version(), output);
}
// string branch = 2;
if (this->branch().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->branch().data(), static_cast<int>(this->branch().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.branch");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
2, this->branch(), output);
}
// string source = 3;
if (this->source().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->source().data(), static_cast<int>(this->source().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.source");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->source(), output);
}
// string merge = 4;
if (this->merge().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->merge().data(), static_cast<int>(this->merge().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.merge");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
4, this->merge(), output);
}
// string commitDate = 5;
if (this->commitdate().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitdate().data(), static_cast<int>(this->commitdate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.commitDate");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
5, this->commitdate(), output);
}
// string commitBy = 6;
if (this->commitby().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitby().data(), static_cast<int>(this->commitby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.commitBy");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
6, this->commitby(), output);
}
// string commitDesc = 7;
if (this->commitdesc().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitdesc().data(), static_cast<int>(this->commitdesc().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.commitDesc");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
7, this->commitdesc(), output);
}
// string commitNotes = 8;
if (this->commitnotes().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitnotes().data(), static_cast<int>(this->commitnotes().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.commitNotes");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
8, this->commitnotes(), output);
}
// repeated .TideChartGraph sheets = 9;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->sheets_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
9,
this->sheets(static_cast<int>(i)),
output);
}
// repeated .TideChartProperty props = 10;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->props_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
10,
this->props(static_cast<int>(i)),
output);
}
// repeated .TideChartNote notes = 11;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->notes_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
11,
this->notes(static_cast<int>(i)),
output);
}
// repeated .TideChartLibrary library = 12;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->library_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
12,
this->library(static_cast<int>(i)),
output);
}
// string origin = 13;
if (this->origin().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->origin().data(), static_cast<int>(this->origin().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.origin");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
13, this->origin(), output);
}
// repeated .TideChartProperty settings = 22;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->settings_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
22,
this->settings(static_cast<int>(i)),
output);
}
// repeated .TideChartSource imports = 23;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->imports_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
23,
this->imports(static_cast<int>(i)),
output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartData)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartData::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartData)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string version = 1;
if (this->version().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.version");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->version(), target);
}
// string branch = 2;
if (this->branch().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->branch().data(), static_cast<int>(this->branch().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.branch");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
2, this->branch(), target);
}
// string source = 3;
if (this->source().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->source().data(), static_cast<int>(this->source().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.source");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->source(), target);
}
// string merge = 4;
if (this->merge().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->merge().data(), static_cast<int>(this->merge().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.merge");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
4, this->merge(), target);
}
// string commitDate = 5;
if (this->commitdate().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitdate().data(), static_cast<int>(this->commitdate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.commitDate");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
5, this->commitdate(), target);
}
// string commitBy = 6;
if (this->commitby().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitby().data(), static_cast<int>(this->commitby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.commitBy");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
6, this->commitby(), target);
}
// string commitDesc = 7;
if (this->commitdesc().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitdesc().data(), static_cast<int>(this->commitdesc().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.commitDesc");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
7, this->commitdesc(), target);
}
// string commitNotes = 8;
if (this->commitnotes().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitnotes().data(), static_cast<int>(this->commitnotes().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.commitNotes");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
8, this->commitnotes(), target);
}
// repeated .TideChartGraph sheets = 9;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->sheets_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
9, this->sheets(static_cast<int>(i)), target);
}
// repeated .TideChartProperty props = 10;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->props_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
10, this->props(static_cast<int>(i)), target);
}
// repeated .TideChartNote notes = 11;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->notes_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
11, this->notes(static_cast<int>(i)), target);
}
// repeated .TideChartLibrary library = 12;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->library_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
12, this->library(static_cast<int>(i)), target);
}
// string origin = 13;
if (this->origin().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->origin().data(), static_cast<int>(this->origin().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartData.origin");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
13, this->origin(), target);
}
// repeated .TideChartProperty settings = 22;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->settings_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
22, this->settings(static_cast<int>(i)), target);
}
// repeated .TideChartSource imports = 23;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->imports_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
23, this->imports(static_cast<int>(i)), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartData)
return target;
}
size_t TideChartData::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartData)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated .TideChartGraph sheets = 9;
{
unsigned int count = static_cast<unsigned int>(this->sheets_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->sheets(static_cast<int>(i)));
}
}
// repeated .TideChartProperty props = 10;
{
unsigned int count = static_cast<unsigned int>(this->props_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->props(static_cast<int>(i)));
}
}
// repeated .TideChartNote notes = 11;
{
unsigned int count = static_cast<unsigned int>(this->notes_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->notes(static_cast<int>(i)));
}
}
// repeated .TideChartLibrary library = 12;
{
unsigned int count = static_cast<unsigned int>(this->library_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->library(static_cast<int>(i)));
}
}
// repeated .TideChartProperty settings = 22;
{
unsigned int count = static_cast<unsigned int>(this->settings_size());
total_size += 2UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->settings(static_cast<int>(i)));
}
}
// repeated .TideChartSource imports = 23;
{
unsigned int count = static_cast<unsigned int>(this->imports_size());
total_size += 2UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->imports(static_cast<int>(i)));
}
}
// string version = 1;
if (this->version().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->version());
}
// string branch = 2;
if (this->branch().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->branch());
}
// string source = 3;
if (this->source().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->source());
}
// string merge = 4;
if (this->merge().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->merge());
}
// string commitDate = 5;
if (this->commitdate().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->commitdate());
}
// string commitBy = 6;
if (this->commitby().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->commitby());
}
// string commitDesc = 7;
if (this->commitdesc().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->commitdesc());
}
// string commitNotes = 8;
if (this->commitnotes().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->commitnotes());
}
// string origin = 13;
if (this->origin().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->origin());
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartData::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartData)
GOOGLE_DCHECK_NE(&from, this);
const TideChartData* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartData>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartData)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartData)
MergeFrom(*source);
}
}
void TideChartData::MergeFrom(const TideChartData& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartData)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
sheets_.MergeFrom(from.sheets_);
props_.MergeFrom(from.props_);
notes_.MergeFrom(from.notes_);
library_.MergeFrom(from.library_);
settings_.MergeFrom(from.settings_);
imports_.MergeFrom(from.imports_);
if (from.version().size() > 0) {
version_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.version_);
}
if (from.branch().size() > 0) {
branch_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.branch_);
}
if (from.source().size() > 0) {
source_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.source_);
}
if (from.merge().size() > 0) {
merge_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.merge_);
}
if (from.commitdate().size() > 0) {
commitdate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.commitdate_);
}
if (from.commitby().size() > 0) {
commitby_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.commitby_);
}
if (from.commitdesc().size() > 0) {
commitdesc_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.commitdesc_);
}
if (from.commitnotes().size() > 0) {
commitnotes_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.commitnotes_);
}
if (from.origin().size() > 0) {
origin_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.origin_);
}
}
void TideChartData::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartData)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartData::CopyFrom(const TideChartData& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartData)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartData::IsInitialized() const {
return true;
}
void TideChartData::InternalSwap(TideChartData* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
CastToBase(&sheets_)->InternalSwap(CastToBase(&other->sheets_));
CastToBase(&props_)->InternalSwap(CastToBase(&other->props_));
CastToBase(¬es_)->InternalSwap(CastToBase(&other->notes_));
CastToBase(&library_)->InternalSwap(CastToBase(&other->library_));
CastToBase(&settings_)->InternalSwap(CastToBase(&other->settings_));
CastToBase(&imports_)->InternalSwap(CastToBase(&other->imports_));
version_.Swap(&other->version_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
branch_.Swap(&other->branch_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
source_.Swap(&other->source_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
merge_.Swap(&other->merge_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
commitdate_.Swap(&other->commitdate_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
commitby_.Swap(&other->commitby_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
commitdesc_.Swap(&other->commitdesc_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
commitnotes_.Swap(&other->commitnotes_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
origin_.Swap(&other->origin_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartData::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartHeader::InitAsDefaultInstance() {
}
class TideChartHeader::_Internal {
public:
};
TideChartHeader::TideChartHeader()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartHeader)
}
TideChartHeader::TideChartHeader(const TideChartHeader& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
version_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.version().empty()) {
version_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.version_);
}
branch_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.branch().empty()) {
branch_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.branch_);
}
source_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.source().empty()) {
source_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.source_);
}
merge_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.merge().empty()) {
merge_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.merge_);
}
commitdate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.commitdate().empty()) {
commitdate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.commitdate_);
}
commitby_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.commitby().empty()) {
commitby_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.commitby_);
}
commitdesc_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.commitdesc().empty()) {
commitdesc_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.commitdesc_);
}
commitnotes_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.commitnotes().empty()) {
commitnotes_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.commitnotes_);
}
// @@protoc_insertion_point(copy_constructor:TideChartHeader)
}
void TideChartHeader::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartHeader_tide_5fchart_2eproto.base);
version_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
branch_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
source_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
merge_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitdate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitby_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitdesc_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitnotes_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
TideChartHeader::~TideChartHeader() {
// @@protoc_insertion_point(destructor:TideChartHeader)
SharedDtor();
}
void TideChartHeader::SharedDtor() {
version_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
branch_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
source_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
merge_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitdate_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitby_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitdesc_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitnotes_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
void TideChartHeader::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartHeader& TideChartHeader::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartHeader_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartHeader::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartHeader)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
version_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
branch_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
source_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
merge_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitdate_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitby_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitdesc_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
commitnotes_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartHeader::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string version = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_version(), ptr, ctx, "TideChartHeader.version");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string branch = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_branch(), ptr, ctx, "TideChartHeader.branch");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string source = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_source(), ptr, ctx, "TideChartHeader.source");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string merge = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_merge(), ptr, ctx, "TideChartHeader.merge");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string commitDate = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_commitdate(), ptr, ctx, "TideChartHeader.commitDate");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string commitBy = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_commitby(), ptr, ctx, "TideChartHeader.commitBy");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string commitDesc = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 58)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_commitdesc(), ptr, ctx, "TideChartHeader.commitDesc");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string commitNotes = 8;
case 8:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 66)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_commitnotes(), ptr, ctx, "TideChartHeader.commitNotes");
CHK_(ptr);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartHeader::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartHeader)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string version = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_version()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartHeader.version"));
} else {
goto handle_unusual;
}
break;
}
// string branch = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_branch()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->branch().data(), static_cast<int>(this->branch().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartHeader.branch"));
} else {
goto handle_unusual;
}
break;
}
// string source = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_source()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->source().data(), static_cast<int>(this->source().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartHeader.source"));
} else {
goto handle_unusual;
}
break;
}
// string merge = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (34 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_merge()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->merge().data(), static_cast<int>(this->merge().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartHeader.merge"));
} else {
goto handle_unusual;
}
break;
}
// string commitDate = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_commitdate()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitdate().data(), static_cast<int>(this->commitdate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartHeader.commitDate"));
} else {
goto handle_unusual;
}
break;
}
// string commitBy = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (50 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_commitby()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitby().data(), static_cast<int>(this->commitby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartHeader.commitBy"));
} else {
goto handle_unusual;
}
break;
}
// string commitDesc = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (58 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_commitdesc()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitdesc().data(), static_cast<int>(this->commitdesc().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartHeader.commitDesc"));
} else {
goto handle_unusual;
}
break;
}
// string commitNotes = 8;
case 8: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (66 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_commitnotes()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitnotes().data(), static_cast<int>(this->commitnotes().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartHeader.commitNotes"));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartHeader)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartHeader)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartHeader::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartHeader)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string version = 1;
if (this->version().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartHeader.version");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->version(), output);
}
// string branch = 2;
if (this->branch().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->branch().data(), static_cast<int>(this->branch().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartHeader.branch");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
2, this->branch(), output);
}
// string source = 3;
if (this->source().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->source().data(), static_cast<int>(this->source().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartHeader.source");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->source(), output);
}
// string merge = 4;
if (this->merge().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->merge().data(), static_cast<int>(this->merge().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartHeader.merge");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
4, this->merge(), output);
}
// string commitDate = 5;
if (this->commitdate().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitdate().data(), static_cast<int>(this->commitdate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartHeader.commitDate");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
5, this->commitdate(), output);
}
// string commitBy = 6;
if (this->commitby().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitby().data(), static_cast<int>(this->commitby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartHeader.commitBy");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
6, this->commitby(), output);
}
// string commitDesc = 7;
if (this->commitdesc().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitdesc().data(), static_cast<int>(this->commitdesc().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartHeader.commitDesc");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
7, this->commitdesc(), output);
}
// string commitNotes = 8;
if (this->commitnotes().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitnotes().data(), static_cast<int>(this->commitnotes().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartHeader.commitNotes");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
8, this->commitnotes(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartHeader)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartHeader::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartHeader)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string version = 1;
if (this->version().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->version().data(), static_cast<int>(this->version().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartHeader.version");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->version(), target);
}
// string branch = 2;
if (this->branch().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->branch().data(), static_cast<int>(this->branch().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartHeader.branch");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
2, this->branch(), target);
}
// string source = 3;
if (this->source().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->source().data(), static_cast<int>(this->source().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartHeader.source");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->source(), target);
}
// string merge = 4;
if (this->merge().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->merge().data(), static_cast<int>(this->merge().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartHeader.merge");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
4, this->merge(), target);
}
// string commitDate = 5;
if (this->commitdate().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitdate().data(), static_cast<int>(this->commitdate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartHeader.commitDate");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
5, this->commitdate(), target);
}
// string commitBy = 6;
if (this->commitby().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitby().data(), static_cast<int>(this->commitby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartHeader.commitBy");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
6, this->commitby(), target);
}
// string commitDesc = 7;
if (this->commitdesc().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitdesc().data(), static_cast<int>(this->commitdesc().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartHeader.commitDesc");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
7, this->commitdesc(), target);
}
// string commitNotes = 8;
if (this->commitnotes().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->commitnotes().data(), static_cast<int>(this->commitnotes().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartHeader.commitNotes");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
8, this->commitnotes(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartHeader)
return target;
}
size_t TideChartHeader::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartHeader)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// string version = 1;
if (this->version().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->version());
}
// string branch = 2;
if (this->branch().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->branch());
}
// string source = 3;
if (this->source().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->source());
}
// string merge = 4;
if (this->merge().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->merge());
}
// string commitDate = 5;
if (this->commitdate().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->commitdate());
}
// string commitBy = 6;
if (this->commitby().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->commitby());
}
// string commitDesc = 7;
if (this->commitdesc().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->commitdesc());
}
// string commitNotes = 8;
if (this->commitnotes().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->commitnotes());
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartHeader::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartHeader)
GOOGLE_DCHECK_NE(&from, this);
const TideChartHeader* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartHeader>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartHeader)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartHeader)
MergeFrom(*source);
}
}
void TideChartHeader::MergeFrom(const TideChartHeader& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartHeader)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.version().size() > 0) {
version_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.version_);
}
if (from.branch().size() > 0) {
branch_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.branch_);
}
if (from.source().size() > 0) {
source_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.source_);
}
if (from.merge().size() > 0) {
merge_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.merge_);
}
if (from.commitdate().size() > 0) {
commitdate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.commitdate_);
}
if (from.commitby().size() > 0) {
commitby_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.commitby_);
}
if (from.commitdesc().size() > 0) {
commitdesc_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.commitdesc_);
}
if (from.commitnotes().size() > 0) {
commitnotes_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.commitnotes_);
}
}
void TideChartHeader::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartHeader)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartHeader::CopyFrom(const TideChartHeader& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartHeader)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartHeader::IsInitialized() const {
return true;
}
void TideChartHeader::InternalSwap(TideChartHeader* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
version_.Swap(&other->version_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
branch_.Swap(&other->branch_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
source_.Swap(&other->source_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
merge_.Swap(&other->merge_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
commitdate_.Swap(&other->commitdate_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
commitby_.Swap(&other->commitby_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
commitdesc_.Swap(&other->commitdesc_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
commitnotes_.Swap(&other->commitnotes_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartHeader::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartFile::InitAsDefaultInstance() {
::_TideChartFile_default_instance_._instance.get_mutable()->chart_ = const_cast< ::TideChartData*>(
::TideChartData::internal_default_instance());
}
class TideChartFile::_Internal {
public:
static const ::TideChartData& chart(const TideChartFile* msg);
};
const ::TideChartData&
TideChartFile::_Internal::chart(const TideChartFile* msg) {
return *msg->chart_;
}
TideChartFile::TideChartFile()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartFile)
}
TideChartFile::TideChartFile(const TideChartFile& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr),
working_(from.working_),
remote_(from.remote_),
history_(from.history_),
context_(from.context_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.id().empty()) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.name().empty()) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.path().empty()) {
path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_);
}
origin_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.origin().empty()) {
origin_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.origin_);
}
modifieddate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.modifieddate().empty()) {
modifieddate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.modifieddate_);
}
modifiedby_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.modifiedby().empty()) {
modifiedby_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.modifiedby_);
}
if (from.has_chart()) {
chart_ = new ::TideChartData(*from.chart_);
} else {
chart_ = nullptr;
}
// @@protoc_insertion_point(copy_constructor:TideChartFile)
}
void TideChartFile::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartFile_tide_5fchart_2eproto.base);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
origin_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifieddate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifiedby_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
chart_ = nullptr;
}
TideChartFile::~TideChartFile() {
// @@protoc_insertion_point(destructor:TideChartFile)
SharedDtor();
}
void TideChartFile::SharedDtor() {
id_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
path_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
origin_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifieddate_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifiedby_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (this != internal_default_instance()) delete chart_;
}
void TideChartFile::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartFile& TideChartFile::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartFile_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartFile::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartFile)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
working_.Clear();
remote_.Clear();
history_.Clear();
context_.Clear();
id_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
path_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
origin_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifieddate_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifiedby_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (GetArenaNoVirtual() == nullptr && chart_ != nullptr) {
delete chart_;
}
chart_ = nullptr;
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartFile::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string id = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_id(), ptr, ctx, "TideChartFile.id");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string name = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_name(), ptr, ctx, "TideChartFile.name");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string path = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_path(), ptr, ctx, "TideChartFile.path");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string origin = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_origin(), ptr, ctx, "TideChartFile.origin");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string modifiedDate = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_modifieddate(), ptr, ctx, "TideChartFile.modifiedDate");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string modifiedBy = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_modifiedby(), ptr, ctx, "TideChartFile.modifiedBy");
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartData chart = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 58)) {
ptr = ctx->ParseMessage(mutable_chart(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .TideChartCommand working = 8;
case 8:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 66)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_working(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 66);
} else goto handle_unusual;
continue;
// repeated .TideChartCommand remote = 9;
case 9:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 74)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_remote(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 74);
} else goto handle_unusual;
continue;
// repeated .TideChartData history = 10;
case 10:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 82)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_history(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 82);
} else goto handle_unusual;
continue;
// repeated .TideChartContext context = 11;
case 11:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 90)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_context(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 90);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartFile::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartFile)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string id = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_id()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFile.id"));
} else {
goto handle_unusual;
}
break;
}
// string name = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_name()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFile.name"));
} else {
goto handle_unusual;
}
break;
}
// string path = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_path()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFile.path"));
} else {
goto handle_unusual;
}
break;
}
// string origin = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (34 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_origin()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->origin().data(), static_cast<int>(this->origin().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFile.origin"));
} else {
goto handle_unusual;
}
break;
}
// string modifiedDate = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_modifieddate()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifieddate().data(), static_cast<int>(this->modifieddate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFile.modifiedDate"));
} else {
goto handle_unusual;
}
break;
}
// string modifiedBy = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (50 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_modifiedby()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifiedby().data(), static_cast<int>(this->modifiedby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFile.modifiedBy"));
} else {
goto handle_unusual;
}
break;
}
// .TideChartData chart = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (58 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_chart()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartCommand working = 8;
case 8: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (66 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_working()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartCommand remote = 9;
case 9: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (74 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_remote()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartData history = 10;
case 10: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (82 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_history()));
} else {
goto handle_unusual;
}
break;
}
// repeated .TideChartContext context = 11;
case 11: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (90 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_context()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartFile)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartFile)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartFile::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartFile)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFile.id");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->id(), output);
}
// string name = 2;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFile.name");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
2, this->name(), output);
}
// string path = 3;
if (this->path().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFile.path");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->path(), output);
}
// string origin = 4;
if (this->origin().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->origin().data(), static_cast<int>(this->origin().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFile.origin");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
4, this->origin(), output);
}
// string modifiedDate = 5;
if (this->modifieddate().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifieddate().data(), static_cast<int>(this->modifieddate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFile.modifiedDate");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
5, this->modifieddate(), output);
}
// string modifiedBy = 6;
if (this->modifiedby().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifiedby().data(), static_cast<int>(this->modifiedby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFile.modifiedBy");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
6, this->modifiedby(), output);
}
// .TideChartData chart = 7;
if (this->has_chart()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
7, _Internal::chart(this), output);
}
// repeated .TideChartCommand working = 8;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->working_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
8,
this->working(static_cast<int>(i)),
output);
}
// repeated .TideChartCommand remote = 9;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->remote_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
9,
this->remote(static_cast<int>(i)),
output);
}
// repeated .TideChartData history = 10;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->history_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
10,
this->history(static_cast<int>(i)),
output);
}
// repeated .TideChartContext context = 11;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->context_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
11,
this->context(static_cast<int>(i)),
output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartFile)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartFile::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartFile)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFile.id");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->id(), target);
}
// string name = 2;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFile.name");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
2, this->name(), target);
}
// string path = 3;
if (this->path().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFile.path");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->path(), target);
}
// string origin = 4;
if (this->origin().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->origin().data(), static_cast<int>(this->origin().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFile.origin");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
4, this->origin(), target);
}
// string modifiedDate = 5;
if (this->modifieddate().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifieddate().data(), static_cast<int>(this->modifieddate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFile.modifiedDate");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
5, this->modifieddate(), target);
}
// string modifiedBy = 6;
if (this->modifiedby().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifiedby().data(), static_cast<int>(this->modifiedby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFile.modifiedBy");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
6, this->modifiedby(), target);
}
// .TideChartData chart = 7;
if (this->has_chart()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
7, _Internal::chart(this), target);
}
// repeated .TideChartCommand working = 8;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->working_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
8, this->working(static_cast<int>(i)), target);
}
// repeated .TideChartCommand remote = 9;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->remote_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
9, this->remote(static_cast<int>(i)), target);
}
// repeated .TideChartData history = 10;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->history_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
10, this->history(static_cast<int>(i)), target);
}
// repeated .TideChartContext context = 11;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->context_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
11, this->context(static_cast<int>(i)), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartFile)
return target;
}
size_t TideChartFile::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartFile)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated .TideChartCommand working = 8;
{
unsigned int count = static_cast<unsigned int>(this->working_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->working(static_cast<int>(i)));
}
}
// repeated .TideChartCommand remote = 9;
{
unsigned int count = static_cast<unsigned int>(this->remote_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->remote(static_cast<int>(i)));
}
}
// repeated .TideChartData history = 10;
{
unsigned int count = static_cast<unsigned int>(this->history_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->history(static_cast<int>(i)));
}
}
// repeated .TideChartContext context = 11;
{
unsigned int count = static_cast<unsigned int>(this->context_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->context(static_cast<int>(i)));
}
}
// string id = 1;
if (this->id().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->id());
}
// string name = 2;
if (this->name().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->name());
}
// string path = 3;
if (this->path().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->path());
}
// string origin = 4;
if (this->origin().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->origin());
}
// string modifiedDate = 5;
if (this->modifieddate().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->modifieddate());
}
// string modifiedBy = 6;
if (this->modifiedby().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->modifiedby());
}
// .TideChartData chart = 7;
if (this->has_chart()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*chart_);
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartFile::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartFile)
GOOGLE_DCHECK_NE(&from, this);
const TideChartFile* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartFile>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartFile)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartFile)
MergeFrom(*source);
}
}
void TideChartFile::MergeFrom(const TideChartFile& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartFile)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
working_.MergeFrom(from.working_);
remote_.MergeFrom(from.remote_);
history_.MergeFrom(from.history_);
context_.MergeFrom(from.context_);
if (from.id().size() > 0) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
if (from.name().size() > 0) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
if (from.path().size() > 0) {
path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_);
}
if (from.origin().size() > 0) {
origin_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.origin_);
}
if (from.modifieddate().size() > 0) {
modifieddate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.modifieddate_);
}
if (from.modifiedby().size() > 0) {
modifiedby_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.modifiedby_);
}
if (from.has_chart()) {
mutable_chart()->::TideChartData::MergeFrom(from.chart());
}
}
void TideChartFile::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartFile)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartFile::CopyFrom(const TideChartFile& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartFile)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartFile::IsInitialized() const {
return true;
}
void TideChartFile::InternalSwap(TideChartFile* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
CastToBase(&working_)->InternalSwap(CastToBase(&other->working_));
CastToBase(&remote_)->InternalSwap(CastToBase(&other->remote_));
CastToBase(&history_)->InternalSwap(CastToBase(&other->history_));
CastToBase(&context_)->InternalSwap(CastToBase(&other->context_));
id_.Swap(&other->id_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
name_.Swap(&other->name_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
path_.Swap(&other->path_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
origin_.Swap(&other->origin_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
modifieddate_.Swap(&other->modifieddate_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
modifiedby_.Swap(&other->modifiedby_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(chart_, other->chart_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartFile::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartFileHeader::InitAsDefaultInstance() {
}
class TideChartFileHeader::_Internal {
public:
};
TideChartFileHeader::TideChartFileHeader()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartFileHeader)
}
TideChartFileHeader::TideChartFileHeader(const TideChartFileHeader& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.id().empty()) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.name().empty()) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.path().empty()) {
path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_);
}
origin_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.origin().empty()) {
origin_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.origin_);
}
modifieddate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.modifieddate().empty()) {
modifieddate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.modifieddate_);
}
modifiedby_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.modifiedby().empty()) {
modifiedby_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.modifiedby_);
}
// @@protoc_insertion_point(copy_constructor:TideChartFileHeader)
}
void TideChartFileHeader::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartFileHeader_tide_5fchart_2eproto.base);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
origin_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifieddate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifiedby_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
TideChartFileHeader::~TideChartFileHeader() {
// @@protoc_insertion_point(destructor:TideChartFileHeader)
SharedDtor();
}
void TideChartFileHeader::SharedDtor() {
id_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
path_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
origin_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifieddate_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifiedby_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
}
void TideChartFileHeader::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartFileHeader& TideChartFileHeader::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartFileHeader_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartFileHeader::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartFileHeader)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
id_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
path_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
origin_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifieddate_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifiedby_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartFileHeader::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string id = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_id(), ptr, ctx, "TideChartFileHeader.id");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string name = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_name(), ptr, ctx, "TideChartFileHeader.name");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string path = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_path(), ptr, ctx, "TideChartFileHeader.path");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string origin = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_origin(), ptr, ctx, "TideChartFileHeader.origin");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string modifiedDate = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_modifieddate(), ptr, ctx, "TideChartFileHeader.modifiedDate");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string modifiedBy = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_modifiedby(), ptr, ctx, "TideChartFileHeader.modifiedBy");
CHK_(ptr);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartFileHeader::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartFileHeader)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string id = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_id()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFileHeader.id"));
} else {
goto handle_unusual;
}
break;
}
// string name = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_name()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFileHeader.name"));
} else {
goto handle_unusual;
}
break;
}
// string path = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_path()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFileHeader.path"));
} else {
goto handle_unusual;
}
break;
}
// string origin = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (34 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_origin()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->origin().data(), static_cast<int>(this->origin().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFileHeader.origin"));
} else {
goto handle_unusual;
}
break;
}
// string modifiedDate = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_modifieddate()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifieddate().data(), static_cast<int>(this->modifieddate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFileHeader.modifiedDate"));
} else {
goto handle_unusual;
}
break;
}
// string modifiedBy = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (50 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_modifiedby()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifiedby().data(), static_cast<int>(this->modifiedby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFileHeader.modifiedBy"));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartFileHeader)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartFileHeader)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartFileHeader::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartFileHeader)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileHeader.id");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->id(), output);
}
// string name = 2;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileHeader.name");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
2, this->name(), output);
}
// string path = 3;
if (this->path().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileHeader.path");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->path(), output);
}
// string origin = 4;
if (this->origin().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->origin().data(), static_cast<int>(this->origin().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileHeader.origin");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
4, this->origin(), output);
}
// string modifiedDate = 5;
if (this->modifieddate().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifieddate().data(), static_cast<int>(this->modifieddate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileHeader.modifiedDate");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
5, this->modifieddate(), output);
}
// string modifiedBy = 6;
if (this->modifiedby().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifiedby().data(), static_cast<int>(this->modifiedby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileHeader.modifiedBy");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
6, this->modifiedby(), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartFileHeader)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartFileHeader::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartFileHeader)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileHeader.id");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->id(), target);
}
// string name = 2;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileHeader.name");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
2, this->name(), target);
}
// string path = 3;
if (this->path().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileHeader.path");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->path(), target);
}
// string origin = 4;
if (this->origin().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->origin().data(), static_cast<int>(this->origin().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileHeader.origin");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
4, this->origin(), target);
}
// string modifiedDate = 5;
if (this->modifieddate().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifieddate().data(), static_cast<int>(this->modifieddate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileHeader.modifiedDate");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
5, this->modifieddate(), target);
}
// string modifiedBy = 6;
if (this->modifiedby().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifiedby().data(), static_cast<int>(this->modifiedby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileHeader.modifiedBy");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
6, this->modifiedby(), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartFileHeader)
return target;
}
size_t TideChartFileHeader::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartFileHeader)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->id());
}
// string name = 2;
if (this->name().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->name());
}
// string path = 3;
if (this->path().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->path());
}
// string origin = 4;
if (this->origin().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->origin());
}
// string modifiedDate = 5;
if (this->modifieddate().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->modifieddate());
}
// string modifiedBy = 6;
if (this->modifiedby().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->modifiedby());
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartFileHeader::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartFileHeader)
GOOGLE_DCHECK_NE(&from, this);
const TideChartFileHeader* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartFileHeader>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartFileHeader)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartFileHeader)
MergeFrom(*source);
}
}
void TideChartFileHeader::MergeFrom(const TideChartFileHeader& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartFileHeader)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.id().size() > 0) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
if (from.name().size() > 0) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
if (from.path().size() > 0) {
path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_);
}
if (from.origin().size() > 0) {
origin_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.origin_);
}
if (from.modifieddate().size() > 0) {
modifieddate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.modifieddate_);
}
if (from.modifiedby().size() > 0) {
modifiedby_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.modifiedby_);
}
}
void TideChartFileHeader::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartFileHeader)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartFileHeader::CopyFrom(const TideChartFileHeader& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartFileHeader)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartFileHeader::IsInitialized() const {
return true;
}
void TideChartFileHeader::InternalSwap(TideChartFileHeader* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
id_.Swap(&other->id_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
name_.Swap(&other->name_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
path_.Swap(&other->path_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
origin_.Swap(&other->origin_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
modifieddate_.Swap(&other->modifieddate_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
modifiedby_.Swap(&other->modifiedby_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartFileHeader::GetMetadata() const {
return GetMetadataStatic();
}
// ===================================================================
void TideChartFileCurrent::InitAsDefaultInstance() {
::_TideChartFileCurrent_default_instance_._instance.get_mutable()->chart_ = const_cast< ::TideChartData*>(
::TideChartData::internal_default_instance());
}
class TideChartFileCurrent::_Internal {
public:
static const ::TideChartData& chart(const TideChartFileCurrent* msg);
};
const ::TideChartData&
TideChartFileCurrent::_Internal::chart(const TideChartFileCurrent* msg) {
return *msg->chart_;
}
TideChartFileCurrent::TideChartFileCurrent()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
// @@protoc_insertion_point(constructor:TideChartFileCurrent)
}
TideChartFileCurrent::TideChartFileCurrent(const TideChartFileCurrent& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.id().empty()) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.name().empty()) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.path().empty()) {
path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_);
}
origin_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.origin().empty()) {
origin_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.origin_);
}
modifieddate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.modifieddate().empty()) {
modifieddate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.modifieddate_);
}
modifiedby_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (!from.modifiedby().empty()) {
modifiedby_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.modifiedby_);
}
if (from.has_chart()) {
chart_ = new ::TideChartData(*from.chart_);
} else {
chart_ = nullptr;
}
// @@protoc_insertion_point(copy_constructor:TideChartFileCurrent)
}
void TideChartFileCurrent::SharedCtor() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TideChartFileCurrent_tide_5fchart_2eproto.base);
id_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
path_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
origin_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifieddate_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifiedby_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
chart_ = nullptr;
}
TideChartFileCurrent::~TideChartFileCurrent() {
// @@protoc_insertion_point(destructor:TideChartFileCurrent)
SharedDtor();
}
void TideChartFileCurrent::SharedDtor() {
id_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
path_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
origin_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifieddate_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifiedby_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (this != internal_default_instance()) delete chart_;
}
void TideChartFileCurrent::SetCachedSize(int size) const {
_cached_size_.Set(size);
}
const TideChartFileCurrent& TideChartFileCurrent::default_instance() {
::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_TideChartFileCurrent_tide_5fchart_2eproto.base);
return *internal_default_instance();
}
void TideChartFileCurrent::Clear() {
// @@protoc_insertion_point(message_clear_start:TideChartFileCurrent)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
id_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
name_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
path_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
origin_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifieddate_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
modifiedby_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (GetArenaNoVirtual() == nullptr && chart_ != nullptr) {
delete chart_;
}
chart_ = nullptr;
_internal_metadata_.Clear();
}
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
const char* TideChartFileCurrent::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
CHK_(ptr);
switch (tag >> 3) {
// string id = 1;
case 1:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_id(), ptr, ctx, "TideChartFileCurrent.id");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string name = 2;
case 2:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_name(), ptr, ctx, "TideChartFileCurrent.name");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string path = 3;
case 3:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_path(), ptr, ctx, "TideChartFileCurrent.path");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string origin = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_origin(), ptr, ctx, "TideChartFileCurrent.origin");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string modifiedDate = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_modifieddate(), ptr, ctx, "TideChartFileCurrent.modifiedDate");
CHK_(ptr);
} else goto handle_unusual;
continue;
// string modifiedBy = 6;
case 6:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_modifiedby(), ptr, ctx, "TideChartFileCurrent.modifiedBy");
CHK_(ptr);
} else goto handle_unusual;
continue;
// .TideChartData chart = 7;
case 7:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 58)) {
ptr = ctx->ParseMessage(mutable_chart(), ptr);
CHK_(ptr);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
ctx->SetLastTag(tag);
goto success;
}
ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
CHK_(ptr != nullptr);
continue;
}
} // switch
} // while
success:
return ptr;
failure:
ptr = nullptr;
goto success;
#undef CHK_
}
#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
bool TideChartFileCurrent::MergePartialFromCodedStream(
::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
::PROTOBUF_NAMESPACE_ID::uint32 tag;
// @@protoc_insertion_point(parse_start:TideChartFileCurrent)
for (;;) {
::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
// string id = 1;
case 1: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_id()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFileCurrent.id"));
} else {
goto handle_unusual;
}
break;
}
// string name = 2;
case 2: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_name()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFileCurrent.name"));
} else {
goto handle_unusual;
}
break;
}
// string path = 3;
case 3: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_path()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFileCurrent.path"));
} else {
goto handle_unusual;
}
break;
}
// string origin = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (34 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_origin()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->origin().data(), static_cast<int>(this->origin().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFileCurrent.origin"));
} else {
goto handle_unusual;
}
break;
}
// string modifiedDate = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_modifieddate()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifieddate().data(), static_cast<int>(this->modifieddate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFileCurrent.modifiedDate"));
} else {
goto handle_unusual;
}
break;
}
// string modifiedBy = 6;
case 6: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (50 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
input, this->mutable_modifiedby()));
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifiedby().data(), static_cast<int>(this->modifiedby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"TideChartFileCurrent.modifiedBy"));
} else {
goto handle_unusual;
}
break;
}
// .TideChartData chart = 7;
case 7: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (58 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, mutable_chart()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
goto success;
}
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField(
input, tag, _internal_metadata_.mutable_unknown_fields()));
break;
}
}
}
success:
// @@protoc_insertion_point(parse_success:TideChartFileCurrent)
return true;
failure:
// @@protoc_insertion_point(parse_failure:TideChartFileCurrent)
return false;
#undef DO_
}
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
void TideChartFileCurrent::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:TideChartFileCurrent)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileCurrent.id");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
1, this->id(), output);
}
// string name = 2;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileCurrent.name");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
2, this->name(), output);
}
// string path = 3;
if (this->path().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileCurrent.path");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
3, this->path(), output);
}
// string origin = 4;
if (this->origin().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->origin().data(), static_cast<int>(this->origin().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileCurrent.origin");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
4, this->origin(), output);
}
// string modifiedDate = 5;
if (this->modifieddate().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifieddate().data(), static_cast<int>(this->modifieddate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileCurrent.modifiedDate");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
5, this->modifieddate(), output);
}
// string modifiedBy = 6;
if (this->modifiedby().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifiedby().data(), static_cast<int>(this->modifiedby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileCurrent.modifiedBy");
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
6, this->modifiedby(), output);
}
// .TideChartData chart = 7;
if (this->has_chart()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
7, _Internal::chart(this), output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
}
// @@protoc_insertion_point(serialize_end:TideChartFileCurrent)
}
::PROTOBUF_NAMESPACE_ID::uint8* TideChartFileCurrent::InternalSerializeWithCachedSizesToArray(
::PROTOBUF_NAMESPACE_ID::uint8* target) const {
// @@protoc_insertion_point(serialize_to_array_start:TideChartFileCurrent)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->id().data(), static_cast<int>(this->id().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileCurrent.id");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
1, this->id(), target);
}
// string name = 2;
if (this->name().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->name().data(), static_cast<int>(this->name().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileCurrent.name");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
2, this->name(), target);
}
// string path = 3;
if (this->path().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->path().data(), static_cast<int>(this->path().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileCurrent.path");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
3, this->path(), target);
}
// string origin = 4;
if (this->origin().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->origin().data(), static_cast<int>(this->origin().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileCurrent.origin");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
4, this->origin(), target);
}
// string modifiedDate = 5;
if (this->modifieddate().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifieddate().data(), static_cast<int>(this->modifieddate().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileCurrent.modifiedDate");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
5, this->modifieddate(), target);
}
// string modifiedBy = 6;
if (this->modifiedby().size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
this->modifiedby().data(), static_cast<int>(this->modifiedby().length()),
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
"TideChartFileCurrent.modifiedBy");
target =
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
6, this->modifiedby(), target);
}
// .TideChartData chart = 7;
if (this->has_chart()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
7, _Internal::chart(this), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
}
// @@protoc_insertion_point(serialize_to_array_end:TideChartFileCurrent)
return target;
}
size_t TideChartFileCurrent::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:TideChartFileCurrent)
size_t total_size = 0;
if (_internal_metadata_.have_unknown_fields()) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
_internal_metadata_.unknown_fields());
}
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// string id = 1;
if (this->id().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->id());
}
// string name = 2;
if (this->name().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->name());
}
// string path = 3;
if (this->path().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->path());
}
// string origin = 4;
if (this->origin().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->origin());
}
// string modifiedDate = 5;
if (this->modifieddate().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->modifieddate());
}
// string modifiedBy = 6;
if (this->modifiedby().size() > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
this->modifiedby());
}
// .TideChartData chart = 7;
if (this->has_chart()) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
*chart_);
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
SetCachedSize(cached_size);
return total_size;
}
void TideChartFileCurrent::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:TideChartFileCurrent)
GOOGLE_DCHECK_NE(&from, this);
const TideChartFileCurrent* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<TideChartFileCurrent>(
&from);
if (source == nullptr) {
// @@protoc_insertion_point(generalized_merge_from_cast_fail:TideChartFileCurrent)
::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
} else {
// @@protoc_insertion_point(generalized_merge_from_cast_success:TideChartFileCurrent)
MergeFrom(*source);
}
}
void TideChartFileCurrent::MergeFrom(const TideChartFileCurrent& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:TideChartFileCurrent)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
if (from.id().size() > 0) {
id_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.id_);
}
if (from.name().size() > 0) {
name_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.name_);
}
if (from.path().size() > 0) {
path_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.path_);
}
if (from.origin().size() > 0) {
origin_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.origin_);
}
if (from.modifieddate().size() > 0) {
modifieddate_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.modifieddate_);
}
if (from.modifiedby().size() > 0) {
modifiedby_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.modifiedby_);
}
if (from.has_chart()) {
mutable_chart()->::TideChartData::MergeFrom(from.chart());
}
}
void TideChartFileCurrent::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:TideChartFileCurrent)
if (&from == this) return;
Clear();
MergeFrom(from);
}
void TideChartFileCurrent::CopyFrom(const TideChartFileCurrent& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:TideChartFileCurrent)
if (&from == this) return;
Clear();
MergeFrom(from);
}
bool TideChartFileCurrent::IsInitialized() const {
return true;
}
void TideChartFileCurrent::InternalSwap(TideChartFileCurrent* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
id_.Swap(&other->id_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
name_.Swap(&other->name_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
path_.Swap(&other->path_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
origin_.Swap(&other->origin_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
modifieddate_.Swap(&other->modifieddate_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
modifiedby_.Swap(&other->modifiedby_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
GetArenaNoVirtual());
swap(chart_, other->chart_);
}
::PROTOBUF_NAMESPACE_ID::Metadata TideChartFileCurrent::GetMetadata() const {
return GetMetadataStatic();
}
// @@protoc_insertion_point(namespace_scope)
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::TideChartProperty* Arena::CreateMaybeMessage< ::TideChartProperty >(Arena* arena) {
return Arena::CreateInternal< ::TideChartProperty >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartCommentBox* Arena::CreateMaybeMessage< ::TideChartCommentBox >(Arena* arena) {
return Arena::CreateInternal< ::TideChartCommentBox >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartWidget* Arena::CreateMaybeMessage< ::TideChartWidget >(Arena* arena) {
return Arena::CreateInternal< ::TideChartWidget >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartPort* Arena::CreateMaybeMessage< ::TideChartPort >(Arena* arena) {
return Arena::CreateInternal< ::TideChartPort >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartLink* Arena::CreateMaybeMessage< ::TideChartLink >(Arena* arena) {
return Arena::CreateInternal< ::TideChartLink >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartNote* Arena::CreateMaybeMessage< ::TideChartNote >(Arena* arena) {
return Arena::CreateInternal< ::TideChartNote >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartNode* Arena::CreateMaybeMessage< ::TideChartNode >(Arena* arena) {
return Arena::CreateInternal< ::TideChartNode >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartRegion* Arena::CreateMaybeMessage< ::TideChartRegion >(Arena* arena) {
return Arena::CreateInternal< ::TideChartRegion >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartGraph* Arena::CreateMaybeMessage< ::TideChartGraph >(Arena* arena) {
return Arena::CreateInternal< ::TideChartGraph >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartCommand* Arena::CreateMaybeMessage< ::TideChartCommand >(Arena* arena) {
return Arena::CreateInternal< ::TideChartCommand >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartGroupCommand* Arena::CreateMaybeMessage< ::TideChartGroupCommand >(Arena* arena) {
return Arena::CreateInternal< ::TideChartGroupCommand >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartMoveCommand* Arena::CreateMaybeMessage< ::TideChartMoveCommand >(Arena* arena) {
return Arena::CreateInternal< ::TideChartMoveCommand >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartCommentBoxCommand* Arena::CreateMaybeMessage< ::TideChartCommentBoxCommand >(Arena* arena) {
return Arena::CreateInternal< ::TideChartCommentBoxCommand >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartWidgetCommand* Arena::CreateMaybeMessage< ::TideChartWidgetCommand >(Arena* arena) {
return Arena::CreateInternal< ::TideChartWidgetCommand >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartPortCommand* Arena::CreateMaybeMessage< ::TideChartPortCommand >(Arena* arena) {
return Arena::CreateInternal< ::TideChartPortCommand >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartLinkCommand* Arena::CreateMaybeMessage< ::TideChartLinkCommand >(Arena* arena) {
return Arena::CreateInternal< ::TideChartLinkCommand >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartNodeCommand* Arena::CreateMaybeMessage< ::TideChartNodeCommand >(Arena* arena) {
return Arena::CreateInternal< ::TideChartNodeCommand >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartRegionCommand* Arena::CreateMaybeMessage< ::TideChartRegionCommand >(Arena* arena) {
return Arena::CreateInternal< ::TideChartRegionCommand >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartGraphCommand* Arena::CreateMaybeMessage< ::TideChartGraphCommand >(Arena* arena) {
return Arena::CreateInternal< ::TideChartGraphCommand >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartPropertyCommand* Arena::CreateMaybeMessage< ::TideChartPropertyCommand >(Arena* arena) {
return Arena::CreateInternal< ::TideChartPropertyCommand >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartNoteCommand* Arena::CreateMaybeMessage< ::TideChartNoteCommand >(Arena* arena) {
return Arena::CreateInternal< ::TideChartNoteCommand >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartSource* Arena::CreateMaybeMessage< ::TideChartSource >(Arena* arena) {
return Arena::CreateInternal< ::TideChartSource >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartLibrary* Arena::CreateMaybeMessage< ::TideChartLibrary >(Arena* arena) {
return Arena::CreateInternal< ::TideChartLibrary >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartSite* Arena::CreateMaybeMessage< ::TideChartSite >(Arena* arena) {
return Arena::CreateInternal< ::TideChartSite >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartMessage* Arena::CreateMaybeMessage< ::TideChartMessage >(Arena* arena) {
return Arena::CreateInternal< ::TideChartMessage >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartContextChange* Arena::CreateMaybeMessage< ::TideChartContextChange >(Arena* arena) {
return Arena::CreateInternal< ::TideChartContextChange >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartLogEntry* Arena::CreateMaybeMessage< ::TideChartLogEntry >(Arena* arena) {
return Arena::CreateInternal< ::TideChartLogEntry >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartContext* Arena::CreateMaybeMessage< ::TideChartContext >(Arena* arena) {
return Arena::CreateInternal< ::TideChartContext >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartData* Arena::CreateMaybeMessage< ::TideChartData >(Arena* arena) {
return Arena::CreateInternal< ::TideChartData >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartHeader* Arena::CreateMaybeMessage< ::TideChartHeader >(Arena* arena) {
return Arena::CreateInternal< ::TideChartHeader >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartFile* Arena::CreateMaybeMessage< ::TideChartFile >(Arena* arena) {
return Arena::CreateInternal< ::TideChartFile >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartFileHeader* Arena::CreateMaybeMessage< ::TideChartFileHeader >(Arena* arena) {
return Arena::CreateInternal< ::TideChartFileHeader >(arena);
}
template<> PROTOBUF_NOINLINE ::TideChartFileCurrent* Arena::CreateMaybeMessage< ::TideChartFileCurrent >(Arena* arena) {
return Arena::CreateInternal< ::TideChartFileCurrent >(arena);
}
PROTOBUF_NAMESPACE_CLOSE
// @@protoc_insertion_point(global_scope)
#include <google/protobuf/port_undef.inc>
|
a094dc7648638e3d321b5762d240820b48ad6527
|
8fb812170e1d66e2416838b30b44c1b59df07679
|
/include/anpcode/eventdispatcher.h
|
fe1ee1c4727d345180b520db9ea2ce6201fe54b1
|
[
"BSD-2-Clause"
] |
permissive
|
antonp/anpcode
|
6a38f8226377ca23078a80be28e1630794c885bd
|
099992ce093180028842a1f02d9e060fe2446742
|
refs/heads/master
| 2016-09-10T13:09:51.264301
| 2012-11-05T13:46:25
| 2012-11-05T13:46:25
| 2,132,134
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,932
|
h
|
eventdispatcher.h
|
/*
Copyright (c) 2010, Anton Petersson < anton (at) anp.nu >
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef _EVENTDISPATCHER_H_
#define _EVENTDISPATCHER_H_
#include <list>
#include <stdexcept>
namespace anp
{
template <typename E>
class ISubscriber
{
public:
virtual ~ISubscriber() { }
virtual void receiveEvent(E &event) = 0;
};
template <typename E>
class IEventDispatcherSource
{
public:
virtual ~IEventDispatcherSource() { }
virtual void dispatch(E &event) = 0;
};
template <typename S>
class IEventDispatcherSubscriber
{
public:
virtual ~IEventDispatcherSubscriber() { }
virtual void subscribe(S *subscriber) = 0;
virtual void unsubscribe(S *subscriber) = 0;
};
// Subscriber, Event
template <typename S, typename E>
class EventDispatcher: public IEventDispatcherSubscriber<S>,
public IEventDispatcherSource<E>
{
public:
void subscribe(S *subscriber)
{
m_subscribers.push_back(subscriber);
}
void unsubscribe(S *subscriber)
{
typename std::list<S *>::iterator i;
for ( i=m_subscribers.begin();
i != m_subscribers.end(); i++ )
{
if ( (*i) == subscriber )
{
m_subscribers.erase(i);
return;
}
}
throw std::runtime_error("Unable to find specified subscriber");
}
void dispatch(E &event)
{
typename std::list<S *>::iterator i;
for ( i=m_subscribers.begin();
i != m_subscribers.end(); i++ )
{
(*i)->receiveEvent(event);
}
}
private:
std::list<S *> m_subscribers;
};
}
#endif // _EVENTDISPATCHER_H_
|
4c415965cbdf691a59a57e1bb620c66d816f7ae4
|
365cac007075eba241a495246396fa96e04a91a1
|
/HAETAEGameEngine_V01/HAETAEGameEngine_V01/Engine/Rendering/3D/GameObject.h
|
dea0037ae80f932ec876218e7478e26d44df3ee3
|
[] |
no_license
|
HAETAE0011/GameEngines
|
243f598a7d6693b5e659fb6131e308a980317bef
|
9e5c2f390e7184a6d6361fc756823fa1c28c1b7e
|
refs/heads/master
| 2023-05-01T18:22:00.702185
| 2021-05-14T20:21:40
| 2021-05-14T20:21:40
| 300,065,070
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,384
|
h
|
GameObject.h
|
#ifndef GAMEOBJECT_H
#define GAMEOBJECT_H
#include "Model.h"
#include "../../Camera/FrustumCulling.h"
#include "Component.h"
class GameObject{
public:
GameObject(Model* model_, glm::vec3 position_ = glm::vec3());
~GameObject();
void Render(Camera* camera_);
void Update(float deltaTime_);
void UpdateCamera(Camera* camera_);
glm::vec3 GetPosition() const;
float GetAngle() const;
glm::vec3 GetRotation() const;
glm::vec3 GetScale() const;
std::string GetTag() const;
bool GetHit() const;
BoundingBox getBoundingBox();
void SetPostion(glm::vec3 position_);
void SetAngle(float angle_);
void SetRotation(glm::vec3 rotation_);
void SetScale(glm::vec3 scale_);
void SetTag(std::string tag_);
void SetHit(bool hit_, int buttonType_);
template<typename T, typename ... Args> void AddComponent(Args&& ... args_);
template<typename T> T* GetComponent();
template<typename T> void RemoveComponent();
private:
Model* model;
bool toRender = false;
glm::vec3 position;
float angle;
glm::vec3 rotation;
glm::vec3 scale;
glm::vec3 radiusVec;
int modelInstance;
BoundingBox box;
float radius;
std::string tag;
bool hit;
std::vector<Component*> components;
};
template<typename T, typename ... Args>
inline void GameObject::AddComponent(Args&& ... args_)
{
T* temp = new T(std::forward<Args>(args_)...);
if (!dynamic_cast<Component*>(temp)) {
Debug::Error("wrong type of component was added: deleted", "GameObject.cpp", __LINE__);
delete temp;
temp = nullptr;
return;
}
if (!this->GetComponent<T>()) {
components.push_back(temp);
components[((components.size()) - 1)]->OnCreate(this);
std::cout << " component added" << std::endl;
}
else {
Debug::Error("component already exists", "GameObject.cpp", __LINE__);
delete temp;
temp = nullptr;
return;
}
}
template<typename T>
inline T* GameObject::GetComponent()
{
for (int i = 0; i < (components.size()); i++) {
if (dynamic_cast<T*>(components[i]) != nullptr) {
return dynamic_cast<T*>(components[i]);
}
}
return nullptr;
}
template<typename T>
inline void GameObject::RemoveComponent()
{
for (int i = 0; i < (components.size()); i++) {
if (dynamic_cast<T*>(components[i])) {
delete components[i];
components[i] = nullptr;
components.erase(components.begin() + i);
std::cout << " component removed" << std::endl;
return;
}
}
}
#endif
|
4f1be4d21ba81f54dff9e5e4851014e2b1ef7165
|
e9622b0953199a0d922602954663a00ba53f2970
|
/hydra_drive/arduino/HydraDriveEncoder/HydraDriveEncoder.ino
|
0e6d9276e1647ba09b8d99bc044fbf3edb071dfb
|
[] |
no_license
|
insaneinside/hydra
|
2f1df2e979102ba4a4fd90c3d8f0b6e50a937f57
|
cb5cc7a1c9ec0edb8a7008b9b37e20478117ddbb
|
refs/heads/master
| 2021-01-10T19:23:34.218741
| 2014-05-17T06:31:38
| 2014-05-17T06:31:38
| null | 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 10,197
|
ino
|
HydraDriveEncoder.ino
|
// -*- c++ -*-
/* DUBotics Hydra: low-level motor shaft encoder driver
* Copyright (C) 2014 DUBotics at the University of Washington
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* The GNU General Public License version 2 may be found at
* <http://www.gnu.org/licenses/gpl-2.0.html>.
*/
/**@file
*
* Arduino sketch implementing a driver for two-bit Gray Code-based rotary
* encoders, with communication via I2C/TWI.
*
* For efficiency, this sketch makes heavy use of low-level IO --- it doesn't
* rely on the (really quite terribly slow) `digitalRead` and `digitalWrite`
* from the Arduino standard library, for example.
*
* That is to say, we're not in kindergarten anymore, kids. Oh, and don't
* even bother trying to replace this code (which utilizes Pin-Change
* Interrupts) with something that uses `attachInterrupt` (which uses External
* Interrupt Requests, which are only supported on a few pins).
*/
/** @name Pin definitions
*
* `#define`s used to configure and read the I/O pins to which the encoder is
* attached. Please consult the target microcontroller's datasheet when
* modifying these values.
*
* *The fact that these values are all zeros and ones does not mean that yours
* will be if you decide to change the pin mapping.* For example, if we were
* to
*
* #define P0_PIN PIND6
*
* we would also need
*
* #define P0_PORT PIND
* #define P0_PCINT PCINT21
*
* #define P0_PCIE PCIE2
* #define P0_PCMSK PCMSK2
* #define P0_PCINT_vect PCINT2_vect
*
* **Always** consult your microcontroller's datasheet. Note that these
* definitions don't handle pin-direction initialization; you'll have to modify
* the first few lines of `setup` if you change the pins used.
*
* The datasheet for the ATmega48PA/88PA/168PA/328P is available
* (here)[http://www.atmel.com/Images/doc8161.pdf].
*
* @{
*/
/** Input ports for the pins attached to the encoder outputs. */
#define P0_PORT PINB
#define P1_PORT PINB
/** Pins, on P0_PORT and P1_PORT, respectively, for the pins attached to the
encoder outputs. */
#define P0_PIN PINB0
#define P1_PIN PINB1
/** Pin-change-interrupt pin labels for these pins. */
#define P0_PCINT PCINT0
#define P1_PCINT PCINT1
/* NOTE that each pin's respective definition in each of the following three
pairs is closely related to the other two; the `n` in `Pn_PCIE`, `Pn_PCMSK`,
and `Pn_PCINT_vect` is the index of a group of pins that share a common
pin-change interrupt.
*/
/** Pin-change interrupt enable flags corresponding to the pins attached to the
encoder outputs. */
#define P0_PCIE PCIE0
#define P1_PCIE PCIE0
/** Pin-change interrupt mask registers in which P0_PCINT and P1_PCINT appear. */
#define P0_PCMSK PCMSK0
#define P1_PCMSK PCMSK0
/** Pin-change *interrupt* names. Don't confuse these with the above
definitions of `Pn_PCINT` --- those are pin-specific values, while these
names are used to define interrupt service routines for _groups_ of PCI
pins. */
#define P0_PCINT_vect PCINT0_vect
#define P1_PCINT_vect PCINT0_vect
/**@} */
/** Default I2C/TWI slave address. As originally written we grab the value as
the 7 bits ((PD7:5) >> 1) | (PC3:0). */
#define DEFAULT_I2C_SLAVE_ADDRESS \
(((PIND & (_BV(PIND7)|_BV(PIND6)|_BV(PIND5))) >> 1) | \
((PINC & (_BV(PINC3)|_BV(PINC2)|_BV(PINC1)|_BV(PINC0)))))
/* Configuration constants end here. */
/** Most recent value of the encoder output pins. */
static uint8_t prev_state;
/** Rotation/value counter. */
static int16_t value;
enum
{
I2C_REGISTER_VALUE = 0,
I2C_REGISTER_VALUE_WITH_RESET
};
#define FETCH_ENCODER_STATE() ( ((P0_PORT & _BV(P0_PIN)) >> (P0_PIN - 1)) | ((P1_PORT & _BV(P1_PIN)) >> P1_PIN) )
/** Body of the interrupt-service routine. */
#define ISR_BODY \
/* Toggle the LED. */ \
PINB |= _BV(PINB5); \
\
/* A clockwise-turning shaft produces the value sequence \
\
A 1 1 0 1 1 0 1 1 ... \
B 0 1 1 0 1 1 0 1 ... \
\
while a counterclockwise-turning shaft produces \
\
A 0 1 1 0 1 1 0 1 1 ... \
B 1 1 0 1 1 0 1 1 0 ... \
\
so it's possible to construct a look-up table indexed by the bits (A₁ B₁ A₀ B₀) as follows. \
\
A₁ B₁ Index Dir. \
A₀ B₀ \
----------------------------- \
1 0 11 + \
1 1 \
\
1 1 13 + \
0 1 \
\
0 1 6 + \
1 0 \
\
0 1 7 - \
1 1 \
\
1 1 14 - \
1 0 \
\
1 0 9 - \
0 1 \
*/ \
static const int8_t enc_states[] = { 0, 0, 0, 0, 0, 0, \
+1, -1, \
0, \
-1, \
0, \
+1, \
0, \
+1, -1, 0 }; \
uint8_t state = FETCH_ENCODER_STATE(); \
if ( state && state != prev_state ) \
{ \
if ( prev_state ) \
value += enc_states[((prev_state << 2) | state)]; \
prev_state = state;
}
ISR(P0_PCINT_vect) { ISR_BODY }
#if P0_PCINT_vect != P1_PCINT_vect
ISR(P1_PCINT_vect) { ISR_BODY }
#endif
int i2c_data_address;
/** Slave-receiver callback for the `twi` library. Implements
* register-write functionality; min. two data bytes are required -- first is
* the register address, second is the data to write.
*/
void
handle_remote_i2c_write(uint8_t* buf, int len)
{
i2c_data_address = buf[0];
uint8_t reply = 1; /* ACK */
if ( --len > 0 )
{
switch ( i2c_data_address )
{
case I2C_REGISTER_VALUE:
if ( len > sizeof(value) )
/* too big for the value */
reply = 0;
else
value = *((int16_t*)(&buf[1]));
break;
case I2C_REGISTER_VALUE_WITH_RESET:
/* can't write this one */
default:
reply = 0;
break;
}
i2c_data_address = -1;
}
twi_reply(reply);
}
void
handle_remote_i2c_read()
{
uint8_t reply = 1; /* ACK */
if ( i2c_read_address < 0 )
/* No data?! Reply with NACK. */
reply = 0;
else
{
switch ( i2c_read_address )
{
case I2C_REGISTER_VALUE:
twi_transmit(&value, 2);
break;
case I2C_REGISTER_VALUE_WITH_RESET:
twi_transmit(&value, 2);
value = 0;
break;
default:
reply = 0;
break;
}
i2c_read_address = -1;
}
}
void
setup()
{
/* PB1:0 => inputs */
DDRB &= ~(_BV(PINB0) | _BV(PINB1));
/* PB5 (LED pin) => output */
DDRB |= _BV(PINB5);
/* PC3:0 => inputs */
DDRC &= ~(_BV(PINC0)|_BV(PINC1)|_BV(PINC2)|_BV(PINC3));
/* PD7:5 => inputs */
DDRD &= ~(_BV(PIND5)|_BV(PIND6)|_BV(PIND7));
/* Initialize stored encoder state. */
prev_state = FETCH_ENCODER_STATE();
/* Enable pin-change interrupt(s) for the input pins. */
PCICR |= P0_PCIE | P1_PCIE;
/* Enable those interrupts for only the configured input pins. */
#if P0_PCIE == P1_PCIE
P0_PCMSK = P0_PCINT | P1_PCINT;
#else
P0_PCMSK = P0_PCINT;
P1_PCMSK = P1_PCINT;
#endif
/* Initialize the I2C stuff. */
twi_setAddress(DEFAULT_I2C_SLAVE_ADDRESS);
twi_attachSlaveTxEvent(handle_remote_i2c_read);
twi_attachSlaveRxEvent(handle_remote_i2c_write);
twi_init();
}
void
loop()
{
/* Nothing to do here, since the action all happens in the interrupt service
routine. */
}
|
be5947a49dc0c9838c3bc33fdb3cac538a1e9668
|
dc4487f3eac73299191031e3ce59b87a3169045f
|
/interpreter/command/IfCommand.hpp
|
b8744916a42792cba8b098722994db894136b46e
|
[] |
no_license
|
thiagofigcosta/miniPearlInterpretor
|
a28e455496e312b6d6f083f8d134a66b203ab345
|
565d33901f3335b50726f78cdb6a1f83332c6959
|
refs/heads/master
| 2021-07-08T14:47:24.074151
| 2017-10-06T20:08:22
| 2017-10-06T20:08:22
| 104,028,681
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 408
|
hpp
|
IfCommand.hpp
|
#ifndef IFCOMMAND_H
#define IFCOMMAND_H
#include "Command.hpp"
#include "../boolexpr/IfHead.hpp"
class IfCommand : public Command {
public:
explicit IfCommand(IfHead* cond, Command* then, int line);
explicit IfCommand(IfHead* cond, Command* then, Command* elsecmd, int line);
virtual ~IfCommand();
void execute();
private:
IfHead* cond_;
Command* then_;
Command* else_;
};
#endif
|
1fea2d7a31e27e56fb4c093981d0af8d1556ff93
|
0157d8e876f74bddc9a091251a3f45f57dc01287
|
/Sources/Runtime/GatherTapeSignal.h
|
34ce00114f59e77d2eeea23253f9dcf16a9886bb
|
[] |
no_license
|
Yariki/Prom_AC
|
c40d5833f25202b88c19e8a3d2731948ef9edbd7
|
f69b11b2d1121d072faf42b1435c21f78b23ad02
|
refs/heads/master
| 2020-03-09T08:05:55.780763
| 2018-04-08T21:08:39
| 2018-04-08T21:08:39
| 128,681,392
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 239
|
h
|
GatherTapeSignal.h
|
#if !defined(_GATHERTAPESIGNAL_H)
#define _GATHERTAPESIGNAL_H
#include "BaseSignal.h"
#include "SignalState.h"
class GatherTapeSignal : public BaseSignal {
public:
virtual void configureSignal();
};
#endif //_GATHERTAPESIGNAL_H
|
483b9d545b45fa0131df4a8328bf60c663d25ae6
|
895e1f0af56518c7956594f7c650211d9fc2467a
|
/labs/game_engine/dev/src/core/SceneSerializer.cpp
|
0a81f235f956353328da5036d2bafc87be01edc8
|
[] |
no_license
|
lythm/orb3d
|
b6061ebf839381a35aaeab8baf08a38fcfe03a71
|
2defcbf86ef7dd2a27fe7bdc89bf709ed8bf2a79
|
refs/heads/master
| 2016-09-15T15:55:19.069094
| 2013-07-12T17:09:29
| 2013-07-12T17:09:55
| 4,442,482
| 1
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 186
|
cpp
|
SceneSerializer.cpp
|
#include "core_pch.h"
#include "..\..\include\core\SceneSerializer.h"
namespace ld3d
{
SceneSerializer::SceneSerializer(void)
{
}
SceneSerializer::~SceneSerializer(void)
{
}
}
|
1d7de114acb1a65198baa73d4b9ac509eb0c3485
|
045ad86b79d87f501cfd8252ecd8cc3c1ac960dd
|
/MicroMiddleware/Net/AlmServer.h
|
e9164215d3189c561f881215f4ee0bcfa0b71156
|
[
"MIT"
] |
permissive
|
intact-software-systems/cpp-software-patterns
|
9513e4d988342d88c100e4d85a0e58a3dbd9909e
|
e463fc7eeba4946b365b5f0b2eecf3da0f4c895b
|
refs/heads/master
| 2020-04-08T08:22:25.073672
| 2018-11-26T14:19:49
| 2018-11-26T14:19:49
| 159,176,259
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 690
|
h
|
AlmServer.h
|
#ifndef MicroMiddleware_AlmServer_h_Included
#define MicroMiddleware_AlmServer_h_Included
#include"MicroMiddleware/IncludeExtLibs.h"
#include"MicroMiddleware/NetObjects/RpcIdentifier.h"
#include"MicroMiddleware/Export.h"
namespace MicroMiddleware
{
class RpcBase;
class DLL_STATE AlmServer
{
public:
AlmServer(std::string groupName = string("")) : groupName_(groupName) { }
virtual ~AlmServer() { }
virtual RmiObjectBase* RPCall(const RpcIdentifier &rpc, RpcBase *rpcBase) = 0;
std::string GetGroupName() { return groupName_; }
protected:
mutable Mutex rpcMutex_;
std::string groupName_;
};
}; // namespace MicroMiddleware
#endif // MicroMiddleware_AlmServer_h_Included
|
0f1141e63f433d52aed21670daf7169243e536dc
|
ef0eafba0fd9f23f6bc62f316df035beb515c168
|
/ytl/assembler/arch/ia_32/engine.hpp
|
0e5b6d2d897bf443c1b55faaf45bd581ca01cd61
|
[
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] |
permissive
|
yutopp/ytl
|
be183d014224911b1e3183d3428e5309d0691b78
|
8604952b85d0f48e46c9abb97c06082e2ab036a2
|
refs/heads/master
| 2020-05-23T16:14:30.271097
| 2012-06-03T15:00:47
| 2012-06-03T15:00:47
| 4,032,167
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 11,806
|
hpp
|
engine.hpp
|
#ifndef YTL_ASSEMBLER_IA32_ENGINE_HPP
#define YTL_ASSEMBLER_IA32_ENGINE_HPP
#include <cassert>
#include <memory>
#include <iostream>
#include "../../config.hpp"
#include "../../exception.hpp"
#include "../pseudo_operations.hpp"
#include "registers.hpp"
#include "data_types.hpp"
#include "aliginment.hpp"
#include "address.hpp"
#define YTL_ASM_TYPICAL_OPERATION( \
name, \
op8accimm8, \
op16_32accimm16_32, \
op_code, \
oprm8imm8, \
oprm16_32imm16_32, \
oprm16_32imm8, \
oprm8r8, \
oprm16_32r16_32, \
opr8rm8, \
opr16_32rm16_32 \
) \
/**/ \
YTL_ASM_OP_LAZY_2( name ) \
/* name AL, imm8 */ \
YTL_ASM_OP_BEGIN( name( registers::r8_t dst, int8_t src ) ) \
if ( dst == registers::al ) { \
db( op8accimm8 ); \
db( src ); \
} else { \
name( r_m8( mod_rm8( dst ) ), src ); \
} \
YTL_ASM_OP_END \
/* name AX, imm16 */ \
YTL_ASM_OP_BEGIN( name( registers::r16_t dst, int16_t src ) ) \
if ( dst == registers::ax ) { \
db( op16_32accimm16_32 ); \
dw( src ); \
} else { \
name( r_m16( mod_rm16( dst ) ), src ); \
} \
YTL_ASM_OP_END \
/* name EAX, imm32 */ \
YTL_ASM_OP_BEGIN( name( registers::r32_t dst, int32_t src ) ) \
if ( dst == registers::eax ) { \
db( op16_32accimm16_32 ); \
dd( src ); \
} else { \
name( r_m32( mod_rm32( dst ) ), src ); \
} \
YTL_ASM_OP_END \
/* name r/m8, imm8 */ \
YTL_ASM_OP_BEGIN( name( r_m8 dst, int8_t src ) ) \
db( oprm8imm8 ); \
dmod_rm_sib_disp( dst, op_code ); \
db( src ); \
YTL_ASM_OP_END \
/* name r/m16, imm16 */ \
YTL_ASM_OP_BEGIN( name( r_m16 dst, int16_t src ) ) \
db( oprm16_32imm16_32 ); \
dmod_rm_sib_disp( dst, op_code ); \
dw( src ); \
YTL_ASM_OP_END \
/* name r/m32, imm32 */ \
YTL_ASM_OP_BEGIN( name( r_m32 dst, int32_t src ) ) \
db( oprm16_32imm16_32 ); \
dmod_rm_sib_disp( dst, op_code ); \
dd( src ); \
YTL_ASM_OP_END \
/* name r/m16, imm8 */ \
YTL_ASM_OP_BEGIN( name( r_m16 dst, int8_t src ) ) \
db( oprm16_32imm8 ); \
dmod_rm_sib_disp( dst, op_code ); \
db( src ); \
YTL_ASM_OP_END \
/* name r/m32, imm8 */ \
YTL_ASM_OP_BEGIN( name( r_m32 dst, int8_t src ) ) \
db( oprm16_32imm8 ); \
dmod_rm_sib_disp( dst, op_code ); \
db( src ); \
YTL_ASM_OP_END \
/* name r/m8, r8 */ \
YTL_ASM_OP_BEGIN( name( r_m8_implicit dst, registers::r8_t src ) ) \
db( oprm8r8 ); \
dmod_rm_sib_disp( dst, src ); \
YTL_ASM_OP_END \
/* name r/m16, r16 */ \
YTL_ASM_OP_BEGIN( name( r_m16_implicit dst, registers::r16_t src ) ) \
db( oprm16_32r16_32 ); \
dmod_rm_sib_disp( dst, src ); \
YTL_ASM_OP_END \
/* name r/m32, r32 */ \
YTL_ASM_OP_BEGIN( name( r_m32_implicit dst, registers::r32_t src ) ) \
db( oprm16_32r16_32 ); \
dmod_rm_sib_disp( dst, src ); \
YTL_ASM_OP_END \
/* name r8, r/m8 */ \
YTL_ASM_OP_BEGIN( name( registers::r8_t dst, r_m8 src ) ) \
db( opr8rm8 ); \
dmod_rm_sib_disp( dst, src ); \
YTL_ASM_OP_END \
/* name r16, r/m16 */ \
YTL_ASM_OP_BEGIN( name( registers::r16_t dst, r_m16 src ) ) \
db( opr16_32rm16_32 ); \
dmod_rm_sib_disp( dst, src ); \
YTL_ASM_OP_END \
/* name r32, r/m32 */ \
YTL_ASM_OP_BEGIN( name( registers::r32_t dst, r_m32 src ) ) \
db( opr16_32rm16_32 ); \
dmod_rm_sib_disp( dst, src ); \
YTL_ASM_OP_END \
namespace ytl
{
namespace assembler
{
namespace ia_32
{
template<typename Writer>
class engine
: public pseudo_operations<engine, Writer>
{
typedef engine self_type;
typedef Writer writer_type;
typedef std::size_t size_type;
typedef self_type return_type;
public:
engine( writer_type& w )
: pseudo_operations( w )
{}
/* -----------------------------------------------------
Assembler
----------------------------------------------------- */
// Mnemonic --------------------------------------------
// -- A --
// AAA
YTL_ASM_OP_BEGIN( aaa() )
db( 0x37 );
YTL_ASM_OP_END
// AAD
YTL_ASM_OP_BEGIN( aad() )
db( 0xd5 );
db( 0x0a );
YTL_ASM_OP_END
/*// AAD ib
YTL_ASM_OP_BEGIN aad( byte_value dst ) { db( 0xd5 ); db( dst ); }*/
// AAM
YTL_ASM_OP_BEGIN( aam() )
db( 0xd4 );
db( 0x0a );
YTL_ASM_OP_END
/*// AAM ib
YTL_ASM_OP_BEGIN aam( byte_value dst ) { db( 0xD4 ); db( dst ); }*/
// AAS
YTL_ASM_OP_BEGIN( aas() )
db( 0x3f );
YTL_ASM_OP_END
// ADC
YTL_ASM_TYPICAL_OPERATION( adc, 0x14, 0x15, 2, 0x80, 0x81, 0x83, 0x10, 0x11, 0x12, 0x13 )
// ADD
YTL_ASM_TYPICAL_OPERATION( add, 0x04, 0x05, 0, 0x80, 0x81, 0x83, 0x00, 0x01, 0x02, 0x03 )
// ADDPD
// ADDPS
// ADDSD
// ADDSS
// ADDSUBPD
// ADDSUBPS
// AND
YTL_ASM_TYPICAL_OPERATION( and, 0x24, 0x25, 4, 0x80, 0x81, 0x83, 0x20, 0x21, 0x22, 0x23 )
// ANDPD
// ANDPS
// ANDNPD
// ANDNPS
// ARPL
YTL_ASM_OP_LAZY_2( arpl )
YTL_ASM_OP_BEGIN( arpl( r_m16 dst, registers::r16_t src ) )
db( 0x63 );
dmod_rm_sib_disp( dst, src );
YTL_ASM_OP_END
// -- B --
// -- C --
// -- D --
// -- E --
// -- F --
// -- G --
// -- H --
// -- I --
// INT 3, INT, INTO
YTL_ASM_OP_LAZY_1( int_ )
YTL_ASM_OP_BEGIN( int_( int8_t src ) )
if ( src == 3 ) {
db( 0xcc );
} else {
db( 0xcd );
db( src );
}
YTL_ASM_OP_END
YTL_ASM_OP_BEGIN( into() )
db( 0xce );
YTL_ASM_OP_END
// -- J --
// -- K --
// -- L --
// -- M --
// MOV
YTL_ASM_OP_LAZY_2( mov )
YTL_ASM_OP_BEGIN( mov( r_m8_implicit dst, registers::r8_t src ) )
db( 0x88 );
dmod_rm_sib_disp( dst, src );
YTL_ASM_OP_END
YTL_ASM_OP_BEGIN( mov( r_m16_implicit dst, registers::r16_t src ) )
db( 0x88 );
YTL_ASM_OP_END
YTL_ASM_OP_BEGIN( mov( r_m32_implicit dst, registers::r32_t src ) )
db( 0x89 );
dmod_rm_sib_disp( dst, src );
YTL_ASM_OP_END
YTL_ASM_OP_BEGIN( mov( registers::r8_t dst, r_m8 src ) )
db( 0x8a );
dmod_rm_sib_disp( dst, src );
YTL_ASM_OP_END
YTL_ASM_OP_BEGIN( mov( registers::r16_t dst, r_m16 src ) )
db( 0x8a );
dmod_rm_sib_disp( dst, src );
YTL_ASM_OP_END
YTL_ASM_OP_BEGIN( mov( registers::r32_t dst, r_m32 src ) )
db( 0x8b );
dmod_rm_sib_disp( dst, src );
YTL_ASM_OP_END
/*
*/
YTL_ASM_OP_BEGIN( mov( registers::r8_t dst, int8_t src ) )
db( 0xb0 + dst );
db( src );
YTL_ASM_OP_END
YTL_ASM_OP_BEGIN( mov( registers::r16_t dst, int16_t src ) )
db( 0xb8 + dst );
dw( src );
YTL_ASM_OP_END
YTL_ASM_OP_BEGIN( mov( registers::r32_t dst, int32_t src ) )
db( 0xb8 + dst );
dd( src );
YTL_ASM_OP_END
YTL_ASM_OP_BEGIN( mov( r_m8 dst, int8_t src ) )
db( 0xc6 );
dmod_rm_sib_disp( dst, 0 );
db( src );
YTL_ASM_OP_END
YTL_ASM_OP_BEGIN( mov( r_m16 dst, int16_t src ) )
db( 0xc7 );
dmod_rm_sib_disp( dst, 0 );
dw( src );
YTL_ASM_OP_END
YTL_ASM_OP_BEGIN( mov( r_m32 dst, int32_t src ) )
db( 0xc7 );
dmod_rm_sib_disp( dst, 0 );
dd( src );
YTL_ASM_OP_END
// -- N --
// YTL_ASM_OP_BEGIN not( registers::detail::id<32> reg ) {
// }
// -- O --
//
// -- P --
//
// POP, POPA, POPAD, POPF, POPFD
#include "parts/pop_family.hpp"
// PUSH, PUSHA, PUSHAD, PUSHF, PUSHFD
#include "parts/push_family.hpp"
// -- Q --
// -- R --
YTL_ASM_OP_BEGIN( ret() )
db( 0xc3 );
YTL_ASM_OP_END
// -- S --
// SUB
YTL_ASM_TYPICAL_OPERATION( sub, 0x2c, 0x2d, 5, 0x80, 0x81, 0x83, 0x28, 0x29, 0x2a, 0x2b )
// -- T --
// -- U --
// -- V --
// -- W --
// -- X --
// -- Y --
// -- Z --
private:
template<typename EngineT>
class mod_rm_sib_disp_visitor
: public boost::static_visitor<void>
{
typedef EngineT engine_type;
public:
mod_rm_sib_disp_visitor( byte_t reg_op, engine_type* engine_ptr )
: reg_op_( reg_op )
, engine_ptr_( engine_ptr )
{}
template<unsigned int N>
void operator()( mod_rm<N> const& v ) const
{
engine_ptr_->db( detail::make_mod_rm( v.mod_, reg_op_, v.rm_ ) );
}
void operator()( mod_rm32_disp8 const& v ) const
{
engine_ptr_->db( detail::make_mod_rm( v.mod_, reg_op_, v.rm_ ) );
engine_ptr_->db( v.disp_ );
}
void operator()( mod_rm32_disp32 const& v ) const
{
engine_ptr_->db( detail::make_mod_rm( v.mod_, reg_op_, v.rm_ ) );
engine_ptr_->dd( v.disp_ );
}
/* --------
Only 32bit addresing format.
-------- */
void operator()( mod_rm32_sib const& v ) const
{
engine_ptr_->db( detail::make_mod_rm( v.mod_, reg_op_, v.rm_ ) );
engine_ptr_->db( detail::make_sib( v.sib_.ss_, v.sib_.index_, v.sib_.base_ ) );
}
void operator()( mod_rm32_sib_disp8 const& v ) const
{
engine_ptr_->db( detail::make_mod_rm( v.mod_, reg_op_, v.rm_ ) );
engine_ptr_->db( detail::make_sib( v.sib_disp_.sib_.ss_, v.sib_disp_.sib_.index_, v.sib_disp_.sib_.base_ ) );
engine_ptr_->db( v.sib_disp_.disp_ );
}
void operator()( mod_rm32_sib_disp32 const& v ) const
{
engine_ptr_->db( detail::make_mod_rm( v.mod_, reg_op_, v.rm_ ) );
engine_ptr_->db( detail::make_sib( v.sib_disp_.sib_.ss_, v.sib_disp_.sib_.index_, v.sib_disp_.sib_.base_ ) );
engine_ptr_->dd( v.sib_disp_.disp_ );
}
private:
byte_t reg_op_;
engine_type* engine_ptr_;
};
template<typename T, unsigned int N>
void dmod_rm_sib_disp( T const& data, registers::detail::id<N> reg )
{
boost::apply_visitor( mod_rm_sib_disp_visitor<self_type>( reg.get(), this ), data.value_ );
}
template<typename T, unsigned int N>
void dmod_rm_sib_disp( registers::detail::id<N> reg, T const& data )
{
dmod_rm_sib_disp( data, reg );
}
template<typename T>
void dmod_rm_sib_disp( T const& data, byte_t op_code )
{
boost::apply_visitor( mod_rm_sib_disp_visitor<self_type>( op_code, this ), data.value_ );
}
};
} // namespece ia_32
} // namespace assembler
} // namespace ytl
#undef YTL_ASM_TYPICAL_OPERATION
#endif /*YTL_ASSEMBLER_IA32_ENGINE_HPP*/
|
eb5763c00a9bb96613e1208ad10205cc5f8aa306
|
2d50ac8a097bb40bdf2a72df5ab3c36d16f5f76e
|
/sketch_jul13d.ino
|
f12d931a77ba0cf0506f530d8f5cb22b28321e9e
|
[] |
no_license
|
xanatower/Ard
|
607af0b9454c6da98030f65769039b00cd6d1f00
|
1f6b3f3ce4620ea82a2c2330b58243740600df05
|
refs/heads/master
| 2020-04-02T05:46:37.508252
| 2016-11-13T23:23:42
| 2016-11-13T23:23:42
| 63,288,250
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,212
|
ino
|
sketch_jul13d.ino
|
#include <Servo.h>
Servo myservo;
/*
Fading
This example shows how to fade an LED using the analogWrite() function.
The circuit:
* LED attached from digital pin 9 to ground.
Created 1 Nov 2008
Bdey David A. Mellis
modified 30 Aug 2011
By Tom Igoe
http://www.arduino.cc/en/Tutorial/Fading
This example code is in the public domain.
*/
int pin= 9;
int pos = 0;
int fadeAmount = 5;
//int ledPin = 9; // LED connected to digital pin 9
void setup() {
myservo.attach(pin);
// nothing happens in setup
}
void loop() {
myservo.write(pos);
delay(15);
pos= pos + fadeAmount;
if(pos < 0 || pos >180){
fadeAmount--;
}
// fade in from min to max in increments of 5 points:
/* for (int fadeValue ; fadeValue <= 255; fadeValue += 5) {
// sets the value (range from 0 to 255):
analogWrite(ledPin, fadeValue);
// wait for 30 milliseconds to see the dimming effect
delay(30);
}
// fade out from max to min in increments of 5 points:
for (int fadeValue = 255 ; fadeValue >= 0; fadeValue -= 5) {
// sets the value (range from 0 to 255):
analogWrite(ledPin, fadeValue);
// wait for 30 milliseconds to see the dimming effect
delay(30);
}*/
}
|
7ad56ed1df7366c5d5a11f93ea7fc5b3f1f98996
|
2b56b1f07a80e8d31a5e945b80252509975f82de
|
/Interview/Interview/customSortString.hpp
|
5e5830414203017b488302379656faf258d341d9
|
[] |
no_license
|
dailongchen/InterviewQuestions
|
cbbb390e87c40766befb34f717dd1247d0305607
|
9ec6cbf1c578cfcb9e2a616c3aea3002ecb9e83a
|
refs/heads/master
| 2021-04-15T11:58:44.764966
| 2019-06-17T03:16:15
| 2019-06-17T03:16:15
| 126,446,448
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 419
|
hpp
|
customSortString.hpp
|
//
// customSortString.hpp
// Interview
//
// Created by Solon Chen on 15/03/2018.
// Copyright © 2018 Solon. All rights reserved.
//
#ifndef customSortString_hpp
#define customSortString_hpp
#include <string>
class CustomSortString {
public:
CustomSortString(const std::string& str);
std::string sort(const std::string& str) const;
private:
int m_order[26];
};
#endif /* customSortString_hpp */
|
6668788519554f44fc0b9ef06c8071344689d505
|
ccd0591510544cb85b4ad0443683aa0a1b7d2c7e
|
/include/multitasking.h
|
6112af6519e194b3c803caf544e4770307ded39f
|
[] |
no_license
|
ljwwwiop/my_operator_system
|
e452da18c7ae22461c260174f1909900c2d4d4ec
|
ecc95de6782ff3346dbf0820e60fc16da8ba45af
|
refs/heads/master
| 2023-07-10T07:40:51.424235
| 2021-08-19T08:55:49
| 2021-08-19T08:55:49
| 397,868,332
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 820
|
h
|
multitasking.h
|
#ifndef __MULTITASKING_H
#define __MULTITASKING_H
#include "common/types.h"
#include "gdt.h"
namespace myos{
struct CPUState{
common::uint32_t eax, ebx, ecx,edx,esi,edi,ebp;
common::uint32_t error,eip,cs,eflags,esp,ss;
}__attribute__((packed));
class Task{
friend class TaskManger; // 这样taskmanger 可以访问私有成员
public:
Task(GlobalDescriptorTable* gdt, void entrypoint());
~Task();
private:
common::uint8_t stack[4096];
CPUState* cpustate;
};
class TaskManger{
public:
TaskManger();
~TaskManger();
bool AddTask(Task* task);
CPUState* Schedule(CPUState* cpustate);
private:
Task* tasks[256];
int numTasks;
int currentTask;
};
}
#endif
|
4cb8f800fdc9a202152d734796ffb1fdba284e7c
|
3e51d26c73b5872d85cdbc40885e8e2bdb95863e
|
/src/Mesh.cpp
|
5b2dc4dcb38757c454501bd95e53e58597465c73
|
[] |
no_license
|
cvybhu/FreeDeEngine
|
a99f14b84d875a3c740b4e8aff02f11dafaa4e56
|
e4234f8d4fca50d586d0a2e40c482f0484fd8772
|
refs/heads/master
| 2021-06-25T08:40:15.158085
| 2020-10-14T17:51:49
| 2020-10-14T17:51:49
| 140,593,920
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 5,745
|
cpp
|
Mesh.cpp
|
#include <Mesh.hpp>
#include <glm/glm.hpp>
#include <glad/glad.h>
#include <Storage.hpp>
#include <fstream>
#include <Logger.hpp>
void Mesh::calculateTangents()
{
for(int i = 0; i < (int)verts.size(); i += 3)
{
Vertex* curVerts = &verts[i];
glm::vec3 edge1 = curVerts[1].pos - curVerts[0].pos;
glm::vec3 edge2 = curVerts[2].pos - curVerts[0].pos;
glm::vec2 deltaUV1 = curVerts[1].texCoords - curVerts[0].texCoords;
glm::vec2 deltaUV2 = curVerts[2].texCoords - curVerts[0].texCoords;
float f = 1.0f / (deltaUV1.x * deltaUV2.y - deltaUV2.x * deltaUV1.y);
glm::vec3 tangent = (edge1 * deltaUV2.y - edge2 * deltaUV1.y)*f;
tangent = glm::normalize(tangent);
glm::vec3 bitangent = f * (-deltaUV2.x * edge1 + deltaUV1.x * edge2);
curVerts[0].tangent = curVerts[1].tangent = curVerts[2].tangent = tangent;
curVerts[0].bitangent = curVerts[1].bitangent = curVerts[2].bitangent = bitangent;
}
}
void Mesh::loadToRAM(const char* filePath)
{
std::ifstream file(filePath);
std::string input;
std::vector<glm::vec3> vecPoses;
std::vector<glm::vec3> vecNormals;
std::vector<glm::vec2> texCoords;
auto loadTex = [&file](Texture*& tex){
std::string texPath;
file >> texPath;
if(Storage<Texture>::isThere(texPath.c_str()))
tex = &Storage<Texture>::get(texPath.c_str());
else
tex = &Storage<Texture>::add(texPath.c_str());
if(!tex->isOnRAM)
tex->loadToRAM(texPath.c_str());
};
while(file >> input)
{
if(input != "v" && input != "vt" && input != "vn" && input != "f" && input != "albedoTex" && input != "metalTex" && input != "roughTex" && input != "normTex" && input != "ambientOccTex")
continue;
if(input == "v")
{
glm::vec3 pos;
file >> pos.x >> pos.y >> pos.z;
vecPoses.emplace_back(pos);
continue;
}
if(input == "vn")
{
glm::vec3 normal;
file >> normal.x >> normal.y >> normal.z;
vecNormals.emplace_back(normal);
continue;
}
if(input == "vt")
{
glm::vec2 coord;
file >> coord.x >> coord.y;
texCoords.emplace_back(coord);
continue;
}
if(input == "f")
{
for(int i = 0; i < 3;i++)
{
Vertex v;
int index; char spacer;
file >> index; file >> spacer;
v.pos = vecPoses[index-1];
file >> index; file >> spacer;
v.texCoords = texCoords[index-1];
file >> index;
v.normal = vecNormals[index-1];
verts.emplace_back(v);
}
continue;
}
if(input == "albedoTex")
{
loadTex(albedoTex);
continue;
}
if(input == "metalTex")
{
loadTex(metallicTex);
continue;
}
if(input == "roughTex")
{
loadTex(roughnessTex);
continue;
}
if(input == "normTex")
{
std::string texPath;
file >> texPath;
if(Storage<Texture>::isThere(texPath.c_str()))
normalTex = &Storage<Texture>::get(texPath.c_str());
else
normalTex = &Storage<Texture>::add(texPath.c_str());
if(!normalTex->isOnRAM)
normalTex->loadToRamAsNormalMap(texPath.c_str());
continue;
}
if(input == "ambientOccTex")
{
loadTex(ambientOccTex);
continue;
}
}
file.close();
calculateTangents();
say << "[MESHLOAD]Succesfully loaded " << filePath << " (" << verts.size() << " vertices)\n";
vertsNum = verts.size();
}
void Mesh::unloadFromRAM()
{
verts.clear(); verts.shrink_to_fit();
}
void Mesh::loadToGPU()
{
glGenVertexArrays(1, &VAO);
glGenBuffers(1, &VBO);
//glGenBuffers(1, &EBO);
glBindVertexArray(VAO);
glBindBuffer(GL_ARRAY_BUFFER, VBO);
glBufferData(GL_ARRAY_BUFFER, verts.size() * sizeof(Vertex), &verts[0], GL_STATIC_DRAW);
//glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, EBO);
//glBufferData(GL_ELEMENT_ARRAY_BUFFER, indices.size() * sizeof(unsigned int),&indices[0], GL_STATIC_DRAW);
// vertex positions
glEnableVertexAttribArray(0);
glVertexAttribPointer(0, 3, GL_FLOAT, GL_FALSE, sizeof(Vertex), (void*)0);
// vertex normals
glEnableVertexAttribArray(1);
glVertexAttribPointer(1, 3, GL_FLOAT, GL_FALSE, sizeof(Vertex), (void*)offsetof(Vertex, normal));
// vertex texture coords
glEnableVertexAttribArray(2);
glVertexAttribPointer(2, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), (void*)offsetof(Vertex, texCoords));
//tangent
glEnableVertexAttribArray(3);
glVertexAttribPointer(3, 3, GL_FLOAT, GL_FALSE, sizeof(Vertex), (void*)offsetof(Vertex, tangent));
glEnableVertexAttribArray(4);
glVertexAttribPointer(4, 3, GL_FLOAT, GL_FALSE, sizeof(Vertex), (void*)offsetof(Vertex, bitangent));
glBindVertexArray(0);
auto checkNLoad = [](Texture* tex, bool fixGamma = false)
{
if(tex != nullptr && !tex->isOnGPU)
tex->loadToGPU(fixGamma);
};
checkNLoad(albedoTex, true);
checkNLoad(metallicTex);
checkNLoad(roughnessTex);
checkNLoad(normalTex);
checkNLoad(ambientOccTex);
checkNLoad(displacementTex);
checkNLoad(emmisionTex);
}
void Mesh::unloadFromGPU()
{
glDeleteVertexArrays(1, &VAO);
glDeleteBuffers(1, &VBO);
}
|
f9c17fc5018e559e55ae5b1e8a5b4d6feb76d0e0
|
67c2e1ce81b343952e96b09e2eaf1ddc7f3888fc
|
/FrameworkWin/CommandLineInitializationWin.h
|
a91ec6d9870e06ba203f3969dd3d70446f1f4cb0
|
[] |
no_license
|
aclysma/Helium
|
806c5a3954ecd162a1a7137562bd0f71e084423a
|
a009248596b2e537ccb8e7c3e587628b8bda8b7a
|
refs/heads/master
| 2021-01-18T05:31:57.004647
| 2011-06-07T04:49:10
| 2011-06-07T04:49:10
| 1,301,697
| 1
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 993
|
h
|
CommandLineInitializationWin.h
|
//----------------------------------------------------------------------------------------------------------------------
// CommandLineInitializationWin.h
//
// Copyright (C) 2010 WhiteMoon Dreams, Inc.
// All Rights Reserved
//----------------------------------------------------------------------------------------------------------------------
#pragma once
#ifndef LUNAR_FRAMEWORK_WIN_COMMAND_LINE_INITIALIZATION_WIN_H
#define LUNAR_FRAMEWORK_WIN_COMMAND_LINE_INITIALIZATION_WIN_H
#include "FrameworkWin/FrameworkWin.h"
#include "Framework/CommandLineInitialization.h"
namespace Lunar
{
/// Command-line initialization for Windows.
class LUNAR_FRAMEWORK_WIN_API CommandLineInitializationWin : public CommandLineInitialization
{
public:
/// @name Command-line Initialization
//@{
virtual bool Initialize( String& rModuleName, DynArray< String >& rArguments );
//@}
};
}
#endif // LUNAR_FRAMEWORK_WIN_COMMAND_LINE_INITIALIZATION_WIN_H
|
f3ecb76e4f6148735d1b79fbf83af8b5d7269ec4
|
a63d60c270433e84398f6be4642feb7643c0c8b0
|
/Seletiva IOI/Seletiva 2018/mst.cpp
|
52da07cc46c4994a5f5bd4e6f24d07519545f85d
|
[] |
no_license
|
luciocf/Problems
|
70a97784c17a106cb9e0f0ec28ac57cf58fea8c7
|
19f6000e9e6a5fe483ad4bb17e9ba50644ac954a
|
refs/heads/master
| 2023-08-21T10:54:18.574403
| 2021-10-29T03:45:16
| 2021-10-29T03:45:16
| 169,012,579
| 8
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,164
|
cpp
|
mst.cpp
|
// Seletiva IOI 2018 - Marcos Soluções Tecnológicas
// Lúcio Cardoso
#include <bits/stdc++.h>
using namespace std;
const int maxn = 1e5+10;
const int maxm = 3e5+10;
typedef long long ll;
struct aresta
{
int u, v, w;
} edge[maxm];
struct node
{
ll soma;
int qtd;
} tree[4*maxn];
int n;
int pai[maxn], peso[maxn];
int gadget[maxn];
void init(void)
{
for (int i = 1; i <= n; i++)
pai[i] = i, peso[i] = 1;
}
int Find(int x)
{
if (pai[x] == x) return x;
return pai[x] = Find(pai[x]);
}
void Join(int x, int y)
{
x = Find(x), y = Find(y);
if (x == y) return;
if (peso[x] < peso[y]) swap(x, y);
pai[y] = x, peso[x] += peso[y];
}
bool comp(aresta a, aresta b) {return a.w < b.w;}
void upd(int node, int l, int r, int pos, int x)
{
if (l == r)
{
tree[node].qtd += x;
tree[node].soma += 1ll*x*pos;
return;
}
int mid = (l+r)>>1;
if (pos <= mid) upd(2*node, l, mid, pos, x);
else upd(2*node+1, mid+1, r, pos, x);
tree[node].soma = tree[2*node].soma+tree[2*node+1].soma;
tree[node].qtd = tree[2*node].qtd+tree[2*node+1].qtd;
}
ll query(int node, int l, int r, int k)
{
if (k == 0) return 0;
if (l == r) return 1ll*k*l;
int mid = (l+r)>>1;
if (tree[2*node].qtd >= k) return query(2*node, l, mid, k);
return (tree[2*node].soma + query(2*node+1, mid+1, r, k-tree[2*node].qtd));
}
int main(void)
{
int m, k, q;
scanf("%d %d %d %d", &n, &m, &k, &q);
for (int i = 1; i <= m; i++)
{
int u, v, w;
scanf("%d %d %d", &u, &v, &w);
edge[i] = {u, v, w};
}
for (int i = 1; i <= k; i++)
{
scanf("%d", &gadget[i]);
upd(1, 1, maxn-1, gadget[i], 1);
}
init();
sort(edge+1, edge+m+1, comp);
for (int i = 1; i <= m; i++)
{
if (Find(edge[i].u) != Find(edge[i].v))
{
upd(1, 1, maxn-1, edge[i].w, 1);
Join(edge[i].u, edge[i].v);
}
}
printf("%lld\n", query(1, 1, maxn-1, n-1));
for (int i = 1; i <= q; i++)
{
int op;
scanf("%d", &op);
if (op == 1)
{
int x;
scanf("%d", &x);
upd(1, 1, maxn-1, x, 1);
printf("%lld\n", query(1, 1, maxn-1, n-1));
}
else
{
int x;
scanf("%d", &x);
upd(1, 1, maxn-1, x, -1);
printf("%lld\n", query(1, 1, maxn-1, n-1));
}
}
}
|
ca04a1483d8f6350d87dd18843ddb6401458c847
|
26a03dfaec683808812d9b139575c3dee342cf53
|
/trunk/NetServer3.0/GuardFiled.h
|
5b732debeb2dfe360be6fe181420084e63f7f8c1
|
[] |
no_license
|
BGCX262/zxterminal-svn-to-git
|
75d5eb236d14ae3a45fb50f4a7605a8a14745a33
|
2684631af8362929421923376593a84119f5d400
|
refs/heads/master
| 2016-09-06T04:38:38.117778
| 2015-08-23T06:47:11
| 2015-08-23T06:47:11
| 41,311,556
| 0
| 0
| null | null | null | null |
GB18030
|
C++
| false
| false
| 1,823
|
h
|
GuardFiled.h
|
/*设备定义了安全防盗类的数据定义*/
#ifndef _GUARDFIELD_H_
#define _GUARDFIELD_H_
#include <afxtempl.h>
class CGuardData
{
public:
char EquimentId[15];
char szTime[20];
BYTE DataType; // 0:一般信息;1;回复信息;2报警信息;
int ProbeType ; //探针号; -1:无效 0:一般的数据;
UINT state; //状态;
CGuardData()
{
ZeroMemory(EquimentId,15);
ProbeType=0;
state=0;
DataType=0;
ZeroMemory(szTime,20);
}
};
//命令发送的结构;
class CGuardCommand
{
public:
char EquimentId[15]; //设备的id;
int iCOmmandID; //命令的id这个暂时保留;
char PWS[20];//发送的命令pws;
char comandText[50];//命令的内容;
char Param[50]; //参数
CGuardCommand()
{
memset(EquimentId,0,15);
iCOmmandID=0;
memset(PWS,0,20);
memset(comandText,0,50);
memset(Param,0,50);
}
};
//短信息安防控制命令格式
class CGuardCommandSMSInfo
{
public:
CString szConent;
CString szInfo;
CString szToSimid;
CString szSIMID;
};
typedef CArray<CGuardCommandSMSInfo,CGuardCommandSMSInfo&>TEMP_GUARDCOMMANDSMSINFO;
//短信息监控控制命令格式
class CGPSCommandSMSInfo
{
public:
CString szToEQUIMENTID;
CString szCommandText;
CString szFromSimid;
};
typedef CArray<CGPSCommandSMSInfo,CGPSCommandSMSInfo&>TEMP_GPSCOMMANDSMSINFO;
class CGuardSMS
{
public:
CString szSIMID;
CString szSMS;
CString szTime;
CString szRemark;
};
typedef CArray<CGuardSMS,CGuardSMS&>TEMP_GUARDSMS;
//web 控制命令的结构
class CWEBSMS
{
public:
CString szSENDSIMID;
CString szMTWEBCOMMANDCONTENT;
CString szTIMELOG;
int ISSENDSUCCESS;
int SOCKETINDEX;
};
typedef CArray<CWEBSMS,CWEBSMS&>TEMP_WEBSMS;
#endif
|
320e9351305ace54e879dc9a93270854a47cca31
|
5145c502fed5b2c91df4aed4bf1b6e65004092ea
|
/common/lib/gui/Gui3DVerticalSelector.cpp
|
29e228bf87166b36ede7a3a50ac5280f5eb4df1e
|
[
"MIT"
] |
permissive
|
petrocket/OgreGameKit
|
7038b9f5fbf5ae26af17980d473fe17e86184dd7
|
581adb8824eb9896736334f2ab6010b891db8de8
|
refs/heads/master
| 2021-01-19T14:09:54.079178
| 2015-02-19T22:45:14
| 2015-02-19T22:45:14
| 20,369,111
| 9
| 3
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 6,770
|
cpp
|
Gui3DVerticalSelector.cpp
|
/*
Gui3D
-------
Copyright (c) 2012 Valentin Frechaud
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
#include "Gui3DVerticalSelector.h"
namespace Gui3D
{
// Static configuration of elements size
static float VERTICAL_SELECTOR_MARGIN_BOTTOM = 0.02f;
static float VERTICAL_SELECTOR_MARGIN_LEFT = 0.02f;
static float VERTICAL_SELECTOR_MARGIN_CAPTIONS_BUTTONS = 0.02f;
static float VERTICAL_SELECTOR_BUTTON_SIZE = 0.08f; // button are consider as a square ; their size on X and Y is BUTTON_SIZE * width
static float VERTICAL_SELECTOR_CAPTION_X_SIZE = 0.86f;
static float VERTICAL_SELECTOR_CAPTION_HEIGHT_SPACING = 0.05f;
static float VERTICAL_SELECTOR_MARGIN_TOP = 0.02f;
static float VERTICAL_SELECTOR_CAPTION_Y_SIZE = 0.15f;
using namespace std;
VerticalSelector::VerticalSelector(Ogre::Real x,
Ogre::Real y,
size_t width,
size_t height,
const vector<Ogre::String>& items,
unsigned int nbDisplayedElements,
Container* parentContainer)
: MultipleElementsSelector(x, y, width, height, items, parentContainer),
mNumTopVisibleElement(0)
{
mMaxNumberOfVisibleElements = std::min<unsigned int>(nbDisplayedElements, items.size());
mPreviousElementsButton->text("-");
mPreviousElementsButton->setPressedCallback(this, &VerticalSelector::allElementsGoDownCallback);
mNextElementsButton->text("+");
mNextElementsButton->setPressedCallback(this, &VerticalSelector::allElementsGoTopCallback);
for (size_t i=0; i < mMaxNumberOfVisibleElements; i++)
mCaptions.push_back(new Caption(0, 0, 1, 1, "",
mParentContainer,
Gorilla::TextAlign_Centre,
Gorilla::VerticalAlign_Middle));
setPosition(x, y);
setSize(width, height);
}
VerticalSelector::~VerticalSelector()
{
for (size_t i=0; i < mMaxNumberOfVisibleElements; i++)
delete mCaptions[i];
}
void VerticalSelector::setSize(int width, int height)
{
mDesign->width(width);
mDesign->height(height);
int x = mDesign->left();
int y = mDesign->top();
int decalXButtons = x +
width * (VERTICAL_SELECTOR_MARGIN_LEFT +
VERTICAL_SELECTOR_MARGIN_CAPTIONS_BUTTONS +
VERTICAL_SELECTOR_CAPTION_X_SIZE);
int decalYButtonPreviousElements = y + height * VERTICAL_SELECTOR_MARGIN_TOP;
int decalYButtonNextElements = y + height * (1 - VERTICAL_SELECTOR_MARGIN_BOTTOM);
int sizeXYElementButton = width * VERTICAL_SELECTOR_BUTTON_SIZE;
mPreviousElementsButton->setPosition(decalXButtons, decalYButtonPreviousElements);
mPreviousElementsButton->setSize(sizeXYElementButton, sizeXYElementButton);
mNextElementsButton->setPosition(decalXButtons, decalYButtonNextElements - sizeXYElementButton);
mNextElementsButton->setSize(sizeXYElementButton, sizeXYElementButton);
int captionsXPosition = x + width * VERTICAL_SELECTOR_MARGIN_LEFT;
int captionsXSize = width * VERTICAL_SELECTOR_CAPTION_X_SIZE;
//int captionsYSize = height * VERTICAL_SELECTOR_CAPTION_Y_SIZE;
int captionsYSize = height * (1 - (VERTICAL_SELECTOR_MARGIN_TOP +
(mMaxNumberOfVisibleElements - 1) * VERTICAL_SELECTOR_CAPTION_HEIGHT_SPACING)) /
mMaxNumberOfVisibleElements;
int captionsYPadding = height * VERTICAL_SELECTOR_CAPTION_HEIGHT_SPACING;
int captionsYStartPosition = y + height * VERTICAL_SELECTOR_MARGIN_TOP;
for (size_t i=0; i < mMaxNumberOfVisibleElements; i++)
{
mCaptions.at(i)->setPosition(captionsXPosition,
captionsYStartPosition + (captionsYSize + captionsYPadding)*i);
mCaptions.at(i)->setSize(captionsXSize, captionsYSize);
}
}
void VerticalSelector::setPosition(int left, int top)
{
Ogre::Real decalLeft = left - mDesign->left();
Ogre::Real decalTop = top - mDesign->top();
for (size_t i=0; i < mCaptions.size(); i++)
{
Ogre::Vector2 pos = mCaptions[i]->getPosition();
mCaptions[i]->setPosition(pos.x + decalLeft, pos.y + decalTop);
}
MultipleElementsSelector::setPosition(left, top);
}
Ogre::Vector2 VerticalSelector::getPosition()
{
return mDesign->position();
}
bool VerticalSelector::allElementsGoTopCallback(PanelElement* e)
{
allElementsGoTop();
return true;
}
bool VerticalSelector::allElementsGoDownCallback(PanelElement* e)
{
allElementsGoDown();
return true;
}
void VerticalSelector::allElementsGoTop()
{
if (mNumTopVisibleElement == mValues.size() - mMaxNumberOfVisibleElements)
return;
mNumTopVisibleElement++;
_actualize();
}
void VerticalSelector::allElementsGoDown()
{
if (mNumTopVisibleElement == 0)
return;
mNumTopVisibleElement--;
_actualize();
}
}
|
efbc3edfacb87f7958e448040f2c715587923ed0
|
7916c16a7b060fd166dbf65fbc336f2e9a52eb7b
|
/RandomGen/DeadEndRemover.h
|
79e13760d42f37f8851f2af28de55f3da60491b3
|
[] |
no_license
|
inzombiak/RandomMazeGen
|
5584304b50afdf28f72d7be9ef80addcb1923294
|
419ef6567f21c71cb2768b4c59904c988335870b
|
refs/heads/master
| 2021-06-18T00:28:11.111542
| 2017-06-18T21:45:18
| 2017-06-18T21:45:18
| 87,091,742
| 0
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 738
|
h
|
DeadEndRemover.h
|
#ifndef DEAD_END_REMOVER_H
#define DEAD_END_REMOVER_H
#include "Tile.h"
#include "IThreadedSolver.h"
class DeadEndRemover : public IThreadedSolver
{
public:
void RemoveDeadEnds(std::vector<std::vector<Tile>>& tiles, const GameDefs::GenerateType& genType, int removalPercentage, unsigned seed, int sleepDuration);
private:
void RemoveFull();
void RemoveDeadEnd(int i, int j);
void RemoveByStep();
void RemoveDeadEndByStep(int i, int j);
std::vector<std::vector<Tile>>* m_tiles;
int m_rowCount;
int m_columnCount;
int m_seed;
int m_sleepDuration;
int m_removalPercentage;
GameDefs::GenerateType m_generateType;
std::default_random_engine m_randomNumGen;
std::uniform_int_distribution<int> m_distribution;
};
#endif
|
889a64cda3723fcf176f3933fd22b452b33aeeaf
|
af8630866113c8e34a50180d6dbc81d1630c5877
|
/G11_Project/CircleGauge.cpp
|
ca02dc390964c85c77b12333d35cd58453bfae5e
|
[] |
no_license
|
GaneshTambat/G-11_Project
|
5557b824b93f9f68a4d706754f1fcdcb3dec1855
|
daf98b0c70e139b0de1ae3e2f806267c4f520eb4
|
refs/heads/master
| 2020-03-20T19:36:08.353761
| 2015-07-07T06:23:37
| 2015-07-07T06:23:37
| null | 0
| 0
| null | null | null | null |
SHIFT_JIS
|
C++
| false
| false
| 5,621
|
cpp
|
CircleGauge.cpp
|
//=============================================================================
//円形ゲージクラス
//=============================================================================
//=============================================================================
//インクルード
//=============================================================================
#include "CircleGauge.h"
#include "Shader2D.h"
#include "Renderer.h"
#include "Mutex.h"
//=============================================================================
//コンストラクタ
//=============================================================================
CircleGauge::CircleGauge(int priority) :Sprite(priority)
{
VtxBuff = nullptr;
r =
BaseAngle =
Max =
DestCur =
Current = 0;
Divide =0;
}
//=============================================================================
//デストラクタ
//=============================================================================
CircleGauge::~CircleGauge()
{
SafeRelease(Point[0]);
SafeRelease(Point[1]);
SafeRelease(VtxBuff);
}
//=============================================================================
//生成
//=============================================================================
CircleGauge* CircleGauge::Create(const D3DXVECTOR3& pos,float r,int divide,bool point,int priority)
{
CircleGauge* Gauge = new CircleGauge(priority);
if (Gauge == nullptr){ return nullptr; }
Gauge->_Pos = pos;
Gauge->r = r;
Gauge->Divide = divide;
Gauge->_Point = point;
if (!Gauge->Init())
{
delete Gauge;
return nullptr;
}
return Gauge;
}
//=============================================================================
//初期化
//=============================================================================
bool CircleGauge::Init(void)
{
//頂点バッファを作成
Mutex::Instance()->Enter();
if (FAILED(Window::Instance()->Device()->CreateVertexBuffer(sizeof(VERTEX_2D) * (Divide + 1),D3DUSAGE_WRITEONLY,FVF_CUSTOM,D3DPOOL_MANAGED,&VtxBuff,NULL)))
{
Mutex::Instance()->Leave();
return false;
}
Mutex::Instance()->Leave();
//情報をセット
VERTEX_2D* vtx;
VtxBuff->Lock(0,0,(void**)&vtx,0);
vtx[0].vtx = D3DXVECTOR3(0,0,0);
vtx[0].tex = D3DXVECTOR2(0,1.0f);
BaseAngle = (-360.0f)*(Current/Max);
float angle = BaseAngle / (Divide-1);
if (_Point)
{
Point[0] = Sprite::Create(D3DXVECTOR3(0,0,0),D3DXVECTOR2(70.0f,70.0f),WHITE(0.5f),Priority);
Point[1] = Sprite::Create(D3DXVECTOR3(0,0,0),D3DXVECTOR2(70.0f,70.0f),WHITE(0.5f),Priority);
Point[0]->SetTexture(GetTexture(TEX_GAGE_POINT));
Point[1]->SetTexture(GetTexture(TEX_GAGE_POINT));
Point[0]->SetPass(CShader2D::ADD);
Point[1]->SetPass(CShader2D::ADD);
}
for (int cnt = 1;cnt < Divide + 1;cnt++)
{
vtx[cnt].vtx.x = sinf(DEG2RAD(angle*(cnt - 1) + 180.0f))*r;
vtx[cnt].vtx.y = cosf(DEG2RAD(angle*(cnt - 1) + 180.0f))*r;
vtx[cnt].vtx.z = 0;
vtx[cnt].tex = D3DXVECTOR2(0,0);
if (_Point)
{
if (cnt == 1)
{
Point[0]->SetPos(vtx[cnt].vtx);
}
else if (cnt == Divide)
{
Point[1]->SetPos(vtx[cnt].vtx);
}
}
}
VtxBuff->Unlock();
Texture = GetTexture(TEX_GAGE);
_Color = WHITE(1.0f);
return true;
}
//=============================================================================
//更新
//=============================================================================
void CircleGauge::Update(void)
{
float per = (Current / Max);//現在の値は何%
BaseAngle = (-360.0f)*per;
BaseAngle /= (Divide-1);
float sub = DestCur - Current;
if (abs(sub / Max) < 0.005f)
{
Current += sub;
}
else
{
Current += sub*0.05f;
}
//頂点情報を再設定
VERTEX_2D* vtx;
VtxBuff->Lock(0,0,(void**)&vtx,0);
vtx[0].vtx = D3DXVECTOR3(0,0,0);
D3DXVECTOR3 point = D3DXVECTOR3(0,0,0);
for (int cnt = 1;cnt < Divide + 1;cnt++)
{
vtx[cnt].vtx.x = sinf(DEG2RAD(BaseAngle*(cnt - 1) + 180.0f))*r;
vtx[cnt].vtx.y = cosf(DEG2RAD(BaseAngle*(cnt - 1) + 180.0f))*r;
vtx[cnt].vtx.z = 0;
if (cnt == 1)
{
point.x = sinf(DEG2RAD(BaseAngle*(cnt - 1) + 180.0f))*r*0.8f;
point.y = cosf(DEG2RAD(BaseAngle*(cnt - 1) + 180.0f))*r*0.8f;
if (_Point){ Point[0]->SetPos(point + _Pos); }
}
else if (cnt == Divide)
{
point.x = sinf(DEG2RAD(BaseAngle*(cnt - 1) + 180.0f))*r*0.8f;
point.y = cosf(DEG2RAD(BaseAngle*(cnt - 1) + 180.0f))*r*0.8f;
if (_Point){ Point[1]->SetPos(point + _Pos); }
}
}
VtxBuff->Unlock();
}
//=============================================================================
//描画
//=============================================================================
void CircleGauge::Draw(void)
{
D3DXMATRIX MtxScl,MtxRot,MtxTrans;
CShader2D* _Shader = CShader2D::Instance();
WorldMtx = _Shader->Identity();
D3DXMatrixScaling(&MtxScl,_Size.x,_Size.y,_Size.z);
D3DXMatrixMultiply(&WorldMtx,&WorldMtx,&MtxScl);
//回転を反映
D3DXMatrixRotationYawPitchRoll(&MtxRot,_Rot.y,_Rot.x,_Rot.z);
D3DXMatrixMultiply(&WorldMtx,&WorldMtx,&MtxRot);
//位置を反映
D3DXMatrixTranslation(&MtxTrans,_Pos.x,_Pos.y,_Pos.z);
D3DXMatrixMultiply(&WorldMtx,&WorldMtx,&MtxTrans);
_Shader->SetMatrix(CShader2D::WORLD_MTX,WorldMtx);
_Shader->SetFloatArray(CShader2D::DIFFUSE,_Color,4);
_Shader->SetFloatArray(CShader2D::UV,uv,4);
//テクスチャの設定
_Shader->SetTexture(Texture);
Window::Instance()->Device()->SetStreamSource(0,VtxBuff,0,sizeof(VERTEX_2D));
Window::Instance()->SetVtxDecl(VTX_DECL_2D);
//ポリゴンを描画
_Shader->Draw(CShader2D::NORMAL,D3DPT_TRIANGLEFAN,Divide - 1);
Renderer::SetStream2D();
Window::Instance()->SetVtxDecl(VTX_DECL_2D);
}
|
0d2ece7a983ea12f022df2aedf6c14f4c33cc50a
|
11fb9f7e3026bccf14d006521871441609ba157f
|
/check_on_off.cpp
|
e8b6857ec6cb78dca5ba9e5c2222f977e6285939
|
[] |
no_license
|
jdiazbb/jaire_opencv
|
f18b78beb66c41d2b917997368fcb3f67b696141
|
b47ad1b52bd93889fa03508ce7234bb687a19c31
|
refs/heads/master
| 2021-07-19T23:15:08.587391
| 2017-10-27T11:45:23
| 2017-10-27T11:45:23
| 108,527,886
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 3,411
|
cpp
|
check_on_off.cpp
|
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include <iostream>
#include <stdio.h>
using namespace std;
using namespace cv;
const char* image_label_on_off = "patrones/onoff.png";
const char* image_led_on = "patrones/led_on.png";
const char* image_led_off = "patrones/led_off.png";
#define DEBUG
#define kAA_OFF 0
#define kAA_ON 1
#define kAA_ERROR 2
/// Function Headers
void MatchingMethod( int, void* );
void search(Mat&,Mat&,Point&);
int isOn(Mat&, Mat&, Mat&, Mat&);
/** @function main */
int main( int argc, char** argv )
{
Mat source, led_on, led_off, label_on_off;
Mat resized;
Point location_on_off;
// Load image and patterns
led_on = imread(image_led_on, CV_LOAD_IMAGE_COLOR);
led_off = imread(image_led_off, CV_LOAD_IMAGE_COLOR);
label_on_off = imread(image_label_on_off, CV_LOAD_IMAGE_COLOR);
if(argc!=2)
{
cout <<"Run with...\n";
cout <<"p5 filename\n";
return(1);
}
source = imread( argv[1], CV_LOAD_IMAGE_COLOR);
// Check if all images are ok
if(source.data==NULL || led_on.data==NULL || led_off.data==NULL || label_on_off.data==NULL)
return(2);
if(source.cols!=640 || source.rows!=360)
{
Size size(640,360);
resize(source,resized,size);
cout << isOn(resized,label_on_off,led_on,led_off);
}
else
{
cout << isOn(source,label_on_off,led_on,led_off);
}
return 0;
}
int isOn(Mat &original, Mat &label_on_off, Mat &led_on, Mat &led_off)
{
Point loc1,loc2,loc3;
bool on=false, off=false;
search(original, label_on_off, loc1);
//cout <<"LOCATION LABEL: ("<<loc1.x<<","<<loc1.y<<")\n\n\n\n";
//Mat searchZoneOnOff(original, cv::Rect(loc1.x+label_on_off.cols, loc1.y-led_on.rows*2, led_on.cols*3, led_on.rows*3));
Rect zonaOnOff(loc1.x+label_on_off.cols, loc1.y-led_on.rows*2, led_on.cols*3, led_on.rows*3);
//cout <<"Search Zone: ("<<loc1.x+label_on_off.cols<<","<<loc1.y-led_on.rows*2<<") -> ("<<(loc1.x+label_on_off.cols)+led_on.cols*3<<","<<(loc1.y-led_on.rows*2)+led_on.rows*3<<")\n";
//Buscamos los dos patrones del led, y el que caiga dentro de la zonaOnOff, es el correcto
search(original,led_on,loc2);
//cout <<" -> LOCATION LED_ON: ("<<loc2.x<<","<<loc2.y<<")\n\n\n";
search(original,led_off,loc3);
//cout <<"LOCATION LED_OFF: ("<<loc3.x<<","<<loc3.y<<")\n\n\n";
if(zonaOnOff.contains(loc2))
on=true;
if(zonaOnOff.contains(loc3))
off=true;
#ifdef DEBUG
if(on && !off)
cout << "Result: ON\n";
else if(!on && off)
cout << "Result: OFF\n";
else
cout << "Result: ERROR\n";
#endif
if(on && !off)
return(kAA_ON);
else if(!on && off)
return(kAA_OFF);
return(kAA_ERROR);
}
void search( Mat &original, Mat &patron, Point& location)
{
double minVal, maxVal;
Point minLoc,maxLoc;
Mat resultado;
/// Create the result matrix
int result_cols = original.cols - patron.cols + 1;
int result_rows = original.rows - patron.rows + 1;
resultado.create( result_rows, result_cols, CV_32FC1 );
/// Do the Matching and Normalize
matchTemplate( original, patron, resultado, CV_TM_SQDIFF );
normalize( resultado, resultado, 0, 1, NORM_MINMAX, -1, Mat() );
/// Localizing the best match with minMaxLoc
minMaxLoc( resultado, &minVal, &maxVal, &minLoc, &maxLoc, Mat() );
location.x=minLoc.x;
location.y=minLoc.y;
}
|
37f24b41c4b766f197bb9c3d43aa990d6460df8a
|
c760458041a7569f8a57e888c4b15a78e2eb2e90
|
/parser/byte_stream.h
|
be888a3db246074c9bcb91a8c50cca2bd3e68f3e
|
[] |
no_license
|
hagonzal/tiempo
|
7ef25699ef3f7e782664a4a1192f82ff19967089
|
880bd65c4cca8b9038c15b3ed9e583011935f2a7
|
refs/heads/master
| 2016-09-05T13:28:50.827570
| 2012-07-22T18:00:50
| 2012-07-22T18:00:50
| 5,143,070
| 0
| 1
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,871
|
h
|
byte_stream.h
|
// Copyright (c) 2012 The Tiempo Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
// Author: Hector Gonzalez (hagonzal@gmail.com)
#ifndef PARSER_BYTESTREAM_H_
#define PARSER_BYTESTREAM_H_
#include <fstream>
// Parses binary and ascii data from a char[] array.
// Useful for parsing ITCH files. See parser/itch_parser.h
// Example use:
// ByteStream stream;
// char* buf = read_from_disk(...)
// stream.reset(buf, size)
// unsigned short a = stream.NextShort();
// char c = stream.NextChar();
class ByteStream {
public:
ByteStream();
~ByteStream();
// Sets the buffer to use. Sets the size of the buffer.
void reset(char *buf, int size);
// Parses a short from the buffer and advances the buffer position by 2.
unsigned short NextShort();
// Parses an integer from the buffer and advances the buffer position by 4.
unsigned int NextInt();
// Parses a long from the buffer and advances the buffer position by 8.
unsigned long NextLong();
// Parses a fixed point value from the buffer. 4 digits integer portion.
// 4 digits decimal portion. Advances the buffer position by 4.
double NextFixedPoint();
// Parses a char array from the buffer and advances the buffer position by
// len.
void NextString(char *buf, int len);
// Parses a char from the buffer and advances the buffer position by 1.
char NextChar();
// Returns true if we are at the end of the buffer.
bool eof();
private:
// Disallow copy and assign
explicit ByteStream(const ByteStream& copy_from_me);
void operator=(const ByteStream&);
// Buffer currently being parsed.
char *buf_;
// Current position in the buffer.
int pos_;
// Total size of the buffer.
int size_;
};
#endif /* PARSER_BYTESTREAM_H_ */
|
4f6769ddb7a4e46ae103e18a7bef69435ae2f768
|
123834f1b9b7bf07f8030d1ab268df38f4fcef67
|
/libs/Microsoft.MixedReality.WebRTC.Native/test/test_utils.h
|
dc3631eadbcf65ffd48cf222a16d0016be1743c4
|
[
"LicenseRef-scancode-unicode",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-or-later",
"LicenseRef-scancode-proprietary-license",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"ICU",
"LicenseRef-scancode-google-patent-license-webm",
"NAIST-2003",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-protobuf",
"LicenseRef-scancode-ssleay-windows",
"Libpng",
"OpenSSL",
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"ISC",
"IJG",
"Zlib",
"BSL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] |
permissive
|
ryusei172525/UWP-VideoChat
|
e0d8ba4ef80dd86eb037087f089708fcb8e3003c
|
f9ca523679c17d30f3d91216b61aba4f36c8d33e
|
refs/heads/master
| 2022-12-12T12:45:42.788264
| 2020-05-05T09:53:30
| 2020-05-05T09:53:30
| 260,609,669
| 0
| 1
|
MIT
| 2022-12-08T10:19:25
| 2020-05-02T03:56:43
|
C#
|
UTF-8
|
C++
| false
| false
| 543
|
h
|
test_utils.h
|
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#include "../include/interop_api.h"
namespace TestUtils {
class TestBase : public ::testing::Test {
public:
void SetUp() override {
// Ensure there is no object alive before the test
ASSERT_EQ(0u, mrsReportLiveObjects()) << "Alive objects before test.";
}
void TearDown() override {
// Ensure there is no object alive after the test
ASSERT_EQ(0u, mrsReportLiveObjects()) << "Alive objects after test.";
}
};
} // namespace VideoTestUtils
|
53ce716bb9f2d76d8bb1b25656b64206dd8113a7
|
9562f62ca0a97bf71d4dc900e8fbed3c944f8efe
|
/Carpeta Juego/MiProyecto1111111/P_A.cpp
|
ccf8a89a4ed1ccbed55ed305422577c135e5eff9
|
[] |
no_license
|
IvanPPG/INFO-II
|
61ccfe725f97798451076f223cffbdcab65372aa
|
5788aefe6339de7c544189008ea44550d8863b5a
|
refs/heads/main
| 2023-01-05T22:21:56.217953
| 2020-10-30T22:17:23
| 2020-10-30T22:17:23
| 301,734,552
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,023
|
cpp
|
P_A.cpp
|
#include <SFML/Graphics.hpp>
#include <cmath>
#include "P_A.h"
#include "A4.h"
using namespace sf;
P_A::P_A(float x_p, float y_p, Texture &t) {
x = x_p;
y = y_p;
sp_a.setTexture(t);
}
void P_A::mov(float x, float y) {
this->x;
this->y += 0.00001;
if (this->x < 0) {
this->x = 50;
}
if (this->x > 600) {
this->x = 0;
this->x += 0.05;
}
if (this->y < 600) {
this->y += 0.00001;
this->y += 0.08;
}
if (this->y > 600) {
this->y = -800;
this->x += 100;
}
}
void P_A::dib(RenderWindow &w) {
sp_a.setPosition(this->x, this->y - 100);
w.draw(sp_a);
}
Proyectil *P_A::disparar(A4 &p, Texture &tpr) {
float vel = 5;
float dx = (this->x - p.getX());
float dy = (this->y - p.getY());
float hipo = sqrt(dx*dx + dy*dy);
float vx = -vel * dx / hipo;
float vy = -vel * dy / hipo;
return new Proyectil(this->x, this->y, vx, vy, tpr);
}
|
753563377d1397180a865101859c049bd21cb308
|
ce9d32adfcf68ffe0f98cc6453a3154c85e7b51c
|
/libraries/SimbleeVideoTutorials/examples/Simblee_UARTTemp/Simblee_UARTTemp.ino
|
7cdbbb5a65880257b95216e1038749de0421bf87
|
[] |
no_license
|
biomurph/Simblee
|
cce1be3c5a7d39b3981435915b4a368141abbc2e
|
fabc773ca2d7d2dcc7533e10ce571a602c7f29f7
|
refs/heads/master
| 2021-01-25T00:49:03.572609
| 2019-08-02T20:47:59
| 2019-08-02T20:47:59
| 123,306,014
| 0
| 0
| null | 2019-08-02T20:45:08
| 2018-02-28T15:44:07
|
C
|
UTF-8
|
C++
| false
| false
| 1,411
|
ino
|
Simblee_UARTTemp.ino
|
/*
* Copyright (c) 2017 RF Digital Corp. All Rights Reserved.
*
* The source code contained in this file and all intellectual property embodied in
* or covering the source code is the property of RF Digital Corp. or its licensors.
* Your right to use this source code and intellectual property is non-transferable,
* non-sub licensable, revocable, and subject to terms and conditions of the
* SIMBLEE SOFTWARE LICENSE AGREEMENT.
* http://www.simblee.com/licenses/SimbleeSoftwareLicenseAgreement.txt
*
* THE SOURCE CODE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.
*
* This heading must NOT be removed from this file.
*/
uint8_t newTemp = 0;
float tempVal = 0;
float hot = 75;
uint8_t ledHot = 2;
uint8_t ledCold = 4;
void setup() {
pinMode(ledHot, OUTPUT);
pinMode(ledCold, OUTPUT);
digitalWrite(ledHot, LOW);
digitalWrite(ledCold, LOW);
Serial.begin(9600);
}
void loop() {
if (Serial.available()) {
char* tempValPtr = (char*) &tempVal;
uint8_t i = 0;
while (Serial.available() && i < 4) {
*tempValPtr++ = Serial.read();
i++;
delay(5);
}
newTemp = 1;
}
if (newTemp) {
updateTemperature();
newTemp = 0;
}
}
void updateTemperature() {
if (tempVal >= hot) {
digitalWrite(ledHot, HIGH);
digitalWrite(ledCold, LOW);
} else if (tempVal < hot) {
digitalWrite(ledHot, LOW);
digitalWrite(ledCold, HIGH);
}
}
|
c0798fe683b9c5ef48e24c74753b1654776f3cf1
|
6d1ed237fbd738198c8d036d4ff437a5c0e38ae8
|
/CompoT/Configs/ct_rscObjectBrowser.hpp
|
c57b79951736a60deb8ceb3cca997010827426e6
|
[] |
no_license
|
vitalymind/CompoT
|
cb5047cbb1b091c26a5fc7b6195aef352c867947
|
32624b115c85895cf7681889f92889f67699a622
|
refs/heads/master
| 2021-01-10T01:28:35.941566
| 2016-02-12T14:26:56
| 2016-02-12T14:26:56
| 46,651,030
| 5
| 2
| null | 2016-02-12T14:34:04
| 2015-11-22T07:36:02
|
SQF
|
UTF-8
|
C++
| false
| false
| 13,883
|
hpp
|
ct_rscObjectBrowser.hpp
|
class ct_object_select
{
name = "ct_object_select";
idd = 25259;
movingEnable = false;
enableSimulation = true;
class controls
{
class main_background: ct_background_base
{
idc = -1;
text = "";
x = 0 * safezoneW + safezoneX;
y = 0 * safezoneH + safezoneY;
w = 1 * safezoneW;
h = 1 * safezoneH;
};
//TEXTS 300
class cat_text: ct_text_base
{
idc = 301;
text = $STR_A3_info_gui_category;
x = 0.25 * safezoneW + safezoneX;
y = 0.05 * safezoneH + safezoneY;
w = 0.2 * safezoneW;
h = 0.04 * safezoneH;
Size = 0.08;
};
class groupby_text: ct_text_base
{
idc = -1;
text = $STR_A3_object_select_groupby;
x = 0.02 * safezoneW + safezoneX;
y = 0.05 * safezoneH + safezoneY;
w = 0.2 * safezoneW;
h = 0.04 * safezoneH;
Size = 0.08;
};
class search_text: ct_text_base
{
idc = -1;
text = $STR_A3_object_select_search;
x = 0.48 * safezoneW + safezoneX;
y = 0.05 * safezoneH + safezoneY;
w = 0.2 * safezoneW;
h = 0.04 * safezoneH;
Size = 0.08;
};
//COMBO 350
class groupby_combo: ct_combo_base
{
idc = 350;
x = 0.02 * safezoneW + safezoneX;
y = 0.1 * safezoneH + safezoneY;
w = 0.2 * safezoneW;
h = 0.04 * safezoneH;
sizeEx = 0.041;
};
class cat_name_combo: ct_combo_base
{
idc = 351;
text = "";
x = 0.25 * safezoneW + safezoneX;
y = 0.1 * safezoneH + safezoneY;
w = 0.2 * safezoneW;
h = 0.04 * safezoneH;
Size = 0.07;
wholeHeight = 1.3;
};
//EDITS 360
class search_edit: ct_edit_base
{
idc = 360;
x = 0.48 * safezoneW + safezoneX;
y = 0.1 * safezoneH + safezoneY;
w = 0.2 * safezoneW;
h = 0.04 * safezoneH;
sizeEx = 0.041;
};
//SCREENS 200
class screen_01: ct_screen_base
{
idc = 201;
text = "";
x = 0.0125 * safezoneW + safezoneX;
y = 0.22 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_02: ct_screen_base
{
idc = 202;
text = "";
x = 0.1375 * safezoneW + safezoneX;
y = 0.22 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_03: ct_screen_base
{
idc = 203;
text = "";
x = 0.2625 * safezoneW + safezoneX;
y = 0.22 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_04: ct_screen_base
{
idc = 204;
text = "";
x = 0.3875 * safezoneW + safezoneX;
y = 0.22 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_05: ct_screen_base
{
idc = 205;
text = "";
x = 0.5125 * safezoneW + safezoneX;
y = 0.22 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_06: ct_screen_base
{
idc = 206;
text = "";
x = 0.6375 * safezoneW + safezoneX;
y = 0.22 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_07: ct_screen_base
{
idc = 207;
x = 0.7625 * safezoneW + safezoneX;
y = 0.22 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_08: ct_screen_base
{
idc = 208;
x = 0.8875 * safezoneW + safezoneX;
y = 0.22 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_09: ct_screen_base
{
idc = 209;
x = 0.0125 * safezoneW + safezoneX;
y = 0.42 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_10: ct_screen_base
{
idc = 210;
x = 0.1375 * safezoneW + safezoneX;
y = 0.42 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_11: ct_screen_base
{
idc = 211;
x = 0.2625 * safezoneW + safezoneX;
y = 0.42 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_12: ct_screen_base
{
idc = 212;
x = 0.3875 * safezoneW + safezoneX;
y = 0.42 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_13: ct_screen_base
{
idc = 213;
x = 0.5125 * safezoneW + safezoneX;
y = 0.42 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_14: ct_screen_base
{
idc = 214;
x = 0.6375 * safezoneW + safezoneX;
y = 0.42 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_15: ct_screen_base
{
idc = 215;
x = 0.7625 * safezoneW + safezoneX;
y = 0.42 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_16: ct_screen_base
{
idc = 216;
x = 0.8875 * safezoneW + safezoneX;
y = 0.42 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_17: ct_screen_base
{
idc = 217;
x = 0.0125 * safezoneW + safezoneX;
y = 0.62 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_18: ct_screen_base
{
idc = 218;
x = 0.1375 * safezoneW + safezoneX;
y = 0.62 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_19: ct_screen_base
{
idc = 219;
x = 0.2625 * safezoneW + safezoneX;
y = 0.62 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_20: ct_screen_base
{
idc = 220;
x = 0.3875 * safezoneW + safezoneX;
y = 0.62 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_21: ct_screen_base
{
idc = 221;
x = 0.5125 * safezoneW + safezoneX;
y = 0.62 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_22: ct_screen_base
{
idc = 222;
x = 0.6375 * safezoneW + safezoneX;
y = 0.62 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_23: ct_screen_base
{
idc = 223;
x = 0.7625 * safezoneW + safezoneX;
y = 0.62 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_24: ct_screen_base
{
idc = 224;
x = 0.8875 * safezoneW + safezoneX;
y = 0.62 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_25: ct_screen_base
{
idc = 225;
x = 0.0125 * safezoneW + safezoneX;
y = 0.82 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_26: ct_screen_base
{
idc = 226;
x = 0.1375 * safezoneW + safezoneX;
y = 0.82 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_27: ct_screen_base
{
idc = 227;
x = 0.2625 * safezoneW + safezoneX;
y = 0.82 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_28: ct_screen_base
{
idc = 228;
x = 0.3875 * safezoneW + safezoneX;
y = 0.82 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_29: ct_screen_base
{
idc = 229;
x = 0.5125 * safezoneW + safezoneX;
y = 0.82 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_30: ct_screen_base
{
idc = 230;
x = 0.6375 * safezoneW + safezoneX;
y = 0.82 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_31: ct_screen_base
{
idc = 231;
x = 0.7625 * safezoneW + safezoneX;
y = 0.82 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
class screen_32: ct_screen_base
{
idc = 232;
x = 0.8875 * safezoneW + safezoneX;
y = 0.82 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.16 * safezoneH;
};
//SCREEN TEXTS 400
class screen_01_text: ct_screenText_base
{
idc = 401;
x = 0.0125 * safezoneW + safezoneX;
y = 0.34 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_02_text: ct_screenText_base
{
idc = 402;
x = 0.1375 * safezoneW + safezoneX;
y = 0.34 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_03_text: ct_screenText_base
{
idc = 403;
x = 0.2625 * safezoneW + safezoneX;
y = 0.34 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_04_text: ct_screenText_base
{
idc = 404;
x = 0.3875 * safezoneW + safezoneX;
y = 0.34 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_05_text: ct_screenText_base
{
idc = 405;
x = 0.5125 * safezoneW + safezoneX;
y = 0.34 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_06_text: ct_screenText_base
{
idc = 406;
x = 0.6375 * safezoneW + safezoneX;
y = 0.34 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_07_text: ct_screenText_base
{
idc = 407;
x = 0.7625 * safezoneW + safezoneX;
y = 0.34 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_08_text: ct_screenText_base
{
idc = 408;
x = 0.8875 * safezoneW + safezoneX;
y = 0.34 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_09_text: ct_screenText_base
{
idc = 409;
x = 0.0125 * safezoneW + safezoneX;
y = 0.54 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_10_text: ct_screenText_base
{
idc = 410;
x = 0.1375 * safezoneW + safezoneX;
y = 0.54 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_11_text: ct_screenText_base
{
idc = 411;
x = 0.2625 * safezoneW + safezoneX;
y = 0.54 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_12_text: ct_screenText_base
{
idc = 412;
x = 0.3875 * safezoneW + safezoneX;
y = 0.54 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_13_text: ct_screenText_base
{
idc = 413;
x = 0.5125 * safezoneW + safezoneX;
y = 0.54 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_14_text: ct_screenText_base
{
idc = 414;
x = 0.6375 * safezoneW + safezoneX;
y = 0.54 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_15_text: ct_screenText_base
{
idc = 415;
x = 0.7625 * safezoneW + safezoneX;
y = 0.54 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_16_text: ct_screenText_base
{
idc = 416;
x = 0.8875 * safezoneW + safezoneX;
y = 0.54 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_17_text: ct_screenText_base
{
idc = 417;
x = 0.0125 * safezoneW + safezoneX;
y = 0.74 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_18_text: ct_screenText_base
{
idc = 418;
x = 0.1375 * safezoneW + safezoneX;
y = 0.74 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_19_text: ct_screenText_base
{
idc = 419;
x = 0.2625 * safezoneW + safezoneX;
y = 0.74 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_20_text: ct_screenText_base
{
idc = 420;
x = 0.3875 * safezoneW + safezoneX;
y = 0.74 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_21_text: ct_screenText_base
{
idc = 421;
x = 0.5125 * safezoneW + safezoneX;
y = 0.74 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_22_text: ct_screenText_base
{
idc = 422;
x = 0.6375 * safezoneW + safezoneX;
y = 0.74 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_23_text: ct_screenText_base
{
idc = 423;
x = 0.7625 * safezoneW + safezoneX;
y = 0.74 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_24_text: ct_screenText_base
{
idc = 424;
x = 0.8875 * safezoneW + safezoneX;
y = 0.74 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_25_text: ct_screenText_base
{
idc = 425;
x = 0.0125 * safezoneW + safezoneX;
y = 0.94 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_26_text: ct_screenText_base
{
idc = 426;
x = 0.1375 * safezoneW + safezoneX;
y = 0.94 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_27_text: ct_screenText_base
{
idc = 427;
x = 0.2625 * safezoneW + safezoneX;
y = 0.94 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_28_text: ct_screenText_base
{
idc = 428;
x = 0.3875 * safezoneW + safezoneX;
y = 0.94 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_29_text: ct_screenText_base
{
idc = 429;
x = 0.5125 * safezoneW + safezoneX;
y = 0.94 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_30_text: ct_screenText_base
{
idc = 430;
x = 0.6375 * safezoneW + safezoneX;
y = 0.94 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_31_text: ct_screenText_base
{
idc = 431;
x = 0.7625 * safezoneW + safezoneX;
y = 0.94 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
class screen_32_text: ct_screenText_base
{
idc = 432;
x = 0.8875 * safezoneW + safezoneX;
y = 0.94 * safezoneH + safezoneY;
w = 0.1 * safezoneW;
h = 0.04 * safezoneH;
};
};
};
|
526ddf59a06aa6ca77d1a57c46f34dd35d5ece33
|
c77748372b1a7fd68da21516f4f5c2f10e42e920
|
/test_Windows/Sourcecode/2017011071/UCT.cpp
|
0c331e1a7fd7c95f3f305708e9a6e24fe270f7a1
|
[] |
no_license
|
dylanyang17/ConnectFour
|
6b30dc8756f1f0ff66681678971d1358e7d06463
|
9099380ebfb0ee00c188d3695723bcf65f02382e
|
refs/heads/master
| 2022-11-09T08:50:23.654820
| 2020-04-26T14:57:37
| 2020-04-26T14:57:37
| null | 0
| 0
| null | null | null | null |
GB18030
|
C++
| false
| false
| 4,774
|
cpp
|
UCT.cpp
|
#include "UCT.h"
#include "Judge.h"
#include "Point.h"
#include "ChessBoard.h"
#include <ctime>
#include <random>
#include <cassert>
#include <cmath>
#define timeNow() ((double)clock()/CLOCKS_PER_SEC)
UCT::UCT(int m, int n, ChessBoard *chessBoard)
{
this->m = m;
this->n = n;
this->chessBoard = chessBoard;
this->nowRoot = newNode();
}
// 进行了真实的落子,返回落子的行数
// TODO: 垃圾回收
int UCT::realMove(int col) {
if (node[nowRoot].son[col] == 0) {
// 该儿子结点并未扩展
int row;
nowRoot = expand(nowRoot, col, row);
return row;
}
else {
nowRoot = node[nowRoot].son[col];
return chessBoard->move(col);
}
}
// TODO: 尝试记录 bestColumn,略微修改公式
int UCT::calcBestColumn(int s, bool debug) {
double bestScore;
int bestColumn = -1;
for (int j = 0; j < n; ++j) {
int son = node[s].son[j];
if (son) {
double score = calcScore(s, node[s].son[j]);
if (debug) {
fprintf(stderr, "(%d: %d, %d, %f)\n", j, node[son].win, node[son].tot, score);
}
if (bestColumn == -1 || score > bestScore) {
bestScore = score;
bestColumn = j;
}
}
}
assert(bestColumn != -1); // TODO
return bestColumn;
}
// 搜索最佳的落子列
int UCT::search()
{
double inTime = timeNow();
chessBoard->saveBoard();
// TODO: 缩小调用 clock() 的次数,例如每 x 次模拟调用一次
while (timeNow() - inTime < TIME_LIM) {
// fprintf(stderr, "LALALA\n");
int s = treePolicy(nowRoot);
int delta = defaultPolicy(s);
updateUp(s, delta);
chessBoard->loadBoard();
}
int bestColumn = calcBestColumn(nowRoot, debugOn);
return bestColumn;
}
// 判断 s 结点是否可以向一个新儿子扩展
// 可以则返回选择的列,否则返回 -1
// TODO: 可考虑有策略地优先选某个新儿子,例如加入计分策略,先扩展分数高的
// TODO: 或者对选择的列加入记忆化,减小常数
int UCT::findExpandSon(int s) {
for (int j = 0; j < n; ++j) {
if (node[s].son[j] == 0 && chessBoard->top[j] > 0) {
return j;
}
}
return -1;
}
// 扩展,从结点 s (对应chessBoard)开始走 col 列
// 返回新扩展的结点
int UCT::expand(int s, int col, int &row) {
int t = newNode();
node[t].parent = s;
node[t].parColumn = col;
node[s].son[col] = t;
row = chessBoard->move(col);
node[t].status = chessBoard->getStatus();
return t;
}
// 从 s 结点,向下找到最可能扩展的结点并进行扩展,返回新扩展出的结点
// 若直至局面结束仍未找到则返回结束局面结点
int UCT::treePolicy(int s) {
while (node[s].status == 0) {
int col = -1;
if (!node[s].expandOver) {
// 判断是否可扩展,可以则找到放置的列 col
col = findExpandSon(s);
if (col == -1) node[s].expandOver = true;
}
if (!node[s].expandOver) {
// 可扩展
assert(col != -1); // TODO
int row;
s = expand(s, col, row);
break;
}
else {
// 不可扩展,则向最优的儿子结点走
//assert(node[s].bestColumn != -1); // TODO
//chessBoard->move(node[s].bestColumn);
//s = node[s].son[node[s].bestColumn];
int bestColumn = calcBestColumn(s);
chessBoard->move(bestColumn);
s = node[s].son[bestColumn];
}
}
return s;
}
// 从结点 s 开始进行对弈模拟,直至分出胜负,返回 s 结点收益值(即从**进入 s 状态者**角度考虑,胜: 1; 负: 0; 平: 0.5)
// TODO: 可以加入计分策略,双方按一定规则走子
int UCT::defaultPolicy(int s) {
int turn = 3 - chessBoard->turn; // DEBUG: 注意应从**落子进入 s 状态者**角度考虑,这样每次尽量往更大的方向走才是正确的
int status;
while ((status = chessBoard->getStatus()) == 0) {
int col;
do {
col = rand() % m;
} while (chessBoard->top[col] == 0);
chessBoard->move(col);
}
if (turn == status) {
return 1;
}
else if (status == 3) {
return 0.5;
}
else {
return 0;
}
}
// 计算 s 为父亲时,儿子 t 对应的得分
double UCT::calcScore(int s, int t) {
return (double)node[t].win / node[t].tot + alpha * sqrt(2 * log(node[s].tot) / node[t].tot);
}
// 向上更新信息
void UCT::updateUp(int s, int delta)
{
int last = -1;
do {
node[s].tot++;
node[s].win += delta;
//if (last != -1) { // TODO: 可以尝试使用 bestColumn 并且更改计分形态以改进算法
// double score = calcScore(s, last);
// if (node[s].bestColumn == -1 || node[s].bestColumnScore < score) {
// node[s].bestColumn = node[last].parColumn;
// node[s].bestColumnScore = score;
// }
//}
last = s;
s = node[s].parent;
delta = 1 - delta;
} while (last != nowRoot);
}
// 获得一个新节点。TODO:垃圾回收和满内存判定
int UCT::newNode() {
++poolPtr;
node[poolPtr].init();
return poolPtr;
}
|
31b8513ba28bc367a1f5689b7f5c854be26d4c45
|
005f6e37941b66536f6719a7bb94ab4d3d7cf418
|
/src/prx_packages/tutorial/simulation/test_controller.cpp
|
451efe3527524b3a6b0594b73590a16480af3f4a
|
[] |
no_license
|
warehouse-picking-automation-challenges/ru_pracsys
|
c56b9a873218fefb91658e08b74c4a1bc7e16628
|
786ce2e3e0d70d01c951028a90c117a0f23d0804
|
refs/heads/master
| 2021-05-31T05:52:33.396310
| 2016-02-07T22:34:39
| 2016-02-07T22:34:39
| 39,845,771
| 4
| 2
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 2,491
|
cpp
|
test_controller.cpp
|
/**
* @file test_controller.cpp
*
* @copyright Software License Agreement (BSD License)
* Copyright (c) 2013, Rutgers the State University of New Jersey, New Brunswick
* All Rights Reserved.
* For a full description see the file named LICENSE.
*
* Authors: Andrew Dobson, Andrew Kimmel, Athanasios Krontiris, Zakary Littlefield, Kostas Bekris
*
* Email: pracsys@googlegroups.com
*/
#include "test_controller.hpp"
#include "prx/utilities/definitions/string_manip.hpp"
#include <boost/tuple/tuple.hpp> // boost::tie
#include <boost/assign/list_of.hpp>
#include <pluginlib/class_list_macros.h>
PLUGINLIB_EXPORT_CLASS( prx::packages::tutorial::test_controller_t, prx::sim::system_t)
namespace prx
{
using namespace util;
using namespace sim;
namespace packages
{
namespace tutorial
{
test_controller_t::test_controller_t()
{
_last_direction = 0;
state_memory = boost::assign::list_of( &_last_direction );
controller_state_space = new space_t("R", state_memory );
_control_param = 0;
control_memory = boost::assign::list_of( &_control_param );
input_control_space = new space_t("R",control_memory);
}
test_controller_t::~test_controller_t()
{
}
void test_controller_t::init(const parameter_reader_t * reader, const parameter_reader_t* template_reader)
{
controller_t::init(reader, template_reader);
}
void test_controller_t::propagate(const double simulation_step)
{
_last_direction += _control_param;
controller_t::propagate(simulation_step);
}
void test_controller_t::verify() const
{
PRX_ASSERT( controller_state_space->get_dimension() == 1 );
PRX_ASSERT( input_control_space->get_dimension() == 1 );
controller_t::verify();
}
void test_controller_t::compute_control()
{
//move in the correct direction
computed_control->at(0) = 10;
computed_control->at(1) = _last_direction + _control_param;
output_control_space->copy_from_point(computed_control);
subsystems.begin()->second->compute_control();
}
}
}
}
|
d255b86e934748ae9e3a44f2992a631c80cc97cb
|
e32710c56e37207ba7129f0fcec213b34108cbec
|
/retroshare-gui/src/gui/NetworkView.cpp
|
ea095a39e2a48b5017ed1903a266a9f3f684f81b
|
[] |
no_license
|
sirjenster/RetroShare
|
963f56b5662d3c41bf8421124c220c36dc6a38f1
|
47328a4ec9f1b26f84081cd674ced8e5046458cc
|
refs/heads/master
| 2021-01-18T10:33:27.768840
| 2015-11-19T18:11:02
| 2015-11-19T18:11:02
| 42,929,480
| 2
| 0
| null | 2015-09-22T11:24:23
| 2015-09-22T11:24:23
| null |
UTF-8
|
C++
| false
| false
| 7,104
|
cpp
|
NetworkView.cpp
|
/****************************************************************
* RetroShare is distributed under the following license:
*
* Copyright (C) 2008 Robert Fernie
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
****************************************************************/
#include "NetworkView.h"
#include <retroshare/rspeers.h>
#include <retroshare/rsdisc.h>
#include <deque>
#include <set>
#include <iostream>
#include <algorithm>
#include "gui/elastic/node.h"
/********
* #define DEBUG_NETWORKVIEW
********/
/** Constructor */
NetworkView::NetworkView(QWidget *parent)
: RsAutoUpdatePage(60000,parent)
{
/* Invoke the Qt Designer generated object setup routine */
ui.setupUi(this);
mScene = new QGraphicsScene();
mScene->setItemIndexMethod(QGraphicsScene::NoIndex);
mScene->setSceneRect(-200, -200, 1200, 1200);
ui.graphicsView->setScene(mScene);
ui.graphicsView->setEdgeLength(ui.edgeLengthSB->value()) ;
setMaxFriendLevel(ui.maxFriendLevelSB->value()) ;
/* add button */
connect( ui.refreshButton, SIGNAL( clicked( void ) ), this, SLOT( redraw( void ) ) );
connect( mScene, SIGNAL( changed ( const QList<QRectF> & ) ), this, SLOT ( changedScene( void ) ) );
/* Hide Settings frame */
connect( ui.maxFriendLevelSB, SIGNAL(valueChanged(int)), this, SLOT(setMaxFriendLevel(int)));
connect( ui.edgeLengthSB, SIGNAL(valueChanged(int)), this, SLOT(setEdgeLength(int)));
connect( ui.freezeCheckBox, SIGNAL(toggled(bool)), this, SLOT(setFreezeState(bool)));
connect( ui.nameBox, SIGNAL(textChanged(QString)), this, SLOT(setNameSearch(QString)));
_should_update = true ;
}
NetworkView::~NetworkView()
{
if(mScene != NULL)
delete mScene ;
}
void NetworkView::setEdgeLength(int l)
{
ui.graphicsView->setEdgeLength(l);
}
void NetworkView::setNameSearch(QString s)
{
ui.graphicsView->setNameSearch(s);
}
void NetworkView::setMaxFriendLevel(int m)
{
ui.graphicsView->snapshotNodesPositions() ;
clear() ;
_max_friend_level = m ;
updateDisplay() ;
}
void NetworkView::changedFoFCheckBox( )
{
updateDisplay();
}
void NetworkView::redraw()
{
ui.graphicsView->clearNodesPositions() ;
clear() ;
updateDisplay() ;
}
void NetworkView::clear()
{
ui.graphicsView->clearGraph() ;
_node_ids.clear() ;
update() ;
}
void NetworkView::setFreezeState(bool freeze)
{
#ifdef DEBUG_NETWORKVIEW
std::cerr << " NetworkView::setFreezeState(" << freeze << ")" << std::endl;
#endif
ui.graphicsView->setFreeze(freeze);
}
class NodeInfo
{
public:
NodeInfo(const RsPgpId& _gpg_id,uint32_t lev) : gpg_id(_gpg_id),friend_level(lev) {}
RsPgpId gpg_id ;
uint32_t friend_level ;
} ;
void NetworkView::update()
{
_should_update = true ;
}
void NetworkView::updateDisplay()
{
if(!isVisible())
return ;
if(!_should_update)
return ;
/* add all friends */
RsPgpId ownGPGId = rsPeers->getGPGOwnId();
//#ifdef DEBUG_NETWORKVIEW
std::cerr << "NetworkView::updateDisplay()" << std::endl;
//#endif
std::deque<NodeInfo> nodes_to_treat ; // list of nodes to be treated. Used as a queue. The int is the level of friendness
std::set<RsPgpId> nodes_considered ; // list of nodes already considered. Eases lookup.
nodes_to_treat.push_front(NodeInfo(ownGPGId,0)) ; // initialize queue with own id.
nodes_considered.insert(rsPeers->getGPGOwnId()) ;
// Put own id in queue, and empty the queue, treating all nodes.
//
while(!nodes_to_treat.empty())
{
NodeInfo info(nodes_to_treat.back()) ;
nodes_to_treat.pop_back() ;
#ifdef DEBUG_NETWORKVIEW
std::cerr << " Poped out of queue: " << info.gpg_id << ", with level " << info.friend_level << std::endl ;
#endif
GraphWidget::NodeType type ;
GraphWidget::AuthType auth ;
switch(info.friend_level)
{
case 0: type = GraphWidget::ELASTIC_NODE_TYPE_OWN ;
break ;
case 1: type = GraphWidget::ELASTIC_NODE_TYPE_FRIEND ;
break ;
case 2: type = GraphWidget::ELASTIC_NODE_TYPE_F_OF_F ;
break ;
default:
type = GraphWidget::ELASTIC_NODE_TYPE_UNKNOWN ;
}
RsPeerDetails detail ;
if(!rsPeers->getGPGDetails(info.gpg_id, detail))
continue ;
switch(detail.trustLvl)
{
case RS_TRUST_LVL_MARGINAL: auth = GraphWidget::ELASTIC_NODE_AUTH_MARGINAL ; break;
case RS_TRUST_LVL_FULL:
case RS_TRUST_LVL_ULTIMATE: auth = GraphWidget::ELASTIC_NODE_AUTH_FULL ; break;
case RS_TRUST_LVL_UNKNOWN:
case RS_TRUST_LVL_UNDEFINED:
case RS_TRUST_LVL_NEVER:
default: auth = GraphWidget::ELASTIC_NODE_AUTH_UNKNOWN ; break ;
}
if(info.friend_level <= _max_friend_level && _node_ids.find(info.gpg_id) == _node_ids.end())
{
_node_ids[info.gpg_id] = ui.graphicsView->addNode(" "+detail.name, detail.name+"@"+detail.gpg_id.toStdString(),type,auth,RsPeerId(),info.gpg_id);
#ifdef DEBUG_NETWORKVIEW
std::cerr << " inserted node " << info.gpg_id << ", type=" << type << ", auth=" << auth << std::endl ;
#endif
}
std::list<RsPgpId> friendList;
rsDisc->getDiscPgpFriends(info.gpg_id, friendList);
#ifdef DEBUG_NETWORKVIEW
std::cerr << " Got a list of " << friendList.size() << " friends for this peer." << std::endl ;
#endif
if(info.friend_level+1 <= _max_friend_level)
for(std::list<RsPgpId>::const_iterator sit(friendList.begin()); sit != friendList.end(); ++sit)
if(nodes_considered.find(*sit) == nodes_considered.end())
{
#ifdef DEBUG_NETWORKVIEW
std::cerr << " adding to queue: " << *sit << ", with level " << info.friend_level+1 << std::endl ;
#endif
nodes_to_treat.push_front( NodeInfo(*sit,info.friend_level + 1) ) ;
nodes_considered.insert(*sit) ;
}
}
/* iterate through all friends */
#ifdef DEBUG_NETWORKVIEW
std::cerr << "NetworkView::insertSignatures()" << std::endl;
#endif
for(std::map<RsPgpId,GraphWidget::NodeId>::const_iterator it(_node_ids.begin()); it != _node_ids.end(); ++it)
{
std::list<RsPgpId> friendList ;
if(rsDisc->getDiscPgpFriends(it->first,friendList))
for(std::list<RsPgpId>::const_iterator sit(friendList.begin()); sit != friendList.end(); ++sit)
{
#ifdef DEBUG_NETWORKVIEW
std::cerr << "NetworkView: Adding Edge: ";
std::cerr << *sit << " <-> " << it->first;
std::cerr << std::endl;
#endif
if(_node_ids.find(*sit) != _node_ids.end())
ui.graphicsView->addEdge(_node_ids[*sit], it->second);
}
}
_should_update = false ;
}
|
7bdf995f3e037bfc731dcd5a1ff69eda60107347
|
d1834094838ad2c1c027fb999b29e84890c8fcff
|
/ASD_5_1 - Sortowanie (quicksort).cpp
|
02557e36730d33e7bacd15897d93c5d54c54efb2
|
[] |
no_license
|
xtr01/spoj
|
5400888289ac8d2fc8dbe3a03462490e97d215a7
|
5f70ab468243b2482ef3cfe5fd4a14acb2c1af45
|
refs/heads/master
| 2020-04-09T15:42:22.671159
| 2019-05-24T10:37:59
| 2019-05-24T10:37:59
| 160,433,407
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 1,183
|
cpp
|
ASD_5_1 - Sortowanie (quicksort).cpp
|
#include <iostream>
using namespace std;
//Compiler version g++ 6.3.0
void quick_sort(int *tab, int lewy, int prawy)
{
if (prawy <= lewy) return;
int i = lewy - 1, j = prawy + 1,
pivot = tab[(lewy + prawy) / 2]; //wybieramy punkt odniesienia
while (1)
{
//szukam elementu wiekszego lub rownego piwot stojacego
//po prawej stronie wartosci pivot
while (pivot>tab[++i]);
//szukam elementu mniejszego lub rownego pivot stojacego
//po lewej stronie wartosci pivot
while (pivot<tab[--j]);
//jesli liczniki sie nie minely to zamie� elementy ze soba
//stojace po niewlasciwej stronie elementu pivot
if (i <= j)
//funkcja swap zamienia wartosciami tab[i] z tab[j]
swap(tab[i], tab[j]);
else
break;
}
if (j > lewy)
quick_sort(tab, lewy, j);
if (i < prawy)
quick_sort(tab, i, prawy);
}
int main()
{
int tablica[100000];
int wartosc, pozycja =0;
while(cin >> wartosc)
{
tablica[pozycja] = wartosc;
pozycja++;
}
quick_sort(tablica, 0, pozycja-1);
for(int i=0; i<pozycja; i++)
{
cout << tablica[i] << endl;
}
}
|
c34c004b754733159bd9a696ca04f2ec16340691
|
fea635a40861850271493fa59963a8071241f6d0
|
/inc/tasks/paranoiatask.h
|
809460d61d4cddc773966ace81163d25aa550177
|
[] |
no_license
|
ngc7293/qtparanoia
|
0943a11a508d90a51cd56fb40cc134da5e3ac75c
|
0bb8b46d91b182b685ef6d364d3a57b8f871251a
|
refs/heads/master
| 2020-03-07T12:13:13.951466
| 2018-04-13T02:33:18
| 2018-04-13T02:33:18
| 127,473,123
| 0
| 0
| null | null | null | null |
UTF-8
|
C++
| false
| false
| 563
|
h
|
paranoiatask.h
|
#ifndef PARANOIATASK_H
#define PARANOIATASK_H
#include "tasks/threadedtask.h"
#include <fstream>
#include "audiodisk.h"
class ParanoiaTask : public ThreadedTask {
Q_OBJECT
private:
AudioDisk* disk_;
public:
ParanoiaTask(AudioDisk* disk);
virtual ~ParanoiaTask();
protected:
virtual void run();
private:
void writeWavHeader(std::ofstream& file, unsigned int byte_count);
signals:
void started(unsigned int sectors);
void progress(unsigned int sector);
void trackChanged(unsigned int track);
};
#endif // PARANOIATASK_H
|
16607068ef5539d9d7bcf971930bb146f257924d
|
a5a99f646e371b45974a6fb6ccc06b0a674818f2
|
/RecoEgamma/EgammaTools/plugins/LowPtElectronsModifier.cc
|
22b55a300e21c14dec51981986f0bf2fa5cf6d7c
|
[
"Apache-2.0"
] |
permissive
|
cms-sw/cmssw
|
4ecd2c1105d59c66d385551230542c6615b9ab58
|
19c178740257eb48367778593da55dcad08b7a4f
|
refs/heads/master
| 2023-08-23T21:57:42.491143
| 2023-08-22T20:22:40
| 2023-08-22T20:22:40
| 10,969,551
| 1,006
| 3,696
|
Apache-2.0
| 2023-09-14T19:14:28
| 2013-06-26T14:09:07
|
C++
|
UTF-8
|
C++
| false
| false
| 3,253
|
cc
|
LowPtElectronsModifier.cc
|
#include "CommonTools/CandAlgos/interface/ModifyObjectValueBase.h"
#include "DataFormats/BeamSpot/interface/BeamSpot.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "RecoEgamma/EgammaTools/interface/LowPtConversion.h"
////////////////////////////////////////////////////////////////////////////////
//
class LowPtElectronModifier : public ModifyObjectValueBase {
public:
LowPtElectronModifier(const edm::ParameterSet& conf, edm::ConsumesCollector&);
~LowPtElectronModifier() override = default;
void setEvent(const edm::Event&) final;
void setEventContent(const edm::EventSetup&) final;
void modifyObject(pat::Electron& ele) const final;
private:
const edm::EDGetTokenT<reco::ConversionCollection> convT_;
reco::ConversionCollection const* conv_ = nullptr;
const edm::EDGetTokenT<reco::BeamSpot> beamSpotT_;
reco::BeamSpot const* beamSpot_ = nullptr;
const edm::EDGetTokenT<reco::VertexCollection> verticesT_;
reco::VertexCollection const* vertices_ = nullptr;
bool extra_;
};
////////////////////////////////////////////////////////////////////////////////
//
LowPtElectronModifier::LowPtElectronModifier(const edm::ParameterSet& conf, edm::ConsumesCollector& cc)
: ModifyObjectValueBase(conf),
convT_(cc.consumes<reco::ConversionCollection>(conf.getParameter<edm::InputTag>("conversions"))),
conv_(),
beamSpotT_(cc.consumes<reco::BeamSpot>(conf.getParameter<edm::InputTag>("beamSpot"))),
beamSpot_(),
verticesT_(cc.consumes<reco::VertexCollection>(conf.getParameter<edm::InputTag>("vertices"))),
vertices_(),
extra_(conf.getParameter<bool>("addExtraUserVars")) {
;
}
////////////////////////////////////////////////////////////////////////////////
//
void LowPtElectronModifier::setEvent(const edm::Event& iEvent) {
conv_ = &iEvent.get(convT_);
beamSpot_ = &iEvent.get(beamSpotT_);
vertices_ = &iEvent.get(verticesT_);
}
////////////////////////////////////////////////////////////////////////////////
//
void LowPtElectronModifier::setEventContent(const edm::EventSetup& iSetup) {}
////////////////////////////////////////////////////////////////////////////////
//
void LowPtElectronModifier::modifyObject(pat::Electron& ele) const {
// Embed Conversion info
LowPtConversion conv;
conv.match(*beamSpot_, *conv_, ele);
conv.addUserVars(ele);
if (extra_) {
conv.addExtraUserVars(ele);
}
// Set impact parameters
auto const& gsfTrack = *ele.gsfTrack();
if (!vertices_->empty()) {
const reco::Vertex& pv = vertices_->front();
ele.setDB(gsfTrack.dxy(pv.position()),
gsfTrack.dxyError(pv.position(), pv.covariance()),
pat::Electron::PV2D); // PV2D
ele.setDB(gsfTrack.dz(pv.position()), std::hypot(gsfTrack.dzError(), pv.zError()),
pat::Electron::PVDZ); // PVDZ
}
ele.setDB(gsfTrack.dxy(*beamSpot_), gsfTrack.dxyError(*beamSpot_),
pat::Electron::BS2D); // BS2D
}
////////////////////////////////////////////////////////////////////////////////
//
DEFINE_EDM_PLUGIN(ModifyObjectValueFactory, LowPtElectronModifier, "LowPtElectronModifier");
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.