From 40e8dbf792c03a37bf57d119c4b8ebdc0f8ab864 Mon Sep 17 00:00:00 2001 From: Sander Mertens Date: Tue, 1 Dec 2015 02:10:44 -0500 Subject: [PATCH] #342 Remove accidentally checked in test headers --- .../corto/lang/test/.corto/components.txt | 0 packages/corto/lang/test/.corto/dep.rb | 37 - packages/corto/lang/test/.corto/test__api.c | 3328 ----- packages/corto/lang/test/.corto/test__load.c | 15 - packages/corto/lang/test/.corto/test__meta.c | 11609 ---------------- .../corto/lang/test/.corto/test__wrapper.c | 3189 ----- packages/corto/lang/test/include/test.h | 119 - .../corto/lang/test/include/test_Animal.h | 20 - .../lang/test/include/test_AnonymousTest.h | 20 - packages/corto/lang/test/include/test_Args.h | 96 - packages/corto/lang/test/include/test_Bar.h | 23 - packages/corto/lang/test/include/test_Cat.h | 21 - .../test/include/test_CompositeCollection.h | 20 - .../lang/test/include/test_DeclaredParent.h | 20 - .../lang/test/include/test_DefinedParent.h | 20 - packages/corto/lang/test/include/test_Dog.h | 21 - packages/corto/lang/test/include/test_Env.h | 63 - packages/corto/lang/test/include/test_Event.h | 81 - .../corto/lang/test/include/test_EventTest.h | 71 - packages/corto/lang/test/include/test_Foo.h | 29 - .../corto/lang/test/include/test_Fullname.h | 36 - .../lang/test/include/test_GoldenRetriever.h | 21 - packages/corto/lang/test/include/test_Line.h | 20 - .../lang/test/include/test_MethodResolver.h | 123 - .../lang/test/include/test_MethodTester.h | 58 - .../test/include/test_MethodTesterInherit.h | 33 - .../corto/lang/test/include/test_ObjectMgmt.h | 183 - .../corto/lang/test/include/test_Overload.h | 144 - packages/corto/lang/test/include/test_Point.h | 20 - .../corto/lang/test/include/test_Point3D.h | 20 - .../test/include/test_PrimitiveCollection.h | 20 - .../corto/lang/test/include/test_Project.h | 42 - .../lang/test/include/test_RelativeName.h | 57 - .../corto/lang/test/include/test_Resolver.h | 84 - .../corto/lang/test/include/test_Select.h | 147 - .../test/include/test_StringDeserializer.h | 210 - .../corto/lang/test/include/test_VoidParent.h | 20 - packages/corto/lang/test/include/test__api.h | 898 -- .../corto/lang/test/include/test__interface.h | 25 - packages/corto/lang/test/include/test__meta.h | 509 - packages/corto/lang/test/include/test__type.h | 327 - .../corto/lang/test/include/test_selectItem.h | 20 - 42 files changed, 21819 deletions(-) delete mode 100644 packages/corto/lang/test/.corto/components.txt delete mode 100644 packages/corto/lang/test/.corto/dep.rb delete mode 100644 packages/corto/lang/test/.corto/test__api.c delete mode 100644 packages/corto/lang/test/.corto/test__load.c delete mode 100644 packages/corto/lang/test/.corto/test__meta.c delete mode 100644 packages/corto/lang/test/.corto/test__wrapper.c delete mode 100644 packages/corto/lang/test/include/test.h delete mode 100644 packages/corto/lang/test/include/test_Animal.h delete mode 100644 packages/corto/lang/test/include/test_AnonymousTest.h delete mode 100644 packages/corto/lang/test/include/test_Args.h delete mode 100644 packages/corto/lang/test/include/test_Bar.h delete mode 100644 packages/corto/lang/test/include/test_Cat.h delete mode 100644 packages/corto/lang/test/include/test_CompositeCollection.h delete mode 100644 packages/corto/lang/test/include/test_DeclaredParent.h delete mode 100644 packages/corto/lang/test/include/test_DefinedParent.h delete mode 100644 packages/corto/lang/test/include/test_Dog.h delete mode 100644 packages/corto/lang/test/include/test_Env.h delete mode 100644 packages/corto/lang/test/include/test_Event.h delete mode 100644 packages/corto/lang/test/include/test_EventTest.h delete mode 100644 packages/corto/lang/test/include/test_Foo.h delete mode 100644 packages/corto/lang/test/include/test_Fullname.h delete mode 100644 packages/corto/lang/test/include/test_GoldenRetriever.h delete mode 100644 packages/corto/lang/test/include/test_Line.h delete mode 100644 packages/corto/lang/test/include/test_MethodResolver.h delete mode 100644 packages/corto/lang/test/include/test_MethodTester.h delete mode 100644 packages/corto/lang/test/include/test_MethodTesterInherit.h delete mode 100644 packages/corto/lang/test/include/test_ObjectMgmt.h delete mode 100644 packages/corto/lang/test/include/test_Overload.h delete mode 100644 packages/corto/lang/test/include/test_Point.h delete mode 100644 packages/corto/lang/test/include/test_Point3D.h delete mode 100644 packages/corto/lang/test/include/test_PrimitiveCollection.h delete mode 100644 packages/corto/lang/test/include/test_Project.h delete mode 100644 packages/corto/lang/test/include/test_RelativeName.h delete mode 100644 packages/corto/lang/test/include/test_Resolver.h delete mode 100644 packages/corto/lang/test/include/test_Select.h delete mode 100644 packages/corto/lang/test/include/test_StringDeserializer.h delete mode 100644 packages/corto/lang/test/include/test_VoidParent.h delete mode 100644 packages/corto/lang/test/include/test__api.h delete mode 100644 packages/corto/lang/test/include/test__interface.h delete mode 100644 packages/corto/lang/test/include/test__meta.h delete mode 100644 packages/corto/lang/test/include/test__type.h delete mode 100644 packages/corto/lang/test/include/test_selectItem.h diff --git a/packages/corto/lang/test/.corto/components.txt b/packages/corto/lang/test/.corto/components.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/packages/corto/lang/test/.corto/dep.rb b/packages/corto/lang/test/.corto/dep.rb deleted file mode 100644 index f776d78d..00000000 --- a/packages/corto/lang/test/.corto/dep.rb +++ /dev/null @@ -1,37 +0,0 @@ -require 'rake/clean' - -# Clobber generated header files - -CLOBBER.include("include/test.h") -CLOBBER.include("include/test_Animal.h") -CLOBBER.include("include/test_AnonymousTest.h") -CLOBBER.include("include/test_Args.h") -CLOBBER.include("include/test_Bar.h") -CLOBBER.include("include/test_Cat.h") -CLOBBER.include("include/test_CompositeCollection.h") -CLOBBER.include("include/test_DeclaredParent.h") -CLOBBER.include("include/test_DefinedParent.h") -CLOBBER.include("include/test_Dog.h") -CLOBBER.include("include/test_Env.h") -CLOBBER.include("include/test_Event.h") -CLOBBER.include("include/test_EventTest.h") -CLOBBER.include("include/test_Foo.h") -CLOBBER.include("include/test_Fullname.h") -CLOBBER.include("include/test_GoldenRetriever.h") -CLOBBER.include("include/test_Line.h") -CLOBBER.include("include/test_MethodResolver.h") -CLOBBER.include("include/test_MethodTester.h") -CLOBBER.include("include/test_MethodTesterInherit.h") -CLOBBER.include("include/test_ObjectMgmt.h") -CLOBBER.include("include/test_Overload.h") -CLOBBER.include("include/test_Point.h") -CLOBBER.include("include/test_Point3D.h") -CLOBBER.include("include/test_PrimitiveCollection.h") -CLOBBER.include("include/test_Project.h") -CLOBBER.include("include/test_RelativeName.h") -CLOBBER.include("include/test_Resolver.h") -CLOBBER.include("include/test_Select.h") -CLOBBER.include("include/test_selectItem.h") -CLOBBER.include("include/test_StringDeserializer.h") -CLOBBER.include("include/test_VoidParent.h") -CLOBBER.include(".corto/dep.rb") diff --git a/packages/corto/lang/test/.corto/test__api.c b/packages/corto/lang/test/.corto/test__api.c deleted file mode 100644 index 33709b4b..00000000 --- a/packages/corto/lang/test/.corto/test__api.c +++ /dev/null @@ -1,3328 +0,0 @@ -/* test__api.c - * - * API convenience functions for C-language. - * This file contains generated code. Do not modify! - */ - -#include "test.h" - -test_Animal _test_AnimalCreate(corto_bool a) { - test_Animal this; - this = corto_declare(test_Animal_o); - if (!this) { - return NULL; - } - this->a = a; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Animal _test_AnimalCreateChild(corto_object _parent, corto_string _name, corto_bool a) { - test_Animal this; - this = corto_declareChild(_parent, _name, test_Animal_o); - if (!this) { - return NULL; - } - this->a = a; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_AnimalUpdate(test_Animal this, corto_bool a) { - if (!corto_updateBegin(this)) { - this->a = a; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Animal _test_AnimalDeclare(void) { - test_Animal this; - this = corto_declare(test_Animal_o); - if (!this) { - return NULL; - } - return this; -} - -test_Animal _test_AnimalDeclareChild(corto_object _parent, corto_string _name) { - test_Animal this; - this = corto_declareChild(_parent, _name, test_Animal_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_AnimalDefine(test_Animal this, corto_bool a) { - this->a = a; - return corto_define(this); -} - -void _test_AnimalSet(test_Animal this, corto_bool a) { - this->a = a; -} - -corto_string _test_AnimalStr(test_Animal value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_Animal_o)); - result = corto_strv(&v, 0); - return result; -} - -test_Animal test_AnimalFromStr(test_Animal value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Animal_o), str); - return value; -} - -corto_int16 _test_AnimalCopy(test_Animal *dst, test_Animal src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_AnimalCompare(test_Animal dst, test_Animal src) { - return corto_compare(dst, src); -} - -test_AnonymousTest _test_AnonymousTestCreate(corto_objectList objects) { - test_AnonymousTest this; - this = corto_declare(test_AnonymousTest_o); - if (!this) { - return NULL; - } - this->objects = objects; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_AnonymousTest _test_AnonymousTestCreateChild(corto_object _parent, corto_string _name, corto_objectList objects) { - test_AnonymousTest this; - this = corto_declareChild(_parent, _name, test_AnonymousTest_o); - if (!this) { - return NULL; - } - this->objects = objects; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_AnonymousTestUpdate(test_AnonymousTest this, corto_objectList objects) { - if (!corto_updateBegin(this)) { - this->objects = objects; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_AnonymousTest _test_AnonymousTestDeclare(void) { - test_AnonymousTest this; - this = corto_declare(test_AnonymousTest_o); - if (!this) { - return NULL; - } - return this; -} - -test_AnonymousTest _test_AnonymousTestDeclareChild(corto_object _parent, corto_string _name) { - test_AnonymousTest this; - this = corto_declareChild(_parent, _name, test_AnonymousTest_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_AnonymousTestDefine(test_AnonymousTest this, corto_objectList objects) { - this->objects = objects; - return corto_define(this); -} - -void _test_AnonymousTestSet(test_AnonymousTest this, corto_objectList objects) { - this->objects = objects; -} - -corto_string _test_AnonymousTestStr(test_AnonymousTest value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_AnonymousTest_o)); - result = corto_strv(&v, 0); - return result; -} - -test_AnonymousTest test_AnonymousTestFromStr(test_AnonymousTest value, corto_string str) { - corto_fromStrp(&value, corto_type(test_AnonymousTest_o), str); - return value; -} - -corto_int16 _test_AnonymousTestCopy(test_AnonymousTest *dst, test_AnonymousTest src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_AnonymousTestCompare(test_AnonymousTest dst, test_AnonymousTest src) { - return corto_compare(dst, src); -} - -test_Args _test_ArgsCreate(test_Case test, corto_uint32 assertCount) { - test_Args this; - this = corto_declare(test_Args_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Args _test_ArgsCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount) { - test_Args this; - this = corto_declareChild(_parent, _name, test_Args_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_ArgsUpdate(test_Args this, test_Case test, corto_uint32 assertCount) { - if (!corto_updateBegin(this)) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Args _test_ArgsDeclare(void) { - test_Args this; - this = corto_declare(test_Args_o); - if (!this) { - return NULL; - } - return this; -} - -test_Args _test_ArgsDeclareChild(corto_object _parent, corto_string _name) { - test_Args this; - this = corto_declareChild(_parent, _name, test_Args_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_ArgsDefine(test_Args this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - return corto_define(this); -} - -void _test_ArgsSet(test_Args this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; -} - -corto_string _test_ArgsStr(test_Args value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_Args_o)); - result = corto_strv(&v, 0); - return result; -} - -test_Args test_ArgsFromStr(test_Args value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Args_o), str); - return value; -} - -corto_int16 _test_ArgsCopy(test_Args *dst, test_Args src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_ArgsCompare(test_Args dst, test_Args src) { - return corto_compare(dst, src); -} - -test_Bar _test_BarCreate(void) { - test_Bar this; - this = corto_declare(test_Bar_o); - if (!this) { - return NULL; - } - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Bar _test_BarCreateChild(corto_object _parent, corto_string _name) { - test_Bar this; - this = corto_declareChild(_parent, _name, test_Bar_o); - if (!this) { - return NULL; - } - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_BarUpdate(test_Bar this) { - if (!corto_updateBegin(this)) { - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Bar _test_BarDeclare(void) { - test_Bar this; - this = corto_declare(test_Bar_o); - if (!this) { - return NULL; - } - return this; -} - -test_Bar _test_BarDeclareChild(corto_object _parent, corto_string _name) { - test_Bar this; - this = corto_declareChild(_parent, _name, test_Bar_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_BarDefine(test_Bar this) { - return corto_define(this); -} - -void _test_BarSet(test_Bar this) { - CORTO_UNUSED(this); -} - -corto_string _test_BarStr(test_Bar value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_Bar_o)); - result = corto_strv(&v, 0); - return result; -} - -test_Bar test_BarFromStr(test_Bar value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Bar_o), str); - return value; -} - -corto_int16 _test_BarCopy(test_Bar *dst, test_Bar src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_BarCompare(test_Bar dst, test_Bar src) { - return corto_compare(dst, src); -} - -test_Cat _test_CatCreate(corto_bool a, corto_bool b) { - test_Cat this; - this = corto_declare(test_Cat_o); - if (!this) { - return NULL; - } - test_Animal(this)->a = a; - this->b = b; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Cat _test_CatCreateChild(corto_object _parent, corto_string _name, corto_bool a, corto_bool b) { - test_Cat this; - this = corto_declareChild(_parent, _name, test_Cat_o); - if (!this) { - return NULL; - } - test_Animal(this)->a = a; - this->b = b; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_CatUpdate(test_Cat this, corto_bool a, corto_bool b) { - if (!corto_updateBegin(this)) { - test_Animal(this)->a = a; - this->b = b; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Cat _test_CatDeclare(void) { - test_Cat this; - this = corto_declare(test_Cat_o); - if (!this) { - return NULL; - } - return this; -} - -test_Cat _test_CatDeclareChild(corto_object _parent, corto_string _name) { - test_Cat this; - this = corto_declareChild(_parent, _name, test_Cat_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_CatDefine(test_Cat this, corto_bool a, corto_bool b) { - test_Animal(this)->a = a; - this->b = b; - return corto_define(this); -} - -void _test_CatSet(test_Cat this, corto_bool a, corto_bool b) { - test_Animal(this)->a = a; - this->b = b; -} - -corto_string _test_CatStr(test_Cat value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_Cat_o)); - result = corto_strv(&v, 0); - return result; -} - -test_Cat test_CatFromStr(test_Cat value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Cat_o), str); - return value; -} - -corto_int16 _test_CatCopy(test_Cat *dst, test_Cat src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_CatCompare(test_Cat dst, test_Cat src) { - return corto_compare(dst, src); -} - -test_Color* _test_ColorCreate(test_Color value) { - test_Color* this; - this = corto_declare(test_Color_o); - if (!this) { - return NULL; - } - *this = value; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Color* _test_ColorCreateChild(corto_object _parent, corto_string _name, test_Color value) { - test_Color* this; - this = corto_declareChild(_parent, _name, test_Color_o); - if (!this) { - return NULL; - } - *this = value; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_ColorUpdate(test_Color* this, test_Color value) { - if (!corto_updateBegin(this)) { - *this = value; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Color* _test_ColorDeclare(void) { - test_Color* this; - this = corto_declare(test_Color_o); - if (!this) { - return NULL; - } - return this; -} - -test_Color* _test_ColorDeclareChild(corto_object _parent, corto_string _name) { - test_Color* this; - this = corto_declareChild(_parent, _name, test_Color_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_ColorDefine(test_Color* this, test_Color value) { - *this = value; - return corto_define(this); -} - -void _test_ColorSet(test_Color* this, test_Color value) { - *this = value; -} - -corto_string _test_ColorStr(test_Color value) { - corto_string result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_Color_o), &value); - result = corto_strv(&v, 0); - return result; -} - -test_Color* test_ColorFromStr(test_Color* value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Color_o), str); - return value; -} - -corto_int16 _test_ColorCopy(test_Color* *dst, test_Color* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_Color_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_Color_o), src); - return corto_copyv(&v1, &v2); -} - -corto_int16 _test_ColorCompare(test_Color* dst, test_Color* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_Color_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_Color_o), src); - return corto_comparev(&v1, &v2); -} - -corto_int16 _test_ColorInit(test_Color* value) { - corto_int16 result; - memset(value, 0, corto_type(test_Color_o)->size); - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_Color_o), value); - result = corto_initv(&v); - return result; -} - -corto_int16 _test_ColorDeinit(test_Color* value) { - corto_int16 result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_Color_o), value); - result = corto_deinitv(&v); - return result; -} - -test_CompositeCollection* _test_CompositeCollectionCreate(test_PointList points) { - test_CompositeCollection* this; - this = corto_declare(test_CompositeCollection_o); - if (!this) { - return NULL; - } - this->points = points; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_CompositeCollection* _test_CompositeCollectionCreateChild(corto_object _parent, corto_string _name, test_PointList points) { - test_CompositeCollection* this; - this = corto_declareChild(_parent, _name, test_CompositeCollection_o); - if (!this) { - return NULL; - } - this->points = points; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_CompositeCollectionUpdate(test_CompositeCollection* this, test_PointList points) { - if (!corto_updateBegin(this)) { - this->points = points; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_CompositeCollection* _test_CompositeCollectionDeclare(void) { - test_CompositeCollection* this; - this = corto_declare(test_CompositeCollection_o); - if (!this) { - return NULL; - } - return this; -} - -test_CompositeCollection* _test_CompositeCollectionDeclareChild(corto_object _parent, corto_string _name) { - test_CompositeCollection* this; - this = corto_declareChild(_parent, _name, test_CompositeCollection_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_CompositeCollectionDefine(test_CompositeCollection* this, test_PointList points) { - this->points = points; - return corto_define(this); -} - -void _test_CompositeCollectionSet(test_CompositeCollection* this, test_PointList points) { - this->points = points; -} - -corto_string _test_CompositeCollectionStr(test_CompositeCollection* value) { - corto_string result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_CompositeCollection_o), &value); - result = corto_strv(&v, 0); - return result; -} - -test_CompositeCollection* test_CompositeCollectionFromStr(test_CompositeCollection* value, corto_string str) { - corto_fromStrp(&value, corto_type(test_CompositeCollection_o), str); - return value; -} - -corto_int16 _test_CompositeCollectionCopy(test_CompositeCollection* *dst, test_CompositeCollection* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_CompositeCollection_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_CompositeCollection_o), src); - return corto_copyv(&v1, &v2); -} - -corto_int16 _test_CompositeCollectionCompare(test_CompositeCollection* dst, test_CompositeCollection* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_CompositeCollection_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_CompositeCollection_o), src); - return corto_comparev(&v1, &v2); -} - -corto_int16 _test_CompositeCollectionInit(test_CompositeCollection* value) { - corto_int16 result; - memset(value, 0, corto_type(test_CompositeCollection_o)->size); - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_CompositeCollection_o), value); - result = corto_initv(&v); - return result; -} - -corto_int16 _test_CompositeCollectionDeinit(test_CompositeCollection* value) { - corto_int16 result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_CompositeCollection_o), value); - result = corto_deinitv(&v); - return result; -} - -test_DeclaredParent* _test_DeclaredParentCreate(corto_int32 Foo) { - test_DeclaredParent* this; - this = corto_declare(test_DeclaredParent_o); - if (!this) { - return NULL; - } - this->Foo = Foo; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_DeclaredParent* _test_DeclaredParentCreateChild(corto_object _parent, corto_string _name, corto_int32 Foo) { - test_DeclaredParent* this; - this = corto_declareChild(_parent, _name, test_DeclaredParent_o); - if (!this) { - return NULL; - } - this->Foo = Foo; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_DeclaredParentUpdate(test_DeclaredParent* this, corto_int32 Foo) { - if (!corto_updateBegin(this)) { - this->Foo = Foo; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_DeclaredParent* _test_DeclaredParentDeclare(void) { - test_DeclaredParent* this; - this = corto_declare(test_DeclaredParent_o); - if (!this) { - return NULL; - } - return this; -} - -test_DeclaredParent* _test_DeclaredParentDeclareChild(corto_object _parent, corto_string _name) { - test_DeclaredParent* this; - this = corto_declareChild(_parent, _name, test_DeclaredParent_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_DeclaredParentDefine(test_DeclaredParent* this, corto_int32 Foo) { - this->Foo = Foo; - return corto_define(this); -} - -void _test_DeclaredParentSet(test_DeclaredParent* this, corto_int32 Foo) { - this->Foo = Foo; -} - -corto_string _test_DeclaredParentStr(test_DeclaredParent* value) { - corto_string result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_DeclaredParent_o), &value); - result = corto_strv(&v, 0); - return result; -} - -test_DeclaredParent* test_DeclaredParentFromStr(test_DeclaredParent* value, corto_string str) { - corto_fromStrp(&value, corto_type(test_DeclaredParent_o), str); - return value; -} - -corto_int16 _test_DeclaredParentCopy(test_DeclaredParent* *dst, test_DeclaredParent* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_DeclaredParent_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_DeclaredParent_o), src); - return corto_copyv(&v1, &v2); -} - -corto_int16 _test_DeclaredParentCompare(test_DeclaredParent* dst, test_DeclaredParent* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_DeclaredParent_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_DeclaredParent_o), src); - return corto_comparev(&v1, &v2); -} - -corto_int16 _test_DeclaredParentInit(test_DeclaredParent* value) { - corto_int16 result; - memset(value, 0, corto_type(test_DeclaredParent_o)->size); - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_DeclaredParent_o), value); - result = corto_initv(&v); - return result; -} - -corto_int16 _test_DeclaredParentDeinit(test_DeclaredParent* value) { - corto_int16 result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_DeclaredParent_o), value); - result = corto_deinitv(&v); - return result; -} - -test_DefinedParent* _test_DefinedParentCreate(corto_int32 Foo) { - test_DefinedParent* this; - this = corto_declare(test_DefinedParent_o); - if (!this) { - return NULL; - } - this->Foo = Foo; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_DefinedParent* _test_DefinedParentCreateChild(corto_object _parent, corto_string _name, corto_int32 Foo) { - test_DefinedParent* this; - this = corto_declareChild(_parent, _name, test_DefinedParent_o); - if (!this) { - return NULL; - } - this->Foo = Foo; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_DefinedParentUpdate(test_DefinedParent* this, corto_int32 Foo) { - if (!corto_updateBegin(this)) { - this->Foo = Foo; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_DefinedParent* _test_DefinedParentDeclare(void) { - test_DefinedParent* this; - this = corto_declare(test_DefinedParent_o); - if (!this) { - return NULL; - } - return this; -} - -test_DefinedParent* _test_DefinedParentDeclareChild(corto_object _parent, corto_string _name) { - test_DefinedParent* this; - this = corto_declareChild(_parent, _name, test_DefinedParent_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_DefinedParentDefine(test_DefinedParent* this, corto_int32 Foo) { - this->Foo = Foo; - return corto_define(this); -} - -void _test_DefinedParentSet(test_DefinedParent* this, corto_int32 Foo) { - this->Foo = Foo; -} - -corto_string _test_DefinedParentStr(test_DefinedParent* value) { - corto_string result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_DefinedParent_o), &value); - result = corto_strv(&v, 0); - return result; -} - -test_DefinedParent* test_DefinedParentFromStr(test_DefinedParent* value, corto_string str) { - corto_fromStrp(&value, corto_type(test_DefinedParent_o), str); - return value; -} - -corto_int16 _test_DefinedParentCopy(test_DefinedParent* *dst, test_DefinedParent* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_DefinedParent_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_DefinedParent_o), src); - return corto_copyv(&v1, &v2); -} - -corto_int16 _test_DefinedParentCompare(test_DefinedParent* dst, test_DefinedParent* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_DefinedParent_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_DefinedParent_o), src); - return corto_comparev(&v1, &v2); -} - -corto_int16 _test_DefinedParentInit(test_DefinedParent* value) { - corto_int16 result; - memset(value, 0, corto_type(test_DefinedParent_o)->size); - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_DefinedParent_o), value); - result = corto_initv(&v); - return result; -} - -corto_int16 _test_DefinedParentDeinit(test_DefinedParent* value) { - corto_int16 result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_DefinedParent_o), value); - result = corto_deinitv(&v); - return result; -} - -test_Dog _test_DogCreate(corto_bool a, corto_bool b) { - test_Dog this; - this = corto_declare(test_Dog_o); - if (!this) { - return NULL; - } - test_Animal(this)->a = a; - this->b = b; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Dog _test_DogCreateChild(corto_object _parent, corto_string _name, corto_bool a, corto_bool b) { - test_Dog this; - this = corto_declareChild(_parent, _name, test_Dog_o); - if (!this) { - return NULL; - } - test_Animal(this)->a = a; - this->b = b; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_DogUpdate(test_Dog this, corto_bool a, corto_bool b) { - if (!corto_updateBegin(this)) { - test_Animal(this)->a = a; - this->b = b; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Dog _test_DogDeclare(void) { - test_Dog this; - this = corto_declare(test_Dog_o); - if (!this) { - return NULL; - } - return this; -} - -test_Dog _test_DogDeclareChild(corto_object _parent, corto_string _name) { - test_Dog this; - this = corto_declareChild(_parent, _name, test_Dog_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_DogDefine(test_Dog this, corto_bool a, corto_bool b) { - test_Animal(this)->a = a; - this->b = b; - return corto_define(this); -} - -void _test_DogSet(test_Dog this, corto_bool a, corto_bool b) { - test_Animal(this)->a = a; - this->b = b; -} - -corto_string _test_DogStr(test_Dog value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_Dog_o)); - result = corto_strv(&v, 0); - return result; -} - -test_Dog test_DogFromStr(test_Dog value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Dog_o), str); - return value; -} - -corto_int16 _test_DogCopy(test_Dog *dst, test_Dog src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_DogCompare(test_Dog dst, test_Dog src) { - return corto_compare(dst, src); -} - -test_Env _test_EnvCreate(test_Case test, corto_uint32 assertCount) { - test_Env this; - this = corto_declare(test_Env_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Env _test_EnvCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount) { - test_Env this; - this = corto_declareChild(_parent, _name, test_Env_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_EnvUpdate(test_Env this, test_Case test, corto_uint32 assertCount) { - if (!corto_updateBegin(this)) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Env _test_EnvDeclare(void) { - test_Env this; - this = corto_declare(test_Env_o); - if (!this) { - return NULL; - } - return this; -} - -test_Env _test_EnvDeclareChild(corto_object _parent, corto_string _name) { - test_Env this; - this = corto_declareChild(_parent, _name, test_Env_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_EnvDefine(test_Env this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - return corto_define(this); -} - -void _test_EnvSet(test_Env this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; -} - -corto_string _test_EnvStr(test_Env value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_Env_o)); - result = corto_strv(&v, 0); - return result; -} - -test_Env test_EnvFromStr(test_Env value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Env_o), str); - return value; -} - -corto_int16 _test_EnvCopy(test_Env *dst, test_Env src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_EnvCompare(test_Env dst, test_Env src) { - return corto_compare(dst, src); -} - -test_Event _test_EventCreate(test_Case test, corto_uint32 assertCount, test_EventTest et, corto_attr prevAttr) { - test_Event this; - this = corto_declare(test_Event_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_setref(&this->et, test_EventTest(et)); - this->prevAttr = prevAttr; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Event _test_EventCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount, test_EventTest et, corto_attr prevAttr) { - test_Event this; - this = corto_declareChild(_parent, _name, test_Event_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_setref(&this->et, test_EventTest(et)); - this->prevAttr = prevAttr; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_EventUpdate(test_Event this, test_Case test, corto_uint32 assertCount, test_EventTest et, corto_attr prevAttr) { - if (!corto_updateBegin(this)) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_setref(&this->et, test_EventTest(et)); - this->prevAttr = prevAttr; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Event _test_EventDeclare(void) { - test_Event this; - this = corto_declare(test_Event_o); - if (!this) { - return NULL; - } - return this; -} - -test_Event _test_EventDeclareChild(corto_object _parent, corto_string _name) { - test_Event this; - this = corto_declareChild(_parent, _name, test_Event_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_EventDefine(test_Event this, test_Case test, corto_uint32 assertCount, test_EventTest et, corto_attr prevAttr) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_setref(&this->et, test_EventTest(et)); - this->prevAttr = prevAttr; - return corto_define(this); -} - -void _test_EventSet(test_Event this, test_Case test, corto_uint32 assertCount, test_EventTest et, corto_attr prevAttr) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_setref(&this->et, test_EventTest(et)); - this->prevAttr = prevAttr; -} - -corto_string _test_EventStr(test_Event value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_Event_o)); - result = corto_strv(&v, 0); - return result; -} - -test_Event test_EventFromStr(test_Event value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Event_o), str); - return value; -} - -corto_int16 _test_EventCopy(test_Event *dst, test_Event src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_EventCompare(test_Event dst, test_Event src) { - return corto_compare(dst, src); -} - -test_EventTest _test_EventTestCreate(corto_object scope) { - test_EventTest this; - this = corto_declare(test_EventTest_o); - if (!this) { - return NULL; - } - corto_setref(&this->scope, scope); - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_EventTest _test_EventTestCreateChild(corto_object _parent, corto_string _name, corto_object scope) { - test_EventTest this; - this = corto_declareChild(_parent, _name, test_EventTest_o); - if (!this) { - return NULL; - } - corto_setref(&this->scope, scope); - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_EventTestUpdate(test_EventTest this, corto_object scope) { - if (!corto_updateBegin(this)) { - corto_setref(&this->scope, scope); - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_EventTest _test_EventTestDeclare(void) { - test_EventTest this; - this = corto_declare(test_EventTest_o); - if (!this) { - return NULL; - } - return this; -} - -test_EventTest _test_EventTestDeclareChild(corto_object _parent, corto_string _name) { - test_EventTest this; - this = corto_declareChild(_parent, _name, test_EventTest_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_EventTestDefine(test_EventTest this, corto_object scope) { - corto_setref(&this->scope, scope); - return corto_define(this); -} - -void _test_EventTestSet(test_EventTest this, corto_object scope) { - corto_setref(&this->scope, scope); -} - -corto_string _test_EventTestStr(test_EventTest value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_EventTest_o)); - result = corto_strv(&v, 0); - return result; -} - -test_EventTest test_EventTestFromStr(test_EventTest value, corto_string str) { - corto_fromStrp(&value, corto_type(test_EventTest_o), str); - return value; -} - -corto_int16 _test_EventTestCopy(test_EventTest *dst, test_EventTest src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_EventTestCompare(test_EventTest dst, test_EventTest src) { - return corto_compare(dst, src); -} - -test_Foo _test_FooCreate(corto_int32 x, corto_int32 y) { - test_Foo this; - this = corto_declare(test_Foo_o); - if (!this) { - return NULL; - } - this->x = x; - this->y = y; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Foo _test_FooCreateChild(corto_object _parent, corto_string _name, corto_int32 x, corto_int32 y) { - test_Foo this; - this = corto_declareChild(_parent, _name, test_Foo_o); - if (!this) { - return NULL; - } - this->x = x; - this->y = y; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_FooUpdate(test_Foo this, corto_int32 x, corto_int32 y) { - if (!corto_updateBegin(this)) { - this->x = x; - this->y = y; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Foo _test_FooDeclare(void) { - test_Foo this; - this = corto_declare(test_Foo_o); - if (!this) { - return NULL; - } - return this; -} - -test_Foo _test_FooDeclareChild(corto_object _parent, corto_string _name) { - test_Foo this; - this = corto_declareChild(_parent, _name, test_Foo_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_FooDefine(test_Foo this, corto_int32 x, corto_int32 y) { - this->x = x; - this->y = y; - return corto_define(this); -} - -void _test_FooSet(test_Foo this, corto_int32 x, corto_int32 y) { - this->x = x; - this->y = y; -} - -corto_string _test_FooStr(test_Foo value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_Foo_o)); - result = corto_strv(&v, 0); - return result; -} - -test_Foo test_FooFromStr(test_Foo value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Foo_o), str); - return value; -} - -corto_int16 _test_FooCopy(test_Foo *dst, test_Foo src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_FooCompare(test_Foo dst, test_Foo src) { - return corto_compare(dst, src); -} - -test_Fullname _test_FullnameCreate(test_Case test, corto_uint32 assertCount) { - test_Fullname this; - this = corto_declare(test_Fullname_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Fullname _test_FullnameCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount) { - test_Fullname this; - this = corto_declareChild(_parent, _name, test_Fullname_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_FullnameUpdate(test_Fullname this, test_Case test, corto_uint32 assertCount) { - if (!corto_updateBegin(this)) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Fullname _test_FullnameDeclare(void) { - test_Fullname this; - this = corto_declare(test_Fullname_o); - if (!this) { - return NULL; - } - return this; -} - -test_Fullname _test_FullnameDeclareChild(corto_object _parent, corto_string _name) { - test_Fullname this; - this = corto_declareChild(_parent, _name, test_Fullname_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_FullnameDefine(test_Fullname this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - return corto_define(this); -} - -void _test_FullnameSet(test_Fullname this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; -} - -corto_string _test_FullnameStr(test_Fullname value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_Fullname_o)); - result = corto_strv(&v, 0); - return result; -} - -test_Fullname test_FullnameFromStr(test_Fullname value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Fullname_o), str); - return value; -} - -corto_int16 _test_FullnameCopy(test_Fullname *dst, test_Fullname src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_FullnameCompare(test_Fullname dst, test_Fullname src) { - return corto_compare(dst, src); -} - -test_GoldenRetriever _test_GoldenRetrieverCreate(corto_bool a, corto_bool b, corto_bool c) { - test_GoldenRetriever this; - this = corto_declare(test_GoldenRetriever_o); - if (!this) { - return NULL; - } - test_Animal(this)->a = a; - test_Dog(this)->b = b; - this->c = c; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_GoldenRetriever _test_GoldenRetrieverCreateChild(corto_object _parent, corto_string _name, corto_bool a, corto_bool b, corto_bool c) { - test_GoldenRetriever this; - this = corto_declareChild(_parent, _name, test_GoldenRetriever_o); - if (!this) { - return NULL; - } - test_Animal(this)->a = a; - test_Dog(this)->b = b; - this->c = c; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_GoldenRetrieverUpdate(test_GoldenRetriever this, corto_bool a, corto_bool b, corto_bool c) { - if (!corto_updateBegin(this)) { - test_Animal(this)->a = a; - test_Dog(this)->b = b; - this->c = c; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_GoldenRetriever _test_GoldenRetrieverDeclare(void) { - test_GoldenRetriever this; - this = corto_declare(test_GoldenRetriever_o); - if (!this) { - return NULL; - } - return this; -} - -test_GoldenRetriever _test_GoldenRetrieverDeclareChild(corto_object _parent, corto_string _name) { - test_GoldenRetriever this; - this = corto_declareChild(_parent, _name, test_GoldenRetriever_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_GoldenRetrieverDefine(test_GoldenRetriever this, corto_bool a, corto_bool b, corto_bool c) { - test_Animal(this)->a = a; - test_Dog(this)->b = b; - this->c = c; - return corto_define(this); -} - -void _test_GoldenRetrieverSet(test_GoldenRetriever this, corto_bool a, corto_bool b, corto_bool c) { - test_Animal(this)->a = a; - test_Dog(this)->b = b; - this->c = c; -} - -corto_string _test_GoldenRetrieverStr(test_GoldenRetriever value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_GoldenRetriever_o)); - result = corto_strv(&v, 0); - return result; -} - -test_GoldenRetriever test_GoldenRetrieverFromStr(test_GoldenRetriever value, corto_string str) { - corto_fromStrp(&value, corto_type(test_GoldenRetriever_o), str); - return value; -} - -corto_int16 _test_GoldenRetrieverCopy(test_GoldenRetriever *dst, test_GoldenRetriever src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_GoldenRetrieverCompare(test_GoldenRetriever dst, test_GoldenRetriever src) { - return corto_compare(dst, src); -} - -test_Line* _test_LineCreate(test_Point start, test_Point stop) { - test_Line* this; - this = corto_declare(test_Line_o); - if (!this) { - return NULL; - } - this->start = start; - this->stop = stop; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Line* _test_LineCreateChild(corto_object _parent, corto_string _name, test_Point start, test_Point stop) { - test_Line* this; - this = corto_declareChild(_parent, _name, test_Line_o); - if (!this) { - return NULL; - } - this->start = start; - this->stop = stop; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_LineUpdate(test_Line* this, test_Point start, test_Point stop) { - if (!corto_updateBegin(this)) { - this->start = start; - this->stop = stop; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Line* _test_LineDeclare(void) { - test_Line* this; - this = corto_declare(test_Line_o); - if (!this) { - return NULL; - } - return this; -} - -test_Line* _test_LineDeclareChild(corto_object _parent, corto_string _name) { - test_Line* this; - this = corto_declareChild(_parent, _name, test_Line_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_LineDefine(test_Line* this, test_Point start, test_Point stop) { - this->start = start; - this->stop = stop; - return corto_define(this); -} - -void _test_LineSet(test_Line* this, test_Point start, test_Point stop) { - this->start = start; - this->stop = stop; -} - -corto_string _test_LineStr(test_Line* value) { - corto_string result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_Line_o), &value); - result = corto_strv(&v, 0); - return result; -} - -test_Line* test_LineFromStr(test_Line* value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Line_o), str); - return value; -} - -corto_int16 _test_LineCopy(test_Line* *dst, test_Line* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_Line_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_Line_o), src); - return corto_copyv(&v1, &v2); -} - -corto_int16 _test_LineCompare(test_Line* dst, test_Line* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_Line_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_Line_o), src); - return corto_comparev(&v1, &v2); -} - -corto_int16 _test_LineInit(test_Line* value) { - corto_int16 result; - memset(value, 0, corto_type(test_Line_o)->size); - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_Line_o), value); - result = corto_initv(&v); - return result; -} - -corto_int16 _test_LineDeinit(test_Line* value) { - corto_int16 result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_Line_o), value); - result = corto_deinitv(&v); - return result; -} - -test_MethodResolver _test_MethodResolverCreate(test_Case test, corto_uint32 assertCount) { - test_MethodResolver this; - this = corto_declare(test_MethodResolver_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_MethodResolver _test_MethodResolverCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount) { - test_MethodResolver this; - this = corto_declareChild(_parent, _name, test_MethodResolver_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_MethodResolverUpdate(test_MethodResolver this, test_Case test, corto_uint32 assertCount) { - if (!corto_updateBegin(this)) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_MethodResolver _test_MethodResolverDeclare(void) { - test_MethodResolver this; - this = corto_declare(test_MethodResolver_o); - if (!this) { - return NULL; - } - return this; -} - -test_MethodResolver _test_MethodResolverDeclareChild(corto_object _parent, corto_string _name) { - test_MethodResolver this; - this = corto_declareChild(_parent, _name, test_MethodResolver_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_MethodResolverDefine(test_MethodResolver this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - return corto_define(this); -} - -void _test_MethodResolverSet(test_MethodResolver this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; -} - -corto_string _test_MethodResolverStr(test_MethodResolver value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_MethodResolver_o)); - result = corto_strv(&v, 0); - return result; -} - -test_MethodResolver test_MethodResolverFromStr(test_MethodResolver value, corto_string str) { - corto_fromStrp(&value, corto_type(test_MethodResolver_o), str); - return value; -} - -corto_int16 _test_MethodResolverCopy(test_MethodResolver *dst, test_MethodResolver src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_MethodResolverCompare(test_MethodResolver dst, test_MethodResolver src) { - return corto_compare(dst, src); -} - -test_MethodTester _test_MethodTesterCreate(void) { - test_MethodTester this; - this = corto_declare(test_MethodTester_o); - if (!this) { - return NULL; - } - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_MethodTester _test_MethodTesterCreateChild(corto_object _parent, corto_string _name) { - test_MethodTester this; - this = corto_declareChild(_parent, _name, test_MethodTester_o); - if (!this) { - return NULL; - } - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_MethodTesterUpdate(test_MethodTester this) { - if (!corto_updateBegin(this)) { - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_MethodTester _test_MethodTesterDeclare(void) { - test_MethodTester this; - this = corto_declare(test_MethodTester_o); - if (!this) { - return NULL; - } - return this; -} - -test_MethodTester _test_MethodTesterDeclareChild(corto_object _parent, corto_string _name) { - test_MethodTester this; - this = corto_declareChild(_parent, _name, test_MethodTester_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_MethodTesterDefine(test_MethodTester this) { - return corto_define(this); -} - -void _test_MethodTesterSet(test_MethodTester this) { - CORTO_UNUSED(this); -} - -corto_string _test_MethodTesterStr(test_MethodTester value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_MethodTester_o)); - result = corto_strv(&v, 0); - return result; -} - -test_MethodTester test_MethodTesterFromStr(test_MethodTester value, corto_string str) { - corto_fromStrp(&value, corto_type(test_MethodTester_o), str); - return value; -} - -corto_int16 _test_MethodTesterCopy(test_MethodTester *dst, test_MethodTester src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_MethodTesterCompare(test_MethodTester dst, test_MethodTester src) { - return corto_compare(dst, src); -} - -test_MethodTesterInherit _test_MethodTesterInheritCreate(void) { - test_MethodTesterInherit this; - this = corto_declare(test_MethodTesterInherit_o); - if (!this) { - return NULL; - } - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_MethodTesterInherit _test_MethodTesterInheritCreateChild(corto_object _parent, corto_string _name) { - test_MethodTesterInherit this; - this = corto_declareChild(_parent, _name, test_MethodTesterInherit_o); - if (!this) { - return NULL; - } - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_MethodTesterInheritUpdate(test_MethodTesterInherit this) { - if (!corto_updateBegin(this)) { - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_MethodTesterInherit _test_MethodTesterInheritDeclare(void) { - test_MethodTesterInherit this; - this = corto_declare(test_MethodTesterInherit_o); - if (!this) { - return NULL; - } - return this; -} - -test_MethodTesterInherit _test_MethodTesterInheritDeclareChild(corto_object _parent, corto_string _name) { - test_MethodTesterInherit this; - this = corto_declareChild(_parent, _name, test_MethodTesterInherit_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_MethodTesterInheritDefine(test_MethodTesterInherit this) { - return corto_define(this); -} - -void _test_MethodTesterInheritSet(test_MethodTesterInherit this) { - CORTO_UNUSED(this); -} - -corto_string _test_MethodTesterInheritStr(test_MethodTesterInherit value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_MethodTesterInherit_o)); - result = corto_strv(&v, 0); - return result; -} - -test_MethodTesterInherit test_MethodTesterInheritFromStr(test_MethodTesterInherit value, corto_string str) { - corto_fromStrp(&value, corto_type(test_MethodTesterInherit_o), str); - return value; -} - -corto_int16 _test_MethodTesterInheritCopy(test_MethodTesterInherit *dst, test_MethodTesterInherit src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_MethodTesterInheritCompare(test_MethodTesterInherit dst, test_MethodTesterInherit src) { - return corto_compare(dst, src); -} - -test_ObjectMgmt _test_ObjectMgmtCreate(test_Case test, corto_uint32 assertCount) { - test_ObjectMgmt this; - this = corto_declare(test_ObjectMgmt_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_ObjectMgmt _test_ObjectMgmtCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount) { - test_ObjectMgmt this; - this = corto_declareChild(_parent, _name, test_ObjectMgmt_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_ObjectMgmtUpdate(test_ObjectMgmt this, test_Case test, corto_uint32 assertCount) { - if (!corto_updateBegin(this)) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_ObjectMgmt _test_ObjectMgmtDeclare(void) { - test_ObjectMgmt this; - this = corto_declare(test_ObjectMgmt_o); - if (!this) { - return NULL; - } - return this; -} - -test_ObjectMgmt _test_ObjectMgmtDeclareChild(corto_object _parent, corto_string _name) { - test_ObjectMgmt this; - this = corto_declareChild(_parent, _name, test_ObjectMgmt_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_ObjectMgmtDefine(test_ObjectMgmt this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - return corto_define(this); -} - -void _test_ObjectMgmtSet(test_ObjectMgmt this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; -} - -corto_string _test_ObjectMgmtStr(test_ObjectMgmt value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_ObjectMgmt_o)); - result = corto_strv(&v, 0); - return result; -} - -test_ObjectMgmt test_ObjectMgmtFromStr(test_ObjectMgmt value, corto_string str) { - corto_fromStrp(&value, corto_type(test_ObjectMgmt_o), str); - return value; -} - -corto_int16 _test_ObjectMgmtCopy(test_ObjectMgmt *dst, test_ObjectMgmt src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_ObjectMgmtCompare(test_ObjectMgmt dst, test_ObjectMgmt src) { - return corto_compare(dst, src); -} - -test_Overload _test_OverloadCreate(test_Case test, corto_uint32 assertCount) { - test_Overload this; - this = corto_declare(test_Overload_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Overload _test_OverloadCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount) { - test_Overload this; - this = corto_declareChild(_parent, _name, test_Overload_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_OverloadUpdate(test_Overload this, test_Case test, corto_uint32 assertCount) { - if (!corto_updateBegin(this)) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Overload _test_OverloadDeclare(void) { - test_Overload this; - this = corto_declare(test_Overload_o); - if (!this) { - return NULL; - } - return this; -} - -test_Overload _test_OverloadDeclareChild(corto_object _parent, corto_string _name) { - test_Overload this; - this = corto_declareChild(_parent, _name, test_Overload_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_OverloadDefine(test_Overload this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - return corto_define(this); -} - -void _test_OverloadSet(test_Overload this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; -} - -corto_string _test_OverloadStr(test_Overload value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_Overload_o)); - result = corto_strv(&v, 0); - return result; -} - -test_Overload test_OverloadFromStr(test_Overload value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Overload_o), str); - return value; -} - -corto_int16 _test_OverloadCopy(test_Overload *dst, test_Overload src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_OverloadCompare(test_Overload dst, test_Overload src) { - return corto_compare(dst, src); -} - -test_Point* _test_PointCreate(corto_int32 x, corto_int32 y) { - test_Point* this; - this = corto_declare(test_Point_o); - if (!this) { - return NULL; - } - this->x = x; - this->y = y; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Point* _test_PointCreateChild(corto_object _parent, corto_string _name, corto_int32 x, corto_int32 y) { - test_Point* this; - this = corto_declareChild(_parent, _name, test_Point_o); - if (!this) { - return NULL; - } - this->x = x; - this->y = y; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_PointUpdate(test_Point* this, corto_int32 x, corto_int32 y) { - if (!corto_updateBegin(this)) { - this->x = x; - this->y = y; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Point* _test_PointDeclare(void) { - test_Point* this; - this = corto_declare(test_Point_o); - if (!this) { - return NULL; - } - return this; -} - -test_Point* _test_PointDeclareChild(corto_object _parent, corto_string _name) { - test_Point* this; - this = corto_declareChild(_parent, _name, test_Point_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_PointDefine(test_Point* this, corto_int32 x, corto_int32 y) { - this->x = x; - this->y = y; - return corto_define(this); -} - -void _test_PointSet(test_Point* this, corto_int32 x, corto_int32 y) { - this->x = x; - this->y = y; -} - -corto_string _test_PointStr(test_Point* value) { - corto_string result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_Point_o), &value); - result = corto_strv(&v, 0); - return result; -} - -test_Point* test_PointFromStr(test_Point* value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Point_o), str); - return value; -} - -corto_int16 _test_PointCopy(test_Point* *dst, test_Point* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_Point_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_Point_o), src); - return corto_copyv(&v1, &v2); -} - -corto_int16 _test_PointCompare(test_Point* dst, test_Point* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_Point_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_Point_o), src); - return corto_comparev(&v1, &v2); -} - -corto_int16 _test_PointInit(test_Point* value) { - corto_int16 result; - memset(value, 0, corto_type(test_Point_o)->size); - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_Point_o), value); - result = corto_initv(&v); - return result; -} - -corto_int16 _test_PointDeinit(test_Point* value) { - corto_int16 result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_Point_o), value); - result = corto_deinitv(&v); - return result; -} - -test_Point3D* _test_Point3DCreate(corto_int32 x, corto_int32 y, corto_int32 z) { - test_Point3D* this; - this = corto_declare(test_Point3D_o); - if (!this) { - return NULL; - } - ((test_Point*)this)->x = x; - ((test_Point*)this)->y = y; - this->z = z; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Point3D* _test_Point3DCreateChild(corto_object _parent, corto_string _name, corto_int32 x, corto_int32 y, corto_int32 z) { - test_Point3D* this; - this = corto_declareChild(_parent, _name, test_Point3D_o); - if (!this) { - return NULL; - } - ((test_Point*)this)->x = x; - ((test_Point*)this)->y = y; - this->z = z; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_Point3DUpdate(test_Point3D* this, corto_int32 x, corto_int32 y, corto_int32 z) { - if (!corto_updateBegin(this)) { - ((test_Point*)this)->x = x; - ((test_Point*)this)->y = y; - this->z = z; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Point3D* _test_Point3DDeclare(void) { - test_Point3D* this; - this = corto_declare(test_Point3D_o); - if (!this) { - return NULL; - } - return this; -} - -test_Point3D* _test_Point3DDeclareChild(corto_object _parent, corto_string _name) { - test_Point3D* this; - this = corto_declareChild(_parent, _name, test_Point3D_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_Point3DDefine(test_Point3D* this, corto_int32 x, corto_int32 y, corto_int32 z) { - ((test_Point*)this)->x = x; - ((test_Point*)this)->y = y; - this->z = z; - return corto_define(this); -} - -void _test_Point3DSet(test_Point3D* this, corto_int32 x, corto_int32 y, corto_int32 z) { - ((test_Point*)this)->x = x; - ((test_Point*)this)->y = y; - this->z = z; -} - -corto_string _test_Point3DStr(test_Point3D* value) { - corto_string result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_Point3D_o), &value); - result = corto_strv(&v, 0); - return result; -} - -test_Point3D* test_Point3DFromStr(test_Point3D* value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Point3D_o), str); - return value; -} - -corto_int16 _test_Point3DCopy(test_Point3D* *dst, test_Point3D* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_Point3D_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_Point3D_o), src); - return corto_copyv(&v1, &v2); -} - -corto_int16 _test_Point3DCompare(test_Point3D* dst, test_Point3D* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_Point3D_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_Point3D_o), src); - return corto_comparev(&v1, &v2); -} - -corto_int16 _test_Point3DInit(test_Point3D* value) { - corto_int16 result; - memset(value, 0, corto_type(test_Point3D_o)->size); - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_Point3D_o), value); - result = corto_initv(&v); - return result; -} - -corto_int16 _test_Point3DDeinit(test_Point3D* value) { - corto_int16 result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_Point3D_o), value); - result = corto_deinitv(&v); - return result; -} - -test_PrimitiveCollection* _test_PrimitiveCollectionCreate(corto_int32List ints) { - test_PrimitiveCollection* this; - this = corto_declare(test_PrimitiveCollection_o); - if (!this) { - return NULL; - } - this->ints = ints; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_PrimitiveCollection* _test_PrimitiveCollectionCreateChild(corto_object _parent, corto_string _name, corto_int32List ints) { - test_PrimitiveCollection* this; - this = corto_declareChild(_parent, _name, test_PrimitiveCollection_o); - if (!this) { - return NULL; - } - this->ints = ints; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_PrimitiveCollectionUpdate(test_PrimitiveCollection* this, corto_int32List ints) { - if (!corto_updateBegin(this)) { - this->ints = ints; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_PrimitiveCollection* _test_PrimitiveCollectionDeclare(void) { - test_PrimitiveCollection* this; - this = corto_declare(test_PrimitiveCollection_o); - if (!this) { - return NULL; - } - return this; -} - -test_PrimitiveCollection* _test_PrimitiveCollectionDeclareChild(corto_object _parent, corto_string _name) { - test_PrimitiveCollection* this; - this = corto_declareChild(_parent, _name, test_PrimitiveCollection_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_PrimitiveCollectionDefine(test_PrimitiveCollection* this, corto_int32List ints) { - this->ints = ints; - return corto_define(this); -} - -void _test_PrimitiveCollectionSet(test_PrimitiveCollection* this, corto_int32List ints) { - this->ints = ints; -} - -corto_string _test_PrimitiveCollectionStr(test_PrimitiveCollection* value) { - corto_string result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_PrimitiveCollection_o), &value); - result = corto_strv(&v, 0); - return result; -} - -test_PrimitiveCollection* test_PrimitiveCollectionFromStr(test_PrimitiveCollection* value, corto_string str) { - corto_fromStrp(&value, corto_type(test_PrimitiveCollection_o), str); - return value; -} - -corto_int16 _test_PrimitiveCollectionCopy(test_PrimitiveCollection* *dst, test_PrimitiveCollection* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_PrimitiveCollection_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_PrimitiveCollection_o), src); - return corto_copyv(&v1, &v2); -} - -corto_int16 _test_PrimitiveCollectionCompare(test_PrimitiveCollection* dst, test_PrimitiveCollection* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_PrimitiveCollection_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_PrimitiveCollection_o), src); - return corto_comparev(&v1, &v2); -} - -corto_int16 _test_PrimitiveCollectionInit(test_PrimitiveCollection* value) { - corto_int16 result; - memset(value, 0, corto_type(test_PrimitiveCollection_o)->size); - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_PrimitiveCollection_o), value); - result = corto_initv(&v); - return result; -} - -corto_int16 _test_PrimitiveCollectionDeinit(test_PrimitiveCollection* value) { - corto_int16 result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_PrimitiveCollection_o), value); - result = corto_deinitv(&v); - return result; -} - -test_Project _test_ProjectCreate(test_Case test, corto_uint32 assertCount) { - test_Project this; - this = corto_declare(test_Project_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Project _test_ProjectCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount) { - test_Project this; - this = corto_declareChild(_parent, _name, test_Project_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_ProjectUpdate(test_Project this, test_Case test, corto_uint32 assertCount) { - if (!corto_updateBegin(this)) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Project _test_ProjectDeclare(void) { - test_Project this; - this = corto_declare(test_Project_o); - if (!this) { - return NULL; - } - return this; -} - -test_Project _test_ProjectDeclareChild(corto_object _parent, corto_string _name) { - test_Project this; - this = corto_declareChild(_parent, _name, test_Project_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_ProjectDefine(test_Project this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - return corto_define(this); -} - -void _test_ProjectSet(test_Project this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; -} - -corto_string _test_ProjectStr(test_Project value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_Project_o)); - result = corto_strv(&v, 0); - return result; -} - -test_Project test_ProjectFromStr(test_Project value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Project_o), str); - return value; -} - -corto_int16 _test_ProjectCopy(test_Project *dst, test_Project src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_ProjectCompare(test_Project dst, test_Project src) { - return corto_compare(dst, src); -} - -test_RelativeName _test_RelativeNameCreate(test_Case test, corto_uint32 assertCount, corto_object tier1, corto_object tier2, corto_object tier3, corto_object obj, corto_object disjunct, corto_object child) { - test_RelativeName this; - this = corto_declare(test_RelativeName_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_setref(&this->tier1, tier1); - corto_setref(&this->tier2, tier2); - corto_setref(&this->tier3, tier3); - corto_setref(&this->obj, obj); - corto_setref(&this->disjunct, disjunct); - corto_setref(&this->child, child); - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_RelativeName _test_RelativeNameCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount, corto_object tier1, corto_object tier2, corto_object tier3, corto_object obj, corto_object disjunct, corto_object child) { - test_RelativeName this; - this = corto_declareChild(_parent, _name, test_RelativeName_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_setref(&this->tier1, tier1); - corto_setref(&this->tier2, tier2); - corto_setref(&this->tier3, tier3); - corto_setref(&this->obj, obj); - corto_setref(&this->disjunct, disjunct); - corto_setref(&this->child, child); - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_RelativeNameUpdate(test_RelativeName this, test_Case test, corto_uint32 assertCount, corto_object tier1, corto_object tier2, corto_object tier3, corto_object obj, corto_object disjunct, corto_object child) { - if (!corto_updateBegin(this)) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_setref(&this->tier1, tier1); - corto_setref(&this->tier2, tier2); - corto_setref(&this->tier3, tier3); - corto_setref(&this->obj, obj); - corto_setref(&this->disjunct, disjunct); - corto_setref(&this->child, child); - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_RelativeName _test_RelativeNameDeclare(void) { - test_RelativeName this; - this = corto_declare(test_RelativeName_o); - if (!this) { - return NULL; - } - return this; -} - -test_RelativeName _test_RelativeNameDeclareChild(corto_object _parent, corto_string _name) { - test_RelativeName this; - this = corto_declareChild(_parent, _name, test_RelativeName_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_RelativeNameDefine(test_RelativeName this, test_Case test, corto_uint32 assertCount, corto_object tier1, corto_object tier2, corto_object tier3, corto_object obj, corto_object disjunct, corto_object child) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_setref(&this->tier1, tier1); - corto_setref(&this->tier2, tier2); - corto_setref(&this->tier3, tier3); - corto_setref(&this->obj, obj); - corto_setref(&this->disjunct, disjunct); - corto_setref(&this->child, child); - return corto_define(this); -} - -void _test_RelativeNameSet(test_RelativeName this, test_Case test, corto_uint32 assertCount, corto_object tier1, corto_object tier2, corto_object tier3, corto_object obj, corto_object disjunct, corto_object child) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_setref(&this->tier1, tier1); - corto_setref(&this->tier2, tier2); - corto_setref(&this->tier3, tier3); - corto_setref(&this->obj, obj); - corto_setref(&this->disjunct, disjunct); - corto_setref(&this->child, child); -} - -corto_string _test_RelativeNameStr(test_RelativeName value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_RelativeName_o)); - result = corto_strv(&v, 0); - return result; -} - -test_RelativeName test_RelativeNameFromStr(test_RelativeName value, corto_string str) { - corto_fromStrp(&value, corto_type(test_RelativeName_o), str); - return value; -} - -corto_int16 _test_RelativeNameCopy(test_RelativeName *dst, test_RelativeName src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_RelativeNameCompare(test_RelativeName dst, test_RelativeName src) { - return corto_compare(dst, src); -} - -test_Resolver _test_ResolverCreate(test_Case test, corto_uint32 assertCount) { - test_Resolver this; - this = corto_declare(test_Resolver_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Resolver _test_ResolverCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount) { - test_Resolver this; - this = corto_declareChild(_parent, _name, test_Resolver_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_ResolverUpdate(test_Resolver this, test_Case test, corto_uint32 assertCount) { - if (!corto_updateBegin(this)) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Resolver _test_ResolverDeclare(void) { - test_Resolver this; - this = corto_declare(test_Resolver_o); - if (!this) { - return NULL; - } - return this; -} - -test_Resolver _test_ResolverDeclareChild(corto_object _parent, corto_string _name) { - test_Resolver this; - this = corto_declareChild(_parent, _name, test_Resolver_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_ResolverDefine(test_Resolver this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - return corto_define(this); -} - -void _test_ResolverSet(test_Resolver this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; -} - -corto_string _test_ResolverStr(test_Resolver value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_Resolver_o)); - result = corto_strv(&v, 0); - return result; -} - -test_Resolver test_ResolverFromStr(test_Resolver value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Resolver_o), str); - return value; -} - -corto_int16 _test_ResolverCopy(test_Resolver *dst, test_Resolver src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_ResolverCompare(test_Resolver dst, test_Resolver src) { - return corto_compare(dst, src); -} - -test_Select _test_SelectCreate(test_Case test, corto_uint32 assertCount) { - test_Select this; - this = corto_declare(test_Select_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_Select _test_SelectCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount) { - test_Select this; - this = corto_declareChild(_parent, _name, test_Select_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_SelectUpdate(test_Select this, test_Case test, corto_uint32 assertCount) { - if (!corto_updateBegin(this)) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_Select _test_SelectDeclare(void) { - test_Select this; - this = corto_declare(test_Select_o); - if (!this) { - return NULL; - } - return this; -} - -test_Select _test_SelectDeclareChild(corto_object _parent, corto_string _name) { - test_Select this; - this = corto_declareChild(_parent, _name, test_Select_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_SelectDefine(test_Select this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - return corto_define(this); -} - -void _test_SelectSet(test_Select this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; -} - -corto_string _test_SelectStr(test_Select value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_Select_o)); - result = corto_strv(&v, 0); - return result; -} - -test_Select test_SelectFromStr(test_Select value, corto_string str) { - corto_fromStrp(&value, corto_type(test_Select_o), str); - return value; -} - -corto_int16 _test_SelectCopy(test_Select *dst, test_Select src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_SelectCompare(test_Select dst, test_Select src) { - return corto_compare(dst, src); -} - -test_selectItem* _test_selectItemCreate(corto_string parent, corto_string name, corto_string type) { - test_selectItem* this; - this = corto_declare(test_selectItem_o); - if (!this) { - return NULL; - } - corto_setstr(&this->parent, parent); - corto_setstr(&this->name, name); - corto_setstr(&this->type, type); - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_selectItem* _test_selectItemCreateChild(corto_object _parent, corto_string _name, corto_string parent, corto_string name, corto_string type) { - test_selectItem* this; - this = corto_declareChild(_parent, _name, test_selectItem_o); - if (!this) { - return NULL; - } - corto_setstr(&this->parent, parent); - corto_setstr(&this->name, name); - corto_setstr(&this->type, type); - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_selectItemUpdate(test_selectItem* this, corto_string parent, corto_string name, corto_string type) { - if (!corto_updateBegin(this)) { - corto_setstr(&this->parent, parent); - corto_setstr(&this->name, name); - corto_setstr(&this->type, type); - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_selectItem* _test_selectItemDeclare(void) { - test_selectItem* this; - this = corto_declare(test_selectItem_o); - if (!this) { - return NULL; - } - return this; -} - -test_selectItem* _test_selectItemDeclareChild(corto_object _parent, corto_string _name) { - test_selectItem* this; - this = corto_declareChild(_parent, _name, test_selectItem_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_selectItemDefine(test_selectItem* this, corto_string parent, corto_string name, corto_string type) { - corto_setstr(&this->parent, parent); - corto_setstr(&this->name, name); - corto_setstr(&this->type, type); - return corto_define(this); -} - -void _test_selectItemSet(test_selectItem* this, corto_string parent, corto_string name, corto_string type) { - corto_setstr(&this->parent, parent); - corto_setstr(&this->name, name); - corto_setstr(&this->type, type); -} - -corto_string _test_selectItemStr(test_selectItem* value) { - corto_string result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_selectItem_o), &value); - result = corto_strv(&v, 0); - return result; -} - -test_selectItem* test_selectItemFromStr(test_selectItem* value, corto_string str) { - corto_fromStrp(&value, corto_type(test_selectItem_o), str); - return value; -} - -corto_int16 _test_selectItemCopy(test_selectItem* *dst, test_selectItem* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_selectItem_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_selectItem_o), src); - return corto_copyv(&v1, &v2); -} - -corto_int16 _test_selectItemCompare(test_selectItem* dst, test_selectItem* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_selectItem_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_selectItem_o), src); - return corto_comparev(&v1, &v2); -} - -corto_int16 _test_selectItemInit(test_selectItem* value) { - corto_int16 result; - memset(value, 0, corto_type(test_selectItem_o)->size); - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_selectItem_o), value); - result = corto_initv(&v); - return result; -} - -corto_int16 _test_selectItemDeinit(test_selectItem* value) { - corto_int16 result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_selectItem_o), value); - result = corto_deinitv(&v); - return result; -} - -test_StringDeserializer _test_StringDeserializerCreate(test_Case test, corto_uint32 assertCount) { - test_StringDeserializer this; - this = corto_declare(test_StringDeserializer_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_StringDeserializer _test_StringDeserializerCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount) { - test_StringDeserializer this; - this = corto_declareChild(_parent, _name, test_StringDeserializer_o); - if (!this) { - return NULL; - } - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_StringDeserializerUpdate(test_StringDeserializer this, test_Case test, corto_uint32 assertCount) { - if (!corto_updateBegin(this)) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_StringDeserializer _test_StringDeserializerDeclare(void) { - test_StringDeserializer this; - this = corto_declare(test_StringDeserializer_o); - if (!this) { - return NULL; - } - return this; -} - -test_StringDeserializer _test_StringDeserializerDeclareChild(corto_object _parent, corto_string _name) { - test_StringDeserializer this; - this = corto_declareChild(_parent, _name, test_StringDeserializer_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_StringDeserializerDefine(test_StringDeserializer this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; - return corto_define(this); -} - -void _test_StringDeserializerSet(test_StringDeserializer this, test_Case test, corto_uint32 assertCount) { - corto_setref(&test_SuiteData(this)->test, test_Case(test)); - test_SuiteData(this)->assertCount = assertCount; -} - -corto_string _test_StringDeserializerStr(test_StringDeserializer value) { - corto_string result; - corto_value v; - corto_valueObjectInit(&v, value, corto_type(test_StringDeserializer_o)); - result = corto_strv(&v, 0); - return result; -} - -test_StringDeserializer test_StringDeserializerFromStr(test_StringDeserializer value, corto_string str) { - corto_fromStrp(&value, corto_type(test_StringDeserializer_o), str); - return value; -} - -corto_int16 _test_StringDeserializerCopy(test_StringDeserializer *dst, test_StringDeserializer src) { - return corto_copy((corto_object*)dst, src); -} - -corto_int16 _test_StringDeserializerCompare(test_StringDeserializer dst, test_StringDeserializer src) { - return corto_compare(dst, src); -} - -test_VoidParent* _test_VoidParentCreate(corto_int32 Foo) { - test_VoidParent* this; - this = corto_declare(test_VoidParent_o); - if (!this) { - return NULL; - } - this->Foo = Foo; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -test_VoidParent* _test_VoidParentCreateChild(corto_object _parent, corto_string _name, corto_int32 Foo) { - test_VoidParent* this; - this = corto_declareChild(_parent, _name, test_VoidParent_o); - if (!this) { - return NULL; - } - this->Foo = Foo; - if (this && corto_define(this)) { - corto_release(this); - this = NULL; - } - return this; -} - -corto_int16 _test_VoidParentUpdate(test_VoidParent* this, corto_int32 Foo) { - if (!corto_updateBegin(this)) { - this->Foo = Foo; - corto_updateEnd(this); - } else { - return -1; - } - return 0; -} - -test_VoidParent* _test_VoidParentDeclare(void) { - test_VoidParent* this; - this = corto_declare(test_VoidParent_o); - if (!this) { - return NULL; - } - return this; -} - -test_VoidParent* _test_VoidParentDeclareChild(corto_object _parent, corto_string _name) { - test_VoidParent* this; - this = corto_declareChild(_parent, _name, test_VoidParent_o); - if (!this) { - return NULL; - } - return this; -} - -corto_int16 _test_VoidParentDefine(test_VoidParent* this, corto_int32 Foo) { - this->Foo = Foo; - return corto_define(this); -} - -void _test_VoidParentSet(test_VoidParent* this, corto_int32 Foo) { - this->Foo = Foo; -} - -corto_string _test_VoidParentStr(test_VoidParent* value) { - corto_string result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_VoidParent_o), &value); - result = corto_strv(&v, 0); - return result; -} - -test_VoidParent* test_VoidParentFromStr(test_VoidParent* value, corto_string str) { - corto_fromStrp(&value, corto_type(test_VoidParent_o), str); - return value; -} - -corto_int16 _test_VoidParentCopy(test_VoidParent* *dst, test_VoidParent* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_VoidParent_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_VoidParent_o), src); - return corto_copyv(&v1, &v2); -} - -corto_int16 _test_VoidParentCompare(test_VoidParent* dst, test_VoidParent* src) { - corto_value v1, v2; - corto_valueValueInit(&v1, NULL, corto_type(test_VoidParent_o), dst); - corto_valueValueInit(&v2, NULL, corto_type(test_VoidParent_o), src); - return corto_comparev(&v1, &v2); -} - -corto_int16 _test_VoidParentInit(test_VoidParent* value) { - corto_int16 result; - memset(value, 0, corto_type(test_VoidParent_o)->size); - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_VoidParent_o), value); - result = corto_initv(&v); - return result; -} - -corto_int16 _test_VoidParentDeinit(test_VoidParent* value) { - corto_int16 result; - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_VoidParent_o), value); - result = corto_deinitv(&v); - return result; -} - -test_Point* test_PointListInsertAlloc(test_PointList list) { - test_Point* result; - result = corto_calloc(corto_type_sizeof(corto_type(test_Point_o))); - { - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_Point_o), result); - corto_initv(&v); - } - corto_llInsert(list, result); - return result; -} - -test_Point* test_PointListInsert(test_PointList list, test_Point* element) { - test_Point *result = test_PointListInsertAlloc(list); - corto_copyp(result, test_Point_o, element); - return result; -} - -test_Point* test_PointListAppendAlloc(test_PointList list) { - test_Point* result; - result = corto_calloc(corto_type_sizeof(corto_type(test_Point_o))); - { - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_Point_o), result); - corto_initv(&v); - } - corto_llAppend(list, result); - return result; -} - -test_Point* test_PointListAppend(test_PointList list, test_Point* element) { - test_Point *result = test_PointListAppendAlloc(list); - corto_copyp(result, test_Point_o, element); - return result; -} - -test_Point* test_PointListTakeFirst(test_PointList list) { - return (test_Point*)(corto_word)corto_llTakeFirst(list); -} - -test_Point* test_PointListLast(test_PointList list) { - return (test_Point*)(corto_word)corto_llLast(list); -} - -void test_PointListClear(test_PointList list) { - void *element; - - while((element = corto_llTakeFirst(list))) { - { - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_Point_o), element); - corto_deinitv(&v); - } - corto_dealloc(element); - } -} - -test_Point* test_PointListGet(test_PointList list, corto_uint32 index) { - return (test_Point*)(corto_word)corto_llGet(list, index); -} - -corto_uint32 test_PointListSize(test_PointList list) { - return corto_llSize(list); -} - -test_selectItem* test_selectItemListInsertAlloc(test_selectItemList list) { - test_selectItem* result; - result = corto_calloc(corto_type_sizeof(corto_type(test_selectItem_o))); - { - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_selectItem_o), result); - corto_initv(&v); - } - corto_llInsert(list, result); - return result; -} - -test_selectItem* test_selectItemListInsert(test_selectItemList list, test_selectItem* element) { - test_selectItem *result = test_selectItemListInsertAlloc(list); - corto_copyp(result, test_selectItem_o, element); - return result; -} - -test_selectItem* test_selectItemListAppendAlloc(test_selectItemList list) { - test_selectItem* result; - result = corto_calloc(corto_type_sizeof(corto_type(test_selectItem_o))); - { - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_selectItem_o), result); - corto_initv(&v); - } - corto_llAppend(list, result); - return result; -} - -test_selectItem* test_selectItemListAppend(test_selectItemList list, test_selectItem* element) { - test_selectItem *result = test_selectItemListAppendAlloc(list); - corto_copyp(result, test_selectItem_o, element); - return result; -} - -test_selectItem* test_selectItemListTakeFirst(test_selectItemList list) { - return (test_selectItem*)(corto_word)corto_llTakeFirst(list); -} - -test_selectItem* test_selectItemListLast(test_selectItemList list) { - return (test_selectItem*)(corto_word)corto_llLast(list); -} - -void test_selectItemListClear(test_selectItemList list) { - void *element; - - while((element = corto_llTakeFirst(list))) { - { - corto_value v; - corto_valueValueInit(&v, NULL, corto_type(test_selectItem_o), element); - corto_deinitv(&v); - } - corto_dealloc(element); - } -} - -test_selectItem* test_selectItemListGet(test_selectItemList list, corto_uint32 index) { - return (test_selectItem*)(corto_word)corto_llGet(list, index); -} - -corto_uint32 test_selectItemListSize(test_selectItemList list) { - return corto_llSize(list); -} - -void corto_objectListInsert(corto_objectList list, corto_object element) { - corto_llInsert(list, (void*)(corto_word)element); - corto_claim(element); -} - -void corto_objectListAppend(corto_objectList list, corto_object element) { - corto_llAppend(list, (void*)(corto_word)element); - corto_claim(element); -} - -corto_object corto_objectListTakeFirst(corto_objectList list) { - return (corto_object)(corto_word)corto_llTakeFirst(list); -} - -corto_object corto_objectListLast(corto_objectList list) { - return (corto_object)(corto_word)corto_llLast(list); -} - -void corto_objectListClear(corto_objectList list) { - void *element; - - while((element = corto_llTakeFirst(list))) { - corto_release(element); - } -} - -corto_object corto_objectListGet(corto_objectList list, corto_uint32 index) { - return (corto_object)(corto_word)corto_llGet(list, index); -} - -corto_uint32 corto_objectListSize(corto_objectList list) { - return corto_llSize(list); -} - -void corto_int32ListInsert(corto_int32List list, corto_int32 element) { - corto_llInsert(list, (void*)(corto_word)element); -} - -void corto_int32ListAppend(corto_int32List list, corto_int32 element) { - corto_llAppend(list, (void*)(corto_word)element); -} - -corto_int32 corto_int32ListTakeFirst(corto_int32List list) { - return (corto_int32)(corto_word)corto_llTakeFirst(list); -} - -corto_int32 corto_int32ListLast(corto_int32List list) { - return (corto_int32)(corto_word)corto_llLast(list); -} - -void corto_int32ListClear(corto_int32List list) { - void *element; - - while((element = corto_llTakeFirst(list))) { - } -} - -corto_int32 corto_int32ListGet(corto_int32List list, corto_uint32 index) { - return (corto_int32)(corto_word)corto_llGet(list, index); -} - -corto_uint32 corto_int32ListSize(corto_int32List list) { - return corto_llSize(list); -} - diff --git a/packages/corto/lang/test/.corto/test__load.c b/packages/corto/lang/test/.corto/test__load.c deleted file mode 100644 index 281730a9..00000000 --- a/packages/corto/lang/test/.corto/test__load.c +++ /dev/null @@ -1,15 +0,0 @@ -/* test__load.c - * - * This file is generated. Do not modify. - */ - -#include "test.h" - -TEST_EXPORT int cortomain(int argc, char* argv[]) { - int test_load(void); - if (test_load()) return -1; - int testMain(int argc, char* argv[]); - if (testMain(argc, argv)) return -1; - return 0; -} - diff --git a/packages/corto/lang/test/.corto/test__meta.c b/packages/corto/lang/test/.corto/test__meta.c deleted file mode 100644 index d6188f23..00000000 --- a/packages/corto/lang/test/.corto/test__meta.c +++ /dev/null @@ -1,11609 +0,0 @@ -/* test__meta.c - * - * Loads objects in object store. - * This file contains generated code. Do not modify! - */ - -#include "test.h" - -/* Variable definitions */ -corto_package test_o; -corto_class test_Animal_o; -corto_member test_Animal_a_o; -corto_class test_AnonymousTest_o; -corto_member test_AnonymousTest_objects_o; -test_Suite test_Args_o; -test_Case test_Args_tc_matchAddNoProject_o; -test_Case test_Args_tc_matchAll_o; -test_Case test_Args_tc_matchCreate_o; -test_Case test_Args_tc_matchCreateApp_o; -test_Case test_Args_tc_matchCreateMultiple_o; -test_Case test_Args_tc_matchCreatePackage_o; -test_Case test_Args_tc_matchCreatePackageAndApp_o; -test_Case test_Args_tc_matchCreatePackageAndAppEscaped_o; -test_Case test_Args_tc_matchCreatePackageOptions_o; -test_Case test_Args_tc_matchDuplicate_o; -test_Case test_Args_tc_matchDuplicateArg_o; -test_Case test_Args_tc_matchErr_o; -test_Case test_Args_tc_matchFixed_o; -test_Case test_Args_tc_matchMultiple_o; -test_Case test_Args_tc_matchMultipleArg_o; -test_Case test_Args_tc_matchNone_o; -test_Case test_Args_tc_matchOptional_o; -test_Case test_Args_tc_matchOptionalOneArg_o; -test_Case test_Args_tc_matchOptionalWithOtherArgs_o; -test_Case test_Args_tc_matchPattern_o; -test_Case test_Args_tc_matchPublish_o; -test_Case test_Args_tc_matchPublishNoProject_o; -test_Case test_Args_tc_matchShell_o; -test_Case test_Args_tc_matchSingle_o; -test_Case test_Args_tc_matchSingleArg_o; -corto_class test_Bar_o; -corto_member test_Bar___dummy_o; -corto_method test_Bar_init_o; -corto_class test_Cat_o; -corto_member test_Cat_b_o; -corto_enum test_Color_o; -corto_constant ___ (*test_Color_Blue_o); -corto_constant ___ (*test_Color_Green_o); -corto_constant ___ (*test_Color_Orange_o); -corto_constant ___ (*test_Color_Red_o); -corto_constant ___ (*test_Color_Yellow_o); -corto_struct test_CompositeCollection_o; -corto_member test_CompositeCollection_points_o; -corto_int8 ___ (*test_constructCalled_o); -corto_struct test_DeclaredParent_o; -corto_member test_DeclaredParent_Foo_o; -corto_struct test_DefinedParent_o; -corto_member test_DefinedParent_Foo_o; -corto_int8 ___ (*test_destructCalled_o); -corto_class test_Dog_o; -corto_member test_Dog_b_o; -test_Suite test_Env_o; -test_Case test_Env_tc_envparseFormatAndReplace_o; -test_Case test_Env_tc_envparseReplaceMultiple_o; -test_Case test_Env_tc_envparseReplaceWithSameVariable_o; -test_Case test_Env_tc_envparseSimpleFormat_o; -test_Case test_Env_tc_envparseSimpleReplace_o; -test_Case test_Env_tc_envparseVariableNotFound_o; -test_Case test_Env_tc_setenvFormatAndReplace_o; -test_Case test_Env_tc_setenvNull_o; -test_Case test_Env_tc_setenvReplaceMultiple_o; -test_Case test_Env_tc_setenvReplaceWithSameVariable_o; -test_Case test_Env_tc_setenvSimple_o; -test_Case test_Env_tc_setenvSimpleFormat_o; -test_Case test_Env_tc_setenvSimpleReplace_o; -test_Case test_Env_tc_setenvVariableNotFound_o; -test_Suite test_Event_o; -corto_member test_Event_et_o; -corto_member test_Event_prevAttr_o; -corto_method test_Event_setup_o; -test_Case test_Event_tc_onDeclare_o; -test_Case test_Event_tc_onDeclareScope_o; -test_Case test_Event_tc_onDeclareSelf_o; -test_Case test_Event_tc_onDeclareTree_o; -test_Case test_Event_tc_onDefine_o; -test_Case test_Event_tc_onDefineScope_o; -test_Case test_Event_tc_onDefineSelf_o; -test_Case test_Event_tc_onDefineTree_o; -test_Case test_Event_tc_onDelete_o; -test_Case test_Event_tc_onDeleteScope_o; -test_Case test_Event_tc_onDeleteSelf_o; -test_Case test_Event_tc_onDeleteTree_o; -test_Case test_Event_tc_onUpdate_o; -test_Case test_Event_tc_onUpdateScope_o; -test_Case test_Event_tc_onUpdateSelf_o; -test_Case test_Event_tc_onUpdateTree_o; -test_Case test_Event_tc_updateUndefined_o; -test_Case test_Event_tc_updateVoidErr_o; -corto_method test_Event_teardown_o; -corto_class test_EventTest_o; -corto_method test_EventTest_construct_o; -corto_member test_EventTest_countDeclare_o; -corto_member test_EventTest_countDeclareScope_o; -corto_member test_EventTest_countDeclareSelf_o; -corto_member test_EventTest_countDeclareTree_o; -corto_member test_EventTest_countDefine_o; -corto_member test_EventTest_countDefineScope_o; -corto_member test_EventTest_countDefineSelf_o; -corto_member test_EventTest_countDefineTree_o; -corto_member test_EventTest_countDelete_o; -corto_member test_EventTest_countDeleteScope_o; -corto_member test_EventTest_countDeleteSelf_o; -corto_member test_EventTest_countDeleteTree_o; -corto_member test_EventTest_countUpdate_o; -corto_member test_EventTest_countUpdateScope_o; -corto_member test_EventTest_countUpdateSelf_o; -corto_member test_EventTest_countUpdateTree_o; -corto_member test_EventTest_lastObservable_o; -corto_member test_EventTest_lastThis_o; -corto_observer test_EventTest_onDeclare_o; -corto_observer test_EventTest_onDeclareScope_o; -corto_observer test_EventTest_onDeclareSelf_o; -corto_observer test_EventTest_onDeclareTree_o; -corto_observer test_EventTest_onDefine_o; -corto_observer test_EventTest_onDefineScope_o; -corto_observer test_EventTest_onDefineSelf_o; -corto_observer test_EventTest_onDefineTree_o; -corto_observer test_EventTest_onDelete_o; -corto_observer test_EventTest_onDeleteScope_o; -corto_observer test_EventTest_onDeleteSelf_o; -corto_observer test_EventTest_onDeleteTree_o; -corto_observer test_EventTest_onUpdate_o; -corto_observer test_EventTest_onUpdateScope_o; -corto_observer test_EventTest_onUpdateSelf_o; -corto_observer test_EventTest_onUpdateTree_o; -corto_member test_EventTest_scope_o; -corto_class test_Foo_o; -corto_method test_Foo_construct_o; -corto_method test_Foo_destruct_o; -corto_member test_Foo_fail_o; -corto_method test_Foo_init_o; -corto_member test_Foo_x_o; -corto_member test_Foo_y_o; -test_Suite test_Fullname_o; -test_Case test_Fullname_tc_null_o; -test_Case test_Fullname_tc_nullBuffer_o; -test_Case test_Fullname_tc_onelevel_o; -test_Case test_Fullname_tc_root_o; -test_Case test_Fullname_tc_twolevels_o; -corto_function test_functionToResolve_o; -corto_class test_GoldenRetriever_o; -corto_member test_GoldenRetriever_c_o; -corto_int8 ___ (*test_initCalled_o); -corto_struct test_Line_o; -corto_member test_Line_start_o; -corto_member test_Line_stop_o; -test_Suite test_MethodResolver_o; -test_Case test_MethodResolver_tc_inheritOverload_o; -test_Case test_MethodResolver_tc_inheritOverloadBaseClass_o; -test_Case test_MethodResolver_tc_inheritOverloadBaseInt_o; -test_Case test_MethodResolver_tc_inheritOverloadBaseString_o; -test_Case test_MethodResolver_tc_inheritOverloadBaseTwoArgs_o; -test_Case test_MethodResolver_tc_inheritOverloadClass_o; -test_Case test_MethodResolver_tc_inheritOverloadNoArgs_o; -test_Case test_MethodResolver_tc_inheritSimple_o; -test_Case test_MethodResolver_tc_inheritSimpleNoArgs_o; -test_Case test_MethodResolver_tc_inheritVirtualOverload_o; -test_Case test_MethodResolver_tc_inheritVirtualOverloadNoArgs_o; -test_Case test_MethodResolver_tc_nonexisting_o; -test_Case test_MethodResolver_tc_onearg_o; -test_Case test_MethodResolver_tc_oneargErr_o; -test_Case test_MethodResolver_tc_oneargErrType_o; -test_Case test_MethodResolver_tc_oneargNoArgs_o; -test_Case test_MethodResolver_tc_overloadAmbiguous_o; -test_Case test_MethodResolver_tc_overloadClass_o; -test_Case test_MethodResolver_tc_overloadInt_o; -test_Case test_MethodResolver_tc_overloadString_o; -test_Case test_MethodResolver_tc_overloadTwoArgs_o; -test_Case test_MethodResolver_tc_redeclare_o; -test_Case test_MethodResolver_tc_simple_o; -test_Case test_MethodResolver_tc_simpleErr_o; -test_Case test_MethodResolver_tc_simpleErrType_o; -test_Case test_MethodResolver_tc_simpleNoArgs_o; -test_Case test_MethodResolver_tc_twoargs_o; -test_Case test_MethodResolver_tc_twoargsNoArgs_o; -test_Case test_MethodResolver_tc_twoargsSpaces_o; -test_Case test_MethodResolver_tc_virtualOverload_o; -test_Case test_MethodResolver_tc_virtualOverloadArg_o; -test_Case test_MethodResolver_tc_virtualOverloadNoArgs_o; -test_Case test_MethodResolver_tc_virtualSimple_o; -test_Case test_MethodResolver_tc_virtualSimpleNoArgs_o; -corto_class test_MethodTester_o; -corto_member test_MethodTester___dummy_o; -corto_method test_MethodTester_onearg_o; -corto_method test_MethodTester_overload__test_MethodTester_o; -corto_method test_MethodTester_overload_int32_o; -corto_method test_MethodTester_overload_int32_int32_o; -corto_method test_MethodTester_overload_string_o; -corto_method test_MethodTester_simple_o; -corto_method test_MethodTester_twoargs_o; -corto_virtual test_MethodTester_virtualOverload__o; -corto_method test_MethodTester_virtualOverload_int32_o; -corto_virtual test_MethodTester_virtualSimple_o; -corto_class test_MethodTesterInherit_o; -corto_method test_MethodTesterInherit_overload__test_MethodTesterInherit_o; -corto_method test_MethodTesterInherit_overload_string_string_o; -corto_method test_MethodTesterInherit_simple_o; -corto_method test_MethodTesterInherit_virtualOverload_o; -test_Suite test_ObjectMgmt_o; -corto_member test_ObjectMgmt_prevAttr_o; -corto_method test_ObjectMgmt_setup_o; -test_Case test_ObjectMgmt_tc_createChildFoo_o; -test_Case test_ObjectMgmt_tc_createChildFooAttr0_o; -test_Case test_ObjectMgmt_tc_createChildInitFail_o; -test_Case test_ObjectMgmt_tc_createChildInt_o; -test_Case test_ObjectMgmt_tc_createChildIntAttr0_o; -test_Case test_ObjectMgmt_tc_createChildInvalidType_o; -test_Case test_ObjectMgmt_tc_createChildNested_o; -test_Case test_ObjectMgmt_tc_createChildNullType_o; -test_Case test_ObjectMgmt_tc_createChildParentStateErr_o; -test_Case test_ObjectMgmt_tc_createChildParentTypeErr_o; -test_Case test_ObjectMgmt_tc_createChildVoid_o; -test_Case test_ObjectMgmt_tc_createChildVoidAttr0_o; -test_Case test_ObjectMgmt_tc_createFoo_o; -test_Case test_ObjectMgmt_tc_createFooAttr0_o; -test_Case test_ObjectMgmt_tc_createInitFail_o; -test_Case test_ObjectMgmt_tc_createInt_o; -test_Case test_ObjectMgmt_tc_createIntAttr0_o; -test_Case test_ObjectMgmt_tc_createInvalidType_o; -test_Case test_ObjectMgmt_tc_createNullType_o; -test_Case test_ObjectMgmt_tc_createVoid_o; -test_Case test_ObjectMgmt_tc_createVoidAttr0_o; -test_Case test_ObjectMgmt_tc_declareChildFoo_o; -test_Case test_ObjectMgmt_tc_declareChildFooAttr0_o; -test_Case test_ObjectMgmt_tc_declareChildInitFail_o; -test_Case test_ObjectMgmt_tc_declareChildInt_o; -test_Case test_ObjectMgmt_tc_declareChildIntAttr0_o; -test_Case test_ObjectMgmt_tc_declareChildInvalidType_o; -test_Case test_ObjectMgmt_tc_declareChildNullType_o; -test_Case test_ObjectMgmt_tc_declareChildParentStateErr_o; -test_Case test_ObjectMgmt_tc_declareChildParentTypeErr_o; -test_Case test_ObjectMgmt_tc_declareChildVoid_o; -test_Case test_ObjectMgmt_tc_declareChildVoidAttr0_o; -test_Case test_ObjectMgmt_tc_declareExistingWithParentState_o; -test_Case test_ObjectMgmt_tc_declareFoo_o; -test_Case test_ObjectMgmt_tc_declareFooAttr0_o; -test_Case test_ObjectMgmt_tc_declareInitFail_o; -test_Case test_ObjectMgmt_tc_declareInt_o; -test_Case test_ObjectMgmt_tc_declareIntAttr0_o; -test_Case test_ObjectMgmt_tc_declareInvalidType_o; -test_Case test_ObjectMgmt_tc_declareNullType_o; -test_Case test_ObjectMgmt_tc_declareVoid_o; -test_Case test_ObjectMgmt_tc_declareVoidAttr0_o; -test_Case test_ObjectMgmt_tc_defineFoo_o; -test_Case test_ObjectMgmt_tc_defineFooAttr0_o; -test_Case test_ObjectMgmt_tc_defineFooFail_o; -test_Case test_ObjectMgmt_tc_defineInt_o; -test_Case test_ObjectMgmt_tc_defineIntAttr0_o; -test_Case test_ObjectMgmt_tc_defineVoid_o; -test_Case test_ObjectMgmt_tc_defineVoidAttr0_o; -test_Case test_ObjectMgmt_tc_drop_o; -test_Case test_ObjectMgmt_tc_invalidate_o; -test_Case test_ObjectMgmt_tc_redeclareWithDifferentType_o; -corto_method test_ObjectMgmt_teardown_o; -corto_function test_ol_any__test_Color_o; -corto_function test_ol_any_bool_o; -corto_function test_ol_any_char_o; -corto_function test_ol_any_float32_o; -corto_function test_ol_any_int32_o; -corto_function test_ol_any_object_o; -corto_function test_ol_any_string_o; -corto_function test_ol_bool_o; -corto_function test_ol_inherit__test_Animal_o; -corto_function test_ol_inherit__test_Dog_o; -corto_function test_ol_int_o; -corto_function test_ol_null_bool_o; -corto_function test_ol_null_object_o; -corto_function test_ol_null_string_o; -corto_function test_ol_num_float64_o; -corto_function test_ol_num_int32_o; -corto_function test_ol_object_o; -corto_function test_ol_string_o; -corto_function test_ol_uint_o; -corto_function test_ol_wildcard_float32_string_o; -corto_function test_ol_wildcard_int32_string_o; -test_Suite test_Overload_o; -test_Case test_Overload_tc_ambiguous_o; -test_Case test_Overload_tc_ambiguousNull_o; -test_Case test_Overload_tc_ambiguousWildcard_o; -test_Case test_Overload_tc_anyChar_o; -test_Case test_Overload_tc_anyColor_o; -test_Case test_Overload_tc_anyFloat32_o; -test_Case test_Overload_tc_anyFloat64_o; -test_Case test_Overload_tc_anyInt16_o; -test_Case test_Overload_tc_anyInt32_o; -test_Case test_Overload_tc_anyInt64_o; -test_Case test_Overload_tc_anyInt8_o; -test_Case test_Overload_tc_anyOctet_o; -test_Case test_Overload_tc_anyString_o; -test_Case test_Overload_tc_anyUint16_o; -test_Case test_Overload_tc_anyUint32_o; -test_Case test_Overload_tc_anyUint64_o; -test_Case test_Overload_tc_anyUint8_o; -test_Case test_Overload_tc_anyWord_o; -test_Case test_Overload_tc_inheritanceBase_o; -test_Case test_Overload_tc_inheritanceMatchSub_o; -test_Case test_Overload_tc_inheritanceSub_o; -test_Case test_Overload_tc_inheritSibling_o; -test_Case test_Overload_tc_nullBool_o; -test_Case test_Overload_tc_nullObject_o; -test_Case test_Overload_tc_nullString_o; -test_Case test_Overload_tc_numChar_o; -test_Case test_Overload_tc_numColor_o; -test_Case test_Overload_tc_numFloat32_o; -test_Case test_Overload_tc_numFloat64_o; -test_Case test_Overload_tc_numInt16_o; -test_Case test_Overload_tc_numInt32_o; -test_Case test_Overload_tc_numInt64_o; -test_Case test_Overload_tc_numInt8_o; -test_Case test_Overload_tc_numOctet_o; -test_Case test_Overload_tc_numString_o; -test_Case test_Overload_tc_numUint16_o; -test_Case test_Overload_tc_numUint32_o; -test_Case test_Overload_tc_numUint64_o; -test_Case test_Overload_tc_numUint8_o; -test_Case test_Overload_tc_numWord_o; -test_Case test_Overload_tc_wildcard_o; -corto_struct test_Point_o; -corto_member test_Point_x_o; -corto_member test_Point_y_o; -corto_struct test_Point3D_o; -corto_member test_Point3D_z_o; -corto_struct test_PrimitiveCollection_o; -corto_member test_PrimitiveCollection_ints_o; -test_Suite test_Project_o; -corto_method test_Project_setup_o; -test_Case test_Project_tc_app_o; -test_Case test_Project_tc_appNoTest_o; -test_Case test_Project_tc_package_o; -test_Case test_Project_tc_packageLocal_o; -test_Case test_Project_tc_publishNotag_o; -corto_method test_Project_teardown_o; -test_Suite test_RelativeName_o; -corto_member test_RelativeName_child_o; -corto_member test_RelativeName_disjunct_o; -corto_member test_RelativeName_obj_o; -corto_method test_RelativeName_setup_o; -test_Case test_RelativeName_tc_fromChild_o; -test_Case test_RelativeName_tc_fromDisjunct_o; -test_Case test_RelativeName_tc_fromGrandchild_o; -test_Case test_RelativeName_tc_fromOneUp_o; -test_Case test_RelativeName_tc_fromParent_o; -test_Case test_RelativeName_tc_fromRoot_o; -test_Case test_RelativeName_tc_fromSelf_o; -test_Case test_RelativeName_tc_fromThreeUp_o; -test_Case test_RelativeName_tc_fromTwoUp_o; -test_Case test_RelativeName_tc_rootFromObj_o; -corto_method test_RelativeName_teardown_o; -corto_member test_RelativeName_tier1_o; -corto_member test_RelativeName_tier2_o; -corto_member test_RelativeName_tier3_o; -test_Suite test_Resolver_o; -corto_method test_Resolver_setup_o; -test_Case test_Resolver_tc_caseInsensitive_o; -test_Case test_Resolver_tc_resolveAll_o; -test_Case test_Resolver_tc_resolveAnonymous_o; -test_Case test_Resolver_tc_resolveCorto_o; -test_Case test_Resolver_tc_resolveEmptyString_o; -test_Case test_Resolver_tc_resolveFunctionArgs_o; -test_Case test_Resolver_tc_resolveFunctionNoArgs_o; -test_Case test_Resolver_tc_resolveIo_o; -test_Case test_Resolver_tc_resolveLang_o; -test_Case test_Resolver_tc_resolveNull_o; -test_Case test_Resolver_tc_resolveParenthesesNoFunction_o; -test_Case test_Resolver_tc_resolveParenthesesNoFunctionArgs_o; -test_Case test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped_o; -test_Case test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs_o; -test_Case test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped_o; -test_Case test_Resolver_tc_resolveParenthesesNoFunctionScoped_o; -test_Case test_Resolver_tc_resolveRoot_o; -test_Case test_Resolver_tc_resolveString_o; -test_Case test_Resolver_tc_resolveThis_o; -corto_method test_Resolver_teardown_o; -test_Suite test_Select_o; -corto_function test_Select_collect_o; -corto_function test_Select_hasObject_o; -corto_method test_Select_setup_o; -test_Case test_Select_tc_selectDeleteCurrent_o; -test_Case test_Select_tc_selectDeleteFirst_o; -test_Case test_Select_tc_selectDeleteNext_o; -test_Case test_Select_tc_selectDeleteParent_o; -test_Case test_Select_tc_selectDeletePrevious_o; -test_Case test_Select_tc_selectErrParentAst_o; -test_Case test_Select_tc_selectErrParentId_o; -test_Case test_Select_tc_selectErrParentTree_o; -test_Case test_Select_tc_selectErrParentWc_o; -test_Case test_Select_tc_selectErrScopeScope_o; -test_Case test_Select_tc_selectFilterAsterisk_o; -test_Case test_Select_tc_selectFilterWildcard_o; -test_Case test_Select_tc_selectIdentifier_o; -test_Case test_Select_tc_selectIdentifierCaps_o; -test_Case test_Select_tc_selectNumeric_o; -test_Case test_Select_tc_selectOrder_o; -test_Case test_Select_tc_selectParent_o; -test_Case test_Select_tc_selectScope_o; -test_Case test_Select_tc_selectScopedIdentifier_o; -test_Case test_Select_tc_selectScopedParent_o; -test_Case test_Select_tc_selectScopedThis_o; -test_Case test_Select_tc_selectScopeWithAsterisk_o; -test_Case test_Select_tc_selectScopeWithAsteriskFilter_o; -test_Case test_Select_tc_selectScopeWithWildcard_o; -test_Case test_Select_tc_selectScopeWithWildcardFilter_o; -test_Case test_Select_tc_selectThis_o; -test_Case test_Select_tc_selectTree_o; -test_Case test_Select_tc_selectTreeDeleteCurrent_o; -test_Case test_Select_tc_selectTreeDeleteFirst_o; -test_Case test_Select_tc_selectTreeDeleteGrandparent_o; -test_Case test_Select_tc_selectTreeDeleteNext_o; -test_Case test_Select_tc_selectTreeDeleteParent_o; -test_Case test_Select_tc_selectTreeDeletePrevious_o; -test_Case test_Select_tc_selectTreeWithAsterisk_o; -test_Case test_Select_tc_selectTreeWithAsteriskFilter_o; -test_Case test_Select_tc_selectTreeWithWildcard_o; -test_Case test_Select_tc_selectTreeWithWildcardFilter_o; -test_Case test_Select_tc_selectUnderscore_o; -corto_method test_Select_teardown_o; -corto_struct test_selectItem_o; -corto_member test_selectItem_name_o; -corto_member test_selectItem_parent_o; -corto_member test_selectItem_type_o; -test_Suite test_StringDeserializer_o; -corto_method test_StringDeserializer_setup_o; -test_Case test_StringDeserializer_tc_deserAnonymousMultiple_o; -test_Case test_StringDeserializer_tc_deserAnonymousNested_o; -test_Case test_StringDeserializer_tc_deserAnonymousReuse_o; -test_Case test_StringDeserializer_tc_deserAnonymousReuseNested_o; -test_Case test_StringDeserializer_tc_deserAnonymousSimple_o; -test_Case test_StringDeserializer_tc_deserBoolFalse_o; -test_Case test_StringDeserializer_tc_deserBoolInvalid_o; -test_Case test_StringDeserializer_tc_deserBoolTrue_o; -test_Case test_StringDeserializer_tc_deserChar_o; -test_Case test_StringDeserializer_tc_deserCharEscape_o; -test_Case test_StringDeserializer_tc_deserCharEscapeQuoted_o; -test_Case test_StringDeserializer_tc_deserCharNull_o; -test_Case test_StringDeserializer_tc_deserCharNullQuoted_o; -test_Case test_StringDeserializer_tc_deserCharQuoted_o; -test_Case test_StringDeserializer_tc_deserCollection_o; -test_Case test_StringDeserializer_tc_deserCollectionComplex_o; -test_Case test_StringDeserializer_tc_deserComposite_o; -test_Case test_StringDeserializer_tc_deserCompositeMembers_o; -test_Case test_StringDeserializer_tc_deserCompositeMixed_o; -test_Case test_StringDeserializer_tc_deserCompositeNested_o; -test_Case test_StringDeserializer_tc_deserCompositeNestedMembers_o; -test_Case test_StringDeserializer_tc_deserCompositeNestedMixed_o; -test_Case test_StringDeserializer_tc_deserCompositeNoType_o; -test_Case test_StringDeserializer_tc_deserCompositeWhitespace_o; -test_Case test_StringDeserializer_tc_deserExisting_o; -test_Case test_StringDeserializer_tc_deserExisting_w_scopedType_o; -test_Case test_StringDeserializer_tc_deserExisting_w_type_o; -test_Case test_StringDeserializer_tc_deserInheritance_o; -test_Case test_StringDeserializer_tc_deserInheritanceMembers_o; -test_Case test_StringDeserializer_tc_deserInheritanceMixed_o; -test_Case test_StringDeserializer_tc_deserInt16_o; -test_Case test_StringDeserializer_tc_deserInt16Minus_o; -test_Case test_StringDeserializer_tc_deserInt16Overflow_o; -test_Case test_StringDeserializer_tc_deserInt32_o; -test_Case test_StringDeserializer_tc_deserInt32Minus_o; -test_Case test_StringDeserializer_tc_deserInt32Overflow_o; -test_Case test_StringDeserializer_tc_deserInt64_o; -test_Case test_StringDeserializer_tc_deserInt64Minus_o; -test_Case test_StringDeserializer_tc_deserInt8_o; -test_Case test_StringDeserializer_tc_deserInt8Minus_o; -test_Case test_StringDeserializer_tc_deserInt8Overflow_o; -test_Case test_StringDeserializer_tc_deserString_o; -test_Case test_StringDeserializer_tc_deserStringEscape_o; -test_Case test_StringDeserializer_tc_deserStringQuotes_o; -test_Case test_StringDeserializer_tc_deserStringQuotesWhitespaces_o; -test_Case test_StringDeserializer_tc_deserStringWhitespace_o; -test_Case test_StringDeserializer_tc_deserStringWhitespaceTrailing_o; -test_Case test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType_o; -test_Case test_StringDeserializer_tc_deserUint16_o; -test_Case test_StringDeserializer_tc_deserUint16Overflow_o; -test_Case test_StringDeserializer_tc_deserUint32_o; -test_Case test_StringDeserializer_tc_deserUint32Overflow_o; -test_Case test_StringDeserializer_tc_deserUint64_o; -test_Case test_StringDeserializer_tc_deserUint8_o; -test_Case test_StringDeserializer_tc_deserUint8Overflow_o; -test_Case test_StringDeserializer_tc_errExcessElements_o; -test_Case test_StringDeserializer_tc_errMissingType_o; -test_Case test_StringDeserializer_tc_errNotAType_o; -test_Case test_StringDeserializer_tc_errTypeMismatch_o; -test_Case test_StringDeserializer_tc_errUnresolvedMember_o; -test_Case test_StringDeserializer_tc_errUnresolvedType_o; -corto_method test_StringDeserializer_teardown_o; -corto_struct test_VoidParent_o; -corto_member test_VoidParent_Foo_o; - -/* Load objects in object store. */ -int test_load(void) { - corto_object _a_; /* Used for resolving anonymous objects */ - _a_ = NULL; - - /* Declare /test */ - test_o = corto_declareChild(root_o, "test", corto_package_o); - if (!test_o) { - corto_error("test_load: failed to declare '/test' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test */ - if (!corto_checkState(test_o, CORTO_DEFINED)) { - test_o->url = NULL; - if (corto_define(test_o)) { - corto_error("test_load: failed to define '/test' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Animal */ - test_Animal_o = corto_declareChild(test_o, "Animal", corto_class_o); - if (!test_Animal_o) { - corto_error("test_load: failed to declare '/test/Animal' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Animal/a */ - test_Animal_a_o = corto_declareChild(test_Animal_o, "a", corto_member_o); - if (!test_Animal_a_o) { - corto_error("test_load: failed to declare '/test/Animal/a' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Animal/a */ - if (!corto_checkState(test_Animal_a_o, CORTO_DEFINED)) { - test_Animal_a_o->type = corto_resolve(NULL, "/corto/lang/bool"); - test_Animal_a_o->modifiers = 0x0; - test_Animal_a_o->state = 0x6; - test_Animal_a_o->weak = FALSE; - test_Animal_a_o->id = 0; - if (corto_define(test_Animal_a_o)) { - corto_error("test_load: failed to define '/test/Animal/a' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/Animal */ - if (!corto_checkState(test_Animal_o, CORTO_DEFINED)) { - corto_type(test_Animal_o)->parentType = NULL; - corto_type(test_Animal_o)->parentState = 0x6; - corto_type(test_Animal_o)->defaultType = NULL; - corto_type(test_Animal_o)->defaultProcedureType = NULL; - corto_interface(test_Animal_o)->base = NULL; - corto_struct(test_Animal_o)->baseAccess = 0x0; - test_Animal_o->implements.length = 0; - test_Animal_o->implements.buffer = NULL; - if (corto_define(test_Animal_o)) { - corto_error("test_load: failed to define '/test/Animal' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Animal_o)->size != sizeof(struct test_Animal_s)) { - corto_error("test_load: calculated size '%d' of type '/test/Animal' doesn't match C-type size '%d'", corto_type(test_Animal_o)->size, sizeof(struct test_Animal_s)); - } - - /* Declare /test/ol_inherit(/test/Animal a) */ - test_ol_inherit__test_Animal_o = corto_declareChild(test_o, "ol_inherit(/test/Animal a)", corto_function_o); - if (!test_ol_inherit__test_Animal_o) { - corto_error("test_load: failed to declare '/test/ol_inherit(/test/Animal a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_inherit(/test/Animal a) */ - if (!corto_checkState(test_ol_inherit__test_Animal_o, CORTO_DEFINED)) { - test_ol_inherit__test_Animal_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_inherit__test_Animal_o->returnsReference = FALSE; - - /* Bind /test/ol_inherit(/test/Animal a) with C-function */ - corto_function(test_ol_inherit__test_Animal_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_inherit__test_Animal(void *args, void *result); - corto_function(test_ol_inherit__test_Animal_o)->impl = (corto_word)__test_ol_inherit__test_Animal; - if (corto_define(test_ol_inherit__test_Animal_o)) { - corto_error("test_load: failed to define '/test/ol_inherit(/test/Animal a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/AnonymousTest */ - test_AnonymousTest_o = corto_declareChild(test_o, "AnonymousTest", corto_class_o); - if (!test_AnonymousTest_o) { - corto_error("test_load: failed to declare '/test/AnonymousTest' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/AnonymousTest/objects */ - test_AnonymousTest_objects_o = corto_declareChild(test_AnonymousTest_o, "objects", corto_member_o); - if (!test_AnonymousTest_objects_o) { - corto_error("test_load: failed to declare '/test/AnonymousTest/objects' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Args */ - test_Args_o = corto_declareChild(test_o, "Args", test_Suite_o); - if (!test_Args_o) { - corto_error("test_load: failed to declare '/test/Args' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args */ - if (!corto_checkState(test_Args_o, CORTO_DEFINED)) { - corto_type(test_Args_o)->parentType = NULL; - corto_type(test_Args_o)->parentState = 0x6; - corto_type(test_Args_o)->defaultType = NULL; - corto_type(test_Args_o)->defaultProcedureType = NULL; - corto_interface(test_Args_o)->base = corto_resolve(NULL, "/corto/test/SuiteData"); - corto_struct(test_Args_o)->baseAccess = 0x0; - corto_class(test_Args_o)->implements.length = 0; - corto_class(test_Args_o)->implements.buffer = NULL; - if (corto_define(test_Args_o)) { - corto_error("test_load: failed to define '/test/Args' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Args_o)->size != sizeof(struct test_Args_s)) { - corto_error("test_load: calculated size '%d' of type '/test/Args' doesn't match C-type size '%d'", corto_type(test_Args_o)->size, sizeof(struct test_Args_s)); - } - - /* Declare /test/Args/tc_matchAddNoProject() */ - test_Args_tc_matchAddNoProject_o = corto_declareChild(test_Args_o, "tc_matchAddNoProject()", test_Case_o); - if (!test_Args_tc_matchAddNoProject_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchAddNoProject()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchAddNoProject() */ - if (!corto_checkState(test_Args_tc_matchAddNoProject_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchAddNoProject_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchAddNoProject_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchAddNoProject_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchAddNoProject() with C-function */ - corto_function(test_Args_tc_matchAddNoProject_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchAddNoProject(void *args, void *result); - corto_function(test_Args_tc_matchAddNoProject_o)->impl = (corto_word)__test_Args_tc_matchAddNoProject; - if (corto_define(test_Args_tc_matchAddNoProject_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchAddNoProject()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchAll() */ - test_Args_tc_matchAll_o = corto_declareChild(test_Args_o, "tc_matchAll()", test_Case_o); - if (!test_Args_tc_matchAll_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchAll()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchAll() */ - if (!corto_checkState(test_Args_tc_matchAll_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchAll_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchAll_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchAll_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchAll() with C-function */ - corto_function(test_Args_tc_matchAll_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchAll(void *args, void *result); - corto_function(test_Args_tc_matchAll_o)->impl = (corto_word)__test_Args_tc_matchAll; - if (corto_define(test_Args_tc_matchAll_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchAll()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchCreate() */ - test_Args_tc_matchCreate_o = corto_declareChild(test_Args_o, "tc_matchCreate()", test_Case_o); - if (!test_Args_tc_matchCreate_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchCreate()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchCreate() */ - if (!corto_checkState(test_Args_tc_matchCreate_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchCreate_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchCreate_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchCreate_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchCreate() with C-function */ - corto_function(test_Args_tc_matchCreate_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchCreate(void *args, void *result); - corto_function(test_Args_tc_matchCreate_o)->impl = (corto_word)__test_Args_tc_matchCreate; - if (corto_define(test_Args_tc_matchCreate_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchCreate()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchCreateApp() */ - test_Args_tc_matchCreateApp_o = corto_declareChild(test_Args_o, "tc_matchCreateApp()", test_Case_o); - if (!test_Args_tc_matchCreateApp_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchCreateApp()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchCreateApp() */ - if (!corto_checkState(test_Args_tc_matchCreateApp_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchCreateApp_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchCreateApp_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchCreateApp_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchCreateApp() with C-function */ - corto_function(test_Args_tc_matchCreateApp_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchCreateApp(void *args, void *result); - corto_function(test_Args_tc_matchCreateApp_o)->impl = (corto_word)__test_Args_tc_matchCreateApp; - if (corto_define(test_Args_tc_matchCreateApp_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchCreateApp()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchCreateMultiple() */ - test_Args_tc_matchCreateMultiple_o = corto_declareChild(test_Args_o, "tc_matchCreateMultiple()", test_Case_o); - if (!test_Args_tc_matchCreateMultiple_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchCreateMultiple()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchCreateMultiple() */ - if (!corto_checkState(test_Args_tc_matchCreateMultiple_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchCreateMultiple_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchCreateMultiple_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchCreateMultiple_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchCreateMultiple() with C-function */ - corto_function(test_Args_tc_matchCreateMultiple_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchCreateMultiple(void *args, void *result); - corto_function(test_Args_tc_matchCreateMultiple_o)->impl = (corto_word)__test_Args_tc_matchCreateMultiple; - if (corto_define(test_Args_tc_matchCreateMultiple_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchCreateMultiple()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchCreatePackage() */ - test_Args_tc_matchCreatePackage_o = corto_declareChild(test_Args_o, "tc_matchCreatePackage()", test_Case_o); - if (!test_Args_tc_matchCreatePackage_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchCreatePackage()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchCreatePackage() */ - if (!corto_checkState(test_Args_tc_matchCreatePackage_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchCreatePackage_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchCreatePackage_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchCreatePackage_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchCreatePackage() with C-function */ - corto_function(test_Args_tc_matchCreatePackage_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchCreatePackage(void *args, void *result); - corto_function(test_Args_tc_matchCreatePackage_o)->impl = (corto_word)__test_Args_tc_matchCreatePackage; - if (corto_define(test_Args_tc_matchCreatePackage_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchCreatePackage()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchCreatePackageAndApp() */ - test_Args_tc_matchCreatePackageAndApp_o = corto_declareChild(test_Args_o, "tc_matchCreatePackageAndApp()", test_Case_o); - if (!test_Args_tc_matchCreatePackageAndApp_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchCreatePackageAndApp()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchCreatePackageAndApp() */ - if (!corto_checkState(test_Args_tc_matchCreatePackageAndApp_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchCreatePackageAndApp_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchCreatePackageAndApp_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchCreatePackageAndApp_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchCreatePackageAndApp() with C-function */ - corto_function(test_Args_tc_matchCreatePackageAndApp_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchCreatePackageAndApp(void *args, void *result); - corto_function(test_Args_tc_matchCreatePackageAndApp_o)->impl = (corto_word)__test_Args_tc_matchCreatePackageAndApp; - if (corto_define(test_Args_tc_matchCreatePackageAndApp_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchCreatePackageAndApp()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchCreatePackageAndAppEscaped() */ - test_Args_tc_matchCreatePackageAndAppEscaped_o = corto_declareChild(test_Args_o, "tc_matchCreatePackageAndAppEscaped()", test_Case_o); - if (!test_Args_tc_matchCreatePackageAndAppEscaped_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchCreatePackageAndAppEscaped()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchCreatePackageAndAppEscaped() */ - if (!corto_checkState(test_Args_tc_matchCreatePackageAndAppEscaped_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchCreatePackageAndAppEscaped_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchCreatePackageAndAppEscaped_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchCreatePackageAndAppEscaped_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchCreatePackageAndAppEscaped() with C-function */ - corto_function(test_Args_tc_matchCreatePackageAndAppEscaped_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchCreatePackageAndAppEscaped(void *args, void *result); - corto_function(test_Args_tc_matchCreatePackageAndAppEscaped_o)->impl = (corto_word)__test_Args_tc_matchCreatePackageAndAppEscaped; - if (corto_define(test_Args_tc_matchCreatePackageAndAppEscaped_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchCreatePackageAndAppEscaped()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchCreatePackageOptions() */ - test_Args_tc_matchCreatePackageOptions_o = corto_declareChild(test_Args_o, "tc_matchCreatePackageOptions()", test_Case_o); - if (!test_Args_tc_matchCreatePackageOptions_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchCreatePackageOptions()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchCreatePackageOptions() */ - if (!corto_checkState(test_Args_tc_matchCreatePackageOptions_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchCreatePackageOptions_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchCreatePackageOptions_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchCreatePackageOptions_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchCreatePackageOptions() with C-function */ - corto_function(test_Args_tc_matchCreatePackageOptions_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchCreatePackageOptions(void *args, void *result); - corto_function(test_Args_tc_matchCreatePackageOptions_o)->impl = (corto_word)__test_Args_tc_matchCreatePackageOptions; - if (corto_define(test_Args_tc_matchCreatePackageOptions_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchCreatePackageOptions()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchDuplicate() */ - test_Args_tc_matchDuplicate_o = corto_declareChild(test_Args_o, "tc_matchDuplicate()", test_Case_o); - if (!test_Args_tc_matchDuplicate_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchDuplicate()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchDuplicate() */ - if (!corto_checkState(test_Args_tc_matchDuplicate_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchDuplicate_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchDuplicate_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchDuplicate_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchDuplicate() with C-function */ - corto_function(test_Args_tc_matchDuplicate_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchDuplicate(void *args, void *result); - corto_function(test_Args_tc_matchDuplicate_o)->impl = (corto_word)__test_Args_tc_matchDuplicate; - if (corto_define(test_Args_tc_matchDuplicate_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchDuplicate()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchDuplicateArg() */ - test_Args_tc_matchDuplicateArg_o = corto_declareChild(test_Args_o, "tc_matchDuplicateArg()", test_Case_o); - if (!test_Args_tc_matchDuplicateArg_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchDuplicateArg()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchDuplicateArg() */ - if (!corto_checkState(test_Args_tc_matchDuplicateArg_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchDuplicateArg_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchDuplicateArg_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchDuplicateArg_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchDuplicateArg() with C-function */ - corto_function(test_Args_tc_matchDuplicateArg_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchDuplicateArg(void *args, void *result); - corto_function(test_Args_tc_matchDuplicateArg_o)->impl = (corto_word)__test_Args_tc_matchDuplicateArg; - if (corto_define(test_Args_tc_matchDuplicateArg_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchDuplicateArg()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchErr() */ - test_Args_tc_matchErr_o = corto_declareChild(test_Args_o, "tc_matchErr()", test_Case_o); - if (!test_Args_tc_matchErr_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchErr()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchErr() */ - if (!corto_checkState(test_Args_tc_matchErr_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchErr_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchErr_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchErr_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchErr() with C-function */ - corto_function(test_Args_tc_matchErr_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchErr(void *args, void *result); - corto_function(test_Args_tc_matchErr_o)->impl = (corto_word)__test_Args_tc_matchErr; - if (corto_define(test_Args_tc_matchErr_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchErr()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchFixed() */ - test_Args_tc_matchFixed_o = corto_declareChild(test_Args_o, "tc_matchFixed()", test_Case_o); - if (!test_Args_tc_matchFixed_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchFixed()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchFixed() */ - if (!corto_checkState(test_Args_tc_matchFixed_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchFixed_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchFixed_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchFixed_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchFixed() with C-function */ - corto_function(test_Args_tc_matchFixed_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchFixed(void *args, void *result); - corto_function(test_Args_tc_matchFixed_o)->impl = (corto_word)__test_Args_tc_matchFixed; - if (corto_define(test_Args_tc_matchFixed_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchFixed()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchMultiple() */ - test_Args_tc_matchMultiple_o = corto_declareChild(test_Args_o, "tc_matchMultiple()", test_Case_o); - if (!test_Args_tc_matchMultiple_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchMultiple()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchMultiple() */ - if (!corto_checkState(test_Args_tc_matchMultiple_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchMultiple_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchMultiple_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchMultiple_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchMultiple() with C-function */ - corto_function(test_Args_tc_matchMultiple_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchMultiple(void *args, void *result); - corto_function(test_Args_tc_matchMultiple_o)->impl = (corto_word)__test_Args_tc_matchMultiple; - if (corto_define(test_Args_tc_matchMultiple_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchMultiple()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchMultipleArg() */ - test_Args_tc_matchMultipleArg_o = corto_declareChild(test_Args_o, "tc_matchMultipleArg()", test_Case_o); - if (!test_Args_tc_matchMultipleArg_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchMultipleArg()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchMultipleArg() */ - if (!corto_checkState(test_Args_tc_matchMultipleArg_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchMultipleArg_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchMultipleArg_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchMultipleArg_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchMultipleArg() with C-function */ - corto_function(test_Args_tc_matchMultipleArg_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchMultipleArg(void *args, void *result); - corto_function(test_Args_tc_matchMultipleArg_o)->impl = (corto_word)__test_Args_tc_matchMultipleArg; - if (corto_define(test_Args_tc_matchMultipleArg_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchMultipleArg()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchNone() */ - test_Args_tc_matchNone_o = corto_declareChild(test_Args_o, "tc_matchNone()", test_Case_o); - if (!test_Args_tc_matchNone_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchNone()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchNone() */ - if (!corto_checkState(test_Args_tc_matchNone_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchNone_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchNone_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchNone_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchNone() with C-function */ - corto_function(test_Args_tc_matchNone_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchNone(void *args, void *result); - corto_function(test_Args_tc_matchNone_o)->impl = (corto_word)__test_Args_tc_matchNone; - if (corto_define(test_Args_tc_matchNone_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchNone()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchOptional() */ - test_Args_tc_matchOptional_o = corto_declareChild(test_Args_o, "tc_matchOptional()", test_Case_o); - if (!test_Args_tc_matchOptional_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchOptional()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchOptional() */ - if (!corto_checkState(test_Args_tc_matchOptional_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchOptional_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchOptional_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchOptional_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchOptional() with C-function */ - corto_function(test_Args_tc_matchOptional_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchOptional(void *args, void *result); - corto_function(test_Args_tc_matchOptional_o)->impl = (corto_word)__test_Args_tc_matchOptional; - if (corto_define(test_Args_tc_matchOptional_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchOptional()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchOptionalOneArg() */ - test_Args_tc_matchOptionalOneArg_o = corto_declareChild(test_Args_o, "tc_matchOptionalOneArg()", test_Case_o); - if (!test_Args_tc_matchOptionalOneArg_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchOptionalOneArg()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchOptionalOneArg() */ - if (!corto_checkState(test_Args_tc_matchOptionalOneArg_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchOptionalOneArg_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchOptionalOneArg_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchOptionalOneArg_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchOptionalOneArg() with C-function */ - corto_function(test_Args_tc_matchOptionalOneArg_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchOptionalOneArg(void *args, void *result); - corto_function(test_Args_tc_matchOptionalOneArg_o)->impl = (corto_word)__test_Args_tc_matchOptionalOneArg; - if (corto_define(test_Args_tc_matchOptionalOneArg_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchOptionalOneArg()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchOptionalWithOtherArgs() */ - test_Args_tc_matchOptionalWithOtherArgs_o = corto_declareChild(test_Args_o, "tc_matchOptionalWithOtherArgs()", test_Case_o); - if (!test_Args_tc_matchOptionalWithOtherArgs_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchOptionalWithOtherArgs()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchOptionalWithOtherArgs() */ - if (!corto_checkState(test_Args_tc_matchOptionalWithOtherArgs_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchOptionalWithOtherArgs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchOptionalWithOtherArgs_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchOptionalWithOtherArgs_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchOptionalWithOtherArgs() with C-function */ - corto_function(test_Args_tc_matchOptionalWithOtherArgs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchOptionalWithOtherArgs(void *args, void *result); - corto_function(test_Args_tc_matchOptionalWithOtherArgs_o)->impl = (corto_word)__test_Args_tc_matchOptionalWithOtherArgs; - if (corto_define(test_Args_tc_matchOptionalWithOtherArgs_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchOptionalWithOtherArgs()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchPattern() */ - test_Args_tc_matchPattern_o = corto_declareChild(test_Args_o, "tc_matchPattern()", test_Case_o); - if (!test_Args_tc_matchPattern_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchPattern()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchPattern() */ - if (!corto_checkState(test_Args_tc_matchPattern_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchPattern_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchPattern_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchPattern_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchPattern() with C-function */ - corto_function(test_Args_tc_matchPattern_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchPattern(void *args, void *result); - corto_function(test_Args_tc_matchPattern_o)->impl = (corto_word)__test_Args_tc_matchPattern; - if (corto_define(test_Args_tc_matchPattern_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchPattern()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchPublish() */ - test_Args_tc_matchPublish_o = corto_declareChild(test_Args_o, "tc_matchPublish()", test_Case_o); - if (!test_Args_tc_matchPublish_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchPublish()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchPublish() */ - if (!corto_checkState(test_Args_tc_matchPublish_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchPublish_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchPublish_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchPublish_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchPublish() with C-function */ - corto_function(test_Args_tc_matchPublish_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchPublish(void *args, void *result); - corto_function(test_Args_tc_matchPublish_o)->impl = (corto_word)__test_Args_tc_matchPublish; - if (corto_define(test_Args_tc_matchPublish_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchPublish()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchPublishNoProject() */ - test_Args_tc_matchPublishNoProject_o = corto_declareChild(test_Args_o, "tc_matchPublishNoProject()", test_Case_o); - if (!test_Args_tc_matchPublishNoProject_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchPublishNoProject()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchPublishNoProject() */ - if (!corto_checkState(test_Args_tc_matchPublishNoProject_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchPublishNoProject_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchPublishNoProject_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchPublishNoProject_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchPublishNoProject() with C-function */ - corto_function(test_Args_tc_matchPublishNoProject_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchPublishNoProject(void *args, void *result); - corto_function(test_Args_tc_matchPublishNoProject_o)->impl = (corto_word)__test_Args_tc_matchPublishNoProject; - if (corto_define(test_Args_tc_matchPublishNoProject_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchPublishNoProject()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchShell() */ - test_Args_tc_matchShell_o = corto_declareChild(test_Args_o, "tc_matchShell()", test_Case_o); - if (!test_Args_tc_matchShell_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchShell()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchShell() */ - if (!corto_checkState(test_Args_tc_matchShell_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchShell_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchShell_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchShell_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchShell() with C-function */ - corto_function(test_Args_tc_matchShell_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchShell(void *args, void *result); - corto_function(test_Args_tc_matchShell_o)->impl = (corto_word)__test_Args_tc_matchShell; - if (corto_define(test_Args_tc_matchShell_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchShell()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchSingle() */ - test_Args_tc_matchSingle_o = corto_declareChild(test_Args_o, "tc_matchSingle()", test_Case_o); - if (!test_Args_tc_matchSingle_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchSingle()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchSingle() */ - if (!corto_checkState(test_Args_tc_matchSingle_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchSingle_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchSingle_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchSingle_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchSingle() with C-function */ - corto_function(test_Args_tc_matchSingle_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchSingle(void *args, void *result); - corto_function(test_Args_tc_matchSingle_o)->impl = (corto_word)__test_Args_tc_matchSingle; - if (corto_define(test_Args_tc_matchSingle_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchSingle()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Args/tc_matchSingleArg() */ - test_Args_tc_matchSingleArg_o = corto_declareChild(test_Args_o, "tc_matchSingleArg()", test_Case_o); - if (!test_Args_tc_matchSingleArg_o) { - corto_error("test_load: failed to declare '/test/Args/tc_matchSingleArg()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Args/tc_matchSingleArg() */ - if (!corto_checkState(test_Args_tc_matchSingleArg_o, CORTO_DEFINED)) { - corto_function(test_Args_tc_matchSingleArg_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Args_tc_matchSingleArg_o)->returnsReference = FALSE; - corto_method(test_Args_tc_matchSingleArg_o)->_virtual = FALSE; - - /* Bind /test/Args/tc_matchSingleArg() with C-function */ - corto_function(test_Args_tc_matchSingleArg_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Args_tc_matchSingleArg(void *args, void *result); - corto_function(test_Args_tc_matchSingleArg_o)->impl = (corto_word)__test_Args_tc_matchSingleArg; - if (corto_define(test_Args_tc_matchSingleArg_o)) { - corto_error("test_load: failed to define '/test/Args/tc_matchSingleArg()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Bar */ - test_Bar_o = corto_declareChild(test_o, "Bar", corto_class_o); - if (!test_Bar_o) { - corto_error("test_load: failed to declare '/test/Bar' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Bar/__dummy */ - test_Bar___dummy_o = corto_declareChild(test_Bar_o, "__dummy", corto_member_o); - if (!test_Bar___dummy_o) { - corto_error("test_load: failed to declare '/test/Bar/__dummy' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Bar/__dummy */ - if (!corto_checkState(test_Bar___dummy_o, CORTO_DEFINED)) { - test_Bar___dummy_o->type = corto_resolve(NULL, "/corto/lang/int8"); - test_Bar___dummy_o->modifiers = 0x3; - test_Bar___dummy_o->state = 0x6; - test_Bar___dummy_o->weak = FALSE; - test_Bar___dummy_o->id = 0; - if (corto_define(test_Bar___dummy_o)) { - corto_error("test_load: failed to define '/test/Bar/__dummy' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Bar/init() */ - test_Bar_init_o = corto_declareChild(test_Bar_o, "init()", corto_method_o); - if (!test_Bar_init_o) { - corto_error("test_load: failed to declare '/test/Bar/init()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Bar/init() */ - if (!corto_checkState(test_Bar_init_o, CORTO_DEFINED)) { - corto_function(test_Bar_init_o)->returnType = corto_resolve(NULL, "/corto/lang/int16"); - corto_function(test_Bar_init_o)->returnsReference = FALSE; - test_Bar_init_o->_virtual = FALSE; - - /* Bind /test/Bar/init() with C-function */ - corto_function(test_Bar_init_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Bar_init(void *args, void *result); - corto_function(test_Bar_init_o)->impl = (corto_word)__test_Bar_init; - if (corto_define(test_Bar_init_o)) { - corto_error("test_load: failed to define '/test/Bar/init()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/Bar */ - if (!corto_checkState(test_Bar_o, CORTO_DEFINED)) { - corto_type(test_Bar_o)->parentType = NULL; - corto_type(test_Bar_o)->parentState = 0x6; - corto_type(test_Bar_o)->defaultType = NULL; - corto_type(test_Bar_o)->defaultProcedureType = NULL; - corto_interface(test_Bar_o)->base = NULL; - corto_struct(test_Bar_o)->baseAccess = 0x0; - test_Bar_o->implements.length = 0; - test_Bar_o->implements.buffer = NULL; - if (corto_define(test_Bar_o)) { - corto_error("test_load: failed to define '/test/Bar' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Bar_o)->size != sizeof(struct test_Bar_s)) { - corto_error("test_load: calculated size '%d' of type '/test/Bar' doesn't match C-type size '%d'", corto_type(test_Bar_o)->size, sizeof(struct test_Bar_s)); - } - - /* Declare /test/Cat */ - test_Cat_o = corto_declareChild(test_o, "Cat", corto_class_o); - if (!test_Cat_o) { - corto_error("test_load: failed to declare '/test/Cat' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Cat/b */ - test_Cat_b_o = corto_declareChild(test_Cat_o, "b", corto_member_o); - if (!test_Cat_b_o) { - corto_error("test_load: failed to declare '/test/Cat/b' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Cat/b */ - if (!corto_checkState(test_Cat_b_o, CORTO_DEFINED)) { - test_Cat_b_o->type = corto_resolve(NULL, "/corto/lang/bool"); - test_Cat_b_o->modifiers = 0x0; - test_Cat_b_o->state = 0x6; - test_Cat_b_o->weak = FALSE; - test_Cat_b_o->id = 0; - if (corto_define(test_Cat_b_o)) { - corto_error("test_load: failed to define '/test/Cat/b' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/Cat */ - if (!corto_checkState(test_Cat_o, CORTO_DEFINED)) { - corto_type(test_Cat_o)->parentType = NULL; - corto_type(test_Cat_o)->parentState = 0x6; - corto_type(test_Cat_o)->defaultType = NULL; - corto_type(test_Cat_o)->defaultProcedureType = NULL; - corto_interface(test_Cat_o)->base = corto_resolve(NULL, "/test/Animal"); - corto_struct(test_Cat_o)->baseAccess = 0x0; - test_Cat_o->implements.length = 0; - test_Cat_o->implements.buffer = NULL; - if (corto_define(test_Cat_o)) { - corto_error("test_load: failed to define '/test/Cat' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Cat_o)->size != sizeof(struct test_Cat_s)) { - corto_error("test_load: calculated size '%d' of type '/test/Cat' doesn't match C-type size '%d'", corto_type(test_Cat_o)->size, sizeof(struct test_Cat_s)); - } - - /* Declare /test/Color */ - test_Color_o = corto_declareChild(test_o, "Color", corto_enum_o); - if (!test_Color_o) { - corto_error("test_load: failed to declare '/test/Color' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Color/Blue */ - test_Color_Blue_o = corto_declareChild(test_Color_o, "Blue", corto_constant_o); - if (!test_Color_Blue_o) { - corto_error("test_load: failed to declare '/test/Color/Blue' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Color/Blue */ - if (!corto_checkState(test_Color_Blue_o, CORTO_DEFINED)) { - (*test_Color_Blue_o) = 4; - if (corto_define(test_Color_Blue_o)) { - corto_error("test_load: failed to define '/test/Color/Blue' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Color/Green */ - test_Color_Green_o = corto_declareChild(test_Color_o, "Green", corto_constant_o); - if (!test_Color_Green_o) { - corto_error("test_load: failed to declare '/test/Color/Green' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Color/Green */ - if (!corto_checkState(test_Color_Green_o, CORTO_DEFINED)) { - (*test_Color_Green_o) = 3; - if (corto_define(test_Color_Green_o)) { - corto_error("test_load: failed to define '/test/Color/Green' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Color/Orange */ - test_Color_Orange_o = corto_declareChild(test_Color_o, "Orange", corto_constant_o); - if (!test_Color_Orange_o) { - corto_error("test_load: failed to declare '/test/Color/Orange' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Color/Orange */ - if (!corto_checkState(test_Color_Orange_o, CORTO_DEFINED)) { - (*test_Color_Orange_o) = 1; - if (corto_define(test_Color_Orange_o)) { - corto_error("test_load: failed to define '/test/Color/Orange' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Color/Red */ - test_Color_Red_o = corto_declareChild(test_Color_o, "Red", corto_constant_o); - if (!test_Color_Red_o) { - corto_error("test_load: failed to declare '/test/Color/Red' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Color/Red */ - if (!corto_checkState(test_Color_Red_o, CORTO_DEFINED)) { - (*test_Color_Red_o) = 0; - if (corto_define(test_Color_Red_o)) { - corto_error("test_load: failed to define '/test/Color/Red' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Color/Yellow */ - test_Color_Yellow_o = corto_declareChild(test_Color_o, "Yellow", corto_constant_o); - if (!test_Color_Yellow_o) { - corto_error("test_load: failed to declare '/test/Color/Yellow' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Color/Yellow */ - if (!corto_checkState(test_Color_Yellow_o, CORTO_DEFINED)) { - (*test_Color_Yellow_o) = 2; - if (corto_define(test_Color_Yellow_o)) { - corto_error("test_load: failed to define '/test/Color/Yellow' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/Color */ - if (!corto_checkState(test_Color_o, CORTO_DEFINED)) { - if (corto_define(test_Color_o)) { - corto_error("test_load: failed to define '/test/Color' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Color_o)->size != sizeof(test_Color)) { - corto_error("test_load: calculated size '%d' of type '/test/Color' doesn't match C-type size '%d'", corto_type(test_Color_o)->size, sizeof(test_Color)); - } - - /* Declare /test/ol_any(/test/Color a) */ - test_ol_any__test_Color_o = corto_declareChild(test_o, "ol_any(/test/Color a)", corto_function_o); - if (!test_ol_any__test_Color_o) { - corto_error("test_load: failed to declare '/test/ol_any(/test/Color a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_any(/test/Color a) */ - if (!corto_checkState(test_ol_any__test_Color_o, CORTO_DEFINED)) { - test_ol_any__test_Color_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_any__test_Color_o->returnsReference = FALSE; - - /* Bind /test/ol_any(/test/Color a) with C-function */ - corto_function(test_ol_any__test_Color_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_any__test_Color(void *args, void *result); - corto_function(test_ol_any__test_Color_o)->impl = (corto_word)__test_ol_any__test_Color; - if (corto_define(test_ol_any__test_Color_o)) { - corto_error("test_load: failed to define '/test/ol_any(/test/Color a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/CompositeCollection */ - test_CompositeCollection_o = corto_declareChild(test_o, "CompositeCollection", corto_struct_o); - if (!test_CompositeCollection_o) { - corto_error("test_load: failed to declare '/test/CompositeCollection' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/CompositeCollection/points */ - test_CompositeCollection_points_o = corto_declareChild(test_CompositeCollection_o, "points", corto_member_o); - if (!test_CompositeCollection_points_o) { - corto_error("test_load: failed to declare '/test/CompositeCollection/points' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/constructCalled */ - test_constructCalled_o = corto_declareChild(test_o, "constructCalled", corto_int8_o); - if (!test_constructCalled_o) { - corto_error("test_load: failed to declare '/test/constructCalled' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/constructCalled */ - if (!corto_checkState(test_constructCalled_o, CORTO_DEFINED)) { - (*test_constructCalled_o) = 0; - if (corto_define(test_constructCalled_o)) { - corto_error("test_load: failed to define '/test/constructCalled' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/DeclaredParent */ - test_DeclaredParent_o = corto_declareChild(test_o, "DeclaredParent", corto_struct_o); - if (!test_DeclaredParent_o) { - corto_error("test_load: failed to declare '/test/DeclaredParent' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/DeclaredParent/Foo */ - test_DeclaredParent_Foo_o = corto_declareChild(test_DeclaredParent_o, "Foo", corto_member_o); - if (!test_DeclaredParent_Foo_o) { - corto_error("test_load: failed to declare '/test/DeclaredParent/Foo' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/DeclaredParent/Foo */ - if (!corto_checkState(test_DeclaredParent_Foo_o, CORTO_DEFINED)) { - test_DeclaredParent_Foo_o->type = corto_resolve(NULL, "/corto/lang/int32"); - test_DeclaredParent_Foo_o->modifiers = 0x0; - test_DeclaredParent_Foo_o->state = 0x6; - test_DeclaredParent_Foo_o->weak = FALSE; - test_DeclaredParent_Foo_o->id = 0; - if (corto_define(test_DeclaredParent_Foo_o)) { - corto_error("test_load: failed to define '/test/DeclaredParent/Foo' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/DeclaredParent */ - if (!corto_checkState(test_DeclaredParent_o, CORTO_DEFINED)) { - corto_type(test_DeclaredParent_o)->parentType = NULL; - corto_type(test_DeclaredParent_o)->parentState = 0x2; - corto_type(test_DeclaredParent_o)->defaultType = NULL; - corto_type(test_DeclaredParent_o)->defaultProcedureType = NULL; - corto_interface(test_DeclaredParent_o)->base = NULL; - test_DeclaredParent_o->baseAccess = 0x0; - if (corto_define(test_DeclaredParent_o)) { - corto_error("test_load: failed to define '/test/DeclaredParent' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_DeclaredParent_o)->size != sizeof(test_DeclaredParent)) { - corto_error("test_load: calculated size '%d' of type '/test/DeclaredParent' doesn't match C-type size '%d'", corto_type(test_DeclaredParent_o)->size, sizeof(test_DeclaredParent)); - } - - /* Declare /test/DefinedParent */ - test_DefinedParent_o = corto_declareChild(test_o, "DefinedParent", corto_struct_o); - if (!test_DefinedParent_o) { - corto_error("test_load: failed to declare '/test/DefinedParent' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/DefinedParent/Foo */ - test_DefinedParent_Foo_o = corto_declareChild(test_DefinedParent_o, "Foo", corto_member_o); - if (!test_DefinedParent_Foo_o) { - corto_error("test_load: failed to declare '/test/DefinedParent/Foo' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/DefinedParent/Foo */ - if (!corto_checkState(test_DefinedParent_Foo_o, CORTO_DEFINED)) { - test_DefinedParent_Foo_o->type = corto_resolve(NULL, "/corto/lang/int32"); - test_DefinedParent_Foo_o->modifiers = 0x0; - test_DefinedParent_Foo_o->state = 0x6; - test_DefinedParent_Foo_o->weak = FALSE; - test_DefinedParent_Foo_o->id = 0; - if (corto_define(test_DefinedParent_Foo_o)) { - corto_error("test_load: failed to define '/test/DefinedParent/Foo' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/DefinedParent */ - if (!corto_checkState(test_DefinedParent_o, CORTO_DEFINED)) { - corto_type(test_DefinedParent_o)->parentType = NULL; - corto_type(test_DefinedParent_o)->parentState = 0x4; - corto_type(test_DefinedParent_o)->defaultType = NULL; - corto_type(test_DefinedParent_o)->defaultProcedureType = NULL; - corto_interface(test_DefinedParent_o)->base = NULL; - test_DefinedParent_o->baseAccess = 0x0; - if (corto_define(test_DefinedParent_o)) { - corto_error("test_load: failed to define '/test/DefinedParent' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_DefinedParent_o)->size != sizeof(test_DefinedParent)) { - corto_error("test_load: calculated size '%d' of type '/test/DefinedParent' doesn't match C-type size '%d'", corto_type(test_DefinedParent_o)->size, sizeof(test_DefinedParent)); - } - - /* Declare /test/destructCalled */ - test_destructCalled_o = corto_declareChild(test_o, "destructCalled", corto_int8_o); - if (!test_destructCalled_o) { - corto_error("test_load: failed to declare '/test/destructCalled' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/destructCalled */ - if (!corto_checkState(test_destructCalled_o, CORTO_DEFINED)) { - (*test_destructCalled_o) = 0; - if (corto_define(test_destructCalled_o)) { - corto_error("test_load: failed to define '/test/destructCalled' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Dog */ - test_Dog_o = corto_declareChild(test_o, "Dog", corto_class_o); - if (!test_Dog_o) { - corto_error("test_load: failed to declare '/test/Dog' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Dog/b */ - test_Dog_b_o = corto_declareChild(test_Dog_o, "b", corto_member_o); - if (!test_Dog_b_o) { - corto_error("test_load: failed to declare '/test/Dog/b' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Dog/b */ - if (!corto_checkState(test_Dog_b_o, CORTO_DEFINED)) { - test_Dog_b_o->type = corto_resolve(NULL, "/corto/lang/bool"); - test_Dog_b_o->modifiers = 0x0; - test_Dog_b_o->state = 0x6; - test_Dog_b_o->weak = FALSE; - test_Dog_b_o->id = 0; - if (corto_define(test_Dog_b_o)) { - corto_error("test_load: failed to define '/test/Dog/b' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/Dog */ - if (!corto_checkState(test_Dog_o, CORTO_DEFINED)) { - corto_type(test_Dog_o)->parentType = NULL; - corto_type(test_Dog_o)->parentState = 0x6; - corto_type(test_Dog_o)->defaultType = NULL; - corto_type(test_Dog_o)->defaultProcedureType = NULL; - corto_interface(test_Dog_o)->base = corto_resolve(NULL, "/test/Animal"); - corto_struct(test_Dog_o)->baseAccess = 0x0; - test_Dog_o->implements.length = 0; - test_Dog_o->implements.buffer = NULL; - if (corto_define(test_Dog_o)) { - corto_error("test_load: failed to define '/test/Dog' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Dog_o)->size != sizeof(struct test_Dog_s)) { - corto_error("test_load: calculated size '%d' of type '/test/Dog' doesn't match C-type size '%d'", corto_type(test_Dog_o)->size, sizeof(struct test_Dog_s)); - } - - /* Declare /test/ol_inherit(/test/Dog a) */ - test_ol_inherit__test_Dog_o = corto_declareChild(test_o, "ol_inherit(/test/Dog a)", corto_function_o); - if (!test_ol_inherit__test_Dog_o) { - corto_error("test_load: failed to declare '/test/ol_inherit(/test/Dog a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_inherit(/test/Dog a) */ - if (!corto_checkState(test_ol_inherit__test_Dog_o, CORTO_DEFINED)) { - test_ol_inherit__test_Dog_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_inherit__test_Dog_o->returnsReference = FALSE; - - /* Bind /test/ol_inherit(/test/Dog a) with C-function */ - corto_function(test_ol_inherit__test_Dog_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_inherit__test_Dog(void *args, void *result); - corto_function(test_ol_inherit__test_Dog_o)->impl = (corto_word)__test_ol_inherit__test_Dog; - if (corto_define(test_ol_inherit__test_Dog_o)) { - corto_error("test_load: failed to define '/test/ol_inherit(/test/Dog a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Env */ - test_Env_o = corto_declareChild(test_o, "Env", test_Suite_o); - if (!test_Env_o) { - corto_error("test_load: failed to declare '/test/Env' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Env */ - if (!corto_checkState(test_Env_o, CORTO_DEFINED)) { - corto_type(test_Env_o)->parentType = NULL; - corto_type(test_Env_o)->parentState = 0x6; - corto_type(test_Env_o)->defaultType = NULL; - corto_type(test_Env_o)->defaultProcedureType = NULL; - corto_interface(test_Env_o)->base = corto_resolve(NULL, "/corto/test/SuiteData"); - corto_struct(test_Env_o)->baseAccess = 0x0; - corto_class(test_Env_o)->implements.length = 0; - corto_class(test_Env_o)->implements.buffer = NULL; - if (corto_define(test_Env_o)) { - corto_error("test_load: failed to define '/test/Env' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Env_o)->size != sizeof(struct test_Env_s)) { - corto_error("test_load: calculated size '%d' of type '/test/Env' doesn't match C-type size '%d'", corto_type(test_Env_o)->size, sizeof(struct test_Env_s)); - } - - /* Declare /test/Env/tc_envparseFormatAndReplace() */ - test_Env_tc_envparseFormatAndReplace_o = corto_declareChild(test_Env_o, "tc_envparseFormatAndReplace()", test_Case_o); - if (!test_Env_tc_envparseFormatAndReplace_o) { - corto_error("test_load: failed to declare '/test/Env/tc_envparseFormatAndReplace()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Env/tc_envparseFormatAndReplace() */ - if (!corto_checkState(test_Env_tc_envparseFormatAndReplace_o, CORTO_DEFINED)) { - corto_function(test_Env_tc_envparseFormatAndReplace_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Env_tc_envparseFormatAndReplace_o)->returnsReference = FALSE; - corto_method(test_Env_tc_envparseFormatAndReplace_o)->_virtual = FALSE; - - /* Bind /test/Env/tc_envparseFormatAndReplace() with C-function */ - corto_function(test_Env_tc_envparseFormatAndReplace_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Env_tc_envparseFormatAndReplace(void *args, void *result); - corto_function(test_Env_tc_envparseFormatAndReplace_o)->impl = (corto_word)__test_Env_tc_envparseFormatAndReplace; - if (corto_define(test_Env_tc_envparseFormatAndReplace_o)) { - corto_error("test_load: failed to define '/test/Env/tc_envparseFormatAndReplace()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Env/tc_envparseReplaceMultiple() */ - test_Env_tc_envparseReplaceMultiple_o = corto_declareChild(test_Env_o, "tc_envparseReplaceMultiple()", test_Case_o); - if (!test_Env_tc_envparseReplaceMultiple_o) { - corto_error("test_load: failed to declare '/test/Env/tc_envparseReplaceMultiple()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Env/tc_envparseReplaceMultiple() */ - if (!corto_checkState(test_Env_tc_envparseReplaceMultiple_o, CORTO_DEFINED)) { - corto_function(test_Env_tc_envparseReplaceMultiple_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Env_tc_envparseReplaceMultiple_o)->returnsReference = FALSE; - corto_method(test_Env_tc_envparseReplaceMultiple_o)->_virtual = FALSE; - - /* Bind /test/Env/tc_envparseReplaceMultiple() with C-function */ - corto_function(test_Env_tc_envparseReplaceMultiple_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Env_tc_envparseReplaceMultiple(void *args, void *result); - corto_function(test_Env_tc_envparseReplaceMultiple_o)->impl = (corto_word)__test_Env_tc_envparseReplaceMultiple; - if (corto_define(test_Env_tc_envparseReplaceMultiple_o)) { - corto_error("test_load: failed to define '/test/Env/tc_envparseReplaceMultiple()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Env/tc_envparseReplaceWithSameVariable() */ - test_Env_tc_envparseReplaceWithSameVariable_o = corto_declareChild(test_Env_o, "tc_envparseReplaceWithSameVariable()", test_Case_o); - if (!test_Env_tc_envparseReplaceWithSameVariable_o) { - corto_error("test_load: failed to declare '/test/Env/tc_envparseReplaceWithSameVariable()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Env/tc_envparseReplaceWithSameVariable() */ - if (!corto_checkState(test_Env_tc_envparseReplaceWithSameVariable_o, CORTO_DEFINED)) { - corto_function(test_Env_tc_envparseReplaceWithSameVariable_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Env_tc_envparseReplaceWithSameVariable_o)->returnsReference = FALSE; - corto_method(test_Env_tc_envparseReplaceWithSameVariable_o)->_virtual = FALSE; - - /* Bind /test/Env/tc_envparseReplaceWithSameVariable() with C-function */ - corto_function(test_Env_tc_envparseReplaceWithSameVariable_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Env_tc_envparseReplaceWithSameVariable(void *args, void *result); - corto_function(test_Env_tc_envparseReplaceWithSameVariable_o)->impl = (corto_word)__test_Env_tc_envparseReplaceWithSameVariable; - if (corto_define(test_Env_tc_envparseReplaceWithSameVariable_o)) { - corto_error("test_load: failed to define '/test/Env/tc_envparseReplaceWithSameVariable()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Env/tc_envparseSimpleFormat() */ - test_Env_tc_envparseSimpleFormat_o = corto_declareChild(test_Env_o, "tc_envparseSimpleFormat()", test_Case_o); - if (!test_Env_tc_envparseSimpleFormat_o) { - corto_error("test_load: failed to declare '/test/Env/tc_envparseSimpleFormat()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Env/tc_envparseSimpleFormat() */ - if (!corto_checkState(test_Env_tc_envparseSimpleFormat_o, CORTO_DEFINED)) { - corto_function(test_Env_tc_envparseSimpleFormat_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Env_tc_envparseSimpleFormat_o)->returnsReference = FALSE; - corto_method(test_Env_tc_envparseSimpleFormat_o)->_virtual = FALSE; - - /* Bind /test/Env/tc_envparseSimpleFormat() with C-function */ - corto_function(test_Env_tc_envparseSimpleFormat_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Env_tc_envparseSimpleFormat(void *args, void *result); - corto_function(test_Env_tc_envparseSimpleFormat_o)->impl = (corto_word)__test_Env_tc_envparseSimpleFormat; - if (corto_define(test_Env_tc_envparseSimpleFormat_o)) { - corto_error("test_load: failed to define '/test/Env/tc_envparseSimpleFormat()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Env/tc_envparseSimpleReplace() */ - test_Env_tc_envparseSimpleReplace_o = corto_declareChild(test_Env_o, "tc_envparseSimpleReplace()", test_Case_o); - if (!test_Env_tc_envparseSimpleReplace_o) { - corto_error("test_load: failed to declare '/test/Env/tc_envparseSimpleReplace()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Env/tc_envparseSimpleReplace() */ - if (!corto_checkState(test_Env_tc_envparseSimpleReplace_o, CORTO_DEFINED)) { - corto_function(test_Env_tc_envparseSimpleReplace_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Env_tc_envparseSimpleReplace_o)->returnsReference = FALSE; - corto_method(test_Env_tc_envparseSimpleReplace_o)->_virtual = FALSE; - - /* Bind /test/Env/tc_envparseSimpleReplace() with C-function */ - corto_function(test_Env_tc_envparseSimpleReplace_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Env_tc_envparseSimpleReplace(void *args, void *result); - corto_function(test_Env_tc_envparseSimpleReplace_o)->impl = (corto_word)__test_Env_tc_envparseSimpleReplace; - if (corto_define(test_Env_tc_envparseSimpleReplace_o)) { - corto_error("test_load: failed to define '/test/Env/tc_envparseSimpleReplace()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Env/tc_envparseVariableNotFound() */ - test_Env_tc_envparseVariableNotFound_o = corto_declareChild(test_Env_o, "tc_envparseVariableNotFound()", test_Case_o); - if (!test_Env_tc_envparseVariableNotFound_o) { - corto_error("test_load: failed to declare '/test/Env/tc_envparseVariableNotFound()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Env/tc_envparseVariableNotFound() */ - if (!corto_checkState(test_Env_tc_envparseVariableNotFound_o, CORTO_DEFINED)) { - corto_function(test_Env_tc_envparseVariableNotFound_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Env_tc_envparseVariableNotFound_o)->returnsReference = FALSE; - corto_method(test_Env_tc_envparseVariableNotFound_o)->_virtual = FALSE; - - /* Bind /test/Env/tc_envparseVariableNotFound() with C-function */ - corto_function(test_Env_tc_envparseVariableNotFound_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Env_tc_envparseVariableNotFound(void *args, void *result); - corto_function(test_Env_tc_envparseVariableNotFound_o)->impl = (corto_word)__test_Env_tc_envparseVariableNotFound; - if (corto_define(test_Env_tc_envparseVariableNotFound_o)) { - corto_error("test_load: failed to define '/test/Env/tc_envparseVariableNotFound()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Env/tc_setenvFormatAndReplace() */ - test_Env_tc_setenvFormatAndReplace_o = corto_declareChild(test_Env_o, "tc_setenvFormatAndReplace()", test_Case_o); - if (!test_Env_tc_setenvFormatAndReplace_o) { - corto_error("test_load: failed to declare '/test/Env/tc_setenvFormatAndReplace()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Env/tc_setenvFormatAndReplace() */ - if (!corto_checkState(test_Env_tc_setenvFormatAndReplace_o, CORTO_DEFINED)) { - corto_function(test_Env_tc_setenvFormatAndReplace_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Env_tc_setenvFormatAndReplace_o)->returnsReference = FALSE; - corto_method(test_Env_tc_setenvFormatAndReplace_o)->_virtual = FALSE; - - /* Bind /test/Env/tc_setenvFormatAndReplace() with C-function */ - corto_function(test_Env_tc_setenvFormatAndReplace_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Env_tc_setenvFormatAndReplace(void *args, void *result); - corto_function(test_Env_tc_setenvFormatAndReplace_o)->impl = (corto_word)__test_Env_tc_setenvFormatAndReplace; - if (corto_define(test_Env_tc_setenvFormatAndReplace_o)) { - corto_error("test_load: failed to define '/test/Env/tc_setenvFormatAndReplace()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Env/tc_setenvNull() */ - test_Env_tc_setenvNull_o = corto_declareChild(test_Env_o, "tc_setenvNull()", test_Case_o); - if (!test_Env_tc_setenvNull_o) { - corto_error("test_load: failed to declare '/test/Env/tc_setenvNull()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Env/tc_setenvNull() */ - if (!corto_checkState(test_Env_tc_setenvNull_o, CORTO_DEFINED)) { - corto_function(test_Env_tc_setenvNull_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Env_tc_setenvNull_o)->returnsReference = FALSE; - corto_method(test_Env_tc_setenvNull_o)->_virtual = FALSE; - - /* Bind /test/Env/tc_setenvNull() with C-function */ - corto_function(test_Env_tc_setenvNull_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Env_tc_setenvNull(void *args, void *result); - corto_function(test_Env_tc_setenvNull_o)->impl = (corto_word)__test_Env_tc_setenvNull; - if (corto_define(test_Env_tc_setenvNull_o)) { - corto_error("test_load: failed to define '/test/Env/tc_setenvNull()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Env/tc_setenvReplaceMultiple() */ - test_Env_tc_setenvReplaceMultiple_o = corto_declareChild(test_Env_o, "tc_setenvReplaceMultiple()", test_Case_o); - if (!test_Env_tc_setenvReplaceMultiple_o) { - corto_error("test_load: failed to declare '/test/Env/tc_setenvReplaceMultiple()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Env/tc_setenvReplaceMultiple() */ - if (!corto_checkState(test_Env_tc_setenvReplaceMultiple_o, CORTO_DEFINED)) { - corto_function(test_Env_tc_setenvReplaceMultiple_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Env_tc_setenvReplaceMultiple_o)->returnsReference = FALSE; - corto_method(test_Env_tc_setenvReplaceMultiple_o)->_virtual = FALSE; - - /* Bind /test/Env/tc_setenvReplaceMultiple() with C-function */ - corto_function(test_Env_tc_setenvReplaceMultiple_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Env_tc_setenvReplaceMultiple(void *args, void *result); - corto_function(test_Env_tc_setenvReplaceMultiple_o)->impl = (corto_word)__test_Env_tc_setenvReplaceMultiple; - if (corto_define(test_Env_tc_setenvReplaceMultiple_o)) { - corto_error("test_load: failed to define '/test/Env/tc_setenvReplaceMultiple()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Env/tc_setenvReplaceWithSameVariable() */ - test_Env_tc_setenvReplaceWithSameVariable_o = corto_declareChild(test_Env_o, "tc_setenvReplaceWithSameVariable()", test_Case_o); - if (!test_Env_tc_setenvReplaceWithSameVariable_o) { - corto_error("test_load: failed to declare '/test/Env/tc_setenvReplaceWithSameVariable()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Env/tc_setenvReplaceWithSameVariable() */ - if (!corto_checkState(test_Env_tc_setenvReplaceWithSameVariable_o, CORTO_DEFINED)) { - corto_function(test_Env_tc_setenvReplaceWithSameVariable_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Env_tc_setenvReplaceWithSameVariable_o)->returnsReference = FALSE; - corto_method(test_Env_tc_setenvReplaceWithSameVariable_o)->_virtual = FALSE; - - /* Bind /test/Env/tc_setenvReplaceWithSameVariable() with C-function */ - corto_function(test_Env_tc_setenvReplaceWithSameVariable_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Env_tc_setenvReplaceWithSameVariable(void *args, void *result); - corto_function(test_Env_tc_setenvReplaceWithSameVariable_o)->impl = (corto_word)__test_Env_tc_setenvReplaceWithSameVariable; - if (corto_define(test_Env_tc_setenvReplaceWithSameVariable_o)) { - corto_error("test_load: failed to define '/test/Env/tc_setenvReplaceWithSameVariable()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Env/tc_setenvSimple() */ - test_Env_tc_setenvSimple_o = corto_declareChild(test_Env_o, "tc_setenvSimple()", test_Case_o); - if (!test_Env_tc_setenvSimple_o) { - corto_error("test_load: failed to declare '/test/Env/tc_setenvSimple()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Env/tc_setenvSimple() */ - if (!corto_checkState(test_Env_tc_setenvSimple_o, CORTO_DEFINED)) { - corto_function(test_Env_tc_setenvSimple_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Env_tc_setenvSimple_o)->returnsReference = FALSE; - corto_method(test_Env_tc_setenvSimple_o)->_virtual = FALSE; - - /* Bind /test/Env/tc_setenvSimple() with C-function */ - corto_function(test_Env_tc_setenvSimple_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Env_tc_setenvSimple(void *args, void *result); - corto_function(test_Env_tc_setenvSimple_o)->impl = (corto_word)__test_Env_tc_setenvSimple; - if (corto_define(test_Env_tc_setenvSimple_o)) { - corto_error("test_load: failed to define '/test/Env/tc_setenvSimple()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Env/tc_setenvSimpleFormat() */ - test_Env_tc_setenvSimpleFormat_o = corto_declareChild(test_Env_o, "tc_setenvSimpleFormat()", test_Case_o); - if (!test_Env_tc_setenvSimpleFormat_o) { - corto_error("test_load: failed to declare '/test/Env/tc_setenvSimpleFormat()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Env/tc_setenvSimpleFormat() */ - if (!corto_checkState(test_Env_tc_setenvSimpleFormat_o, CORTO_DEFINED)) { - corto_function(test_Env_tc_setenvSimpleFormat_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Env_tc_setenvSimpleFormat_o)->returnsReference = FALSE; - corto_method(test_Env_tc_setenvSimpleFormat_o)->_virtual = FALSE; - - /* Bind /test/Env/tc_setenvSimpleFormat() with C-function */ - corto_function(test_Env_tc_setenvSimpleFormat_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Env_tc_setenvSimpleFormat(void *args, void *result); - corto_function(test_Env_tc_setenvSimpleFormat_o)->impl = (corto_word)__test_Env_tc_setenvSimpleFormat; - if (corto_define(test_Env_tc_setenvSimpleFormat_o)) { - corto_error("test_load: failed to define '/test/Env/tc_setenvSimpleFormat()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Env/tc_setenvSimpleReplace() */ - test_Env_tc_setenvSimpleReplace_o = corto_declareChild(test_Env_o, "tc_setenvSimpleReplace()", test_Case_o); - if (!test_Env_tc_setenvSimpleReplace_o) { - corto_error("test_load: failed to declare '/test/Env/tc_setenvSimpleReplace()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Env/tc_setenvSimpleReplace() */ - if (!corto_checkState(test_Env_tc_setenvSimpleReplace_o, CORTO_DEFINED)) { - corto_function(test_Env_tc_setenvSimpleReplace_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Env_tc_setenvSimpleReplace_o)->returnsReference = FALSE; - corto_method(test_Env_tc_setenvSimpleReplace_o)->_virtual = FALSE; - - /* Bind /test/Env/tc_setenvSimpleReplace() with C-function */ - corto_function(test_Env_tc_setenvSimpleReplace_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Env_tc_setenvSimpleReplace(void *args, void *result); - corto_function(test_Env_tc_setenvSimpleReplace_o)->impl = (corto_word)__test_Env_tc_setenvSimpleReplace; - if (corto_define(test_Env_tc_setenvSimpleReplace_o)) { - corto_error("test_load: failed to define '/test/Env/tc_setenvSimpleReplace()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Env/tc_setenvVariableNotFound() */ - test_Env_tc_setenvVariableNotFound_o = corto_declareChild(test_Env_o, "tc_setenvVariableNotFound()", test_Case_o); - if (!test_Env_tc_setenvVariableNotFound_o) { - corto_error("test_load: failed to declare '/test/Env/tc_setenvVariableNotFound()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Env/tc_setenvVariableNotFound() */ - if (!corto_checkState(test_Env_tc_setenvVariableNotFound_o, CORTO_DEFINED)) { - corto_function(test_Env_tc_setenvVariableNotFound_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Env_tc_setenvVariableNotFound_o)->returnsReference = FALSE; - corto_method(test_Env_tc_setenvVariableNotFound_o)->_virtual = FALSE; - - /* Bind /test/Env/tc_setenvVariableNotFound() with C-function */ - corto_function(test_Env_tc_setenvVariableNotFound_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Env_tc_setenvVariableNotFound(void *args, void *result); - corto_function(test_Env_tc_setenvVariableNotFound_o)->impl = (corto_word)__test_Env_tc_setenvVariableNotFound; - if (corto_define(test_Env_tc_setenvVariableNotFound_o)) { - corto_error("test_load: failed to define '/test/Env/tc_setenvVariableNotFound()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event */ - test_Event_o = corto_declareChild(test_o, "Event", test_Suite_o); - if (!test_Event_o) { - corto_error("test_load: failed to declare '/test/Event' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Event/et */ - test_Event_et_o = corto_declareChild(test_Event_o, "et", corto_member_o); - if (!test_Event_et_o) { - corto_error("test_load: failed to declare '/test/Event/et' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Event/prevAttr */ - test_Event_prevAttr_o = corto_declareChild(test_Event_o, "prevAttr", corto_member_o); - if (!test_Event_prevAttr_o) { - corto_error("test_load: failed to declare '/test/Event/prevAttr' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/prevAttr */ - if (!corto_checkState(test_Event_prevAttr_o, CORTO_DEFINED)) { - test_Event_prevAttr_o->type = corto_resolve(NULL, "/corto/lang/attr"); - test_Event_prevAttr_o->modifiers = 0x0; - test_Event_prevAttr_o->state = 0x6; - test_Event_prevAttr_o->weak = FALSE; - test_Event_prevAttr_o->id = 1; - if (corto_define(test_Event_prevAttr_o)) { - corto_error("test_load: failed to define '/test/Event/prevAttr' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/setup() */ - test_Event_setup_o = corto_declareChild(test_Event_o, "setup()", corto_method_o); - if (!test_Event_setup_o) { - corto_error("test_load: failed to declare '/test/Event/setup()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/setup() */ - if (!corto_checkState(test_Event_setup_o, CORTO_DEFINED)) { - corto_function(test_Event_setup_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_setup_o)->returnsReference = FALSE; - test_Event_setup_o->_virtual = FALSE; - - /* Bind /test/Event/setup() with C-function */ - corto_function(test_Event_setup_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_setup(void *args, void *result); - corto_function(test_Event_setup_o)->impl = (corto_word)__test_Event_setup; - if (corto_define(test_Event_setup_o)) { - corto_error("test_load: failed to define '/test/Event/setup()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/teardown() */ - test_Event_teardown_o = corto_declareChild(test_Event_o, "teardown()", corto_method_o); - if (!test_Event_teardown_o) { - corto_error("test_load: failed to declare '/test/Event/teardown()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/teardown() */ - if (!corto_checkState(test_Event_teardown_o, CORTO_DEFINED)) { - corto_function(test_Event_teardown_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_teardown_o)->returnsReference = FALSE; - test_Event_teardown_o->_virtual = FALSE; - - /* Bind /test/Event/teardown() with C-function */ - corto_function(test_Event_teardown_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_teardown(void *args, void *result); - corto_function(test_Event_teardown_o)->impl = (corto_word)__test_Event_teardown; - if (corto_define(test_Event_teardown_o)) { - corto_error("test_load: failed to define '/test/Event/teardown()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest */ - test_EventTest_o = corto_declareChild(test_o, "EventTest", corto_class_o); - if (!test_EventTest_o) { - corto_error("test_load: failed to declare '/test/EventTest' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/EventTest/construct() */ - test_EventTest_construct_o = corto_declareChild(test_EventTest_o, "construct()", corto_method_o); - if (!test_EventTest_construct_o) { - corto_error("test_load: failed to declare '/test/EventTest/construct()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/construct() */ - if (!corto_checkState(test_EventTest_construct_o, CORTO_DEFINED)) { - corto_function(test_EventTest_construct_o)->returnType = corto_resolve(NULL, "/corto/lang/int16"); - corto_function(test_EventTest_construct_o)->returnsReference = FALSE; - test_EventTest_construct_o->_virtual = FALSE; - - /* Bind /test/EventTest/construct() with C-function */ - corto_function(test_EventTest_construct_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_construct(void *args, void *result); - corto_function(test_EventTest_construct_o)->impl = (corto_word)__test_EventTest_construct; - if (corto_define(test_EventTest_construct_o)) { - corto_error("test_load: failed to define '/test/EventTest/construct()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/countDeclare */ - test_EventTest_countDeclare_o = corto_declareChild(test_EventTest_o, "countDeclare", corto_member_o); - if (!test_EventTest_countDeclare_o) { - corto_error("test_load: failed to declare '/test/EventTest/countDeclare' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/countDeclare */ - if (!corto_checkState(test_EventTest_countDeclare_o, CORTO_DEFINED)) { - test_EventTest_countDeclare_o->type = corto_resolve(NULL, "/corto/lang/uint32"); - test_EventTest_countDeclare_o->modifiers = 0x4; - test_EventTest_countDeclare_o->state = 0x6; - test_EventTest_countDeclare_o->weak = FALSE; - test_EventTest_countDeclare_o->id = 3; - if (corto_define(test_EventTest_countDeclare_o)) { - corto_error("test_load: failed to define '/test/EventTest/countDeclare' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/countDeclareScope */ - test_EventTest_countDeclareScope_o = corto_declareChild(test_EventTest_o, "countDeclareScope", corto_member_o); - if (!test_EventTest_countDeclareScope_o) { - corto_error("test_load: failed to declare '/test/EventTest/countDeclareScope' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/countDeclareScope */ - if (!corto_checkState(test_EventTest_countDeclareScope_o, CORTO_DEFINED)) { - test_EventTest_countDeclareScope_o->type = corto_resolve(NULL, "/corto/lang/uint32"); - test_EventTest_countDeclareScope_o->modifiers = 0x4; - test_EventTest_countDeclareScope_o->state = 0x6; - test_EventTest_countDeclareScope_o->weak = FALSE; - test_EventTest_countDeclareScope_o->id = 5; - if (corto_define(test_EventTest_countDeclareScope_o)) { - corto_error("test_load: failed to define '/test/EventTest/countDeclareScope' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/countDeclareSelf */ - test_EventTest_countDeclareSelf_o = corto_declareChild(test_EventTest_o, "countDeclareSelf", corto_member_o); - if (!test_EventTest_countDeclareSelf_o) { - corto_error("test_load: failed to declare '/test/EventTest/countDeclareSelf' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/countDeclareSelf */ - if (!corto_checkState(test_EventTest_countDeclareSelf_o, CORTO_DEFINED)) { - test_EventTest_countDeclareSelf_o->type = corto_resolve(NULL, "/corto/lang/uint32"); - test_EventTest_countDeclareSelf_o->modifiers = 0x4; - test_EventTest_countDeclareSelf_o->state = 0x6; - test_EventTest_countDeclareSelf_o->weak = FALSE; - test_EventTest_countDeclareSelf_o->id = 4; - if (corto_define(test_EventTest_countDeclareSelf_o)) { - corto_error("test_load: failed to define '/test/EventTest/countDeclareSelf' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/countDeclareTree */ - test_EventTest_countDeclareTree_o = corto_declareChild(test_EventTest_o, "countDeclareTree", corto_member_o); - if (!test_EventTest_countDeclareTree_o) { - corto_error("test_load: failed to declare '/test/EventTest/countDeclareTree' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/countDeclareTree */ - if (!corto_checkState(test_EventTest_countDeclareTree_o, CORTO_DEFINED)) { - test_EventTest_countDeclareTree_o->type = corto_resolve(NULL, "/corto/lang/uint32"); - test_EventTest_countDeclareTree_o->modifiers = 0x4; - test_EventTest_countDeclareTree_o->state = 0x6; - test_EventTest_countDeclareTree_o->weak = FALSE; - test_EventTest_countDeclareTree_o->id = 6; - if (corto_define(test_EventTest_countDeclareTree_o)) { - corto_error("test_load: failed to define '/test/EventTest/countDeclareTree' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/countDefine */ - test_EventTest_countDefine_o = corto_declareChild(test_EventTest_o, "countDefine", corto_member_o); - if (!test_EventTest_countDefine_o) { - corto_error("test_load: failed to declare '/test/EventTest/countDefine' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/countDefine */ - if (!corto_checkState(test_EventTest_countDefine_o, CORTO_DEFINED)) { - test_EventTest_countDefine_o->type = corto_resolve(NULL, "/corto/lang/uint32"); - test_EventTest_countDefine_o->modifiers = 0x4; - test_EventTest_countDefine_o->state = 0x6; - test_EventTest_countDefine_o->weak = FALSE; - test_EventTest_countDefine_o->id = 7; - if (corto_define(test_EventTest_countDefine_o)) { - corto_error("test_load: failed to define '/test/EventTest/countDefine' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/countDefineScope */ - test_EventTest_countDefineScope_o = corto_declareChild(test_EventTest_o, "countDefineScope", corto_member_o); - if (!test_EventTest_countDefineScope_o) { - corto_error("test_load: failed to declare '/test/EventTest/countDefineScope' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/countDefineScope */ - if (!corto_checkState(test_EventTest_countDefineScope_o, CORTO_DEFINED)) { - test_EventTest_countDefineScope_o->type = corto_resolve(NULL, "/corto/lang/uint32"); - test_EventTest_countDefineScope_o->modifiers = 0x4; - test_EventTest_countDefineScope_o->state = 0x6; - test_EventTest_countDefineScope_o->weak = FALSE; - test_EventTest_countDefineScope_o->id = 9; - if (corto_define(test_EventTest_countDefineScope_o)) { - corto_error("test_load: failed to define '/test/EventTest/countDefineScope' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/countDefineSelf */ - test_EventTest_countDefineSelf_o = corto_declareChild(test_EventTest_o, "countDefineSelf", corto_member_o); - if (!test_EventTest_countDefineSelf_o) { - corto_error("test_load: failed to declare '/test/EventTest/countDefineSelf' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/countDefineSelf */ - if (!corto_checkState(test_EventTest_countDefineSelf_o, CORTO_DEFINED)) { - test_EventTest_countDefineSelf_o->type = corto_resolve(NULL, "/corto/lang/uint32"); - test_EventTest_countDefineSelf_o->modifiers = 0x4; - test_EventTest_countDefineSelf_o->state = 0x6; - test_EventTest_countDefineSelf_o->weak = FALSE; - test_EventTest_countDefineSelf_o->id = 8; - if (corto_define(test_EventTest_countDefineSelf_o)) { - corto_error("test_load: failed to define '/test/EventTest/countDefineSelf' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/countDefineTree */ - test_EventTest_countDefineTree_o = corto_declareChild(test_EventTest_o, "countDefineTree", corto_member_o); - if (!test_EventTest_countDefineTree_o) { - corto_error("test_load: failed to declare '/test/EventTest/countDefineTree' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/countDefineTree */ - if (!corto_checkState(test_EventTest_countDefineTree_o, CORTO_DEFINED)) { - test_EventTest_countDefineTree_o->type = corto_resolve(NULL, "/corto/lang/uint32"); - test_EventTest_countDefineTree_o->modifiers = 0x4; - test_EventTest_countDefineTree_o->state = 0x6; - test_EventTest_countDefineTree_o->weak = FALSE; - test_EventTest_countDefineTree_o->id = 10; - if (corto_define(test_EventTest_countDefineTree_o)) { - corto_error("test_load: failed to define '/test/EventTest/countDefineTree' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/countDelete */ - test_EventTest_countDelete_o = corto_declareChild(test_EventTest_o, "countDelete", corto_member_o); - if (!test_EventTest_countDelete_o) { - corto_error("test_load: failed to declare '/test/EventTest/countDelete' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/countDelete */ - if (!corto_checkState(test_EventTest_countDelete_o, CORTO_DEFINED)) { - test_EventTest_countDelete_o->type = corto_resolve(NULL, "/corto/lang/uint32"); - test_EventTest_countDelete_o->modifiers = 0x4; - test_EventTest_countDelete_o->state = 0x6; - test_EventTest_countDelete_o->weak = FALSE; - test_EventTest_countDelete_o->id = 15; - if (corto_define(test_EventTest_countDelete_o)) { - corto_error("test_load: failed to define '/test/EventTest/countDelete' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/countDeleteScope */ - test_EventTest_countDeleteScope_o = corto_declareChild(test_EventTest_o, "countDeleteScope", corto_member_o); - if (!test_EventTest_countDeleteScope_o) { - corto_error("test_load: failed to declare '/test/EventTest/countDeleteScope' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/countDeleteScope */ - if (!corto_checkState(test_EventTest_countDeleteScope_o, CORTO_DEFINED)) { - test_EventTest_countDeleteScope_o->type = corto_resolve(NULL, "/corto/lang/uint32"); - test_EventTest_countDeleteScope_o->modifiers = 0x4; - test_EventTest_countDeleteScope_o->state = 0x6; - test_EventTest_countDeleteScope_o->weak = FALSE; - test_EventTest_countDeleteScope_o->id = 17; - if (corto_define(test_EventTest_countDeleteScope_o)) { - corto_error("test_load: failed to define '/test/EventTest/countDeleteScope' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/countDeleteSelf */ - test_EventTest_countDeleteSelf_o = corto_declareChild(test_EventTest_o, "countDeleteSelf", corto_member_o); - if (!test_EventTest_countDeleteSelf_o) { - corto_error("test_load: failed to declare '/test/EventTest/countDeleteSelf' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/countDeleteSelf */ - if (!corto_checkState(test_EventTest_countDeleteSelf_o, CORTO_DEFINED)) { - test_EventTest_countDeleteSelf_o->type = corto_resolve(NULL, "/corto/lang/uint32"); - test_EventTest_countDeleteSelf_o->modifiers = 0x4; - test_EventTest_countDeleteSelf_o->state = 0x6; - test_EventTest_countDeleteSelf_o->weak = FALSE; - test_EventTest_countDeleteSelf_o->id = 16; - if (corto_define(test_EventTest_countDeleteSelf_o)) { - corto_error("test_load: failed to define '/test/EventTest/countDeleteSelf' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/countDeleteTree */ - test_EventTest_countDeleteTree_o = corto_declareChild(test_EventTest_o, "countDeleteTree", corto_member_o); - if (!test_EventTest_countDeleteTree_o) { - corto_error("test_load: failed to declare '/test/EventTest/countDeleteTree' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/countDeleteTree */ - if (!corto_checkState(test_EventTest_countDeleteTree_o, CORTO_DEFINED)) { - test_EventTest_countDeleteTree_o->type = corto_resolve(NULL, "/corto/lang/uint32"); - test_EventTest_countDeleteTree_o->modifiers = 0x4; - test_EventTest_countDeleteTree_o->state = 0x6; - test_EventTest_countDeleteTree_o->weak = FALSE; - test_EventTest_countDeleteTree_o->id = 18; - if (corto_define(test_EventTest_countDeleteTree_o)) { - corto_error("test_load: failed to define '/test/EventTest/countDeleteTree' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/countUpdate */ - test_EventTest_countUpdate_o = corto_declareChild(test_EventTest_o, "countUpdate", corto_member_o); - if (!test_EventTest_countUpdate_o) { - corto_error("test_load: failed to declare '/test/EventTest/countUpdate' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/countUpdate */ - if (!corto_checkState(test_EventTest_countUpdate_o, CORTO_DEFINED)) { - test_EventTest_countUpdate_o->type = corto_resolve(NULL, "/corto/lang/uint32"); - test_EventTest_countUpdate_o->modifiers = 0x4; - test_EventTest_countUpdate_o->state = 0x6; - test_EventTest_countUpdate_o->weak = FALSE; - test_EventTest_countUpdate_o->id = 11; - if (corto_define(test_EventTest_countUpdate_o)) { - corto_error("test_load: failed to define '/test/EventTest/countUpdate' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/countUpdateScope */ - test_EventTest_countUpdateScope_o = corto_declareChild(test_EventTest_o, "countUpdateScope", corto_member_o); - if (!test_EventTest_countUpdateScope_o) { - corto_error("test_load: failed to declare '/test/EventTest/countUpdateScope' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/countUpdateScope */ - if (!corto_checkState(test_EventTest_countUpdateScope_o, CORTO_DEFINED)) { - test_EventTest_countUpdateScope_o->type = corto_resolve(NULL, "/corto/lang/uint32"); - test_EventTest_countUpdateScope_o->modifiers = 0x4; - test_EventTest_countUpdateScope_o->state = 0x6; - test_EventTest_countUpdateScope_o->weak = FALSE; - test_EventTest_countUpdateScope_o->id = 13; - if (corto_define(test_EventTest_countUpdateScope_o)) { - corto_error("test_load: failed to define '/test/EventTest/countUpdateScope' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/countUpdateSelf */ - test_EventTest_countUpdateSelf_o = corto_declareChild(test_EventTest_o, "countUpdateSelf", corto_member_o); - if (!test_EventTest_countUpdateSelf_o) { - corto_error("test_load: failed to declare '/test/EventTest/countUpdateSelf' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/countUpdateSelf */ - if (!corto_checkState(test_EventTest_countUpdateSelf_o, CORTO_DEFINED)) { - test_EventTest_countUpdateSelf_o->type = corto_resolve(NULL, "/corto/lang/uint32"); - test_EventTest_countUpdateSelf_o->modifiers = 0x4; - test_EventTest_countUpdateSelf_o->state = 0x6; - test_EventTest_countUpdateSelf_o->weak = FALSE; - test_EventTest_countUpdateSelf_o->id = 12; - if (corto_define(test_EventTest_countUpdateSelf_o)) { - corto_error("test_load: failed to define '/test/EventTest/countUpdateSelf' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/countUpdateTree */ - test_EventTest_countUpdateTree_o = corto_declareChild(test_EventTest_o, "countUpdateTree", corto_member_o); - if (!test_EventTest_countUpdateTree_o) { - corto_error("test_load: failed to declare '/test/EventTest/countUpdateTree' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/countUpdateTree */ - if (!corto_checkState(test_EventTest_countUpdateTree_o, CORTO_DEFINED)) { - test_EventTest_countUpdateTree_o->type = corto_resolve(NULL, "/corto/lang/uint32"); - test_EventTest_countUpdateTree_o->modifiers = 0x4; - test_EventTest_countUpdateTree_o->state = 0x6; - test_EventTest_countUpdateTree_o->weak = FALSE; - test_EventTest_countUpdateTree_o->id = 14; - if (corto_define(test_EventTest_countUpdateTree_o)) { - corto_error("test_load: failed to define '/test/EventTest/countUpdateTree' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/lastObservable */ - test_EventTest_lastObservable_o = corto_declareChild(test_EventTest_o, "lastObservable", corto_member_o); - if (!test_EventTest_lastObservable_o) { - corto_error("test_load: failed to declare '/test/EventTest/lastObservable' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/lastObservable */ - if (!corto_checkState(test_EventTest_lastObservable_o, CORTO_DEFINED)) { - test_EventTest_lastObservable_o->type = corto_resolve(NULL, "/corto/lang/object"); - test_EventTest_lastObservable_o->modifiers = 0x4; - test_EventTest_lastObservable_o->state = 0x6; - test_EventTest_lastObservable_o->weak = FALSE; - test_EventTest_lastObservable_o->id = 2; - if (corto_define(test_EventTest_lastObservable_o)) { - corto_error("test_load: failed to define '/test/EventTest/lastObservable' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/lastThis */ - test_EventTest_lastThis_o = corto_declareChild(test_EventTest_o, "lastThis", corto_member_o); - if (!test_EventTest_lastThis_o) { - corto_error("test_load: failed to declare '/test/EventTest/lastThis' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/lastThis */ - if (!corto_checkState(test_EventTest_lastThis_o, CORTO_DEFINED)) { - test_EventTest_lastThis_o->type = corto_resolve(NULL, "/corto/lang/object"); - test_EventTest_lastThis_o->modifiers = 0x4; - test_EventTest_lastThis_o->state = 0x6; - test_EventTest_lastThis_o->weak = FALSE; - test_EventTest_lastThis_o->id = 1; - if (corto_define(test_EventTest_lastThis_o)) { - corto_error("test_load: failed to define '/test/EventTest/lastThis' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/scope */ - test_EventTest_scope_o = corto_declareChild(test_EventTest_o, "scope", corto_member_o); - if (!test_EventTest_scope_o) { - corto_error("test_load: failed to declare '/test/EventTest/scope' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/scope */ - if (!corto_checkState(test_EventTest_scope_o, CORTO_DEFINED)) { - test_EventTest_scope_o->type = corto_resolve(NULL, "/corto/lang/object"); - test_EventTest_scope_o->modifiers = 0x0; - test_EventTest_scope_o->state = 0x6; - test_EventTest_scope_o->weak = FALSE; - test_EventTest_scope_o->id = 0; - if (corto_define(test_EventTest_scope_o)) { - corto_error("test_load: failed to define '/test/EventTest/scope' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/EventTest */ - if (!corto_checkState(test_EventTest_o, CORTO_DEFINED)) { - corto_type(test_EventTest_o)->parentType = NULL; - corto_type(test_EventTest_o)->parentState = 0x6; - corto_type(test_EventTest_o)->defaultType = NULL; - corto_type(test_EventTest_o)->defaultProcedureType = NULL; - corto_interface(test_EventTest_o)->base = NULL; - corto_struct(test_EventTest_o)->baseAccess = 0x0; - test_EventTest_o->implements.length = 0; - test_EventTest_o->implements.buffer = NULL; - if (corto_define(test_EventTest_o)) { - corto_error("test_load: failed to define '/test/EventTest' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_EventTest_o)->size != sizeof(struct test_EventTest_s)) { - corto_error("test_load: calculated size '%d' of type '/test/EventTest' doesn't match C-type size '%d'", corto_type(test_EventTest_o)->size, sizeof(struct test_EventTest_s)); - } - - /* Define /test/Event/et */ - if (!corto_checkState(test_Event_et_o, CORTO_DEFINED)) { - test_Event_et_o->type = corto_resolve(NULL, "/test/EventTest"); - test_Event_et_o->modifiers = 0x0; - test_Event_et_o->state = 0x6; - test_Event_et_o->weak = FALSE; - test_Event_et_o->id = 0; - if (corto_define(test_Event_et_o)) { - corto_error("test_load: failed to define '/test/Event/et' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/Event */ - if (!corto_checkState(test_Event_o, CORTO_DEFINED)) { - corto_type(test_Event_o)->parentType = NULL; - corto_type(test_Event_o)->parentState = 0x6; - corto_type(test_Event_o)->defaultType = NULL; - corto_type(test_Event_o)->defaultProcedureType = NULL; - corto_interface(test_Event_o)->base = corto_resolve(NULL, "/corto/test/SuiteData"); - corto_struct(test_Event_o)->baseAccess = 0x0; - corto_class(test_Event_o)->implements.length = 0; - corto_class(test_Event_o)->implements.buffer = NULL; - if (corto_define(test_Event_o)) { - corto_error("test_load: failed to define '/test/Event' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Event_o)->size != sizeof(struct test_Event_s)) { - corto_error("test_load: calculated size '%d' of type '/test/Event' doesn't match C-type size '%d'", corto_type(test_Event_o)->size, sizeof(struct test_Event_s)); - } - - /* Declare /test/Event/tc_onDeclare() */ - test_Event_tc_onDeclare_o = corto_declareChild(test_Event_o, "tc_onDeclare()", test_Case_o); - if (!test_Event_tc_onDeclare_o) { - corto_error("test_load: failed to declare '/test/Event/tc_onDeclare()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_onDeclare() */ - if (!corto_checkState(test_Event_tc_onDeclare_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_onDeclare_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_onDeclare_o)->returnsReference = FALSE; - corto_method(test_Event_tc_onDeclare_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_onDeclare() with C-function */ - corto_function(test_Event_tc_onDeclare_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_onDeclare(void *args, void *result); - corto_function(test_Event_tc_onDeclare_o)->impl = (corto_word)__test_Event_tc_onDeclare; - if (corto_define(test_Event_tc_onDeclare_o)) { - corto_error("test_load: failed to define '/test/Event/tc_onDeclare()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_onDeclareScope() */ - test_Event_tc_onDeclareScope_o = corto_declareChild(test_Event_o, "tc_onDeclareScope()", test_Case_o); - if (!test_Event_tc_onDeclareScope_o) { - corto_error("test_load: failed to declare '/test/Event/tc_onDeclareScope()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_onDeclareScope() */ - if (!corto_checkState(test_Event_tc_onDeclareScope_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_onDeclareScope_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_onDeclareScope_o)->returnsReference = FALSE; - corto_method(test_Event_tc_onDeclareScope_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_onDeclareScope() with C-function */ - corto_function(test_Event_tc_onDeclareScope_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_onDeclareScope(void *args, void *result); - corto_function(test_Event_tc_onDeclareScope_o)->impl = (corto_word)__test_Event_tc_onDeclareScope; - if (corto_define(test_Event_tc_onDeclareScope_o)) { - corto_error("test_load: failed to define '/test/Event/tc_onDeclareScope()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_onDeclareSelf() */ - test_Event_tc_onDeclareSelf_o = corto_declareChild(test_Event_o, "tc_onDeclareSelf()", test_Case_o); - if (!test_Event_tc_onDeclareSelf_o) { - corto_error("test_load: failed to declare '/test/Event/tc_onDeclareSelf()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_onDeclareSelf() */ - if (!corto_checkState(test_Event_tc_onDeclareSelf_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_onDeclareSelf_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_onDeclareSelf_o)->returnsReference = FALSE; - corto_method(test_Event_tc_onDeclareSelf_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_onDeclareSelf() with C-function */ - corto_function(test_Event_tc_onDeclareSelf_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_onDeclareSelf(void *args, void *result); - corto_function(test_Event_tc_onDeclareSelf_o)->impl = (corto_word)__test_Event_tc_onDeclareSelf; - if (corto_define(test_Event_tc_onDeclareSelf_o)) { - corto_error("test_load: failed to define '/test/Event/tc_onDeclareSelf()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_onDeclareTree() */ - test_Event_tc_onDeclareTree_o = corto_declareChild(test_Event_o, "tc_onDeclareTree()", test_Case_o); - if (!test_Event_tc_onDeclareTree_o) { - corto_error("test_load: failed to declare '/test/Event/tc_onDeclareTree()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_onDeclareTree() */ - if (!corto_checkState(test_Event_tc_onDeclareTree_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_onDeclareTree_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_onDeclareTree_o)->returnsReference = FALSE; - corto_method(test_Event_tc_onDeclareTree_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_onDeclareTree() with C-function */ - corto_function(test_Event_tc_onDeclareTree_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_onDeclareTree(void *args, void *result); - corto_function(test_Event_tc_onDeclareTree_o)->impl = (corto_word)__test_Event_tc_onDeclareTree; - if (corto_define(test_Event_tc_onDeclareTree_o)) { - corto_error("test_load: failed to define '/test/Event/tc_onDeclareTree()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_onDefine() */ - test_Event_tc_onDefine_o = corto_declareChild(test_Event_o, "tc_onDefine()", test_Case_o); - if (!test_Event_tc_onDefine_o) { - corto_error("test_load: failed to declare '/test/Event/tc_onDefine()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_onDefine() */ - if (!corto_checkState(test_Event_tc_onDefine_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_onDefine_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_onDefine_o)->returnsReference = FALSE; - corto_method(test_Event_tc_onDefine_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_onDefine() with C-function */ - corto_function(test_Event_tc_onDefine_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_onDefine(void *args, void *result); - corto_function(test_Event_tc_onDefine_o)->impl = (corto_word)__test_Event_tc_onDefine; - if (corto_define(test_Event_tc_onDefine_o)) { - corto_error("test_load: failed to define '/test/Event/tc_onDefine()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_onDefineScope() */ - test_Event_tc_onDefineScope_o = corto_declareChild(test_Event_o, "tc_onDefineScope()", test_Case_o); - if (!test_Event_tc_onDefineScope_o) { - corto_error("test_load: failed to declare '/test/Event/tc_onDefineScope()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_onDefineScope() */ - if (!corto_checkState(test_Event_tc_onDefineScope_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_onDefineScope_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_onDefineScope_o)->returnsReference = FALSE; - corto_method(test_Event_tc_onDefineScope_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_onDefineScope() with C-function */ - corto_function(test_Event_tc_onDefineScope_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_onDefineScope(void *args, void *result); - corto_function(test_Event_tc_onDefineScope_o)->impl = (corto_word)__test_Event_tc_onDefineScope; - if (corto_define(test_Event_tc_onDefineScope_o)) { - corto_error("test_load: failed to define '/test/Event/tc_onDefineScope()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_onDefineSelf() */ - test_Event_tc_onDefineSelf_o = corto_declareChild(test_Event_o, "tc_onDefineSelf()", test_Case_o); - if (!test_Event_tc_onDefineSelf_o) { - corto_error("test_load: failed to declare '/test/Event/tc_onDefineSelf()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_onDefineSelf() */ - if (!corto_checkState(test_Event_tc_onDefineSelf_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_onDefineSelf_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_onDefineSelf_o)->returnsReference = FALSE; - corto_method(test_Event_tc_onDefineSelf_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_onDefineSelf() with C-function */ - corto_function(test_Event_tc_onDefineSelf_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_onDefineSelf(void *args, void *result); - corto_function(test_Event_tc_onDefineSelf_o)->impl = (corto_word)__test_Event_tc_onDefineSelf; - if (corto_define(test_Event_tc_onDefineSelf_o)) { - corto_error("test_load: failed to define '/test/Event/tc_onDefineSelf()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_onDefineTree() */ - test_Event_tc_onDefineTree_o = corto_declareChild(test_Event_o, "tc_onDefineTree()", test_Case_o); - if (!test_Event_tc_onDefineTree_o) { - corto_error("test_load: failed to declare '/test/Event/tc_onDefineTree()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_onDefineTree() */ - if (!corto_checkState(test_Event_tc_onDefineTree_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_onDefineTree_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_onDefineTree_o)->returnsReference = FALSE; - corto_method(test_Event_tc_onDefineTree_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_onDefineTree() with C-function */ - corto_function(test_Event_tc_onDefineTree_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_onDefineTree(void *args, void *result); - corto_function(test_Event_tc_onDefineTree_o)->impl = (corto_word)__test_Event_tc_onDefineTree; - if (corto_define(test_Event_tc_onDefineTree_o)) { - corto_error("test_load: failed to define '/test/Event/tc_onDefineTree()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_onDelete() */ - test_Event_tc_onDelete_o = corto_declareChild(test_Event_o, "tc_onDelete()", test_Case_o); - if (!test_Event_tc_onDelete_o) { - corto_error("test_load: failed to declare '/test/Event/tc_onDelete()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_onDelete() */ - if (!corto_checkState(test_Event_tc_onDelete_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_onDelete_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_onDelete_o)->returnsReference = FALSE; - corto_method(test_Event_tc_onDelete_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_onDelete() with C-function */ - corto_function(test_Event_tc_onDelete_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_onDelete(void *args, void *result); - corto_function(test_Event_tc_onDelete_o)->impl = (corto_word)__test_Event_tc_onDelete; - if (corto_define(test_Event_tc_onDelete_o)) { - corto_error("test_load: failed to define '/test/Event/tc_onDelete()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_onDeleteScope() */ - test_Event_tc_onDeleteScope_o = corto_declareChild(test_Event_o, "tc_onDeleteScope()", test_Case_o); - if (!test_Event_tc_onDeleteScope_o) { - corto_error("test_load: failed to declare '/test/Event/tc_onDeleteScope()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_onDeleteScope() */ - if (!corto_checkState(test_Event_tc_onDeleteScope_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_onDeleteScope_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_onDeleteScope_o)->returnsReference = FALSE; - corto_method(test_Event_tc_onDeleteScope_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_onDeleteScope() with C-function */ - corto_function(test_Event_tc_onDeleteScope_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_onDeleteScope(void *args, void *result); - corto_function(test_Event_tc_onDeleteScope_o)->impl = (corto_word)__test_Event_tc_onDeleteScope; - if (corto_define(test_Event_tc_onDeleteScope_o)) { - corto_error("test_load: failed to define '/test/Event/tc_onDeleteScope()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_onDeleteSelf() */ - test_Event_tc_onDeleteSelf_o = corto_declareChild(test_Event_o, "tc_onDeleteSelf()", test_Case_o); - if (!test_Event_tc_onDeleteSelf_o) { - corto_error("test_load: failed to declare '/test/Event/tc_onDeleteSelf()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_onDeleteSelf() */ - if (!corto_checkState(test_Event_tc_onDeleteSelf_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_onDeleteSelf_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_onDeleteSelf_o)->returnsReference = FALSE; - corto_method(test_Event_tc_onDeleteSelf_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_onDeleteSelf() with C-function */ - corto_function(test_Event_tc_onDeleteSelf_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_onDeleteSelf(void *args, void *result); - corto_function(test_Event_tc_onDeleteSelf_o)->impl = (corto_word)__test_Event_tc_onDeleteSelf; - if (corto_define(test_Event_tc_onDeleteSelf_o)) { - corto_error("test_load: failed to define '/test/Event/tc_onDeleteSelf()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_onDeleteTree() */ - test_Event_tc_onDeleteTree_o = corto_declareChild(test_Event_o, "tc_onDeleteTree()", test_Case_o); - if (!test_Event_tc_onDeleteTree_o) { - corto_error("test_load: failed to declare '/test/Event/tc_onDeleteTree()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_onDeleteTree() */ - if (!corto_checkState(test_Event_tc_onDeleteTree_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_onDeleteTree_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_onDeleteTree_o)->returnsReference = FALSE; - corto_method(test_Event_tc_onDeleteTree_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_onDeleteTree() with C-function */ - corto_function(test_Event_tc_onDeleteTree_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_onDeleteTree(void *args, void *result); - corto_function(test_Event_tc_onDeleteTree_o)->impl = (corto_word)__test_Event_tc_onDeleteTree; - if (corto_define(test_Event_tc_onDeleteTree_o)) { - corto_error("test_load: failed to define '/test/Event/tc_onDeleteTree()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_onUpdate() */ - test_Event_tc_onUpdate_o = corto_declareChild(test_Event_o, "tc_onUpdate()", test_Case_o); - if (!test_Event_tc_onUpdate_o) { - corto_error("test_load: failed to declare '/test/Event/tc_onUpdate()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_onUpdate() */ - if (!corto_checkState(test_Event_tc_onUpdate_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_onUpdate_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_onUpdate_o)->returnsReference = FALSE; - corto_method(test_Event_tc_onUpdate_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_onUpdate() with C-function */ - corto_function(test_Event_tc_onUpdate_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_onUpdate(void *args, void *result); - corto_function(test_Event_tc_onUpdate_o)->impl = (corto_word)__test_Event_tc_onUpdate; - if (corto_define(test_Event_tc_onUpdate_o)) { - corto_error("test_load: failed to define '/test/Event/tc_onUpdate()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_onUpdateScope() */ - test_Event_tc_onUpdateScope_o = corto_declareChild(test_Event_o, "tc_onUpdateScope()", test_Case_o); - if (!test_Event_tc_onUpdateScope_o) { - corto_error("test_load: failed to declare '/test/Event/tc_onUpdateScope()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_onUpdateScope() */ - if (!corto_checkState(test_Event_tc_onUpdateScope_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_onUpdateScope_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_onUpdateScope_o)->returnsReference = FALSE; - corto_method(test_Event_tc_onUpdateScope_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_onUpdateScope() with C-function */ - corto_function(test_Event_tc_onUpdateScope_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_onUpdateScope(void *args, void *result); - corto_function(test_Event_tc_onUpdateScope_o)->impl = (corto_word)__test_Event_tc_onUpdateScope; - if (corto_define(test_Event_tc_onUpdateScope_o)) { - corto_error("test_load: failed to define '/test/Event/tc_onUpdateScope()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_onUpdateSelf() */ - test_Event_tc_onUpdateSelf_o = corto_declareChild(test_Event_o, "tc_onUpdateSelf()", test_Case_o); - if (!test_Event_tc_onUpdateSelf_o) { - corto_error("test_load: failed to declare '/test/Event/tc_onUpdateSelf()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_onUpdateSelf() */ - if (!corto_checkState(test_Event_tc_onUpdateSelf_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_onUpdateSelf_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_onUpdateSelf_o)->returnsReference = FALSE; - corto_method(test_Event_tc_onUpdateSelf_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_onUpdateSelf() with C-function */ - corto_function(test_Event_tc_onUpdateSelf_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_onUpdateSelf(void *args, void *result); - corto_function(test_Event_tc_onUpdateSelf_o)->impl = (corto_word)__test_Event_tc_onUpdateSelf; - if (corto_define(test_Event_tc_onUpdateSelf_o)) { - corto_error("test_load: failed to define '/test/Event/tc_onUpdateSelf()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_onUpdateTree() */ - test_Event_tc_onUpdateTree_o = corto_declareChild(test_Event_o, "tc_onUpdateTree()", test_Case_o); - if (!test_Event_tc_onUpdateTree_o) { - corto_error("test_load: failed to declare '/test/Event/tc_onUpdateTree()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_onUpdateTree() */ - if (!corto_checkState(test_Event_tc_onUpdateTree_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_onUpdateTree_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_onUpdateTree_o)->returnsReference = FALSE; - corto_method(test_Event_tc_onUpdateTree_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_onUpdateTree() with C-function */ - corto_function(test_Event_tc_onUpdateTree_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_onUpdateTree(void *args, void *result); - corto_function(test_Event_tc_onUpdateTree_o)->impl = (corto_word)__test_Event_tc_onUpdateTree; - if (corto_define(test_Event_tc_onUpdateTree_o)) { - corto_error("test_load: failed to define '/test/Event/tc_onUpdateTree()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_updateUndefined() */ - test_Event_tc_updateUndefined_o = corto_declareChild(test_Event_o, "tc_updateUndefined()", test_Case_o); - if (!test_Event_tc_updateUndefined_o) { - corto_error("test_load: failed to declare '/test/Event/tc_updateUndefined()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_updateUndefined() */ - if (!corto_checkState(test_Event_tc_updateUndefined_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_updateUndefined_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_updateUndefined_o)->returnsReference = FALSE; - corto_method(test_Event_tc_updateUndefined_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_updateUndefined() with C-function */ - corto_function(test_Event_tc_updateUndefined_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_updateUndefined(void *args, void *result); - corto_function(test_Event_tc_updateUndefined_o)->impl = (corto_word)__test_Event_tc_updateUndefined; - if (corto_define(test_Event_tc_updateUndefined_o)) { - corto_error("test_load: failed to define '/test/Event/tc_updateUndefined()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Event/tc_updateVoidErr() */ - test_Event_tc_updateVoidErr_o = corto_declareChild(test_Event_o, "tc_updateVoidErr()", test_Case_o); - if (!test_Event_tc_updateVoidErr_o) { - corto_error("test_load: failed to declare '/test/Event/tc_updateVoidErr()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Event/tc_updateVoidErr() */ - if (!corto_checkState(test_Event_tc_updateVoidErr_o, CORTO_DEFINED)) { - corto_function(test_Event_tc_updateVoidErr_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Event_tc_updateVoidErr_o)->returnsReference = FALSE; - corto_method(test_Event_tc_updateVoidErr_o)->_virtual = FALSE; - - /* Bind /test/Event/tc_updateVoidErr() with C-function */ - corto_function(test_Event_tc_updateVoidErr_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Event_tc_updateVoidErr(void *args, void *result); - corto_function(test_Event_tc_updateVoidErr_o)->impl = (corto_word)__test_Event_tc_updateVoidErr; - if (corto_define(test_Event_tc_updateVoidErr_o)) { - corto_error("test_load: failed to define '/test/Event/tc_updateVoidErr()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/onDeclare */ - test_EventTest_onDeclare_o = corto_declareChild(test_EventTest_o, "onDeclare", corto_observer_o); - if (!test_EventTest_onDeclare_o) { - corto_error("test_load: failed to declare '/test/EventTest/onDeclare' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/onDeclare */ - if (!corto_checkState(test_EventTest_onDeclare_o, CORTO_DEFINED)) { - test_EventTest_onDeclare_o->mask = 0x1a1; - test_EventTest_onDeclare_o->observable = NULL; - test_EventTest_onDeclare_o->_template = 1; - test_EventTest_onDeclare_o->dispatcher = NULL; - test_EventTest_onDeclare_o->me = NULL; - - /* Bind /test/EventTest/onDeclare with C-function */ - corto_function(test_EventTest_onDeclare_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_onDeclare(void *args, void *result); - corto_function(test_EventTest_onDeclare_o)->impl = (corto_word)__test_EventTest_onDeclare; - if (corto_define(test_EventTest_onDeclare_o)) { - corto_error("test_load: failed to define '/test/EventTest/onDeclare' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/onDeclareScope */ - test_EventTest_onDeclareScope_o = corto_declareChild(test_EventTest_o, "onDeclareScope", corto_observer_o); - if (!test_EventTest_onDeclareScope_o) { - corto_error("test_load: failed to declare '/test/EventTest/onDeclareScope' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/onDeclareScope */ - if (!corto_checkState(test_EventTest_onDeclareScope_o, CORTO_DEFINED)) { - test_EventTest_onDeclareScope_o->mask = 0x141; - test_EventTest_onDeclareScope_o->observable = NULL; - test_EventTest_onDeclareScope_o->_template = 3; - test_EventTest_onDeclareScope_o->dispatcher = NULL; - test_EventTest_onDeclareScope_o->me = NULL; - - /* Bind /test/EventTest/onDeclareScope with C-function */ - corto_function(test_EventTest_onDeclareScope_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_onDeclareScope(void *args, void *result); - corto_function(test_EventTest_onDeclareScope_o)->impl = (corto_word)__test_EventTest_onDeclareScope; - if (corto_define(test_EventTest_onDeclareScope_o)) { - corto_error("test_load: failed to define '/test/EventTest/onDeclareScope' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/onDeclareSelf */ - test_EventTest_onDeclareSelf_o = corto_declareChild(test_EventTest_o, "onDeclareSelf", corto_observer_o); - if (!test_EventTest_onDeclareSelf_o) { - corto_error("test_load: failed to declare '/test/EventTest/onDeclareSelf' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/onDeclareSelf */ - if (!corto_checkState(test_EventTest_onDeclareSelf_o, CORTO_DEFINED)) { - test_EventTest_onDeclareSelf_o->mask = 0x121; - test_EventTest_onDeclareSelf_o->observable = NULL; - test_EventTest_onDeclareSelf_o->_template = 2; - test_EventTest_onDeclareSelf_o->dispatcher = NULL; - test_EventTest_onDeclareSelf_o->me = NULL; - - /* Bind /test/EventTest/onDeclareSelf with C-function */ - corto_function(test_EventTest_onDeclareSelf_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_onDeclareSelf(void *args, void *result); - corto_function(test_EventTest_onDeclareSelf_o)->impl = (corto_word)__test_EventTest_onDeclareSelf; - if (corto_define(test_EventTest_onDeclareSelf_o)) { - corto_error("test_load: failed to define '/test/EventTest/onDeclareSelf' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/onDeclareTree */ - test_EventTest_onDeclareTree_o = corto_declareChild(test_EventTest_o, "onDeclareTree", corto_observer_o); - if (!test_EventTest_onDeclareTree_o) { - corto_error("test_load: failed to declare '/test/EventTest/onDeclareTree' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/onDeclareTree */ - if (!corto_checkState(test_EventTest_onDeclareTree_o, CORTO_DEFINED)) { - test_EventTest_onDeclareTree_o->mask = 0x181; - test_EventTest_onDeclareTree_o->observable = NULL; - test_EventTest_onDeclareTree_o->_template = 4; - test_EventTest_onDeclareTree_o->dispatcher = NULL; - test_EventTest_onDeclareTree_o->me = NULL; - - /* Bind /test/EventTest/onDeclareTree with C-function */ - corto_function(test_EventTest_onDeclareTree_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_onDeclareTree(void *args, void *result); - corto_function(test_EventTest_onDeclareTree_o)->impl = (corto_word)__test_EventTest_onDeclareTree; - if (corto_define(test_EventTest_onDeclareTree_o)) { - corto_error("test_load: failed to define '/test/EventTest/onDeclareTree' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/onDefine */ - test_EventTest_onDefine_o = corto_declareChild(test_EventTest_o, "onDefine", corto_observer_o); - if (!test_EventTest_onDefine_o) { - corto_error("test_load: failed to declare '/test/EventTest/onDefine' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/onDefine */ - if (!corto_checkState(test_EventTest_onDefine_o, CORTO_DEFINED)) { - test_EventTest_onDefine_o->mask = 0x1a2; - test_EventTest_onDefine_o->observable = NULL; - test_EventTest_onDefine_o->_template = 5; - test_EventTest_onDefine_o->dispatcher = NULL; - test_EventTest_onDefine_o->me = NULL; - - /* Bind /test/EventTest/onDefine with C-function */ - corto_function(test_EventTest_onDefine_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_onDefine(void *args, void *result); - corto_function(test_EventTest_onDefine_o)->impl = (corto_word)__test_EventTest_onDefine; - if (corto_define(test_EventTest_onDefine_o)) { - corto_error("test_load: failed to define '/test/EventTest/onDefine' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/onDefineScope */ - test_EventTest_onDefineScope_o = corto_declareChild(test_EventTest_o, "onDefineScope", corto_observer_o); - if (!test_EventTest_onDefineScope_o) { - corto_error("test_load: failed to declare '/test/EventTest/onDefineScope' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/onDefineScope */ - if (!corto_checkState(test_EventTest_onDefineScope_o, CORTO_DEFINED)) { - test_EventTest_onDefineScope_o->mask = 0x142; - test_EventTest_onDefineScope_o->observable = NULL; - test_EventTest_onDefineScope_o->_template = 7; - test_EventTest_onDefineScope_o->dispatcher = NULL; - test_EventTest_onDefineScope_o->me = NULL; - - /* Bind /test/EventTest/onDefineScope with C-function */ - corto_function(test_EventTest_onDefineScope_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_onDefineScope(void *args, void *result); - corto_function(test_EventTest_onDefineScope_o)->impl = (corto_word)__test_EventTest_onDefineScope; - if (corto_define(test_EventTest_onDefineScope_o)) { - corto_error("test_load: failed to define '/test/EventTest/onDefineScope' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/onDefineSelf */ - test_EventTest_onDefineSelf_o = corto_declareChild(test_EventTest_o, "onDefineSelf", corto_observer_o); - if (!test_EventTest_onDefineSelf_o) { - corto_error("test_load: failed to declare '/test/EventTest/onDefineSelf' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/onDefineSelf */ - if (!corto_checkState(test_EventTest_onDefineSelf_o, CORTO_DEFINED)) { - test_EventTest_onDefineSelf_o->mask = 0x122; - test_EventTest_onDefineSelf_o->observable = NULL; - test_EventTest_onDefineSelf_o->_template = 6; - test_EventTest_onDefineSelf_o->dispatcher = NULL; - test_EventTest_onDefineSelf_o->me = NULL; - - /* Bind /test/EventTest/onDefineSelf with C-function */ - corto_function(test_EventTest_onDefineSelf_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_onDefineSelf(void *args, void *result); - corto_function(test_EventTest_onDefineSelf_o)->impl = (corto_word)__test_EventTest_onDefineSelf; - if (corto_define(test_EventTest_onDefineSelf_o)) { - corto_error("test_load: failed to define '/test/EventTest/onDefineSelf' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/onDefineTree */ - test_EventTest_onDefineTree_o = corto_declareChild(test_EventTest_o, "onDefineTree", corto_observer_o); - if (!test_EventTest_onDefineTree_o) { - corto_error("test_load: failed to declare '/test/EventTest/onDefineTree' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/onDefineTree */ - if (!corto_checkState(test_EventTest_onDefineTree_o, CORTO_DEFINED)) { - test_EventTest_onDefineTree_o->mask = 0x182; - test_EventTest_onDefineTree_o->observable = NULL; - test_EventTest_onDefineTree_o->_template = 8; - test_EventTest_onDefineTree_o->dispatcher = NULL; - test_EventTest_onDefineTree_o->me = NULL; - - /* Bind /test/EventTest/onDefineTree with C-function */ - corto_function(test_EventTest_onDefineTree_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_onDefineTree(void *args, void *result); - corto_function(test_EventTest_onDefineTree_o)->impl = (corto_word)__test_EventTest_onDefineTree; - if (corto_define(test_EventTest_onDefineTree_o)) { - corto_error("test_load: failed to define '/test/EventTest/onDefineTree' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/onDelete */ - test_EventTest_onDelete_o = corto_declareChild(test_EventTest_o, "onDelete", corto_observer_o); - if (!test_EventTest_onDelete_o) { - corto_error("test_load: failed to declare '/test/EventTest/onDelete' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/onDelete */ - if (!corto_checkState(test_EventTest_onDelete_o, CORTO_DEFINED)) { - test_EventTest_onDelete_o->mask = 0x1a4; - test_EventTest_onDelete_o->observable = NULL; - test_EventTest_onDelete_o->_template = 13; - test_EventTest_onDelete_o->dispatcher = NULL; - test_EventTest_onDelete_o->me = NULL; - - /* Bind /test/EventTest/onDelete with C-function */ - corto_function(test_EventTest_onDelete_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_onDelete(void *args, void *result); - corto_function(test_EventTest_onDelete_o)->impl = (corto_word)__test_EventTest_onDelete; - if (corto_define(test_EventTest_onDelete_o)) { - corto_error("test_load: failed to define '/test/EventTest/onDelete' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/onDeleteScope */ - test_EventTest_onDeleteScope_o = corto_declareChild(test_EventTest_o, "onDeleteScope", corto_observer_o); - if (!test_EventTest_onDeleteScope_o) { - corto_error("test_load: failed to declare '/test/EventTest/onDeleteScope' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/onDeleteScope */ - if (!corto_checkState(test_EventTest_onDeleteScope_o, CORTO_DEFINED)) { - test_EventTest_onDeleteScope_o->mask = 0x144; - test_EventTest_onDeleteScope_o->observable = NULL; - test_EventTest_onDeleteScope_o->_template = 15; - test_EventTest_onDeleteScope_o->dispatcher = NULL; - test_EventTest_onDeleteScope_o->me = NULL; - - /* Bind /test/EventTest/onDeleteScope with C-function */ - corto_function(test_EventTest_onDeleteScope_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_onDeleteScope(void *args, void *result); - corto_function(test_EventTest_onDeleteScope_o)->impl = (corto_word)__test_EventTest_onDeleteScope; - if (corto_define(test_EventTest_onDeleteScope_o)) { - corto_error("test_load: failed to define '/test/EventTest/onDeleteScope' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/onDeleteSelf */ - test_EventTest_onDeleteSelf_o = corto_declareChild(test_EventTest_o, "onDeleteSelf", corto_observer_o); - if (!test_EventTest_onDeleteSelf_o) { - corto_error("test_load: failed to declare '/test/EventTest/onDeleteSelf' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/onDeleteSelf */ - if (!corto_checkState(test_EventTest_onDeleteSelf_o, CORTO_DEFINED)) { - test_EventTest_onDeleteSelf_o->mask = 0x124; - test_EventTest_onDeleteSelf_o->observable = NULL; - test_EventTest_onDeleteSelf_o->_template = 14; - test_EventTest_onDeleteSelf_o->dispatcher = NULL; - test_EventTest_onDeleteSelf_o->me = NULL; - - /* Bind /test/EventTest/onDeleteSelf with C-function */ - corto_function(test_EventTest_onDeleteSelf_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_onDeleteSelf(void *args, void *result); - corto_function(test_EventTest_onDeleteSelf_o)->impl = (corto_word)__test_EventTest_onDeleteSelf; - if (corto_define(test_EventTest_onDeleteSelf_o)) { - corto_error("test_load: failed to define '/test/EventTest/onDeleteSelf' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/onDeleteTree */ - test_EventTest_onDeleteTree_o = corto_declareChild(test_EventTest_o, "onDeleteTree", corto_observer_o); - if (!test_EventTest_onDeleteTree_o) { - corto_error("test_load: failed to declare '/test/EventTest/onDeleteTree' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/onDeleteTree */ - if (!corto_checkState(test_EventTest_onDeleteTree_o, CORTO_DEFINED)) { - test_EventTest_onDeleteTree_o->mask = 0x184; - test_EventTest_onDeleteTree_o->observable = NULL; - test_EventTest_onDeleteTree_o->_template = 16; - test_EventTest_onDeleteTree_o->dispatcher = NULL; - test_EventTest_onDeleteTree_o->me = NULL; - - /* Bind /test/EventTest/onDeleteTree with C-function */ - corto_function(test_EventTest_onDeleteTree_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_onDeleteTree(void *args, void *result); - corto_function(test_EventTest_onDeleteTree_o)->impl = (corto_word)__test_EventTest_onDeleteTree; - if (corto_define(test_EventTest_onDeleteTree_o)) { - corto_error("test_load: failed to define '/test/EventTest/onDeleteTree' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/onUpdate */ - test_EventTest_onUpdate_o = corto_declareChild(test_EventTest_o, "onUpdate", corto_observer_o); - if (!test_EventTest_onUpdate_o) { - corto_error("test_load: failed to declare '/test/EventTest/onUpdate' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/onUpdate */ - if (!corto_checkState(test_EventTest_onUpdate_o, CORTO_DEFINED)) { - test_EventTest_onUpdate_o->mask = 0x1b0; - test_EventTest_onUpdate_o->observable = NULL; - test_EventTest_onUpdate_o->_template = 9; - test_EventTest_onUpdate_o->dispatcher = NULL; - test_EventTest_onUpdate_o->me = NULL; - - /* Bind /test/EventTest/onUpdate with C-function */ - corto_function(test_EventTest_onUpdate_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_onUpdate(void *args, void *result); - corto_function(test_EventTest_onUpdate_o)->impl = (corto_word)__test_EventTest_onUpdate; - if (corto_define(test_EventTest_onUpdate_o)) { - corto_error("test_load: failed to define '/test/EventTest/onUpdate' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/onUpdateScope */ - test_EventTest_onUpdateScope_o = corto_declareChild(test_EventTest_o, "onUpdateScope", corto_observer_o); - if (!test_EventTest_onUpdateScope_o) { - corto_error("test_load: failed to declare '/test/EventTest/onUpdateScope' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/onUpdateScope */ - if (!corto_checkState(test_EventTest_onUpdateScope_o, CORTO_DEFINED)) { - test_EventTest_onUpdateScope_o->mask = 0x150; - test_EventTest_onUpdateScope_o->observable = NULL; - test_EventTest_onUpdateScope_o->_template = 11; - test_EventTest_onUpdateScope_o->dispatcher = NULL; - test_EventTest_onUpdateScope_o->me = NULL; - - /* Bind /test/EventTest/onUpdateScope with C-function */ - corto_function(test_EventTest_onUpdateScope_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_onUpdateScope(void *args, void *result); - corto_function(test_EventTest_onUpdateScope_o)->impl = (corto_word)__test_EventTest_onUpdateScope; - if (corto_define(test_EventTest_onUpdateScope_o)) { - corto_error("test_load: failed to define '/test/EventTest/onUpdateScope' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/onUpdateSelf */ - test_EventTest_onUpdateSelf_o = corto_declareChild(test_EventTest_o, "onUpdateSelf", corto_observer_o); - if (!test_EventTest_onUpdateSelf_o) { - corto_error("test_load: failed to declare '/test/EventTest/onUpdateSelf' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/onUpdateSelf */ - if (!corto_checkState(test_EventTest_onUpdateSelf_o, CORTO_DEFINED)) { - test_EventTest_onUpdateSelf_o->mask = 0x130; - test_EventTest_onUpdateSelf_o->observable = NULL; - test_EventTest_onUpdateSelf_o->_template = 10; - test_EventTest_onUpdateSelf_o->dispatcher = NULL; - test_EventTest_onUpdateSelf_o->me = NULL; - - /* Bind /test/EventTest/onUpdateSelf with C-function */ - corto_function(test_EventTest_onUpdateSelf_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_onUpdateSelf(void *args, void *result); - corto_function(test_EventTest_onUpdateSelf_o)->impl = (corto_word)__test_EventTest_onUpdateSelf; - if (corto_define(test_EventTest_onUpdateSelf_o)) { - corto_error("test_load: failed to define '/test/EventTest/onUpdateSelf' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/EventTest/onUpdateTree */ - test_EventTest_onUpdateTree_o = corto_declareChild(test_EventTest_o, "onUpdateTree", corto_observer_o); - if (!test_EventTest_onUpdateTree_o) { - corto_error("test_load: failed to declare '/test/EventTest/onUpdateTree' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/EventTest/onUpdateTree */ - if (!corto_checkState(test_EventTest_onUpdateTree_o, CORTO_DEFINED)) { - test_EventTest_onUpdateTree_o->mask = 0x190; - test_EventTest_onUpdateTree_o->observable = NULL; - test_EventTest_onUpdateTree_o->_template = 12; - test_EventTest_onUpdateTree_o->dispatcher = NULL; - test_EventTest_onUpdateTree_o->me = NULL; - - /* Bind /test/EventTest/onUpdateTree with C-function */ - corto_function(test_EventTest_onUpdateTree_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_EventTest_onUpdateTree(void *args, void *result); - corto_function(test_EventTest_onUpdateTree_o)->impl = (corto_word)__test_EventTest_onUpdateTree; - if (corto_define(test_EventTest_onUpdateTree_o)) { - corto_error("test_load: failed to define '/test/EventTest/onUpdateTree' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Foo */ - test_Foo_o = corto_declareChild(test_o, "Foo", corto_class_o); - if (!test_Foo_o) { - corto_error("test_load: failed to declare '/test/Foo' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Foo/construct() */ - test_Foo_construct_o = corto_declareChild(test_Foo_o, "construct()", corto_method_o); - if (!test_Foo_construct_o) { - corto_error("test_load: failed to declare '/test/Foo/construct()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Foo/construct() */ - if (!corto_checkState(test_Foo_construct_o, CORTO_DEFINED)) { - corto_function(test_Foo_construct_o)->returnType = corto_resolve(NULL, "/corto/lang/int16"); - corto_function(test_Foo_construct_o)->returnsReference = FALSE; - test_Foo_construct_o->_virtual = FALSE; - - /* Bind /test/Foo/construct() with C-function */ - corto_function(test_Foo_construct_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Foo_construct(void *args, void *result); - corto_function(test_Foo_construct_o)->impl = (corto_word)__test_Foo_construct; - if (corto_define(test_Foo_construct_o)) { - corto_error("test_load: failed to define '/test/Foo/construct()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Foo/destruct() */ - test_Foo_destruct_o = corto_declareChild(test_Foo_o, "destruct()", corto_method_o); - if (!test_Foo_destruct_o) { - corto_error("test_load: failed to declare '/test/Foo/destruct()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Foo/destruct() */ - if (!corto_checkState(test_Foo_destruct_o, CORTO_DEFINED)) { - corto_function(test_Foo_destruct_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Foo_destruct_o)->returnsReference = FALSE; - test_Foo_destruct_o->_virtual = FALSE; - - /* Bind /test/Foo/destruct() with C-function */ - corto_function(test_Foo_destruct_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Foo_destruct(void *args, void *result); - corto_function(test_Foo_destruct_o)->impl = (corto_word)__test_Foo_destruct; - if (corto_define(test_Foo_destruct_o)) { - corto_error("test_load: failed to define '/test/Foo/destruct()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Foo/fail */ - test_Foo_fail_o = corto_declareChild(test_Foo_o, "fail", corto_member_o); - if (!test_Foo_fail_o) { - corto_error("test_load: failed to declare '/test/Foo/fail' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Foo/fail */ - if (!corto_checkState(test_Foo_fail_o, CORTO_DEFINED)) { - test_Foo_fail_o->type = corto_resolve(NULL, "/corto/lang/bool"); - test_Foo_fail_o->modifiers = 0x1; - test_Foo_fail_o->state = 0x6; - test_Foo_fail_o->weak = FALSE; - test_Foo_fail_o->id = 0; - if (corto_define(test_Foo_fail_o)) { - corto_error("test_load: failed to define '/test/Foo/fail' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Foo/init() */ - test_Foo_init_o = corto_declareChild(test_Foo_o, "init()", corto_method_o); - if (!test_Foo_init_o) { - corto_error("test_load: failed to declare '/test/Foo/init()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Foo/init() */ - if (!corto_checkState(test_Foo_init_o, CORTO_DEFINED)) { - corto_function(test_Foo_init_o)->returnType = corto_resolve(NULL, "/corto/lang/int16"); - corto_function(test_Foo_init_o)->returnsReference = FALSE; - test_Foo_init_o->_virtual = FALSE; - - /* Bind /test/Foo/init() with C-function */ - corto_function(test_Foo_init_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Foo_init(void *args, void *result); - corto_function(test_Foo_init_o)->impl = (corto_word)__test_Foo_init; - if (corto_define(test_Foo_init_o)) { - corto_error("test_load: failed to define '/test/Foo/init()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Foo/x */ - test_Foo_x_o = corto_declareChild(test_Foo_o, "x", corto_member_o); - if (!test_Foo_x_o) { - corto_error("test_load: failed to declare '/test/Foo/x' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Foo/x */ - if (!corto_checkState(test_Foo_x_o, CORTO_DEFINED)) { - test_Foo_x_o->type = corto_resolve(NULL, "/corto/lang/int32"); - test_Foo_x_o->modifiers = 0x0; - test_Foo_x_o->state = 0x6; - test_Foo_x_o->weak = FALSE; - test_Foo_x_o->id = 1; - if (corto_define(test_Foo_x_o)) { - corto_error("test_load: failed to define '/test/Foo/x' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Foo/y */ - test_Foo_y_o = corto_declareChild(test_Foo_o, "y", corto_member_o); - if (!test_Foo_y_o) { - corto_error("test_load: failed to declare '/test/Foo/y' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Foo/y */ - if (!corto_checkState(test_Foo_y_o, CORTO_DEFINED)) { - test_Foo_y_o->type = corto_resolve(NULL, "/corto/lang/int32"); - test_Foo_y_o->modifiers = 0x0; - test_Foo_y_o->state = 0x6; - test_Foo_y_o->weak = FALSE; - test_Foo_y_o->id = 2; - if (corto_define(test_Foo_y_o)) { - corto_error("test_load: failed to define '/test/Foo/y' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/Foo */ - if (!corto_checkState(test_Foo_o, CORTO_DEFINED)) { - corto_type(test_Foo_o)->parentType = NULL; - corto_type(test_Foo_o)->parentState = 0x6; - corto_type(test_Foo_o)->defaultType = NULL; - corto_type(test_Foo_o)->defaultProcedureType = NULL; - corto_interface(test_Foo_o)->base = NULL; - corto_struct(test_Foo_o)->baseAccess = 0x0; - test_Foo_o->implements.length = 0; - test_Foo_o->implements.buffer = NULL; - if (corto_define(test_Foo_o)) { - corto_error("test_load: failed to define '/test/Foo' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Foo_o)->size != sizeof(struct test_Foo_s)) { - corto_error("test_load: calculated size '%d' of type '/test/Foo' doesn't match C-type size '%d'", corto_type(test_Foo_o)->size, sizeof(struct test_Foo_s)); - } - - /* Declare /test/Fullname */ - test_Fullname_o = corto_declareChild(test_o, "Fullname", test_Suite_o); - if (!test_Fullname_o) { - corto_error("test_load: failed to declare '/test/Fullname' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Fullname */ - if (!corto_checkState(test_Fullname_o, CORTO_DEFINED)) { - corto_type(test_Fullname_o)->parentType = NULL; - corto_type(test_Fullname_o)->parentState = 0x6; - corto_type(test_Fullname_o)->defaultType = NULL; - corto_type(test_Fullname_o)->defaultProcedureType = NULL; - corto_interface(test_Fullname_o)->base = corto_resolve(NULL, "/corto/test/SuiteData"); - corto_struct(test_Fullname_o)->baseAccess = 0x0; - corto_class(test_Fullname_o)->implements.length = 0; - corto_class(test_Fullname_o)->implements.buffer = NULL; - if (corto_define(test_Fullname_o)) { - corto_error("test_load: failed to define '/test/Fullname' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Fullname_o)->size != sizeof(struct test_Fullname_s)) { - corto_error("test_load: calculated size '%d' of type '/test/Fullname' doesn't match C-type size '%d'", corto_type(test_Fullname_o)->size, sizeof(struct test_Fullname_s)); - } - - /* Declare /test/Fullname/tc_null() */ - test_Fullname_tc_null_o = corto_declareChild(test_Fullname_o, "tc_null()", test_Case_o); - if (!test_Fullname_tc_null_o) { - corto_error("test_load: failed to declare '/test/Fullname/tc_null()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Fullname/tc_null() */ - if (!corto_checkState(test_Fullname_tc_null_o, CORTO_DEFINED)) { - corto_function(test_Fullname_tc_null_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Fullname_tc_null_o)->returnsReference = FALSE; - corto_method(test_Fullname_tc_null_o)->_virtual = FALSE; - - /* Bind /test/Fullname/tc_null() with C-function */ - corto_function(test_Fullname_tc_null_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Fullname_tc_null(void *args, void *result); - corto_function(test_Fullname_tc_null_o)->impl = (corto_word)__test_Fullname_tc_null; - if (corto_define(test_Fullname_tc_null_o)) { - corto_error("test_load: failed to define '/test/Fullname/tc_null()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Fullname/tc_nullBuffer() */ - test_Fullname_tc_nullBuffer_o = corto_declareChild(test_Fullname_o, "tc_nullBuffer()", test_Case_o); - if (!test_Fullname_tc_nullBuffer_o) { - corto_error("test_load: failed to declare '/test/Fullname/tc_nullBuffer()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Fullname/tc_nullBuffer() */ - if (!corto_checkState(test_Fullname_tc_nullBuffer_o, CORTO_DEFINED)) { - corto_function(test_Fullname_tc_nullBuffer_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Fullname_tc_nullBuffer_o)->returnsReference = FALSE; - corto_method(test_Fullname_tc_nullBuffer_o)->_virtual = FALSE; - - /* Bind /test/Fullname/tc_nullBuffer() with C-function */ - corto_function(test_Fullname_tc_nullBuffer_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Fullname_tc_nullBuffer(void *args, void *result); - corto_function(test_Fullname_tc_nullBuffer_o)->impl = (corto_word)__test_Fullname_tc_nullBuffer; - if (corto_define(test_Fullname_tc_nullBuffer_o)) { - corto_error("test_load: failed to define '/test/Fullname/tc_nullBuffer()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Fullname/tc_onelevel() */ - test_Fullname_tc_onelevel_o = corto_declareChild(test_Fullname_o, "tc_onelevel()", test_Case_o); - if (!test_Fullname_tc_onelevel_o) { - corto_error("test_load: failed to declare '/test/Fullname/tc_onelevel()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Fullname/tc_onelevel() */ - if (!corto_checkState(test_Fullname_tc_onelevel_o, CORTO_DEFINED)) { - corto_function(test_Fullname_tc_onelevel_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Fullname_tc_onelevel_o)->returnsReference = FALSE; - corto_method(test_Fullname_tc_onelevel_o)->_virtual = FALSE; - - /* Bind /test/Fullname/tc_onelevel() with C-function */ - corto_function(test_Fullname_tc_onelevel_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Fullname_tc_onelevel(void *args, void *result); - corto_function(test_Fullname_tc_onelevel_o)->impl = (corto_word)__test_Fullname_tc_onelevel; - if (corto_define(test_Fullname_tc_onelevel_o)) { - corto_error("test_load: failed to define '/test/Fullname/tc_onelevel()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Fullname/tc_root() */ - test_Fullname_tc_root_o = corto_declareChild(test_Fullname_o, "tc_root()", test_Case_o); - if (!test_Fullname_tc_root_o) { - corto_error("test_load: failed to declare '/test/Fullname/tc_root()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Fullname/tc_root() */ - if (!corto_checkState(test_Fullname_tc_root_o, CORTO_DEFINED)) { - corto_function(test_Fullname_tc_root_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Fullname_tc_root_o)->returnsReference = FALSE; - corto_method(test_Fullname_tc_root_o)->_virtual = FALSE; - - /* Bind /test/Fullname/tc_root() with C-function */ - corto_function(test_Fullname_tc_root_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Fullname_tc_root(void *args, void *result); - corto_function(test_Fullname_tc_root_o)->impl = (corto_word)__test_Fullname_tc_root; - if (corto_define(test_Fullname_tc_root_o)) { - corto_error("test_load: failed to define '/test/Fullname/tc_root()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Fullname/tc_twolevels() */ - test_Fullname_tc_twolevels_o = corto_declareChild(test_Fullname_o, "tc_twolevels()", test_Case_o); - if (!test_Fullname_tc_twolevels_o) { - corto_error("test_load: failed to declare '/test/Fullname/tc_twolevels()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Fullname/tc_twolevels() */ - if (!corto_checkState(test_Fullname_tc_twolevels_o, CORTO_DEFINED)) { - corto_function(test_Fullname_tc_twolevels_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Fullname_tc_twolevels_o)->returnsReference = FALSE; - corto_method(test_Fullname_tc_twolevels_o)->_virtual = FALSE; - - /* Bind /test/Fullname/tc_twolevels() with C-function */ - corto_function(test_Fullname_tc_twolevels_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Fullname_tc_twolevels(void *args, void *result); - corto_function(test_Fullname_tc_twolevels_o)->impl = (corto_word)__test_Fullname_tc_twolevels; - if (corto_define(test_Fullname_tc_twolevels_o)) { - corto_error("test_load: failed to define '/test/Fullname/tc_twolevels()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/functionToResolve(int32 a,int32 b) */ - test_functionToResolve_o = corto_declareChild(test_o, "functionToResolve(int32 a,int32 b)", corto_function_o); - if (!test_functionToResolve_o) { - corto_error("test_load: failed to declare '/test/functionToResolve(int32 a,int32 b)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/functionToResolve(int32 a,int32 b) */ - if (!corto_checkState(test_functionToResolve_o, CORTO_DEFINED)) { - test_functionToResolve_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_functionToResolve_o->returnsReference = FALSE; - - /* Bind /test/functionToResolve(int32 a,int32 b) with C-function */ - corto_function(test_functionToResolve_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_functionToResolve(void *args, void *result); - corto_function(test_functionToResolve_o)->impl = (corto_word)__test_functionToResolve; - if (corto_define(test_functionToResolve_o)) { - corto_error("test_load: failed to define '/test/functionToResolve(int32 a,int32 b)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/GoldenRetriever */ - test_GoldenRetriever_o = corto_declareChild(test_o, "GoldenRetriever", corto_class_o); - if (!test_GoldenRetriever_o) { - corto_error("test_load: failed to declare '/test/GoldenRetriever' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/GoldenRetriever/c */ - test_GoldenRetriever_c_o = corto_declareChild(test_GoldenRetriever_o, "c", corto_member_o); - if (!test_GoldenRetriever_c_o) { - corto_error("test_load: failed to declare '/test/GoldenRetriever/c' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/GoldenRetriever/c */ - if (!corto_checkState(test_GoldenRetriever_c_o, CORTO_DEFINED)) { - test_GoldenRetriever_c_o->type = corto_resolve(NULL, "/corto/lang/bool"); - test_GoldenRetriever_c_o->modifiers = 0x0; - test_GoldenRetriever_c_o->state = 0x6; - test_GoldenRetriever_c_o->weak = FALSE; - test_GoldenRetriever_c_o->id = 0; - if (corto_define(test_GoldenRetriever_c_o)) { - corto_error("test_load: failed to define '/test/GoldenRetriever/c' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/GoldenRetriever */ - if (!corto_checkState(test_GoldenRetriever_o, CORTO_DEFINED)) { - corto_type(test_GoldenRetriever_o)->parentType = NULL; - corto_type(test_GoldenRetriever_o)->parentState = 0x6; - corto_type(test_GoldenRetriever_o)->defaultType = NULL; - corto_type(test_GoldenRetriever_o)->defaultProcedureType = NULL; - corto_interface(test_GoldenRetriever_o)->base = corto_resolve(NULL, "/test/Dog"); - corto_struct(test_GoldenRetriever_o)->baseAccess = 0x0; - test_GoldenRetriever_o->implements.length = 0; - test_GoldenRetriever_o->implements.buffer = NULL; - if (corto_define(test_GoldenRetriever_o)) { - corto_error("test_load: failed to define '/test/GoldenRetriever' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_GoldenRetriever_o)->size != sizeof(struct test_GoldenRetriever_s)) { - corto_error("test_load: calculated size '%d' of type '/test/GoldenRetriever' doesn't match C-type size '%d'", corto_type(test_GoldenRetriever_o)->size, sizeof(struct test_GoldenRetriever_s)); - } - - /* Declare /test/initCalled */ - test_initCalled_o = corto_declareChild(test_o, "initCalled", corto_int8_o); - if (!test_initCalled_o) { - corto_error("test_load: failed to declare '/test/initCalled' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/initCalled */ - if (!corto_checkState(test_initCalled_o, CORTO_DEFINED)) { - (*test_initCalled_o) = 0; - if (corto_define(test_initCalled_o)) { - corto_error("test_load: failed to define '/test/initCalled' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Line */ - test_Line_o = corto_declareChild(test_o, "Line", corto_struct_o); - if (!test_Line_o) { - corto_error("test_load: failed to declare '/test/Line' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Line/start */ - test_Line_start_o = corto_declareChild(test_Line_o, "start", corto_member_o); - if (!test_Line_start_o) { - corto_error("test_load: failed to declare '/test/Line/start' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Line/stop */ - test_Line_stop_o = corto_declareChild(test_Line_o, "stop", corto_member_o); - if (!test_Line_stop_o) { - corto_error("test_load: failed to declare '/test/Line/stop' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/MethodResolver */ - test_MethodResolver_o = corto_declareChild(test_o, "MethodResolver", test_Suite_o); - if (!test_MethodResolver_o) { - corto_error("test_load: failed to declare '/test/MethodResolver' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver */ - if (!corto_checkState(test_MethodResolver_o, CORTO_DEFINED)) { - corto_type(test_MethodResolver_o)->parentType = NULL; - corto_type(test_MethodResolver_o)->parentState = 0x6; - corto_type(test_MethodResolver_o)->defaultType = NULL; - corto_type(test_MethodResolver_o)->defaultProcedureType = NULL; - corto_interface(test_MethodResolver_o)->base = corto_resolve(NULL, "/corto/test/SuiteData"); - corto_struct(test_MethodResolver_o)->baseAccess = 0x0; - corto_class(test_MethodResolver_o)->implements.length = 0; - corto_class(test_MethodResolver_o)->implements.buffer = NULL; - if (corto_define(test_MethodResolver_o)) { - corto_error("test_load: failed to define '/test/MethodResolver' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_MethodResolver_o)->size != sizeof(struct test_MethodResolver_s)) { - corto_error("test_load: calculated size '%d' of type '/test/MethodResolver' doesn't match C-type size '%d'", corto_type(test_MethodResolver_o)->size, sizeof(struct test_MethodResolver_s)); - } - - /* Declare /test/MethodResolver/tc_inheritOverload() */ - test_MethodResolver_tc_inheritOverload_o = corto_declareChild(test_MethodResolver_o, "tc_inheritOverload()", test_Case_o); - if (!test_MethodResolver_tc_inheritOverload_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_inheritOverload()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_inheritOverload() */ - if (!corto_checkState(test_MethodResolver_tc_inheritOverload_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_inheritOverload_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_inheritOverload_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_inheritOverload_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_inheritOverload() with C-function */ - corto_function(test_MethodResolver_tc_inheritOverload_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_inheritOverload(void *args, void *result); - corto_function(test_MethodResolver_tc_inheritOverload_o)->impl = (corto_word)__test_MethodResolver_tc_inheritOverload; - if (corto_define(test_MethodResolver_tc_inheritOverload_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_inheritOverload()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_inheritOverloadBaseClass() */ - test_MethodResolver_tc_inheritOverloadBaseClass_o = corto_declareChild(test_MethodResolver_o, "tc_inheritOverloadBaseClass()", test_Case_o); - if (!test_MethodResolver_tc_inheritOverloadBaseClass_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_inheritOverloadBaseClass()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_inheritOverloadBaseClass() */ - if (!corto_checkState(test_MethodResolver_tc_inheritOverloadBaseClass_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_inheritOverloadBaseClass_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_inheritOverloadBaseClass_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_inheritOverloadBaseClass_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_inheritOverloadBaseClass() with C-function */ - corto_function(test_MethodResolver_tc_inheritOverloadBaseClass_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_inheritOverloadBaseClass(void *args, void *result); - corto_function(test_MethodResolver_tc_inheritOverloadBaseClass_o)->impl = (corto_word)__test_MethodResolver_tc_inheritOverloadBaseClass; - if (corto_define(test_MethodResolver_tc_inheritOverloadBaseClass_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_inheritOverloadBaseClass()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_inheritOverloadBaseInt() */ - test_MethodResolver_tc_inheritOverloadBaseInt_o = corto_declareChild(test_MethodResolver_o, "tc_inheritOverloadBaseInt()", test_Case_o); - if (!test_MethodResolver_tc_inheritOverloadBaseInt_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_inheritOverloadBaseInt()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_inheritOverloadBaseInt() */ - if (!corto_checkState(test_MethodResolver_tc_inheritOverloadBaseInt_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_inheritOverloadBaseInt_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_inheritOverloadBaseInt_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_inheritOverloadBaseInt_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_inheritOverloadBaseInt() with C-function */ - corto_function(test_MethodResolver_tc_inheritOverloadBaseInt_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_inheritOverloadBaseInt(void *args, void *result); - corto_function(test_MethodResolver_tc_inheritOverloadBaseInt_o)->impl = (corto_word)__test_MethodResolver_tc_inheritOverloadBaseInt; - if (corto_define(test_MethodResolver_tc_inheritOverloadBaseInt_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_inheritOverloadBaseInt()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_inheritOverloadBaseString() */ - test_MethodResolver_tc_inheritOverloadBaseString_o = corto_declareChild(test_MethodResolver_o, "tc_inheritOverloadBaseString()", test_Case_o); - if (!test_MethodResolver_tc_inheritOverloadBaseString_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_inheritOverloadBaseString()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_inheritOverloadBaseString() */ - if (!corto_checkState(test_MethodResolver_tc_inheritOverloadBaseString_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_inheritOverloadBaseString_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_inheritOverloadBaseString_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_inheritOverloadBaseString_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_inheritOverloadBaseString() with C-function */ - corto_function(test_MethodResolver_tc_inheritOverloadBaseString_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_inheritOverloadBaseString(void *args, void *result); - corto_function(test_MethodResolver_tc_inheritOverloadBaseString_o)->impl = (corto_word)__test_MethodResolver_tc_inheritOverloadBaseString; - if (corto_define(test_MethodResolver_tc_inheritOverloadBaseString_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_inheritOverloadBaseString()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_inheritOverloadBaseTwoArgs() */ - test_MethodResolver_tc_inheritOverloadBaseTwoArgs_o = corto_declareChild(test_MethodResolver_o, "tc_inheritOverloadBaseTwoArgs()", test_Case_o); - if (!test_MethodResolver_tc_inheritOverloadBaseTwoArgs_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_inheritOverloadBaseTwoArgs()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_inheritOverloadBaseTwoArgs() */ - if (!corto_checkState(test_MethodResolver_tc_inheritOverloadBaseTwoArgs_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_inheritOverloadBaseTwoArgs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_inheritOverloadBaseTwoArgs_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_inheritOverloadBaseTwoArgs_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_inheritOverloadBaseTwoArgs() with C-function */ - corto_function(test_MethodResolver_tc_inheritOverloadBaseTwoArgs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_inheritOverloadBaseTwoArgs(void *args, void *result); - corto_function(test_MethodResolver_tc_inheritOverloadBaseTwoArgs_o)->impl = (corto_word)__test_MethodResolver_tc_inheritOverloadBaseTwoArgs; - if (corto_define(test_MethodResolver_tc_inheritOverloadBaseTwoArgs_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_inheritOverloadBaseTwoArgs()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_inheritOverloadClass() */ - test_MethodResolver_tc_inheritOverloadClass_o = corto_declareChild(test_MethodResolver_o, "tc_inheritOverloadClass()", test_Case_o); - if (!test_MethodResolver_tc_inheritOverloadClass_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_inheritOverloadClass()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_inheritOverloadClass() */ - if (!corto_checkState(test_MethodResolver_tc_inheritOverloadClass_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_inheritOverloadClass_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_inheritOverloadClass_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_inheritOverloadClass_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_inheritOverloadClass() with C-function */ - corto_function(test_MethodResolver_tc_inheritOverloadClass_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_inheritOverloadClass(void *args, void *result); - corto_function(test_MethodResolver_tc_inheritOverloadClass_o)->impl = (corto_word)__test_MethodResolver_tc_inheritOverloadClass; - if (corto_define(test_MethodResolver_tc_inheritOverloadClass_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_inheritOverloadClass()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_inheritOverloadNoArgs() */ - test_MethodResolver_tc_inheritOverloadNoArgs_o = corto_declareChild(test_MethodResolver_o, "tc_inheritOverloadNoArgs()", test_Case_o); - if (!test_MethodResolver_tc_inheritOverloadNoArgs_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_inheritOverloadNoArgs()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_inheritOverloadNoArgs() */ - if (!corto_checkState(test_MethodResolver_tc_inheritOverloadNoArgs_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_inheritOverloadNoArgs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_inheritOverloadNoArgs_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_inheritOverloadNoArgs_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_inheritOverloadNoArgs() with C-function */ - corto_function(test_MethodResolver_tc_inheritOverloadNoArgs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_inheritOverloadNoArgs(void *args, void *result); - corto_function(test_MethodResolver_tc_inheritOverloadNoArgs_o)->impl = (corto_word)__test_MethodResolver_tc_inheritOverloadNoArgs; - if (corto_define(test_MethodResolver_tc_inheritOverloadNoArgs_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_inheritOverloadNoArgs()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_inheritSimple() */ - test_MethodResolver_tc_inheritSimple_o = corto_declareChild(test_MethodResolver_o, "tc_inheritSimple()", test_Case_o); - if (!test_MethodResolver_tc_inheritSimple_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_inheritSimple()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_inheritSimple() */ - if (!corto_checkState(test_MethodResolver_tc_inheritSimple_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_inheritSimple_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_inheritSimple_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_inheritSimple_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_inheritSimple() with C-function */ - corto_function(test_MethodResolver_tc_inheritSimple_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_inheritSimple(void *args, void *result); - corto_function(test_MethodResolver_tc_inheritSimple_o)->impl = (corto_word)__test_MethodResolver_tc_inheritSimple; - if (corto_define(test_MethodResolver_tc_inheritSimple_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_inheritSimple()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_inheritSimpleNoArgs() */ - test_MethodResolver_tc_inheritSimpleNoArgs_o = corto_declareChild(test_MethodResolver_o, "tc_inheritSimpleNoArgs()", test_Case_o); - if (!test_MethodResolver_tc_inheritSimpleNoArgs_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_inheritSimpleNoArgs()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_inheritSimpleNoArgs() */ - if (!corto_checkState(test_MethodResolver_tc_inheritSimpleNoArgs_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_inheritSimpleNoArgs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_inheritSimpleNoArgs_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_inheritSimpleNoArgs_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_inheritSimpleNoArgs() with C-function */ - corto_function(test_MethodResolver_tc_inheritSimpleNoArgs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_inheritSimpleNoArgs(void *args, void *result); - corto_function(test_MethodResolver_tc_inheritSimpleNoArgs_o)->impl = (corto_word)__test_MethodResolver_tc_inheritSimpleNoArgs; - if (corto_define(test_MethodResolver_tc_inheritSimpleNoArgs_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_inheritSimpleNoArgs()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_inheritVirtualOverload() */ - test_MethodResolver_tc_inheritVirtualOverload_o = corto_declareChild(test_MethodResolver_o, "tc_inheritVirtualOverload()", test_Case_o); - if (!test_MethodResolver_tc_inheritVirtualOverload_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_inheritVirtualOverload()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_inheritVirtualOverload() */ - if (!corto_checkState(test_MethodResolver_tc_inheritVirtualOverload_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_inheritVirtualOverload_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_inheritVirtualOverload_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_inheritVirtualOverload_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_inheritVirtualOverload() with C-function */ - corto_function(test_MethodResolver_tc_inheritVirtualOverload_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_inheritVirtualOverload(void *args, void *result); - corto_function(test_MethodResolver_tc_inheritVirtualOverload_o)->impl = (corto_word)__test_MethodResolver_tc_inheritVirtualOverload; - if (corto_define(test_MethodResolver_tc_inheritVirtualOverload_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_inheritVirtualOverload()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_inheritVirtualOverloadNoArgs() */ - test_MethodResolver_tc_inheritVirtualOverloadNoArgs_o = corto_declareChild(test_MethodResolver_o, "tc_inheritVirtualOverloadNoArgs()", test_Case_o); - if (!test_MethodResolver_tc_inheritVirtualOverloadNoArgs_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_inheritVirtualOverloadNoArgs()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_inheritVirtualOverloadNoArgs() */ - if (!corto_checkState(test_MethodResolver_tc_inheritVirtualOverloadNoArgs_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_inheritVirtualOverloadNoArgs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_inheritVirtualOverloadNoArgs_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_inheritVirtualOverloadNoArgs_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_inheritVirtualOverloadNoArgs() with C-function */ - corto_function(test_MethodResolver_tc_inheritVirtualOverloadNoArgs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_inheritVirtualOverloadNoArgs(void *args, void *result); - corto_function(test_MethodResolver_tc_inheritVirtualOverloadNoArgs_o)->impl = (corto_word)__test_MethodResolver_tc_inheritVirtualOverloadNoArgs; - if (corto_define(test_MethodResolver_tc_inheritVirtualOverloadNoArgs_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_inheritVirtualOverloadNoArgs()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_nonexisting() */ - test_MethodResolver_tc_nonexisting_o = corto_declareChild(test_MethodResolver_o, "tc_nonexisting()", test_Case_o); - if (!test_MethodResolver_tc_nonexisting_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_nonexisting()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_nonexisting() */ - if (!corto_checkState(test_MethodResolver_tc_nonexisting_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_nonexisting_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_nonexisting_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_nonexisting_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_nonexisting() with C-function */ - corto_function(test_MethodResolver_tc_nonexisting_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_nonexisting(void *args, void *result); - corto_function(test_MethodResolver_tc_nonexisting_o)->impl = (corto_word)__test_MethodResolver_tc_nonexisting; - if (corto_define(test_MethodResolver_tc_nonexisting_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_nonexisting()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_onearg() */ - test_MethodResolver_tc_onearg_o = corto_declareChild(test_MethodResolver_o, "tc_onearg()", test_Case_o); - if (!test_MethodResolver_tc_onearg_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_onearg()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_onearg() */ - if (!corto_checkState(test_MethodResolver_tc_onearg_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_onearg_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_onearg_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_onearg_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_onearg() with C-function */ - corto_function(test_MethodResolver_tc_onearg_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_onearg(void *args, void *result); - corto_function(test_MethodResolver_tc_onearg_o)->impl = (corto_word)__test_MethodResolver_tc_onearg; - if (corto_define(test_MethodResolver_tc_onearg_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_onearg()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_oneargErr() */ - test_MethodResolver_tc_oneargErr_o = corto_declareChild(test_MethodResolver_o, "tc_oneargErr()", test_Case_o); - if (!test_MethodResolver_tc_oneargErr_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_oneargErr()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_oneargErr() */ - if (!corto_checkState(test_MethodResolver_tc_oneargErr_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_oneargErr_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_oneargErr_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_oneargErr_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_oneargErr() with C-function */ - corto_function(test_MethodResolver_tc_oneargErr_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_oneargErr(void *args, void *result); - corto_function(test_MethodResolver_tc_oneargErr_o)->impl = (corto_word)__test_MethodResolver_tc_oneargErr; - if (corto_define(test_MethodResolver_tc_oneargErr_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_oneargErr()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_oneargErrType() */ - test_MethodResolver_tc_oneargErrType_o = corto_declareChild(test_MethodResolver_o, "tc_oneargErrType()", test_Case_o); - if (!test_MethodResolver_tc_oneargErrType_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_oneargErrType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_oneargErrType() */ - if (!corto_checkState(test_MethodResolver_tc_oneargErrType_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_oneargErrType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_oneargErrType_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_oneargErrType_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_oneargErrType() with C-function */ - corto_function(test_MethodResolver_tc_oneargErrType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_oneargErrType(void *args, void *result); - corto_function(test_MethodResolver_tc_oneargErrType_o)->impl = (corto_word)__test_MethodResolver_tc_oneargErrType; - if (corto_define(test_MethodResolver_tc_oneargErrType_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_oneargErrType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_oneargNoArgs() */ - test_MethodResolver_tc_oneargNoArgs_o = corto_declareChild(test_MethodResolver_o, "tc_oneargNoArgs()", test_Case_o); - if (!test_MethodResolver_tc_oneargNoArgs_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_oneargNoArgs()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_oneargNoArgs() */ - if (!corto_checkState(test_MethodResolver_tc_oneargNoArgs_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_oneargNoArgs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_oneargNoArgs_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_oneargNoArgs_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_oneargNoArgs() with C-function */ - corto_function(test_MethodResolver_tc_oneargNoArgs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_oneargNoArgs(void *args, void *result); - corto_function(test_MethodResolver_tc_oneargNoArgs_o)->impl = (corto_word)__test_MethodResolver_tc_oneargNoArgs; - if (corto_define(test_MethodResolver_tc_oneargNoArgs_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_oneargNoArgs()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_overloadAmbiguous() */ - test_MethodResolver_tc_overloadAmbiguous_o = corto_declareChild(test_MethodResolver_o, "tc_overloadAmbiguous()", test_Case_o); - if (!test_MethodResolver_tc_overloadAmbiguous_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_overloadAmbiguous()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_overloadAmbiguous() */ - if (!corto_checkState(test_MethodResolver_tc_overloadAmbiguous_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_overloadAmbiguous_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_overloadAmbiguous_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_overloadAmbiguous_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_overloadAmbiguous() with C-function */ - corto_function(test_MethodResolver_tc_overloadAmbiguous_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_overloadAmbiguous(void *args, void *result); - corto_function(test_MethodResolver_tc_overloadAmbiguous_o)->impl = (corto_word)__test_MethodResolver_tc_overloadAmbiguous; - if (corto_define(test_MethodResolver_tc_overloadAmbiguous_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_overloadAmbiguous()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_overloadClass() */ - test_MethodResolver_tc_overloadClass_o = corto_declareChild(test_MethodResolver_o, "tc_overloadClass()", test_Case_o); - if (!test_MethodResolver_tc_overloadClass_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_overloadClass()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_overloadClass() */ - if (!corto_checkState(test_MethodResolver_tc_overloadClass_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_overloadClass_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_overloadClass_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_overloadClass_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_overloadClass() with C-function */ - corto_function(test_MethodResolver_tc_overloadClass_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_overloadClass(void *args, void *result); - corto_function(test_MethodResolver_tc_overloadClass_o)->impl = (corto_word)__test_MethodResolver_tc_overloadClass; - if (corto_define(test_MethodResolver_tc_overloadClass_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_overloadClass()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_overloadInt() */ - test_MethodResolver_tc_overloadInt_o = corto_declareChild(test_MethodResolver_o, "tc_overloadInt()", test_Case_o); - if (!test_MethodResolver_tc_overloadInt_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_overloadInt()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_overloadInt() */ - if (!corto_checkState(test_MethodResolver_tc_overloadInt_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_overloadInt_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_overloadInt_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_overloadInt_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_overloadInt() with C-function */ - corto_function(test_MethodResolver_tc_overloadInt_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_overloadInt(void *args, void *result); - corto_function(test_MethodResolver_tc_overloadInt_o)->impl = (corto_word)__test_MethodResolver_tc_overloadInt; - if (corto_define(test_MethodResolver_tc_overloadInt_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_overloadInt()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_overloadString() */ - test_MethodResolver_tc_overloadString_o = corto_declareChild(test_MethodResolver_o, "tc_overloadString()", test_Case_o); - if (!test_MethodResolver_tc_overloadString_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_overloadString()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_overloadString() */ - if (!corto_checkState(test_MethodResolver_tc_overloadString_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_overloadString_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_overloadString_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_overloadString_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_overloadString() with C-function */ - corto_function(test_MethodResolver_tc_overloadString_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_overloadString(void *args, void *result); - corto_function(test_MethodResolver_tc_overloadString_o)->impl = (corto_word)__test_MethodResolver_tc_overloadString; - if (corto_define(test_MethodResolver_tc_overloadString_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_overloadString()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_overloadTwoArgs() */ - test_MethodResolver_tc_overloadTwoArgs_o = corto_declareChild(test_MethodResolver_o, "tc_overloadTwoArgs()", test_Case_o); - if (!test_MethodResolver_tc_overloadTwoArgs_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_overloadTwoArgs()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_overloadTwoArgs() */ - if (!corto_checkState(test_MethodResolver_tc_overloadTwoArgs_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_overloadTwoArgs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_overloadTwoArgs_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_overloadTwoArgs_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_overloadTwoArgs() with C-function */ - corto_function(test_MethodResolver_tc_overloadTwoArgs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_overloadTwoArgs(void *args, void *result); - corto_function(test_MethodResolver_tc_overloadTwoArgs_o)->impl = (corto_word)__test_MethodResolver_tc_overloadTwoArgs; - if (corto_define(test_MethodResolver_tc_overloadTwoArgs_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_overloadTwoArgs()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_redeclare() */ - test_MethodResolver_tc_redeclare_o = corto_declareChild(test_MethodResolver_o, "tc_redeclare()", test_Case_o); - if (!test_MethodResolver_tc_redeclare_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_redeclare()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_redeclare() */ - if (!corto_checkState(test_MethodResolver_tc_redeclare_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_redeclare_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_redeclare_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_redeclare_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_redeclare() with C-function */ - corto_function(test_MethodResolver_tc_redeclare_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_redeclare(void *args, void *result); - corto_function(test_MethodResolver_tc_redeclare_o)->impl = (corto_word)__test_MethodResolver_tc_redeclare; - if (corto_define(test_MethodResolver_tc_redeclare_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_redeclare()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_simple() */ - test_MethodResolver_tc_simple_o = corto_declareChild(test_MethodResolver_o, "tc_simple()", test_Case_o); - if (!test_MethodResolver_tc_simple_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_simple()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_simple() */ - if (!corto_checkState(test_MethodResolver_tc_simple_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_simple_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_simple_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_simple_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_simple() with C-function */ - corto_function(test_MethodResolver_tc_simple_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_simple(void *args, void *result); - corto_function(test_MethodResolver_tc_simple_o)->impl = (corto_word)__test_MethodResolver_tc_simple; - if (corto_define(test_MethodResolver_tc_simple_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_simple()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_simpleErr() */ - test_MethodResolver_tc_simpleErr_o = corto_declareChild(test_MethodResolver_o, "tc_simpleErr()", test_Case_o); - if (!test_MethodResolver_tc_simpleErr_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_simpleErr()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_simpleErr() */ - if (!corto_checkState(test_MethodResolver_tc_simpleErr_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_simpleErr_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_simpleErr_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_simpleErr_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_simpleErr() with C-function */ - corto_function(test_MethodResolver_tc_simpleErr_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_simpleErr(void *args, void *result); - corto_function(test_MethodResolver_tc_simpleErr_o)->impl = (corto_word)__test_MethodResolver_tc_simpleErr; - if (corto_define(test_MethodResolver_tc_simpleErr_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_simpleErr()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_simpleErrType() */ - test_MethodResolver_tc_simpleErrType_o = corto_declareChild(test_MethodResolver_o, "tc_simpleErrType()", test_Case_o); - if (!test_MethodResolver_tc_simpleErrType_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_simpleErrType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_simpleErrType() */ - if (!corto_checkState(test_MethodResolver_tc_simpleErrType_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_simpleErrType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_simpleErrType_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_simpleErrType_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_simpleErrType() with C-function */ - corto_function(test_MethodResolver_tc_simpleErrType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_simpleErrType(void *args, void *result); - corto_function(test_MethodResolver_tc_simpleErrType_o)->impl = (corto_word)__test_MethodResolver_tc_simpleErrType; - if (corto_define(test_MethodResolver_tc_simpleErrType_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_simpleErrType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_simpleNoArgs() */ - test_MethodResolver_tc_simpleNoArgs_o = corto_declareChild(test_MethodResolver_o, "tc_simpleNoArgs()", test_Case_o); - if (!test_MethodResolver_tc_simpleNoArgs_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_simpleNoArgs()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_simpleNoArgs() */ - if (!corto_checkState(test_MethodResolver_tc_simpleNoArgs_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_simpleNoArgs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_simpleNoArgs_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_simpleNoArgs_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_simpleNoArgs() with C-function */ - corto_function(test_MethodResolver_tc_simpleNoArgs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_simpleNoArgs(void *args, void *result); - corto_function(test_MethodResolver_tc_simpleNoArgs_o)->impl = (corto_word)__test_MethodResolver_tc_simpleNoArgs; - if (corto_define(test_MethodResolver_tc_simpleNoArgs_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_simpleNoArgs()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_twoargs() */ - test_MethodResolver_tc_twoargs_o = corto_declareChild(test_MethodResolver_o, "tc_twoargs()", test_Case_o); - if (!test_MethodResolver_tc_twoargs_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_twoargs()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_twoargs() */ - if (!corto_checkState(test_MethodResolver_tc_twoargs_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_twoargs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_twoargs_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_twoargs_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_twoargs() with C-function */ - corto_function(test_MethodResolver_tc_twoargs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_twoargs(void *args, void *result); - corto_function(test_MethodResolver_tc_twoargs_o)->impl = (corto_word)__test_MethodResolver_tc_twoargs; - if (corto_define(test_MethodResolver_tc_twoargs_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_twoargs()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_twoargsNoArgs() */ - test_MethodResolver_tc_twoargsNoArgs_o = corto_declareChild(test_MethodResolver_o, "tc_twoargsNoArgs()", test_Case_o); - if (!test_MethodResolver_tc_twoargsNoArgs_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_twoargsNoArgs()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_twoargsNoArgs() */ - if (!corto_checkState(test_MethodResolver_tc_twoargsNoArgs_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_twoargsNoArgs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_twoargsNoArgs_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_twoargsNoArgs_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_twoargsNoArgs() with C-function */ - corto_function(test_MethodResolver_tc_twoargsNoArgs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_twoargsNoArgs(void *args, void *result); - corto_function(test_MethodResolver_tc_twoargsNoArgs_o)->impl = (corto_word)__test_MethodResolver_tc_twoargsNoArgs; - if (corto_define(test_MethodResolver_tc_twoargsNoArgs_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_twoargsNoArgs()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_twoargsSpaces() */ - test_MethodResolver_tc_twoargsSpaces_o = corto_declareChild(test_MethodResolver_o, "tc_twoargsSpaces()", test_Case_o); - if (!test_MethodResolver_tc_twoargsSpaces_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_twoargsSpaces()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_twoargsSpaces() */ - if (!corto_checkState(test_MethodResolver_tc_twoargsSpaces_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_twoargsSpaces_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_twoargsSpaces_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_twoargsSpaces_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_twoargsSpaces() with C-function */ - corto_function(test_MethodResolver_tc_twoargsSpaces_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_twoargsSpaces(void *args, void *result); - corto_function(test_MethodResolver_tc_twoargsSpaces_o)->impl = (corto_word)__test_MethodResolver_tc_twoargsSpaces; - if (corto_define(test_MethodResolver_tc_twoargsSpaces_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_twoargsSpaces()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_virtualOverload() */ - test_MethodResolver_tc_virtualOverload_o = corto_declareChild(test_MethodResolver_o, "tc_virtualOverload()", test_Case_o); - if (!test_MethodResolver_tc_virtualOverload_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_virtualOverload()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_virtualOverload() */ - if (!corto_checkState(test_MethodResolver_tc_virtualOverload_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_virtualOverload_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_virtualOverload_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_virtualOverload_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_virtualOverload() with C-function */ - corto_function(test_MethodResolver_tc_virtualOverload_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_virtualOverload(void *args, void *result); - corto_function(test_MethodResolver_tc_virtualOverload_o)->impl = (corto_word)__test_MethodResolver_tc_virtualOverload; - if (corto_define(test_MethodResolver_tc_virtualOverload_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_virtualOverload()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_virtualOverloadArg() */ - test_MethodResolver_tc_virtualOverloadArg_o = corto_declareChild(test_MethodResolver_o, "tc_virtualOverloadArg()", test_Case_o); - if (!test_MethodResolver_tc_virtualOverloadArg_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_virtualOverloadArg()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_virtualOverloadArg() */ - if (!corto_checkState(test_MethodResolver_tc_virtualOverloadArg_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_virtualOverloadArg_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_virtualOverloadArg_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_virtualOverloadArg_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_virtualOverloadArg() with C-function */ - corto_function(test_MethodResolver_tc_virtualOverloadArg_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_virtualOverloadArg(void *args, void *result); - corto_function(test_MethodResolver_tc_virtualOverloadArg_o)->impl = (corto_word)__test_MethodResolver_tc_virtualOverloadArg; - if (corto_define(test_MethodResolver_tc_virtualOverloadArg_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_virtualOverloadArg()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_virtualOverloadNoArgs() */ - test_MethodResolver_tc_virtualOverloadNoArgs_o = corto_declareChild(test_MethodResolver_o, "tc_virtualOverloadNoArgs()", test_Case_o); - if (!test_MethodResolver_tc_virtualOverloadNoArgs_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_virtualOverloadNoArgs()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_virtualOverloadNoArgs() */ - if (!corto_checkState(test_MethodResolver_tc_virtualOverloadNoArgs_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_virtualOverloadNoArgs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_virtualOverloadNoArgs_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_virtualOverloadNoArgs_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_virtualOverloadNoArgs() with C-function */ - corto_function(test_MethodResolver_tc_virtualOverloadNoArgs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_virtualOverloadNoArgs(void *args, void *result); - corto_function(test_MethodResolver_tc_virtualOverloadNoArgs_o)->impl = (corto_word)__test_MethodResolver_tc_virtualOverloadNoArgs; - if (corto_define(test_MethodResolver_tc_virtualOverloadNoArgs_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_virtualOverloadNoArgs()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_virtualSimple() */ - test_MethodResolver_tc_virtualSimple_o = corto_declareChild(test_MethodResolver_o, "tc_virtualSimple()", test_Case_o); - if (!test_MethodResolver_tc_virtualSimple_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_virtualSimple()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_virtualSimple() */ - if (!corto_checkState(test_MethodResolver_tc_virtualSimple_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_virtualSimple_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_virtualSimple_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_virtualSimple_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_virtualSimple() with C-function */ - corto_function(test_MethodResolver_tc_virtualSimple_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_virtualSimple(void *args, void *result); - corto_function(test_MethodResolver_tc_virtualSimple_o)->impl = (corto_word)__test_MethodResolver_tc_virtualSimple; - if (corto_define(test_MethodResolver_tc_virtualSimple_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_virtualSimple()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodResolver/tc_virtualSimpleNoArgs() */ - test_MethodResolver_tc_virtualSimpleNoArgs_o = corto_declareChild(test_MethodResolver_o, "tc_virtualSimpleNoArgs()", test_Case_o); - if (!test_MethodResolver_tc_virtualSimpleNoArgs_o) { - corto_error("test_load: failed to declare '/test/MethodResolver/tc_virtualSimpleNoArgs()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodResolver/tc_virtualSimpleNoArgs() */ - if (!corto_checkState(test_MethodResolver_tc_virtualSimpleNoArgs_o, CORTO_DEFINED)) { - corto_function(test_MethodResolver_tc_virtualSimpleNoArgs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodResolver_tc_virtualSimpleNoArgs_o)->returnsReference = FALSE; - corto_method(test_MethodResolver_tc_virtualSimpleNoArgs_o)->_virtual = FALSE; - - /* Bind /test/MethodResolver/tc_virtualSimpleNoArgs() with C-function */ - corto_function(test_MethodResolver_tc_virtualSimpleNoArgs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodResolver_tc_virtualSimpleNoArgs(void *args, void *result); - corto_function(test_MethodResolver_tc_virtualSimpleNoArgs_o)->impl = (corto_word)__test_MethodResolver_tc_virtualSimpleNoArgs; - if (corto_define(test_MethodResolver_tc_virtualSimpleNoArgs_o)) { - corto_error("test_load: failed to define '/test/MethodResolver/tc_virtualSimpleNoArgs()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodTester */ - test_MethodTester_o = corto_declareChild(test_o, "MethodTester", corto_class_o); - if (!test_MethodTester_o) { - corto_error("test_load: failed to declare '/test/MethodTester' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/MethodTester/__dummy */ - test_MethodTester___dummy_o = corto_declareChild(test_MethodTester_o, "__dummy", corto_member_o); - if (!test_MethodTester___dummy_o) { - corto_error("test_load: failed to declare '/test/MethodTester/__dummy' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodTester/__dummy */ - if (!corto_checkState(test_MethodTester___dummy_o, CORTO_DEFINED)) { - test_MethodTester___dummy_o->type = corto_resolve(NULL, "/corto/lang/int8"); - test_MethodTester___dummy_o->modifiers = 0x3; - test_MethodTester___dummy_o->state = 0x6; - test_MethodTester___dummy_o->weak = FALSE; - test_MethodTester___dummy_o->id = 0; - if (corto_define(test_MethodTester___dummy_o)) { - corto_error("test_load: failed to define '/test/MethodTester/__dummy' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodTester/onearg(int32 a) */ - test_MethodTester_onearg_o = corto_declareChild(test_MethodTester_o, "onearg(int32 a)", corto_method_o); - if (!test_MethodTester_onearg_o) { - corto_error("test_load: failed to declare '/test/MethodTester/onearg(int32 a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodTester/onearg(int32 a) */ - if (!corto_checkState(test_MethodTester_onearg_o, CORTO_DEFINED)) { - corto_function(test_MethodTester_onearg_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodTester_onearg_o)->returnsReference = FALSE; - test_MethodTester_onearg_o->_virtual = FALSE; - - /* Bind /test/MethodTester/onearg(int32 a) with C-function */ - corto_function(test_MethodTester_onearg_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodTester_onearg(void *args, void *result); - corto_function(test_MethodTester_onearg_o)->impl = (corto_word)__test_MethodTester_onearg; - if (corto_define(test_MethodTester_onearg_o)) { - corto_error("test_load: failed to define '/test/MethodTester/onearg(int32 a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodTester/overload(int32 a) */ - test_MethodTester_overload_int32_o = corto_declareChild(test_MethodTester_o, "overload(int32 a)", corto_method_o); - if (!test_MethodTester_overload_int32_o) { - corto_error("test_load: failed to declare '/test/MethodTester/overload(int32 a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodTester/overload(int32 a) */ - if (!corto_checkState(test_MethodTester_overload_int32_o, CORTO_DEFINED)) { - corto_function(test_MethodTester_overload_int32_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodTester_overload_int32_o)->returnsReference = FALSE; - test_MethodTester_overload_int32_o->_virtual = FALSE; - - /* Bind /test/MethodTester/overload(int32 a) with C-function */ - corto_function(test_MethodTester_overload_int32_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodTester_overload_int32(void *args, void *result); - corto_function(test_MethodTester_overload_int32_o)->impl = (corto_word)__test_MethodTester_overload_int32; - if (corto_define(test_MethodTester_overload_int32_o)) { - corto_error("test_load: failed to define '/test/MethodTester/overload(int32 a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodTester/overload(int32 a,int32 b) */ - test_MethodTester_overload_int32_int32_o = corto_declareChild(test_MethodTester_o, "overload(int32 a,int32 b)", corto_method_o); - if (!test_MethodTester_overload_int32_int32_o) { - corto_error("test_load: failed to declare '/test/MethodTester/overload(int32 a,int32 b)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodTester/overload(int32 a,int32 b) */ - if (!corto_checkState(test_MethodTester_overload_int32_int32_o, CORTO_DEFINED)) { - corto_function(test_MethodTester_overload_int32_int32_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodTester_overload_int32_int32_o)->returnsReference = FALSE; - test_MethodTester_overload_int32_int32_o->_virtual = FALSE; - - /* Bind /test/MethodTester/overload(int32 a,int32 b) with C-function */ - corto_function(test_MethodTester_overload_int32_int32_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodTester_overload_int32_int32(void *args, void *result); - corto_function(test_MethodTester_overload_int32_int32_o)->impl = (corto_word)__test_MethodTester_overload_int32_int32; - if (corto_define(test_MethodTester_overload_int32_int32_o)) { - corto_error("test_load: failed to define '/test/MethodTester/overload(int32 a,int32 b)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodTester/overload(string a) */ - test_MethodTester_overload_string_o = corto_declareChild(test_MethodTester_o, "overload(string a)", corto_method_o); - if (!test_MethodTester_overload_string_o) { - corto_error("test_load: failed to declare '/test/MethodTester/overload(string a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodTester/overload(string a) */ - if (!corto_checkState(test_MethodTester_overload_string_o, CORTO_DEFINED)) { - corto_function(test_MethodTester_overload_string_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodTester_overload_string_o)->returnsReference = FALSE; - test_MethodTester_overload_string_o->_virtual = FALSE; - - /* Bind /test/MethodTester/overload(string a) with C-function */ - corto_function(test_MethodTester_overload_string_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodTester_overload_string(void *args, void *result); - corto_function(test_MethodTester_overload_string_o)->impl = (corto_word)__test_MethodTester_overload_string; - if (corto_define(test_MethodTester_overload_string_o)) { - corto_error("test_load: failed to define '/test/MethodTester/overload(string a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodTester/simple() */ - test_MethodTester_simple_o = corto_declareChild(test_MethodTester_o, "simple()", corto_method_o); - if (!test_MethodTester_simple_o) { - corto_error("test_load: failed to declare '/test/MethodTester/simple()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodTester/simple() */ - if (!corto_checkState(test_MethodTester_simple_o, CORTO_DEFINED)) { - corto_function(test_MethodTester_simple_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodTester_simple_o)->returnsReference = FALSE; - test_MethodTester_simple_o->_virtual = FALSE; - - /* Bind /test/MethodTester/simple() with C-function */ - corto_function(test_MethodTester_simple_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodTester_simple(void *args, void *result); - corto_function(test_MethodTester_simple_o)->impl = (corto_word)__test_MethodTester_simple; - if (corto_define(test_MethodTester_simple_o)) { - corto_error("test_load: failed to define '/test/MethodTester/simple()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodTester/twoargs(int32 a,int32 b) */ - test_MethodTester_twoargs_o = corto_declareChild(test_MethodTester_o, "twoargs(int32 a,int32 b)", corto_method_o); - if (!test_MethodTester_twoargs_o) { - corto_error("test_load: failed to declare '/test/MethodTester/twoargs(int32 a,int32 b)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodTester/twoargs(int32 a,int32 b) */ - if (!corto_checkState(test_MethodTester_twoargs_o, CORTO_DEFINED)) { - corto_function(test_MethodTester_twoargs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodTester_twoargs_o)->returnsReference = FALSE; - test_MethodTester_twoargs_o->_virtual = FALSE; - - /* Bind /test/MethodTester/twoargs(int32 a,int32 b) with C-function */ - corto_function(test_MethodTester_twoargs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodTester_twoargs(void *args, void *result); - corto_function(test_MethodTester_twoargs_o)->impl = (corto_word)__test_MethodTester_twoargs; - if (corto_define(test_MethodTester_twoargs_o)) { - corto_error("test_load: failed to define '/test/MethodTester/twoargs(int32 a,int32 b)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodTester/virtualOverload() */ - test_MethodTester_virtualOverload__o = corto_declareChild(test_MethodTester_o, "virtualOverload()", corto_virtual_o); - if (!test_MethodTester_virtualOverload__o) { - corto_error("test_load: failed to declare '/test/MethodTester/virtualOverload()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodTester/virtualOverload() */ - if (!corto_checkState(test_MethodTester_virtualOverload__o, CORTO_DEFINED)) { - corto_function(test_MethodTester_virtualOverload__o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodTester_virtualOverload__o)->returnsReference = FALSE; - corto_method(test_MethodTester_virtualOverload__o)->_virtual = TRUE; - - /* Bind /test/MethodTester/virtualOverload() with C-function */ - corto_function(test_MethodTester_virtualOverload__o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodTester_virtualOverload__v(void *args, void *result); - corto_function(test_MethodTester_virtualOverload__o)->impl = (corto_word)__test_MethodTester_virtualOverload__v; - if (corto_define(test_MethodTester_virtualOverload__o)) { - corto_error("test_load: failed to define '/test/MethodTester/virtualOverload()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodTester/virtualOverload(int32 a) */ - test_MethodTester_virtualOverload_int32_o = corto_declareChild(test_MethodTester_o, "virtualOverload(int32 a)", corto_method_o); - if (!test_MethodTester_virtualOverload_int32_o) { - corto_error("test_load: failed to declare '/test/MethodTester/virtualOverload(int32 a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodTester/virtualOverload(int32 a) */ - if (!corto_checkState(test_MethodTester_virtualOverload_int32_o, CORTO_DEFINED)) { - corto_function(test_MethodTester_virtualOverload_int32_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodTester_virtualOverload_int32_o)->returnsReference = FALSE; - test_MethodTester_virtualOverload_int32_o->_virtual = FALSE; - - /* Bind /test/MethodTester/virtualOverload(int32 a) with C-function */ - corto_function(test_MethodTester_virtualOverload_int32_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodTester_virtualOverload_int32(void *args, void *result); - corto_function(test_MethodTester_virtualOverload_int32_o)->impl = (corto_word)__test_MethodTester_virtualOverload_int32; - if (corto_define(test_MethodTester_virtualOverload_int32_o)) { - corto_error("test_load: failed to define '/test/MethodTester/virtualOverload(int32 a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodTester/virtualSimple() */ - test_MethodTester_virtualSimple_o = corto_declareChild(test_MethodTester_o, "virtualSimple()", corto_virtual_o); - if (!test_MethodTester_virtualSimple_o) { - corto_error("test_load: failed to declare '/test/MethodTester/virtualSimple()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodTester/virtualSimple() */ - if (!corto_checkState(test_MethodTester_virtualSimple_o, CORTO_DEFINED)) { - corto_function(test_MethodTester_virtualSimple_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodTester_virtualSimple_o)->returnsReference = FALSE; - corto_method(test_MethodTester_virtualSimple_o)->_virtual = TRUE; - - /* Bind /test/MethodTester/virtualSimple() with C-function */ - corto_function(test_MethodTester_virtualSimple_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodTester_virtualSimple_v(void *args, void *result); - corto_function(test_MethodTester_virtualSimple_o)->impl = (corto_word)__test_MethodTester_virtualSimple_v; - if (corto_define(test_MethodTester_virtualSimple_o)) { - corto_error("test_load: failed to define '/test/MethodTester/virtualSimple()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodTesterInherit */ - test_MethodTesterInherit_o = corto_declareChild(test_o, "MethodTesterInherit", corto_class_o); - if (!test_MethodTesterInherit_o) { - corto_error("test_load: failed to declare '/test/MethodTesterInherit' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/ObjectMgmt */ - test_ObjectMgmt_o = corto_declareChild(test_o, "ObjectMgmt", test_Suite_o); - if (!test_ObjectMgmt_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/ObjectMgmt/prevAttr */ - test_ObjectMgmt_prevAttr_o = corto_declareChild(test_ObjectMgmt_o, "prevAttr", corto_member_o); - if (!test_ObjectMgmt_prevAttr_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/prevAttr' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/prevAttr */ - if (!corto_checkState(test_ObjectMgmt_prevAttr_o, CORTO_DEFINED)) { - test_ObjectMgmt_prevAttr_o->type = corto_resolve(NULL, "/corto/lang/attr"); - test_ObjectMgmt_prevAttr_o->modifiers = 0x3; - test_ObjectMgmt_prevAttr_o->state = 0x6; - test_ObjectMgmt_prevAttr_o->weak = FALSE; - test_ObjectMgmt_prevAttr_o->id = 0; - if (corto_define(test_ObjectMgmt_prevAttr_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/prevAttr' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/setup() */ - test_ObjectMgmt_setup_o = corto_declareChild(test_ObjectMgmt_o, "setup()", corto_method_o); - if (!test_ObjectMgmt_setup_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/setup()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/setup() */ - if (!corto_checkState(test_ObjectMgmt_setup_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_setup_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_setup_o)->returnsReference = FALSE; - test_ObjectMgmt_setup_o->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/setup() with C-function */ - corto_function(test_ObjectMgmt_setup_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_setup(void *args, void *result); - corto_function(test_ObjectMgmt_setup_o)->impl = (corto_word)__test_ObjectMgmt_setup; - if (corto_define(test_ObjectMgmt_setup_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/setup()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/teardown() */ - test_ObjectMgmt_teardown_o = corto_declareChild(test_ObjectMgmt_o, "teardown()", corto_method_o); - if (!test_ObjectMgmt_teardown_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/teardown()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/teardown() */ - if (!corto_checkState(test_ObjectMgmt_teardown_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_teardown_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_teardown_o)->returnsReference = FALSE; - test_ObjectMgmt_teardown_o->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/teardown() with C-function */ - corto_function(test_ObjectMgmt_teardown_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_teardown(void *args, void *result); - corto_function(test_ObjectMgmt_teardown_o)->impl = (corto_word)__test_ObjectMgmt_teardown; - if (corto_define(test_ObjectMgmt_teardown_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/teardown()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/ObjectMgmt */ - if (!corto_checkState(test_ObjectMgmt_o, CORTO_DEFINED)) { - corto_type(test_ObjectMgmt_o)->parentType = NULL; - corto_type(test_ObjectMgmt_o)->parentState = 0x6; - corto_type(test_ObjectMgmt_o)->defaultType = NULL; - corto_type(test_ObjectMgmt_o)->defaultProcedureType = NULL; - corto_interface(test_ObjectMgmt_o)->base = corto_resolve(NULL, "/corto/test/SuiteData"); - corto_struct(test_ObjectMgmt_o)->baseAccess = 0x0; - corto_class(test_ObjectMgmt_o)->implements.length = 0; - corto_class(test_ObjectMgmt_o)->implements.buffer = NULL; - if (corto_define(test_ObjectMgmt_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_ObjectMgmt_o)->size != sizeof(struct test_ObjectMgmt_s)) { - corto_error("test_load: calculated size '%d' of type '/test/ObjectMgmt' doesn't match C-type size '%d'", corto_type(test_ObjectMgmt_o)->size, sizeof(struct test_ObjectMgmt_s)); - } - - /* Declare /test/ObjectMgmt/tc_createChildFoo() */ - test_ObjectMgmt_tc_createChildFoo_o = corto_declareChild(test_ObjectMgmt_o, "tc_createChildFoo()", test_Case_o); - if (!test_ObjectMgmt_tc_createChildFoo_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createChildFoo()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createChildFoo() */ - if (!corto_checkState(test_ObjectMgmt_tc_createChildFoo_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createChildFoo_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createChildFoo_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createChildFoo_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createChildFoo() with C-function */ - corto_function(test_ObjectMgmt_tc_createChildFoo_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createChildFoo(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createChildFoo_o)->impl = (corto_word)__test_ObjectMgmt_tc_createChildFoo; - if (corto_define(test_ObjectMgmt_tc_createChildFoo_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createChildFoo()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createChildFooAttr0() */ - test_ObjectMgmt_tc_createChildFooAttr0_o = corto_declareChild(test_ObjectMgmt_o, "tc_createChildFooAttr0()", test_Case_o); - if (!test_ObjectMgmt_tc_createChildFooAttr0_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createChildFooAttr0()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createChildFooAttr0() */ - if (!corto_checkState(test_ObjectMgmt_tc_createChildFooAttr0_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createChildFooAttr0_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createChildFooAttr0_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createChildFooAttr0_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createChildFooAttr0() with C-function */ - corto_function(test_ObjectMgmt_tc_createChildFooAttr0_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createChildFooAttr0(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createChildFooAttr0_o)->impl = (corto_word)__test_ObjectMgmt_tc_createChildFooAttr0; - if (corto_define(test_ObjectMgmt_tc_createChildFooAttr0_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createChildFooAttr0()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createChildInitFail() */ - test_ObjectMgmt_tc_createChildInitFail_o = corto_declareChild(test_ObjectMgmt_o, "tc_createChildInitFail()", test_Case_o); - if (!test_ObjectMgmt_tc_createChildInitFail_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createChildInitFail()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createChildInitFail() */ - if (!corto_checkState(test_ObjectMgmt_tc_createChildInitFail_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createChildInitFail_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createChildInitFail_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createChildInitFail_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createChildInitFail() with C-function */ - corto_function(test_ObjectMgmt_tc_createChildInitFail_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createChildInitFail(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createChildInitFail_o)->impl = (corto_word)__test_ObjectMgmt_tc_createChildInitFail; - if (corto_define(test_ObjectMgmt_tc_createChildInitFail_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createChildInitFail()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createChildInt() */ - test_ObjectMgmt_tc_createChildInt_o = corto_declareChild(test_ObjectMgmt_o, "tc_createChildInt()", test_Case_o); - if (!test_ObjectMgmt_tc_createChildInt_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createChildInt()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createChildInt() */ - if (!corto_checkState(test_ObjectMgmt_tc_createChildInt_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createChildInt_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createChildInt_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createChildInt_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createChildInt() with C-function */ - corto_function(test_ObjectMgmt_tc_createChildInt_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createChildInt(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createChildInt_o)->impl = (corto_word)__test_ObjectMgmt_tc_createChildInt; - if (corto_define(test_ObjectMgmt_tc_createChildInt_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createChildInt()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createChildIntAttr0() */ - test_ObjectMgmt_tc_createChildIntAttr0_o = corto_declareChild(test_ObjectMgmt_o, "tc_createChildIntAttr0()", test_Case_o); - if (!test_ObjectMgmt_tc_createChildIntAttr0_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createChildIntAttr0()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createChildIntAttr0() */ - if (!corto_checkState(test_ObjectMgmt_tc_createChildIntAttr0_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createChildIntAttr0_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createChildIntAttr0_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createChildIntAttr0_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createChildIntAttr0() with C-function */ - corto_function(test_ObjectMgmt_tc_createChildIntAttr0_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createChildIntAttr0(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createChildIntAttr0_o)->impl = (corto_word)__test_ObjectMgmt_tc_createChildIntAttr0; - if (corto_define(test_ObjectMgmt_tc_createChildIntAttr0_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createChildIntAttr0()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createChildInvalidType() */ - test_ObjectMgmt_tc_createChildInvalidType_o = corto_declareChild(test_ObjectMgmt_o, "tc_createChildInvalidType()", test_Case_o); - if (!test_ObjectMgmt_tc_createChildInvalidType_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createChildInvalidType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createChildInvalidType() */ - if (!corto_checkState(test_ObjectMgmt_tc_createChildInvalidType_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createChildInvalidType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createChildInvalidType_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createChildInvalidType_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createChildInvalidType() with C-function */ - corto_function(test_ObjectMgmt_tc_createChildInvalidType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createChildInvalidType(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createChildInvalidType_o)->impl = (corto_word)__test_ObjectMgmt_tc_createChildInvalidType; - if (corto_define(test_ObjectMgmt_tc_createChildInvalidType_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createChildInvalidType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createChildNested() */ - test_ObjectMgmt_tc_createChildNested_o = corto_declareChild(test_ObjectMgmt_o, "tc_createChildNested()", test_Case_o); - if (!test_ObjectMgmt_tc_createChildNested_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createChildNested()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createChildNested() */ - if (!corto_checkState(test_ObjectMgmt_tc_createChildNested_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createChildNested_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createChildNested_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createChildNested_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createChildNested() with C-function */ - corto_function(test_ObjectMgmt_tc_createChildNested_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createChildNested(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createChildNested_o)->impl = (corto_word)__test_ObjectMgmt_tc_createChildNested; - if (corto_define(test_ObjectMgmt_tc_createChildNested_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createChildNested()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createChildNullType() */ - test_ObjectMgmt_tc_createChildNullType_o = corto_declareChild(test_ObjectMgmt_o, "tc_createChildNullType()", test_Case_o); - if (!test_ObjectMgmt_tc_createChildNullType_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createChildNullType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createChildNullType() */ - if (!corto_checkState(test_ObjectMgmt_tc_createChildNullType_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createChildNullType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createChildNullType_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createChildNullType_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createChildNullType() with C-function */ - corto_function(test_ObjectMgmt_tc_createChildNullType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createChildNullType(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createChildNullType_o)->impl = (corto_word)__test_ObjectMgmt_tc_createChildNullType; - if (corto_define(test_ObjectMgmt_tc_createChildNullType_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createChildNullType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createChildParentStateErr() */ - test_ObjectMgmt_tc_createChildParentStateErr_o = corto_declareChild(test_ObjectMgmt_o, "tc_createChildParentStateErr()", test_Case_o); - if (!test_ObjectMgmt_tc_createChildParentStateErr_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createChildParentStateErr()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createChildParentStateErr() */ - if (!corto_checkState(test_ObjectMgmt_tc_createChildParentStateErr_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createChildParentStateErr_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createChildParentStateErr_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createChildParentStateErr_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createChildParentStateErr() with C-function */ - corto_function(test_ObjectMgmt_tc_createChildParentStateErr_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createChildParentStateErr(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createChildParentStateErr_o)->impl = (corto_word)__test_ObjectMgmt_tc_createChildParentStateErr; - if (corto_define(test_ObjectMgmt_tc_createChildParentStateErr_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createChildParentStateErr()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createChildParentTypeErr() */ - test_ObjectMgmt_tc_createChildParentTypeErr_o = corto_declareChild(test_ObjectMgmt_o, "tc_createChildParentTypeErr()", test_Case_o); - if (!test_ObjectMgmt_tc_createChildParentTypeErr_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createChildParentTypeErr()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createChildParentTypeErr() */ - if (!corto_checkState(test_ObjectMgmt_tc_createChildParentTypeErr_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createChildParentTypeErr_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createChildParentTypeErr_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createChildParentTypeErr_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createChildParentTypeErr() with C-function */ - corto_function(test_ObjectMgmt_tc_createChildParentTypeErr_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createChildParentTypeErr(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createChildParentTypeErr_o)->impl = (corto_word)__test_ObjectMgmt_tc_createChildParentTypeErr; - if (corto_define(test_ObjectMgmt_tc_createChildParentTypeErr_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createChildParentTypeErr()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createChildVoid() */ - test_ObjectMgmt_tc_createChildVoid_o = corto_declareChild(test_ObjectMgmt_o, "tc_createChildVoid()", test_Case_o); - if (!test_ObjectMgmt_tc_createChildVoid_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createChildVoid()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createChildVoid() */ - if (!corto_checkState(test_ObjectMgmt_tc_createChildVoid_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createChildVoid_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createChildVoid_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createChildVoid_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createChildVoid() with C-function */ - corto_function(test_ObjectMgmt_tc_createChildVoid_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createChildVoid(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createChildVoid_o)->impl = (corto_word)__test_ObjectMgmt_tc_createChildVoid; - if (corto_define(test_ObjectMgmt_tc_createChildVoid_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createChildVoid()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createChildVoidAttr0() */ - test_ObjectMgmt_tc_createChildVoidAttr0_o = corto_declareChild(test_ObjectMgmt_o, "tc_createChildVoidAttr0()", test_Case_o); - if (!test_ObjectMgmt_tc_createChildVoidAttr0_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createChildVoidAttr0()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createChildVoidAttr0() */ - if (!corto_checkState(test_ObjectMgmt_tc_createChildVoidAttr0_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createChildVoidAttr0_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createChildVoidAttr0_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createChildVoidAttr0_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createChildVoidAttr0() with C-function */ - corto_function(test_ObjectMgmt_tc_createChildVoidAttr0_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createChildVoidAttr0(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createChildVoidAttr0_o)->impl = (corto_word)__test_ObjectMgmt_tc_createChildVoidAttr0; - if (corto_define(test_ObjectMgmt_tc_createChildVoidAttr0_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createChildVoidAttr0()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createFoo() */ - test_ObjectMgmt_tc_createFoo_o = corto_declareChild(test_ObjectMgmt_o, "tc_createFoo()", test_Case_o); - if (!test_ObjectMgmt_tc_createFoo_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createFoo()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createFoo() */ - if (!corto_checkState(test_ObjectMgmt_tc_createFoo_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createFoo_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createFoo_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createFoo_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createFoo() with C-function */ - corto_function(test_ObjectMgmt_tc_createFoo_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createFoo(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createFoo_o)->impl = (corto_word)__test_ObjectMgmt_tc_createFoo; - if (corto_define(test_ObjectMgmt_tc_createFoo_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createFoo()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createFooAttr0() */ - test_ObjectMgmt_tc_createFooAttr0_o = corto_declareChild(test_ObjectMgmt_o, "tc_createFooAttr0()", test_Case_o); - if (!test_ObjectMgmt_tc_createFooAttr0_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createFooAttr0()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createFooAttr0() */ - if (!corto_checkState(test_ObjectMgmt_tc_createFooAttr0_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createFooAttr0_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createFooAttr0_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createFooAttr0_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createFooAttr0() with C-function */ - corto_function(test_ObjectMgmt_tc_createFooAttr0_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createFooAttr0(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createFooAttr0_o)->impl = (corto_word)__test_ObjectMgmt_tc_createFooAttr0; - if (corto_define(test_ObjectMgmt_tc_createFooAttr0_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createFooAttr0()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createInitFail() */ - test_ObjectMgmt_tc_createInitFail_o = corto_declareChild(test_ObjectMgmt_o, "tc_createInitFail()", test_Case_o); - if (!test_ObjectMgmt_tc_createInitFail_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createInitFail()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createInitFail() */ - if (!corto_checkState(test_ObjectMgmt_tc_createInitFail_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createInitFail_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createInitFail_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createInitFail_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createInitFail() with C-function */ - corto_function(test_ObjectMgmt_tc_createInitFail_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createInitFail(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createInitFail_o)->impl = (corto_word)__test_ObjectMgmt_tc_createInitFail; - if (corto_define(test_ObjectMgmt_tc_createInitFail_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createInitFail()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createInt() */ - test_ObjectMgmt_tc_createInt_o = corto_declareChild(test_ObjectMgmt_o, "tc_createInt()", test_Case_o); - if (!test_ObjectMgmt_tc_createInt_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createInt()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createInt() */ - if (!corto_checkState(test_ObjectMgmt_tc_createInt_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createInt_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createInt_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createInt_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createInt() with C-function */ - corto_function(test_ObjectMgmt_tc_createInt_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createInt(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createInt_o)->impl = (corto_word)__test_ObjectMgmt_tc_createInt; - if (corto_define(test_ObjectMgmt_tc_createInt_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createInt()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createIntAttr0() */ - test_ObjectMgmt_tc_createIntAttr0_o = corto_declareChild(test_ObjectMgmt_o, "tc_createIntAttr0()", test_Case_o); - if (!test_ObjectMgmt_tc_createIntAttr0_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createIntAttr0()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createIntAttr0() */ - if (!corto_checkState(test_ObjectMgmt_tc_createIntAttr0_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createIntAttr0_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createIntAttr0_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createIntAttr0_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createIntAttr0() with C-function */ - corto_function(test_ObjectMgmt_tc_createIntAttr0_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createIntAttr0(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createIntAttr0_o)->impl = (corto_word)__test_ObjectMgmt_tc_createIntAttr0; - if (corto_define(test_ObjectMgmt_tc_createIntAttr0_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createIntAttr0()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createInvalidType() */ - test_ObjectMgmt_tc_createInvalidType_o = corto_declareChild(test_ObjectMgmt_o, "tc_createInvalidType()", test_Case_o); - if (!test_ObjectMgmt_tc_createInvalidType_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createInvalidType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createInvalidType() */ - if (!corto_checkState(test_ObjectMgmt_tc_createInvalidType_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createInvalidType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createInvalidType_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createInvalidType_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createInvalidType() with C-function */ - corto_function(test_ObjectMgmt_tc_createInvalidType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createInvalidType(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createInvalidType_o)->impl = (corto_word)__test_ObjectMgmt_tc_createInvalidType; - if (corto_define(test_ObjectMgmt_tc_createInvalidType_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createInvalidType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createNullType() */ - test_ObjectMgmt_tc_createNullType_o = corto_declareChild(test_ObjectMgmt_o, "tc_createNullType()", test_Case_o); - if (!test_ObjectMgmt_tc_createNullType_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createNullType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createNullType() */ - if (!corto_checkState(test_ObjectMgmt_tc_createNullType_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createNullType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createNullType_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createNullType_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createNullType() with C-function */ - corto_function(test_ObjectMgmt_tc_createNullType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createNullType(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createNullType_o)->impl = (corto_word)__test_ObjectMgmt_tc_createNullType; - if (corto_define(test_ObjectMgmt_tc_createNullType_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createNullType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createVoid() */ - test_ObjectMgmt_tc_createVoid_o = corto_declareChild(test_ObjectMgmt_o, "tc_createVoid()", test_Case_o); - if (!test_ObjectMgmt_tc_createVoid_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createVoid()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createVoid() */ - if (!corto_checkState(test_ObjectMgmt_tc_createVoid_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createVoid_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createVoid_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createVoid_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createVoid() with C-function */ - corto_function(test_ObjectMgmt_tc_createVoid_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createVoid(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createVoid_o)->impl = (corto_word)__test_ObjectMgmt_tc_createVoid; - if (corto_define(test_ObjectMgmt_tc_createVoid_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createVoid()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_createVoidAttr0() */ - test_ObjectMgmt_tc_createVoidAttr0_o = corto_declareChild(test_ObjectMgmt_o, "tc_createVoidAttr0()", test_Case_o); - if (!test_ObjectMgmt_tc_createVoidAttr0_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_createVoidAttr0()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_createVoidAttr0() */ - if (!corto_checkState(test_ObjectMgmt_tc_createVoidAttr0_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_createVoidAttr0_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_createVoidAttr0_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_createVoidAttr0_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_createVoidAttr0() with C-function */ - corto_function(test_ObjectMgmt_tc_createVoidAttr0_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_createVoidAttr0(void *args, void *result); - corto_function(test_ObjectMgmt_tc_createVoidAttr0_o)->impl = (corto_word)__test_ObjectMgmt_tc_createVoidAttr0; - if (corto_define(test_ObjectMgmt_tc_createVoidAttr0_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_createVoidAttr0()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareChildFoo() */ - test_ObjectMgmt_tc_declareChildFoo_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareChildFoo()", test_Case_o); - if (!test_ObjectMgmt_tc_declareChildFoo_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareChildFoo()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareChildFoo() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareChildFoo_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareChildFoo_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareChildFoo_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareChildFoo_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareChildFoo() with C-function */ - corto_function(test_ObjectMgmt_tc_declareChildFoo_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareChildFoo(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareChildFoo_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareChildFoo; - if (corto_define(test_ObjectMgmt_tc_declareChildFoo_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareChildFoo()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareChildFooAttr0() */ - test_ObjectMgmt_tc_declareChildFooAttr0_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareChildFooAttr0()", test_Case_o); - if (!test_ObjectMgmt_tc_declareChildFooAttr0_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareChildFooAttr0()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareChildFooAttr0() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareChildFooAttr0_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareChildFooAttr0_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareChildFooAttr0_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareChildFooAttr0_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareChildFooAttr0() with C-function */ - corto_function(test_ObjectMgmt_tc_declareChildFooAttr0_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareChildFooAttr0(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareChildFooAttr0_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareChildFooAttr0; - if (corto_define(test_ObjectMgmt_tc_declareChildFooAttr0_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareChildFooAttr0()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareChildInitFail() */ - test_ObjectMgmt_tc_declareChildInitFail_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareChildInitFail()", test_Case_o); - if (!test_ObjectMgmt_tc_declareChildInitFail_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareChildInitFail()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareChildInitFail() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareChildInitFail_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareChildInitFail_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareChildInitFail_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareChildInitFail_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareChildInitFail() with C-function */ - corto_function(test_ObjectMgmt_tc_declareChildInitFail_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareChildInitFail(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareChildInitFail_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareChildInitFail; - if (corto_define(test_ObjectMgmt_tc_declareChildInitFail_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareChildInitFail()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareChildInt() */ - test_ObjectMgmt_tc_declareChildInt_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareChildInt()", test_Case_o); - if (!test_ObjectMgmt_tc_declareChildInt_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareChildInt()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareChildInt() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareChildInt_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareChildInt_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareChildInt_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareChildInt_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareChildInt() with C-function */ - corto_function(test_ObjectMgmt_tc_declareChildInt_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareChildInt(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareChildInt_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareChildInt; - if (corto_define(test_ObjectMgmt_tc_declareChildInt_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareChildInt()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareChildIntAttr0() */ - test_ObjectMgmt_tc_declareChildIntAttr0_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareChildIntAttr0()", test_Case_o); - if (!test_ObjectMgmt_tc_declareChildIntAttr0_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareChildIntAttr0()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareChildIntAttr0() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareChildIntAttr0_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareChildIntAttr0_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareChildIntAttr0_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareChildIntAttr0_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareChildIntAttr0() with C-function */ - corto_function(test_ObjectMgmt_tc_declareChildIntAttr0_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareChildIntAttr0(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareChildIntAttr0_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareChildIntAttr0; - if (corto_define(test_ObjectMgmt_tc_declareChildIntAttr0_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareChildIntAttr0()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareChildInvalidType() */ - test_ObjectMgmt_tc_declareChildInvalidType_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareChildInvalidType()", test_Case_o); - if (!test_ObjectMgmt_tc_declareChildInvalidType_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareChildInvalidType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareChildInvalidType() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareChildInvalidType_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareChildInvalidType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareChildInvalidType_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareChildInvalidType_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareChildInvalidType() with C-function */ - corto_function(test_ObjectMgmt_tc_declareChildInvalidType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareChildInvalidType(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareChildInvalidType_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareChildInvalidType; - if (corto_define(test_ObjectMgmt_tc_declareChildInvalidType_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareChildInvalidType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareChildNullType() */ - test_ObjectMgmt_tc_declareChildNullType_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareChildNullType()", test_Case_o); - if (!test_ObjectMgmt_tc_declareChildNullType_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareChildNullType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareChildNullType() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareChildNullType_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareChildNullType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareChildNullType_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareChildNullType_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareChildNullType() with C-function */ - corto_function(test_ObjectMgmt_tc_declareChildNullType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareChildNullType(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareChildNullType_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareChildNullType; - if (corto_define(test_ObjectMgmt_tc_declareChildNullType_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareChildNullType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareChildParentStateErr() */ - test_ObjectMgmt_tc_declareChildParentStateErr_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareChildParentStateErr()", test_Case_o); - if (!test_ObjectMgmt_tc_declareChildParentStateErr_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareChildParentStateErr()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareChildParentStateErr() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareChildParentStateErr_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareChildParentStateErr_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareChildParentStateErr_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareChildParentStateErr_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareChildParentStateErr() with C-function */ - corto_function(test_ObjectMgmt_tc_declareChildParentStateErr_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareChildParentStateErr(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareChildParentStateErr_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareChildParentStateErr; - if (corto_define(test_ObjectMgmt_tc_declareChildParentStateErr_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareChildParentStateErr()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareChildParentTypeErr() */ - test_ObjectMgmt_tc_declareChildParentTypeErr_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareChildParentTypeErr()", test_Case_o); - if (!test_ObjectMgmt_tc_declareChildParentTypeErr_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareChildParentTypeErr()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareChildParentTypeErr() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareChildParentTypeErr_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareChildParentTypeErr_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareChildParentTypeErr_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareChildParentTypeErr_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareChildParentTypeErr() with C-function */ - corto_function(test_ObjectMgmt_tc_declareChildParentTypeErr_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareChildParentTypeErr(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareChildParentTypeErr_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareChildParentTypeErr; - if (corto_define(test_ObjectMgmt_tc_declareChildParentTypeErr_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareChildParentTypeErr()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareChildVoid() */ - test_ObjectMgmt_tc_declareChildVoid_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareChildVoid()", test_Case_o); - if (!test_ObjectMgmt_tc_declareChildVoid_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareChildVoid()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareChildVoid() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareChildVoid_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareChildVoid_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareChildVoid_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareChildVoid_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareChildVoid() with C-function */ - corto_function(test_ObjectMgmt_tc_declareChildVoid_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareChildVoid(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareChildVoid_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareChildVoid; - if (corto_define(test_ObjectMgmt_tc_declareChildVoid_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareChildVoid()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareChildVoidAttr0() */ - test_ObjectMgmt_tc_declareChildVoidAttr0_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareChildVoidAttr0()", test_Case_o); - if (!test_ObjectMgmt_tc_declareChildVoidAttr0_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareChildVoidAttr0()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareChildVoidAttr0() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareChildVoidAttr0_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareChildVoidAttr0_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareChildVoidAttr0_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareChildVoidAttr0_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareChildVoidAttr0() with C-function */ - corto_function(test_ObjectMgmt_tc_declareChildVoidAttr0_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareChildVoidAttr0(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareChildVoidAttr0_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareChildVoidAttr0; - if (corto_define(test_ObjectMgmt_tc_declareChildVoidAttr0_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareChildVoidAttr0()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareExistingWithParentState() */ - test_ObjectMgmt_tc_declareExistingWithParentState_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareExistingWithParentState()", test_Case_o); - if (!test_ObjectMgmt_tc_declareExistingWithParentState_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareExistingWithParentState()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareExistingWithParentState() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareExistingWithParentState_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareExistingWithParentState_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareExistingWithParentState_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareExistingWithParentState_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareExistingWithParentState() with C-function */ - corto_function(test_ObjectMgmt_tc_declareExistingWithParentState_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareExistingWithParentState(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareExistingWithParentState_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareExistingWithParentState; - if (corto_define(test_ObjectMgmt_tc_declareExistingWithParentState_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareExistingWithParentState()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareFoo() */ - test_ObjectMgmt_tc_declareFoo_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareFoo()", test_Case_o); - if (!test_ObjectMgmt_tc_declareFoo_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareFoo()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareFoo() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareFoo_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareFoo_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareFoo_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareFoo_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareFoo() with C-function */ - corto_function(test_ObjectMgmt_tc_declareFoo_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareFoo(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareFoo_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareFoo; - if (corto_define(test_ObjectMgmt_tc_declareFoo_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareFoo()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareFooAttr0() */ - test_ObjectMgmt_tc_declareFooAttr0_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareFooAttr0()", test_Case_o); - if (!test_ObjectMgmt_tc_declareFooAttr0_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareFooAttr0()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareFooAttr0() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareFooAttr0_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareFooAttr0_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareFooAttr0_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareFooAttr0_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareFooAttr0() with C-function */ - corto_function(test_ObjectMgmt_tc_declareFooAttr0_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareFooAttr0(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareFooAttr0_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareFooAttr0; - if (corto_define(test_ObjectMgmt_tc_declareFooAttr0_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareFooAttr0()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareInitFail() */ - test_ObjectMgmt_tc_declareInitFail_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareInitFail()", test_Case_o); - if (!test_ObjectMgmt_tc_declareInitFail_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareInitFail()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareInitFail() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareInitFail_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareInitFail_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareInitFail_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareInitFail_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareInitFail() with C-function */ - corto_function(test_ObjectMgmt_tc_declareInitFail_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareInitFail(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareInitFail_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareInitFail; - if (corto_define(test_ObjectMgmt_tc_declareInitFail_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareInitFail()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareInt() */ - test_ObjectMgmt_tc_declareInt_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareInt()", test_Case_o); - if (!test_ObjectMgmt_tc_declareInt_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareInt()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareInt() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareInt_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareInt_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareInt_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareInt_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareInt() with C-function */ - corto_function(test_ObjectMgmt_tc_declareInt_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareInt(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareInt_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareInt; - if (corto_define(test_ObjectMgmt_tc_declareInt_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareInt()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareIntAttr0() */ - test_ObjectMgmt_tc_declareIntAttr0_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareIntAttr0()", test_Case_o); - if (!test_ObjectMgmt_tc_declareIntAttr0_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareIntAttr0()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareIntAttr0() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareIntAttr0_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareIntAttr0_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareIntAttr0_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareIntAttr0_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareIntAttr0() with C-function */ - corto_function(test_ObjectMgmt_tc_declareIntAttr0_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareIntAttr0(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareIntAttr0_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareIntAttr0; - if (corto_define(test_ObjectMgmt_tc_declareIntAttr0_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareIntAttr0()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareInvalidType() */ - test_ObjectMgmt_tc_declareInvalidType_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareInvalidType()", test_Case_o); - if (!test_ObjectMgmt_tc_declareInvalidType_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareInvalidType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareInvalidType() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareInvalidType_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareInvalidType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareInvalidType_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareInvalidType_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareInvalidType() with C-function */ - corto_function(test_ObjectMgmt_tc_declareInvalidType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareInvalidType(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareInvalidType_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareInvalidType; - if (corto_define(test_ObjectMgmt_tc_declareInvalidType_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareInvalidType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareNullType() */ - test_ObjectMgmt_tc_declareNullType_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareNullType()", test_Case_o); - if (!test_ObjectMgmt_tc_declareNullType_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareNullType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareNullType() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareNullType_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareNullType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareNullType_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareNullType_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareNullType() with C-function */ - corto_function(test_ObjectMgmt_tc_declareNullType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareNullType(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareNullType_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareNullType; - if (corto_define(test_ObjectMgmt_tc_declareNullType_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareNullType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareVoid() */ - test_ObjectMgmt_tc_declareVoid_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareVoid()", test_Case_o); - if (!test_ObjectMgmt_tc_declareVoid_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareVoid()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareVoid() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareVoid_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareVoid_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareVoid_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareVoid_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareVoid() with C-function */ - corto_function(test_ObjectMgmt_tc_declareVoid_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareVoid(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareVoid_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareVoid; - if (corto_define(test_ObjectMgmt_tc_declareVoid_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareVoid()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_declareVoidAttr0() */ - test_ObjectMgmt_tc_declareVoidAttr0_o = corto_declareChild(test_ObjectMgmt_o, "tc_declareVoidAttr0()", test_Case_o); - if (!test_ObjectMgmt_tc_declareVoidAttr0_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_declareVoidAttr0()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_declareVoidAttr0() */ - if (!corto_checkState(test_ObjectMgmt_tc_declareVoidAttr0_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_declareVoidAttr0_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_declareVoidAttr0_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_declareVoidAttr0_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_declareVoidAttr0() with C-function */ - corto_function(test_ObjectMgmt_tc_declareVoidAttr0_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_declareVoidAttr0(void *args, void *result); - corto_function(test_ObjectMgmt_tc_declareVoidAttr0_o)->impl = (corto_word)__test_ObjectMgmt_tc_declareVoidAttr0; - if (corto_define(test_ObjectMgmt_tc_declareVoidAttr0_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_declareVoidAttr0()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_defineFoo() */ - test_ObjectMgmt_tc_defineFoo_o = corto_declareChild(test_ObjectMgmt_o, "tc_defineFoo()", test_Case_o); - if (!test_ObjectMgmt_tc_defineFoo_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_defineFoo()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_defineFoo() */ - if (!corto_checkState(test_ObjectMgmt_tc_defineFoo_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_defineFoo_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_defineFoo_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_defineFoo_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_defineFoo() with C-function */ - corto_function(test_ObjectMgmt_tc_defineFoo_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_defineFoo(void *args, void *result); - corto_function(test_ObjectMgmt_tc_defineFoo_o)->impl = (corto_word)__test_ObjectMgmt_tc_defineFoo; - if (corto_define(test_ObjectMgmt_tc_defineFoo_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_defineFoo()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_defineFooAttr0() */ - test_ObjectMgmt_tc_defineFooAttr0_o = corto_declareChild(test_ObjectMgmt_o, "tc_defineFooAttr0()", test_Case_o); - if (!test_ObjectMgmt_tc_defineFooAttr0_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_defineFooAttr0()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_defineFooAttr0() */ - if (!corto_checkState(test_ObjectMgmt_tc_defineFooAttr0_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_defineFooAttr0_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_defineFooAttr0_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_defineFooAttr0_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_defineFooAttr0() with C-function */ - corto_function(test_ObjectMgmt_tc_defineFooAttr0_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_defineFooAttr0(void *args, void *result); - corto_function(test_ObjectMgmt_tc_defineFooAttr0_o)->impl = (corto_word)__test_ObjectMgmt_tc_defineFooAttr0; - if (corto_define(test_ObjectMgmt_tc_defineFooAttr0_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_defineFooAttr0()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_defineFooFail() */ - test_ObjectMgmt_tc_defineFooFail_o = corto_declareChild(test_ObjectMgmt_o, "tc_defineFooFail()", test_Case_o); - if (!test_ObjectMgmt_tc_defineFooFail_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_defineFooFail()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_defineFooFail() */ - if (!corto_checkState(test_ObjectMgmt_tc_defineFooFail_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_defineFooFail_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_defineFooFail_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_defineFooFail_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_defineFooFail() with C-function */ - corto_function(test_ObjectMgmt_tc_defineFooFail_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_defineFooFail(void *args, void *result); - corto_function(test_ObjectMgmt_tc_defineFooFail_o)->impl = (corto_word)__test_ObjectMgmt_tc_defineFooFail; - if (corto_define(test_ObjectMgmt_tc_defineFooFail_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_defineFooFail()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_defineInt() */ - test_ObjectMgmt_tc_defineInt_o = corto_declareChild(test_ObjectMgmt_o, "tc_defineInt()", test_Case_o); - if (!test_ObjectMgmt_tc_defineInt_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_defineInt()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_defineInt() */ - if (!corto_checkState(test_ObjectMgmt_tc_defineInt_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_defineInt_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_defineInt_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_defineInt_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_defineInt() with C-function */ - corto_function(test_ObjectMgmt_tc_defineInt_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_defineInt(void *args, void *result); - corto_function(test_ObjectMgmt_tc_defineInt_o)->impl = (corto_word)__test_ObjectMgmt_tc_defineInt; - if (corto_define(test_ObjectMgmt_tc_defineInt_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_defineInt()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_defineIntAttr0() */ - test_ObjectMgmt_tc_defineIntAttr0_o = corto_declareChild(test_ObjectMgmt_o, "tc_defineIntAttr0()", test_Case_o); - if (!test_ObjectMgmt_tc_defineIntAttr0_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_defineIntAttr0()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_defineIntAttr0() */ - if (!corto_checkState(test_ObjectMgmt_tc_defineIntAttr0_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_defineIntAttr0_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_defineIntAttr0_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_defineIntAttr0_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_defineIntAttr0() with C-function */ - corto_function(test_ObjectMgmt_tc_defineIntAttr0_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_defineIntAttr0(void *args, void *result); - corto_function(test_ObjectMgmt_tc_defineIntAttr0_o)->impl = (corto_word)__test_ObjectMgmt_tc_defineIntAttr0; - if (corto_define(test_ObjectMgmt_tc_defineIntAttr0_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_defineIntAttr0()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_defineVoid() */ - test_ObjectMgmt_tc_defineVoid_o = corto_declareChild(test_ObjectMgmt_o, "tc_defineVoid()", test_Case_o); - if (!test_ObjectMgmt_tc_defineVoid_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_defineVoid()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_defineVoid() */ - if (!corto_checkState(test_ObjectMgmt_tc_defineVoid_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_defineVoid_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_defineVoid_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_defineVoid_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_defineVoid() with C-function */ - corto_function(test_ObjectMgmt_tc_defineVoid_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_defineVoid(void *args, void *result); - corto_function(test_ObjectMgmt_tc_defineVoid_o)->impl = (corto_word)__test_ObjectMgmt_tc_defineVoid; - if (corto_define(test_ObjectMgmt_tc_defineVoid_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_defineVoid()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_defineVoidAttr0() */ - test_ObjectMgmt_tc_defineVoidAttr0_o = corto_declareChild(test_ObjectMgmt_o, "tc_defineVoidAttr0()", test_Case_o); - if (!test_ObjectMgmt_tc_defineVoidAttr0_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_defineVoidAttr0()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_defineVoidAttr0() */ - if (!corto_checkState(test_ObjectMgmt_tc_defineVoidAttr0_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_defineVoidAttr0_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_defineVoidAttr0_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_defineVoidAttr0_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_defineVoidAttr0() with C-function */ - corto_function(test_ObjectMgmt_tc_defineVoidAttr0_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_defineVoidAttr0(void *args, void *result); - corto_function(test_ObjectMgmt_tc_defineVoidAttr0_o)->impl = (corto_word)__test_ObjectMgmt_tc_defineVoidAttr0; - if (corto_define(test_ObjectMgmt_tc_defineVoidAttr0_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_defineVoidAttr0()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_drop() */ - test_ObjectMgmt_tc_drop_o = corto_declareChild(test_ObjectMgmt_o, "tc_drop()", test_Case_o); - if (!test_ObjectMgmt_tc_drop_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_drop()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_drop() */ - if (!corto_checkState(test_ObjectMgmt_tc_drop_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_drop_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_drop_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_drop_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_drop() with C-function */ - corto_function(test_ObjectMgmt_tc_drop_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_drop(void *args, void *result); - corto_function(test_ObjectMgmt_tc_drop_o)->impl = (corto_word)__test_ObjectMgmt_tc_drop; - if (corto_define(test_ObjectMgmt_tc_drop_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_drop()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_invalidate() */ - test_ObjectMgmt_tc_invalidate_o = corto_declareChild(test_ObjectMgmt_o, "tc_invalidate()", test_Case_o); - if (!test_ObjectMgmt_tc_invalidate_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_invalidate()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_invalidate() */ - if (!corto_checkState(test_ObjectMgmt_tc_invalidate_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_invalidate_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_invalidate_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_invalidate_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_invalidate() with C-function */ - corto_function(test_ObjectMgmt_tc_invalidate_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_invalidate(void *args, void *result); - corto_function(test_ObjectMgmt_tc_invalidate_o)->impl = (corto_word)__test_ObjectMgmt_tc_invalidate; - if (corto_define(test_ObjectMgmt_tc_invalidate_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_invalidate()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ObjectMgmt/tc_redeclareWithDifferentType() */ - test_ObjectMgmt_tc_redeclareWithDifferentType_o = corto_declareChild(test_ObjectMgmt_o, "tc_redeclareWithDifferentType()", test_Case_o); - if (!test_ObjectMgmt_tc_redeclareWithDifferentType_o) { - corto_error("test_load: failed to declare '/test/ObjectMgmt/tc_redeclareWithDifferentType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ObjectMgmt/tc_redeclareWithDifferentType() */ - if (!corto_checkState(test_ObjectMgmt_tc_redeclareWithDifferentType_o, CORTO_DEFINED)) { - corto_function(test_ObjectMgmt_tc_redeclareWithDifferentType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_ObjectMgmt_tc_redeclareWithDifferentType_o)->returnsReference = FALSE; - corto_method(test_ObjectMgmt_tc_redeclareWithDifferentType_o)->_virtual = FALSE; - - /* Bind /test/ObjectMgmt/tc_redeclareWithDifferentType() with C-function */ - corto_function(test_ObjectMgmt_tc_redeclareWithDifferentType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ObjectMgmt_tc_redeclareWithDifferentType(void *args, void *result); - corto_function(test_ObjectMgmt_tc_redeclareWithDifferentType_o)->impl = (corto_word)__test_ObjectMgmt_tc_redeclareWithDifferentType; - if (corto_define(test_ObjectMgmt_tc_redeclareWithDifferentType_o)) { - corto_error("test_load: failed to define '/test/ObjectMgmt/tc_redeclareWithDifferentType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_any(bool a) */ - test_ol_any_bool_o = corto_declareChild(test_o, "ol_any(bool a)", corto_function_o); - if (!test_ol_any_bool_o) { - corto_error("test_load: failed to declare '/test/ol_any(bool a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_any(bool a) */ - if (!corto_checkState(test_ol_any_bool_o, CORTO_DEFINED)) { - test_ol_any_bool_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_any_bool_o->returnsReference = FALSE; - - /* Bind /test/ol_any(bool a) with C-function */ - corto_function(test_ol_any_bool_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_any_bool(void *args, void *result); - corto_function(test_ol_any_bool_o)->impl = (corto_word)__test_ol_any_bool; - if (corto_define(test_ol_any_bool_o)) { - corto_error("test_load: failed to define '/test/ol_any(bool a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_any(char a) */ - test_ol_any_char_o = corto_declareChild(test_o, "ol_any(char a)", corto_function_o); - if (!test_ol_any_char_o) { - corto_error("test_load: failed to declare '/test/ol_any(char a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_any(char a) */ - if (!corto_checkState(test_ol_any_char_o, CORTO_DEFINED)) { - test_ol_any_char_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_any_char_o->returnsReference = FALSE; - - /* Bind /test/ol_any(char a) with C-function */ - corto_function(test_ol_any_char_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_any_char(void *args, void *result); - corto_function(test_ol_any_char_o)->impl = (corto_word)__test_ol_any_char; - if (corto_define(test_ol_any_char_o)) { - corto_error("test_load: failed to define '/test/ol_any(char a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_any(float32 a) */ - test_ol_any_float32_o = corto_declareChild(test_o, "ol_any(float32 a)", corto_function_o); - if (!test_ol_any_float32_o) { - corto_error("test_load: failed to declare '/test/ol_any(float32 a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_any(float32 a) */ - if (!corto_checkState(test_ol_any_float32_o, CORTO_DEFINED)) { - test_ol_any_float32_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_any_float32_o->returnsReference = FALSE; - - /* Bind /test/ol_any(float32 a) with C-function */ - corto_function(test_ol_any_float32_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_any_float32(void *args, void *result); - corto_function(test_ol_any_float32_o)->impl = (corto_word)__test_ol_any_float32; - if (corto_define(test_ol_any_float32_o)) { - corto_error("test_load: failed to define '/test/ol_any(float32 a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_any(int32 a) */ - test_ol_any_int32_o = corto_declareChild(test_o, "ol_any(int32 a)", corto_function_o); - if (!test_ol_any_int32_o) { - corto_error("test_load: failed to declare '/test/ol_any(int32 a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_any(int32 a) */ - if (!corto_checkState(test_ol_any_int32_o, CORTO_DEFINED)) { - test_ol_any_int32_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_any_int32_o->returnsReference = FALSE; - - /* Bind /test/ol_any(int32 a) with C-function */ - corto_function(test_ol_any_int32_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_any_int32(void *args, void *result); - corto_function(test_ol_any_int32_o)->impl = (corto_word)__test_ol_any_int32; - if (corto_define(test_ol_any_int32_o)) { - corto_error("test_load: failed to define '/test/ol_any(int32 a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_any(object a) */ - test_ol_any_object_o = corto_declareChild(test_o, "ol_any(object a)", corto_function_o); - if (!test_ol_any_object_o) { - corto_error("test_load: failed to declare '/test/ol_any(object a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_any(object a) */ - if (!corto_checkState(test_ol_any_object_o, CORTO_DEFINED)) { - test_ol_any_object_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_any_object_o->returnsReference = FALSE; - - /* Bind /test/ol_any(object a) with C-function */ - corto_function(test_ol_any_object_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_any_object(void *args, void *result); - corto_function(test_ol_any_object_o)->impl = (corto_word)__test_ol_any_object; - if (corto_define(test_ol_any_object_o)) { - corto_error("test_load: failed to define '/test/ol_any(object a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_any(string a) */ - test_ol_any_string_o = corto_declareChild(test_o, "ol_any(string a)", corto_function_o); - if (!test_ol_any_string_o) { - corto_error("test_load: failed to declare '/test/ol_any(string a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_any(string a) */ - if (!corto_checkState(test_ol_any_string_o, CORTO_DEFINED)) { - test_ol_any_string_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_any_string_o->returnsReference = FALSE; - - /* Bind /test/ol_any(string a) with C-function */ - corto_function(test_ol_any_string_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_any_string(void *args, void *result); - corto_function(test_ol_any_string_o)->impl = (corto_word)__test_ol_any_string; - if (corto_define(test_ol_any_string_o)) { - corto_error("test_load: failed to define '/test/ol_any(string a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_bool(bool a) */ - test_ol_bool_o = corto_declareChild(test_o, "ol_bool(bool a)", corto_function_o); - if (!test_ol_bool_o) { - corto_error("test_load: failed to declare '/test/ol_bool(bool a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_bool(bool a) */ - if (!corto_checkState(test_ol_bool_o, CORTO_DEFINED)) { - test_ol_bool_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_bool_o->returnsReference = FALSE; - - /* Bind /test/ol_bool(bool a) with C-function */ - corto_function(test_ol_bool_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_bool(void *args, void *result); - corto_function(test_ol_bool_o)->impl = (corto_word)__test_ol_bool; - if (corto_define(test_ol_bool_o)) { - corto_error("test_load: failed to define '/test/ol_bool(bool a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_int(int32 a) */ - test_ol_int_o = corto_declareChild(test_o, "ol_int(int32 a)", corto_function_o); - if (!test_ol_int_o) { - corto_error("test_load: failed to declare '/test/ol_int(int32 a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_int(int32 a) */ - if (!corto_checkState(test_ol_int_o, CORTO_DEFINED)) { - test_ol_int_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_int_o->returnsReference = FALSE; - - /* Bind /test/ol_int(int32 a) with C-function */ - corto_function(test_ol_int_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_int(void *args, void *result); - corto_function(test_ol_int_o)->impl = (corto_word)__test_ol_int; - if (corto_define(test_ol_int_o)) { - corto_error("test_load: failed to define '/test/ol_int(int32 a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_null(bool a) */ - test_ol_null_bool_o = corto_declareChild(test_o, "ol_null(bool a)", corto_function_o); - if (!test_ol_null_bool_o) { - corto_error("test_load: failed to declare '/test/ol_null(bool a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_null(bool a) */ - if (!corto_checkState(test_ol_null_bool_o, CORTO_DEFINED)) { - test_ol_null_bool_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_null_bool_o->returnsReference = FALSE; - - /* Bind /test/ol_null(bool a) with C-function */ - corto_function(test_ol_null_bool_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_null_bool(void *args, void *result); - corto_function(test_ol_null_bool_o)->impl = (corto_word)__test_ol_null_bool; - if (corto_define(test_ol_null_bool_o)) { - corto_error("test_load: failed to define '/test/ol_null(bool a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_null(object a) */ - test_ol_null_object_o = corto_declareChild(test_o, "ol_null(object a)", corto_function_o); - if (!test_ol_null_object_o) { - corto_error("test_load: failed to declare '/test/ol_null(object a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_null(object a) */ - if (!corto_checkState(test_ol_null_object_o, CORTO_DEFINED)) { - test_ol_null_object_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_null_object_o->returnsReference = FALSE; - - /* Bind /test/ol_null(object a) with C-function */ - corto_function(test_ol_null_object_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_null_object(void *args, void *result); - corto_function(test_ol_null_object_o)->impl = (corto_word)__test_ol_null_object; - if (corto_define(test_ol_null_object_o)) { - corto_error("test_load: failed to define '/test/ol_null(object a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_null(string a) */ - test_ol_null_string_o = corto_declareChild(test_o, "ol_null(string a)", corto_function_o); - if (!test_ol_null_string_o) { - corto_error("test_load: failed to declare '/test/ol_null(string a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_null(string a) */ - if (!corto_checkState(test_ol_null_string_o, CORTO_DEFINED)) { - test_ol_null_string_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_null_string_o->returnsReference = FALSE; - - /* Bind /test/ol_null(string a) with C-function */ - corto_function(test_ol_null_string_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_null_string(void *args, void *result); - corto_function(test_ol_null_string_o)->impl = (corto_word)__test_ol_null_string; - if (corto_define(test_ol_null_string_o)) { - corto_error("test_load: failed to define '/test/ol_null(string a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_num(float64 a) */ - test_ol_num_float64_o = corto_declareChild(test_o, "ol_num(float64 a)", corto_function_o); - if (!test_ol_num_float64_o) { - corto_error("test_load: failed to declare '/test/ol_num(float64 a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_num(float64 a) */ - if (!corto_checkState(test_ol_num_float64_o, CORTO_DEFINED)) { - test_ol_num_float64_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_num_float64_o->returnsReference = FALSE; - - /* Bind /test/ol_num(float64 a) with C-function */ - corto_function(test_ol_num_float64_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_num_float64(void *args, void *result); - corto_function(test_ol_num_float64_o)->impl = (corto_word)__test_ol_num_float64; - if (corto_define(test_ol_num_float64_o)) { - corto_error("test_load: failed to define '/test/ol_num(float64 a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_num(int32 a) */ - test_ol_num_int32_o = corto_declareChild(test_o, "ol_num(int32 a)", corto_function_o); - if (!test_ol_num_int32_o) { - corto_error("test_load: failed to declare '/test/ol_num(int32 a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_num(int32 a) */ - if (!corto_checkState(test_ol_num_int32_o, CORTO_DEFINED)) { - test_ol_num_int32_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_num_int32_o->returnsReference = FALSE; - - /* Bind /test/ol_num(int32 a) with C-function */ - corto_function(test_ol_num_int32_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_num_int32(void *args, void *result); - corto_function(test_ol_num_int32_o)->impl = (corto_word)__test_ol_num_int32; - if (corto_define(test_ol_num_int32_o)) { - corto_error("test_load: failed to define '/test/ol_num(int32 a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_object(object a) */ - test_ol_object_o = corto_declareChild(test_o, "ol_object(object a)", corto_function_o); - if (!test_ol_object_o) { - corto_error("test_load: failed to declare '/test/ol_object(object a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_object(object a) */ - if (!corto_checkState(test_ol_object_o, CORTO_DEFINED)) { - test_ol_object_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_object_o->returnsReference = FALSE; - - /* Bind /test/ol_object(object a) with C-function */ - corto_function(test_ol_object_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_object(void *args, void *result); - corto_function(test_ol_object_o)->impl = (corto_word)__test_ol_object; - if (corto_define(test_ol_object_o)) { - corto_error("test_load: failed to define '/test/ol_object(object a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_string(string a) */ - test_ol_string_o = corto_declareChild(test_o, "ol_string(string a)", corto_function_o); - if (!test_ol_string_o) { - corto_error("test_load: failed to declare '/test/ol_string(string a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_string(string a) */ - if (!corto_checkState(test_ol_string_o, CORTO_DEFINED)) { - test_ol_string_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_string_o->returnsReference = FALSE; - - /* Bind /test/ol_string(string a) with C-function */ - corto_function(test_ol_string_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_string(void *args, void *result); - corto_function(test_ol_string_o)->impl = (corto_word)__test_ol_string; - if (corto_define(test_ol_string_o)) { - corto_error("test_load: failed to define '/test/ol_string(string a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_uint(int32 a) */ - test_ol_uint_o = corto_declareChild(test_o, "ol_uint(int32 a)", corto_function_o); - if (!test_ol_uint_o) { - corto_error("test_load: failed to declare '/test/ol_uint(int32 a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_uint(int32 a) */ - if (!corto_checkState(test_ol_uint_o, CORTO_DEFINED)) { - test_ol_uint_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_uint_o->returnsReference = FALSE; - - /* Bind /test/ol_uint(int32 a) with C-function */ - corto_function(test_ol_uint_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_uint(void *args, void *result); - corto_function(test_ol_uint_o)->impl = (corto_word)__test_ol_uint; - if (corto_define(test_ol_uint_o)) { - corto_error("test_load: failed to define '/test/ol_uint(int32 a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_wildcard(float32 a,string b) */ - test_ol_wildcard_float32_string_o = corto_declareChild(test_o, "ol_wildcard(float32 a,string b)", corto_function_o); - if (!test_ol_wildcard_float32_string_o) { - corto_error("test_load: failed to declare '/test/ol_wildcard(float32 a,string b)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_wildcard(float32 a,string b) */ - if (!corto_checkState(test_ol_wildcard_float32_string_o, CORTO_DEFINED)) { - test_ol_wildcard_float32_string_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_wildcard_float32_string_o->returnsReference = FALSE; - - /* Bind /test/ol_wildcard(float32 a,string b) with C-function */ - corto_function(test_ol_wildcard_float32_string_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_wildcard_float32_string(void *args, void *result); - corto_function(test_ol_wildcard_float32_string_o)->impl = (corto_word)__test_ol_wildcard_float32_string; - if (corto_define(test_ol_wildcard_float32_string_o)) { - corto_error("test_load: failed to define '/test/ol_wildcard(float32 a,string b)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/ol_wildcard(int32 a,string b) */ - test_ol_wildcard_int32_string_o = corto_declareChild(test_o, "ol_wildcard(int32 a,string b)", corto_function_o); - if (!test_ol_wildcard_int32_string_o) { - corto_error("test_load: failed to declare '/test/ol_wildcard(int32 a,string b)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/ol_wildcard(int32 a,string b) */ - if (!corto_checkState(test_ol_wildcard_int32_string_o, CORTO_DEFINED)) { - test_ol_wildcard_int32_string_o->returnType = corto_resolve(NULL, "/corto/lang/void"); - test_ol_wildcard_int32_string_o->returnsReference = FALSE; - - /* Bind /test/ol_wildcard(int32 a,string b) with C-function */ - corto_function(test_ol_wildcard_int32_string_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_ol_wildcard_int32_string(void *args, void *result); - corto_function(test_ol_wildcard_int32_string_o)->impl = (corto_word)__test_ol_wildcard_int32_string; - if (corto_define(test_ol_wildcard_int32_string_o)) { - corto_error("test_load: failed to define '/test/ol_wildcard(int32 a,string b)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload */ - test_Overload_o = corto_declareChild(test_o, "Overload", test_Suite_o); - if (!test_Overload_o) { - corto_error("test_load: failed to declare '/test/Overload' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload */ - if (!corto_checkState(test_Overload_o, CORTO_DEFINED)) { - corto_type(test_Overload_o)->parentType = NULL; - corto_type(test_Overload_o)->parentState = 0x6; - corto_type(test_Overload_o)->defaultType = NULL; - corto_type(test_Overload_o)->defaultProcedureType = NULL; - corto_interface(test_Overload_o)->base = corto_resolve(NULL, "/corto/test/SuiteData"); - corto_struct(test_Overload_o)->baseAccess = 0x0; - corto_class(test_Overload_o)->implements.length = 0; - corto_class(test_Overload_o)->implements.buffer = NULL; - if (corto_define(test_Overload_o)) { - corto_error("test_load: failed to define '/test/Overload' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Overload_o)->size != sizeof(struct test_Overload_s)) { - corto_error("test_load: calculated size '%d' of type '/test/Overload' doesn't match C-type size '%d'", corto_type(test_Overload_o)->size, sizeof(struct test_Overload_s)); - } - - /* Declare /test/Overload/tc_ambiguous() */ - test_Overload_tc_ambiguous_o = corto_declareChild(test_Overload_o, "tc_ambiguous()", test_Case_o); - if (!test_Overload_tc_ambiguous_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_ambiguous()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_ambiguous() */ - if (!corto_checkState(test_Overload_tc_ambiguous_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_ambiguous_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_ambiguous_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_ambiguous_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_ambiguous() with C-function */ - corto_function(test_Overload_tc_ambiguous_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_ambiguous(void *args, void *result); - corto_function(test_Overload_tc_ambiguous_o)->impl = (corto_word)__test_Overload_tc_ambiguous; - if (corto_define(test_Overload_tc_ambiguous_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_ambiguous()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_ambiguousNull() */ - test_Overload_tc_ambiguousNull_o = corto_declareChild(test_Overload_o, "tc_ambiguousNull()", test_Case_o); - if (!test_Overload_tc_ambiguousNull_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_ambiguousNull()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_ambiguousNull() */ - if (!corto_checkState(test_Overload_tc_ambiguousNull_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_ambiguousNull_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_ambiguousNull_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_ambiguousNull_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_ambiguousNull() with C-function */ - corto_function(test_Overload_tc_ambiguousNull_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_ambiguousNull(void *args, void *result); - corto_function(test_Overload_tc_ambiguousNull_o)->impl = (corto_word)__test_Overload_tc_ambiguousNull; - if (corto_define(test_Overload_tc_ambiguousNull_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_ambiguousNull()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_ambiguousWildcard() */ - test_Overload_tc_ambiguousWildcard_o = corto_declareChild(test_Overload_o, "tc_ambiguousWildcard()", test_Case_o); - if (!test_Overload_tc_ambiguousWildcard_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_ambiguousWildcard()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_ambiguousWildcard() */ - if (!corto_checkState(test_Overload_tc_ambiguousWildcard_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_ambiguousWildcard_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_ambiguousWildcard_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_ambiguousWildcard_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_ambiguousWildcard() with C-function */ - corto_function(test_Overload_tc_ambiguousWildcard_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_ambiguousWildcard(void *args, void *result); - corto_function(test_Overload_tc_ambiguousWildcard_o)->impl = (corto_word)__test_Overload_tc_ambiguousWildcard; - if (corto_define(test_Overload_tc_ambiguousWildcard_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_ambiguousWildcard()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_anyChar() */ - test_Overload_tc_anyChar_o = corto_declareChild(test_Overload_o, "tc_anyChar()", test_Case_o); - if (!test_Overload_tc_anyChar_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_anyChar()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_anyChar() */ - if (!corto_checkState(test_Overload_tc_anyChar_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_anyChar_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_anyChar_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_anyChar_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_anyChar() with C-function */ - corto_function(test_Overload_tc_anyChar_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_anyChar(void *args, void *result); - corto_function(test_Overload_tc_anyChar_o)->impl = (corto_word)__test_Overload_tc_anyChar; - if (corto_define(test_Overload_tc_anyChar_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_anyChar()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_anyColor() */ - test_Overload_tc_anyColor_o = corto_declareChild(test_Overload_o, "tc_anyColor()", test_Case_o); - if (!test_Overload_tc_anyColor_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_anyColor()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_anyColor() */ - if (!corto_checkState(test_Overload_tc_anyColor_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_anyColor_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_anyColor_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_anyColor_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_anyColor() with C-function */ - corto_function(test_Overload_tc_anyColor_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_anyColor(void *args, void *result); - corto_function(test_Overload_tc_anyColor_o)->impl = (corto_word)__test_Overload_tc_anyColor; - if (corto_define(test_Overload_tc_anyColor_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_anyColor()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_anyFloat32() */ - test_Overload_tc_anyFloat32_o = corto_declareChild(test_Overload_o, "tc_anyFloat32()", test_Case_o); - if (!test_Overload_tc_anyFloat32_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_anyFloat32()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_anyFloat32() */ - if (!corto_checkState(test_Overload_tc_anyFloat32_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_anyFloat32_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_anyFloat32_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_anyFloat32_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_anyFloat32() with C-function */ - corto_function(test_Overload_tc_anyFloat32_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_anyFloat32(void *args, void *result); - corto_function(test_Overload_tc_anyFloat32_o)->impl = (corto_word)__test_Overload_tc_anyFloat32; - if (corto_define(test_Overload_tc_anyFloat32_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_anyFloat32()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_anyFloat64() */ - test_Overload_tc_anyFloat64_o = corto_declareChild(test_Overload_o, "tc_anyFloat64()", test_Case_o); - if (!test_Overload_tc_anyFloat64_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_anyFloat64()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_anyFloat64() */ - if (!corto_checkState(test_Overload_tc_anyFloat64_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_anyFloat64_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_anyFloat64_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_anyFloat64_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_anyFloat64() with C-function */ - corto_function(test_Overload_tc_anyFloat64_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_anyFloat64(void *args, void *result); - corto_function(test_Overload_tc_anyFloat64_o)->impl = (corto_word)__test_Overload_tc_anyFloat64; - if (corto_define(test_Overload_tc_anyFloat64_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_anyFloat64()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_anyInt16() */ - test_Overload_tc_anyInt16_o = corto_declareChild(test_Overload_o, "tc_anyInt16()", test_Case_o); - if (!test_Overload_tc_anyInt16_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_anyInt16()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_anyInt16() */ - if (!corto_checkState(test_Overload_tc_anyInt16_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_anyInt16_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_anyInt16_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_anyInt16_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_anyInt16() with C-function */ - corto_function(test_Overload_tc_anyInt16_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_anyInt16(void *args, void *result); - corto_function(test_Overload_tc_anyInt16_o)->impl = (corto_word)__test_Overload_tc_anyInt16; - if (corto_define(test_Overload_tc_anyInt16_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_anyInt16()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_anyInt32() */ - test_Overload_tc_anyInt32_o = corto_declareChild(test_Overload_o, "tc_anyInt32()", test_Case_o); - if (!test_Overload_tc_anyInt32_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_anyInt32()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_anyInt32() */ - if (!corto_checkState(test_Overload_tc_anyInt32_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_anyInt32_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_anyInt32_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_anyInt32_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_anyInt32() with C-function */ - corto_function(test_Overload_tc_anyInt32_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_anyInt32(void *args, void *result); - corto_function(test_Overload_tc_anyInt32_o)->impl = (corto_word)__test_Overload_tc_anyInt32; - if (corto_define(test_Overload_tc_anyInt32_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_anyInt32()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_anyInt64() */ - test_Overload_tc_anyInt64_o = corto_declareChild(test_Overload_o, "tc_anyInt64()", test_Case_o); - if (!test_Overload_tc_anyInt64_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_anyInt64()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_anyInt64() */ - if (!corto_checkState(test_Overload_tc_anyInt64_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_anyInt64_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_anyInt64_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_anyInt64_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_anyInt64() with C-function */ - corto_function(test_Overload_tc_anyInt64_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_anyInt64(void *args, void *result); - corto_function(test_Overload_tc_anyInt64_o)->impl = (corto_word)__test_Overload_tc_anyInt64; - if (corto_define(test_Overload_tc_anyInt64_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_anyInt64()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_anyInt8() */ - test_Overload_tc_anyInt8_o = corto_declareChild(test_Overload_o, "tc_anyInt8()", test_Case_o); - if (!test_Overload_tc_anyInt8_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_anyInt8()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_anyInt8() */ - if (!corto_checkState(test_Overload_tc_anyInt8_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_anyInt8_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_anyInt8_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_anyInt8_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_anyInt8() with C-function */ - corto_function(test_Overload_tc_anyInt8_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_anyInt8(void *args, void *result); - corto_function(test_Overload_tc_anyInt8_o)->impl = (corto_word)__test_Overload_tc_anyInt8; - if (corto_define(test_Overload_tc_anyInt8_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_anyInt8()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_anyOctet() */ - test_Overload_tc_anyOctet_o = corto_declareChild(test_Overload_o, "tc_anyOctet()", test_Case_o); - if (!test_Overload_tc_anyOctet_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_anyOctet()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_anyOctet() */ - if (!corto_checkState(test_Overload_tc_anyOctet_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_anyOctet_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_anyOctet_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_anyOctet_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_anyOctet() with C-function */ - corto_function(test_Overload_tc_anyOctet_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_anyOctet(void *args, void *result); - corto_function(test_Overload_tc_anyOctet_o)->impl = (corto_word)__test_Overload_tc_anyOctet; - if (corto_define(test_Overload_tc_anyOctet_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_anyOctet()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_anyString() */ - test_Overload_tc_anyString_o = corto_declareChild(test_Overload_o, "tc_anyString()", test_Case_o); - if (!test_Overload_tc_anyString_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_anyString()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_anyString() */ - if (!corto_checkState(test_Overload_tc_anyString_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_anyString_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_anyString_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_anyString_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_anyString() with C-function */ - corto_function(test_Overload_tc_anyString_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_anyString(void *args, void *result); - corto_function(test_Overload_tc_anyString_o)->impl = (corto_word)__test_Overload_tc_anyString; - if (corto_define(test_Overload_tc_anyString_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_anyString()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_anyUint16() */ - test_Overload_tc_anyUint16_o = corto_declareChild(test_Overload_o, "tc_anyUint16()", test_Case_o); - if (!test_Overload_tc_anyUint16_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_anyUint16()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_anyUint16() */ - if (!corto_checkState(test_Overload_tc_anyUint16_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_anyUint16_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_anyUint16_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_anyUint16_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_anyUint16() with C-function */ - corto_function(test_Overload_tc_anyUint16_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_anyUint16(void *args, void *result); - corto_function(test_Overload_tc_anyUint16_o)->impl = (corto_word)__test_Overload_tc_anyUint16; - if (corto_define(test_Overload_tc_anyUint16_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_anyUint16()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_anyUint32() */ - test_Overload_tc_anyUint32_o = corto_declareChild(test_Overload_o, "tc_anyUint32()", test_Case_o); - if (!test_Overload_tc_anyUint32_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_anyUint32()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_anyUint32() */ - if (!corto_checkState(test_Overload_tc_anyUint32_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_anyUint32_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_anyUint32_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_anyUint32_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_anyUint32() with C-function */ - corto_function(test_Overload_tc_anyUint32_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_anyUint32(void *args, void *result); - corto_function(test_Overload_tc_anyUint32_o)->impl = (corto_word)__test_Overload_tc_anyUint32; - if (corto_define(test_Overload_tc_anyUint32_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_anyUint32()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_anyUint64() */ - test_Overload_tc_anyUint64_o = corto_declareChild(test_Overload_o, "tc_anyUint64()", test_Case_o); - if (!test_Overload_tc_anyUint64_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_anyUint64()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_anyUint64() */ - if (!corto_checkState(test_Overload_tc_anyUint64_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_anyUint64_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_anyUint64_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_anyUint64_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_anyUint64() with C-function */ - corto_function(test_Overload_tc_anyUint64_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_anyUint64(void *args, void *result); - corto_function(test_Overload_tc_anyUint64_o)->impl = (corto_word)__test_Overload_tc_anyUint64; - if (corto_define(test_Overload_tc_anyUint64_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_anyUint64()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_anyUint8() */ - test_Overload_tc_anyUint8_o = corto_declareChild(test_Overload_o, "tc_anyUint8()", test_Case_o); - if (!test_Overload_tc_anyUint8_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_anyUint8()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_anyUint8() */ - if (!corto_checkState(test_Overload_tc_anyUint8_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_anyUint8_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_anyUint8_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_anyUint8_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_anyUint8() with C-function */ - corto_function(test_Overload_tc_anyUint8_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_anyUint8(void *args, void *result); - corto_function(test_Overload_tc_anyUint8_o)->impl = (corto_word)__test_Overload_tc_anyUint8; - if (corto_define(test_Overload_tc_anyUint8_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_anyUint8()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_anyWord() */ - test_Overload_tc_anyWord_o = corto_declareChild(test_Overload_o, "tc_anyWord()", test_Case_o); - if (!test_Overload_tc_anyWord_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_anyWord()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_anyWord() */ - if (!corto_checkState(test_Overload_tc_anyWord_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_anyWord_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_anyWord_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_anyWord_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_anyWord() with C-function */ - corto_function(test_Overload_tc_anyWord_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_anyWord(void *args, void *result); - corto_function(test_Overload_tc_anyWord_o)->impl = (corto_word)__test_Overload_tc_anyWord; - if (corto_define(test_Overload_tc_anyWord_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_anyWord()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_inheritanceBase() */ - test_Overload_tc_inheritanceBase_o = corto_declareChild(test_Overload_o, "tc_inheritanceBase()", test_Case_o); - if (!test_Overload_tc_inheritanceBase_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_inheritanceBase()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_inheritanceBase() */ - if (!corto_checkState(test_Overload_tc_inheritanceBase_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_inheritanceBase_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_inheritanceBase_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_inheritanceBase_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_inheritanceBase() with C-function */ - corto_function(test_Overload_tc_inheritanceBase_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_inheritanceBase(void *args, void *result); - corto_function(test_Overload_tc_inheritanceBase_o)->impl = (corto_word)__test_Overload_tc_inheritanceBase; - if (corto_define(test_Overload_tc_inheritanceBase_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_inheritanceBase()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_inheritanceMatchSub() */ - test_Overload_tc_inheritanceMatchSub_o = corto_declareChild(test_Overload_o, "tc_inheritanceMatchSub()", test_Case_o); - if (!test_Overload_tc_inheritanceMatchSub_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_inheritanceMatchSub()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_inheritanceMatchSub() */ - if (!corto_checkState(test_Overload_tc_inheritanceMatchSub_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_inheritanceMatchSub_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_inheritanceMatchSub_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_inheritanceMatchSub_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_inheritanceMatchSub() with C-function */ - corto_function(test_Overload_tc_inheritanceMatchSub_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_inheritanceMatchSub(void *args, void *result); - corto_function(test_Overload_tc_inheritanceMatchSub_o)->impl = (corto_word)__test_Overload_tc_inheritanceMatchSub; - if (corto_define(test_Overload_tc_inheritanceMatchSub_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_inheritanceMatchSub()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_inheritanceSub() */ - test_Overload_tc_inheritanceSub_o = corto_declareChild(test_Overload_o, "tc_inheritanceSub()", test_Case_o); - if (!test_Overload_tc_inheritanceSub_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_inheritanceSub()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_inheritanceSub() */ - if (!corto_checkState(test_Overload_tc_inheritanceSub_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_inheritanceSub_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_inheritanceSub_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_inheritanceSub_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_inheritanceSub() with C-function */ - corto_function(test_Overload_tc_inheritanceSub_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_inheritanceSub(void *args, void *result); - corto_function(test_Overload_tc_inheritanceSub_o)->impl = (corto_word)__test_Overload_tc_inheritanceSub; - if (corto_define(test_Overload_tc_inheritanceSub_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_inheritanceSub()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_inheritSibling() */ - test_Overload_tc_inheritSibling_o = corto_declareChild(test_Overload_o, "tc_inheritSibling()", test_Case_o); - if (!test_Overload_tc_inheritSibling_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_inheritSibling()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_inheritSibling() */ - if (!corto_checkState(test_Overload_tc_inheritSibling_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_inheritSibling_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_inheritSibling_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_inheritSibling_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_inheritSibling() with C-function */ - corto_function(test_Overload_tc_inheritSibling_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_inheritSibling(void *args, void *result); - corto_function(test_Overload_tc_inheritSibling_o)->impl = (corto_word)__test_Overload_tc_inheritSibling; - if (corto_define(test_Overload_tc_inheritSibling_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_inheritSibling()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_nullBool() */ - test_Overload_tc_nullBool_o = corto_declareChild(test_Overload_o, "tc_nullBool()", test_Case_o); - if (!test_Overload_tc_nullBool_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_nullBool()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_nullBool() */ - if (!corto_checkState(test_Overload_tc_nullBool_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_nullBool_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_nullBool_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_nullBool_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_nullBool() with C-function */ - corto_function(test_Overload_tc_nullBool_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_nullBool(void *args, void *result); - corto_function(test_Overload_tc_nullBool_o)->impl = (corto_word)__test_Overload_tc_nullBool; - if (corto_define(test_Overload_tc_nullBool_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_nullBool()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_nullObject() */ - test_Overload_tc_nullObject_o = corto_declareChild(test_Overload_o, "tc_nullObject()", test_Case_o); - if (!test_Overload_tc_nullObject_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_nullObject()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_nullObject() */ - if (!corto_checkState(test_Overload_tc_nullObject_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_nullObject_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_nullObject_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_nullObject_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_nullObject() with C-function */ - corto_function(test_Overload_tc_nullObject_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_nullObject(void *args, void *result); - corto_function(test_Overload_tc_nullObject_o)->impl = (corto_word)__test_Overload_tc_nullObject; - if (corto_define(test_Overload_tc_nullObject_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_nullObject()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_nullString() */ - test_Overload_tc_nullString_o = corto_declareChild(test_Overload_o, "tc_nullString()", test_Case_o); - if (!test_Overload_tc_nullString_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_nullString()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_nullString() */ - if (!corto_checkState(test_Overload_tc_nullString_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_nullString_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_nullString_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_nullString_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_nullString() with C-function */ - corto_function(test_Overload_tc_nullString_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_nullString(void *args, void *result); - corto_function(test_Overload_tc_nullString_o)->impl = (corto_word)__test_Overload_tc_nullString; - if (corto_define(test_Overload_tc_nullString_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_nullString()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_numChar() */ - test_Overload_tc_numChar_o = corto_declareChild(test_Overload_o, "tc_numChar()", test_Case_o); - if (!test_Overload_tc_numChar_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_numChar()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_numChar() */ - if (!corto_checkState(test_Overload_tc_numChar_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_numChar_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_numChar_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_numChar_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_numChar() with C-function */ - corto_function(test_Overload_tc_numChar_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_numChar(void *args, void *result); - corto_function(test_Overload_tc_numChar_o)->impl = (corto_word)__test_Overload_tc_numChar; - if (corto_define(test_Overload_tc_numChar_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_numChar()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_numColor() */ - test_Overload_tc_numColor_o = corto_declareChild(test_Overload_o, "tc_numColor()", test_Case_o); - if (!test_Overload_tc_numColor_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_numColor()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_numColor() */ - if (!corto_checkState(test_Overload_tc_numColor_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_numColor_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_numColor_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_numColor_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_numColor() with C-function */ - corto_function(test_Overload_tc_numColor_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_numColor(void *args, void *result); - corto_function(test_Overload_tc_numColor_o)->impl = (corto_word)__test_Overload_tc_numColor; - if (corto_define(test_Overload_tc_numColor_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_numColor()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_numFloat32() */ - test_Overload_tc_numFloat32_o = corto_declareChild(test_Overload_o, "tc_numFloat32()", test_Case_o); - if (!test_Overload_tc_numFloat32_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_numFloat32()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_numFloat32() */ - if (!corto_checkState(test_Overload_tc_numFloat32_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_numFloat32_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_numFloat32_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_numFloat32_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_numFloat32() with C-function */ - corto_function(test_Overload_tc_numFloat32_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_numFloat32(void *args, void *result); - corto_function(test_Overload_tc_numFloat32_o)->impl = (corto_word)__test_Overload_tc_numFloat32; - if (corto_define(test_Overload_tc_numFloat32_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_numFloat32()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_numFloat64() */ - test_Overload_tc_numFloat64_o = corto_declareChild(test_Overload_o, "tc_numFloat64()", test_Case_o); - if (!test_Overload_tc_numFloat64_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_numFloat64()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_numFloat64() */ - if (!corto_checkState(test_Overload_tc_numFloat64_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_numFloat64_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_numFloat64_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_numFloat64_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_numFloat64() with C-function */ - corto_function(test_Overload_tc_numFloat64_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_numFloat64(void *args, void *result); - corto_function(test_Overload_tc_numFloat64_o)->impl = (corto_word)__test_Overload_tc_numFloat64; - if (corto_define(test_Overload_tc_numFloat64_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_numFloat64()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_numInt16() */ - test_Overload_tc_numInt16_o = corto_declareChild(test_Overload_o, "tc_numInt16()", test_Case_o); - if (!test_Overload_tc_numInt16_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_numInt16()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_numInt16() */ - if (!corto_checkState(test_Overload_tc_numInt16_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_numInt16_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_numInt16_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_numInt16_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_numInt16() with C-function */ - corto_function(test_Overload_tc_numInt16_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_numInt16(void *args, void *result); - corto_function(test_Overload_tc_numInt16_o)->impl = (corto_word)__test_Overload_tc_numInt16; - if (corto_define(test_Overload_tc_numInt16_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_numInt16()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_numInt32() */ - test_Overload_tc_numInt32_o = corto_declareChild(test_Overload_o, "tc_numInt32()", test_Case_o); - if (!test_Overload_tc_numInt32_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_numInt32()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_numInt32() */ - if (!corto_checkState(test_Overload_tc_numInt32_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_numInt32_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_numInt32_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_numInt32_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_numInt32() with C-function */ - corto_function(test_Overload_tc_numInt32_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_numInt32(void *args, void *result); - corto_function(test_Overload_tc_numInt32_o)->impl = (corto_word)__test_Overload_tc_numInt32; - if (corto_define(test_Overload_tc_numInt32_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_numInt32()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_numInt64() */ - test_Overload_tc_numInt64_o = corto_declareChild(test_Overload_o, "tc_numInt64()", test_Case_o); - if (!test_Overload_tc_numInt64_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_numInt64()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_numInt64() */ - if (!corto_checkState(test_Overload_tc_numInt64_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_numInt64_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_numInt64_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_numInt64_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_numInt64() with C-function */ - corto_function(test_Overload_tc_numInt64_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_numInt64(void *args, void *result); - corto_function(test_Overload_tc_numInt64_o)->impl = (corto_word)__test_Overload_tc_numInt64; - if (corto_define(test_Overload_tc_numInt64_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_numInt64()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_numInt8() */ - test_Overload_tc_numInt8_o = corto_declareChild(test_Overload_o, "tc_numInt8()", test_Case_o); - if (!test_Overload_tc_numInt8_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_numInt8()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_numInt8() */ - if (!corto_checkState(test_Overload_tc_numInt8_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_numInt8_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_numInt8_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_numInt8_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_numInt8() with C-function */ - corto_function(test_Overload_tc_numInt8_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_numInt8(void *args, void *result); - corto_function(test_Overload_tc_numInt8_o)->impl = (corto_word)__test_Overload_tc_numInt8; - if (corto_define(test_Overload_tc_numInt8_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_numInt8()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_numOctet() */ - test_Overload_tc_numOctet_o = corto_declareChild(test_Overload_o, "tc_numOctet()", test_Case_o); - if (!test_Overload_tc_numOctet_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_numOctet()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_numOctet() */ - if (!corto_checkState(test_Overload_tc_numOctet_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_numOctet_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_numOctet_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_numOctet_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_numOctet() with C-function */ - corto_function(test_Overload_tc_numOctet_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_numOctet(void *args, void *result); - corto_function(test_Overload_tc_numOctet_o)->impl = (corto_word)__test_Overload_tc_numOctet; - if (corto_define(test_Overload_tc_numOctet_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_numOctet()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_numString() */ - test_Overload_tc_numString_o = corto_declareChild(test_Overload_o, "tc_numString()", test_Case_o); - if (!test_Overload_tc_numString_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_numString()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_numString() */ - if (!corto_checkState(test_Overload_tc_numString_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_numString_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_numString_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_numString_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_numString() with C-function */ - corto_function(test_Overload_tc_numString_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_numString(void *args, void *result); - corto_function(test_Overload_tc_numString_o)->impl = (corto_word)__test_Overload_tc_numString; - if (corto_define(test_Overload_tc_numString_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_numString()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_numUint16() */ - test_Overload_tc_numUint16_o = corto_declareChild(test_Overload_o, "tc_numUint16()", test_Case_o); - if (!test_Overload_tc_numUint16_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_numUint16()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_numUint16() */ - if (!corto_checkState(test_Overload_tc_numUint16_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_numUint16_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_numUint16_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_numUint16_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_numUint16() with C-function */ - corto_function(test_Overload_tc_numUint16_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_numUint16(void *args, void *result); - corto_function(test_Overload_tc_numUint16_o)->impl = (corto_word)__test_Overload_tc_numUint16; - if (corto_define(test_Overload_tc_numUint16_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_numUint16()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_numUint32() */ - test_Overload_tc_numUint32_o = corto_declareChild(test_Overload_o, "tc_numUint32()", test_Case_o); - if (!test_Overload_tc_numUint32_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_numUint32()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_numUint32() */ - if (!corto_checkState(test_Overload_tc_numUint32_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_numUint32_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_numUint32_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_numUint32_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_numUint32() with C-function */ - corto_function(test_Overload_tc_numUint32_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_numUint32(void *args, void *result); - corto_function(test_Overload_tc_numUint32_o)->impl = (corto_word)__test_Overload_tc_numUint32; - if (corto_define(test_Overload_tc_numUint32_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_numUint32()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_numUint64() */ - test_Overload_tc_numUint64_o = corto_declareChild(test_Overload_o, "tc_numUint64()", test_Case_o); - if (!test_Overload_tc_numUint64_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_numUint64()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_numUint64() */ - if (!corto_checkState(test_Overload_tc_numUint64_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_numUint64_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_numUint64_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_numUint64_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_numUint64() with C-function */ - corto_function(test_Overload_tc_numUint64_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_numUint64(void *args, void *result); - corto_function(test_Overload_tc_numUint64_o)->impl = (corto_word)__test_Overload_tc_numUint64; - if (corto_define(test_Overload_tc_numUint64_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_numUint64()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_numUint8() */ - test_Overload_tc_numUint8_o = corto_declareChild(test_Overload_o, "tc_numUint8()", test_Case_o); - if (!test_Overload_tc_numUint8_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_numUint8()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_numUint8() */ - if (!corto_checkState(test_Overload_tc_numUint8_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_numUint8_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_numUint8_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_numUint8_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_numUint8() with C-function */ - corto_function(test_Overload_tc_numUint8_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_numUint8(void *args, void *result); - corto_function(test_Overload_tc_numUint8_o)->impl = (corto_word)__test_Overload_tc_numUint8; - if (corto_define(test_Overload_tc_numUint8_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_numUint8()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_numWord() */ - test_Overload_tc_numWord_o = corto_declareChild(test_Overload_o, "tc_numWord()", test_Case_o); - if (!test_Overload_tc_numWord_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_numWord()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_numWord() */ - if (!corto_checkState(test_Overload_tc_numWord_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_numWord_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_numWord_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_numWord_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_numWord() with C-function */ - corto_function(test_Overload_tc_numWord_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_numWord(void *args, void *result); - corto_function(test_Overload_tc_numWord_o)->impl = (corto_word)__test_Overload_tc_numWord; - if (corto_define(test_Overload_tc_numWord_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_numWord()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Overload/tc_wildcard() */ - test_Overload_tc_wildcard_o = corto_declareChild(test_Overload_o, "tc_wildcard()", test_Case_o); - if (!test_Overload_tc_wildcard_o) { - corto_error("test_load: failed to declare '/test/Overload/tc_wildcard()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Overload/tc_wildcard() */ - if (!corto_checkState(test_Overload_tc_wildcard_o, CORTO_DEFINED)) { - corto_function(test_Overload_tc_wildcard_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Overload_tc_wildcard_o)->returnsReference = FALSE; - corto_method(test_Overload_tc_wildcard_o)->_virtual = FALSE; - - /* Bind /test/Overload/tc_wildcard() with C-function */ - corto_function(test_Overload_tc_wildcard_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Overload_tc_wildcard(void *args, void *result); - corto_function(test_Overload_tc_wildcard_o)->impl = (corto_word)__test_Overload_tc_wildcard; - if (corto_define(test_Overload_tc_wildcard_o)) { - corto_error("test_load: failed to define '/test/Overload/tc_wildcard()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Point */ - test_Point_o = corto_declareChild(test_o, "Point", corto_struct_o); - if (!test_Point_o) { - corto_error("test_load: failed to declare '/test/Point' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/CompositeCollection/points */ - if (!corto_checkState(test_CompositeCollection_points_o, CORTO_DEFINED)) { - test_CompositeCollection_points_o->type = corto_resolve(NULL, "/corto/lang/list{/test/Point,0}"); - test_CompositeCollection_points_o->modifiers = 0x0; - test_CompositeCollection_points_o->state = 0x6; - test_CompositeCollection_points_o->weak = FALSE; - test_CompositeCollection_points_o->id = 0; - if (corto_define(test_CompositeCollection_points_o)) { - corto_error("test_load: failed to define '/test/CompositeCollection/points' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/CompositeCollection */ - if (!corto_checkState(test_CompositeCollection_o, CORTO_DEFINED)) { - corto_type(test_CompositeCollection_o)->parentType = NULL; - corto_type(test_CompositeCollection_o)->parentState = 0x6; - corto_type(test_CompositeCollection_o)->defaultType = NULL; - corto_type(test_CompositeCollection_o)->defaultProcedureType = NULL; - corto_interface(test_CompositeCollection_o)->base = NULL; - test_CompositeCollection_o->baseAccess = 0x0; - if (corto_define(test_CompositeCollection_o)) { - corto_error("test_load: failed to define '/test/CompositeCollection' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_CompositeCollection_o)->size != sizeof(test_CompositeCollection)) { - corto_error("test_load: calculated size '%d' of type '/test/CompositeCollection' doesn't match C-type size '%d'", corto_type(test_CompositeCollection_o)->size, sizeof(test_CompositeCollection)); - } - - /* Declare /test/Point/x */ - test_Point_x_o = corto_declareChild(test_Point_o, "x", corto_member_o); - if (!test_Point_x_o) { - corto_error("test_load: failed to declare '/test/Point/x' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Point/x */ - if (!corto_checkState(test_Point_x_o, CORTO_DEFINED)) { - test_Point_x_o->type = corto_resolve(NULL, "/corto/lang/int32"); - test_Point_x_o->modifiers = 0x0; - test_Point_x_o->state = 0x6; - test_Point_x_o->weak = FALSE; - test_Point_x_o->id = 0; - if (corto_define(test_Point_x_o)) { - corto_error("test_load: failed to define '/test/Point/x' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Point/y */ - test_Point_y_o = corto_declareChild(test_Point_o, "y", corto_member_o); - if (!test_Point_y_o) { - corto_error("test_load: failed to declare '/test/Point/y' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Point/y */ - if (!corto_checkState(test_Point_y_o, CORTO_DEFINED)) { - test_Point_y_o->type = corto_resolve(NULL, "/corto/lang/int32"); - test_Point_y_o->modifiers = 0x0; - test_Point_y_o->state = 0x6; - test_Point_y_o->weak = FALSE; - test_Point_y_o->id = 1; - if (corto_define(test_Point_y_o)) { - corto_error("test_load: failed to define '/test/Point/y' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/Point */ - if (!corto_checkState(test_Point_o, CORTO_DEFINED)) { - corto_type(test_Point_o)->parentType = NULL; - corto_type(test_Point_o)->parentState = 0x6; - corto_type(test_Point_o)->defaultType = NULL; - corto_type(test_Point_o)->defaultProcedureType = NULL; - corto_interface(test_Point_o)->base = NULL; - test_Point_o->baseAccess = 0x0; - if (corto_define(test_Point_o)) { - corto_error("test_load: failed to define '/test/Point' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Point_o)->size != sizeof(test_Point)) { - corto_error("test_load: calculated size '%d' of type '/test/Point' doesn't match C-type size '%d'", corto_type(test_Point_o)->size, sizeof(test_Point)); - } - - /* Define /test/Line/start */ - if (!corto_checkState(test_Line_start_o, CORTO_DEFINED)) { - test_Line_start_o->type = corto_resolve(NULL, "/test/Point"); - test_Line_start_o->modifiers = 0x0; - test_Line_start_o->state = 0x6; - test_Line_start_o->weak = FALSE; - test_Line_start_o->id = 0; - if (corto_define(test_Line_start_o)) { - corto_error("test_load: failed to define '/test/Line/start' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/Line/stop */ - if (!corto_checkState(test_Line_stop_o, CORTO_DEFINED)) { - test_Line_stop_o->type = corto_resolve(NULL, "/test/Point"); - test_Line_stop_o->modifiers = 0x0; - test_Line_stop_o->state = 0x6; - test_Line_stop_o->weak = FALSE; - test_Line_stop_o->id = 1; - if (corto_define(test_Line_stop_o)) { - corto_error("test_load: failed to define '/test/Line/stop' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/Line */ - if (!corto_checkState(test_Line_o, CORTO_DEFINED)) { - corto_type(test_Line_o)->parentType = NULL; - corto_type(test_Line_o)->parentState = 0x6; - corto_type(test_Line_o)->defaultType = NULL; - corto_type(test_Line_o)->defaultProcedureType = NULL; - corto_interface(test_Line_o)->base = NULL; - test_Line_o->baseAccess = 0x0; - if (corto_define(test_Line_o)) { - corto_error("test_load: failed to define '/test/Line' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Line_o)->size != sizeof(test_Line)) { - corto_error("test_load: calculated size '%d' of type '/test/Line' doesn't match C-type size '%d'", corto_type(test_Line_o)->size, sizeof(test_Line)); - } - - /* Declare /test/Point3D */ - test_Point3D_o = corto_declareChild(test_o, "Point3D", corto_struct_o); - if (!test_Point3D_o) { - corto_error("test_load: failed to declare '/test/Point3D' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Point3D/z */ - test_Point3D_z_o = corto_declareChild(test_Point3D_o, "z", corto_member_o); - if (!test_Point3D_z_o) { - corto_error("test_load: failed to declare '/test/Point3D/z' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Point3D/z */ - if (!corto_checkState(test_Point3D_z_o, CORTO_DEFINED)) { - test_Point3D_z_o->type = corto_resolve(NULL, "/corto/lang/int32"); - test_Point3D_z_o->modifiers = 0x0; - test_Point3D_z_o->state = 0x6; - test_Point3D_z_o->weak = FALSE; - test_Point3D_z_o->id = 0; - if (corto_define(test_Point3D_z_o)) { - corto_error("test_load: failed to define '/test/Point3D/z' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/Point3D */ - if (!corto_checkState(test_Point3D_o, CORTO_DEFINED)) { - corto_type(test_Point3D_o)->parentType = NULL; - corto_type(test_Point3D_o)->parentState = 0x6; - corto_type(test_Point3D_o)->defaultType = NULL; - corto_type(test_Point3D_o)->defaultProcedureType = NULL; - corto_interface(test_Point3D_o)->base = corto_resolve(NULL, "/test/Point"); - test_Point3D_o->baseAccess = 0x0; - if (corto_define(test_Point3D_o)) { - corto_error("test_load: failed to define '/test/Point3D' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Point3D_o)->size != sizeof(test_Point3D)) { - corto_error("test_load: calculated size '%d' of type '/test/Point3D' doesn't match C-type size '%d'", corto_type(test_Point3D_o)->size, sizeof(test_Point3D)); - } - - /* Declare /test/PrimitiveCollection */ - test_PrimitiveCollection_o = corto_declareChild(test_o, "PrimitiveCollection", corto_struct_o); - if (!test_PrimitiveCollection_o) { - corto_error("test_load: failed to declare '/test/PrimitiveCollection' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/PrimitiveCollection/ints */ - test_PrimitiveCollection_ints_o = corto_declareChild(test_PrimitiveCollection_o, "ints", corto_member_o); - if (!test_PrimitiveCollection_ints_o) { - corto_error("test_load: failed to declare '/test/PrimitiveCollection/ints' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Project */ - test_Project_o = corto_declareChild(test_o, "Project", test_Suite_o); - if (!test_Project_o) { - corto_error("test_load: failed to declare '/test/Project' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Project/setup() */ - test_Project_setup_o = corto_declareChild(test_Project_o, "setup()", corto_method_o); - if (!test_Project_setup_o) { - corto_error("test_load: failed to declare '/test/Project/setup()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Project/setup() */ - if (!corto_checkState(test_Project_setup_o, CORTO_DEFINED)) { - corto_function(test_Project_setup_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Project_setup_o)->returnsReference = FALSE; - test_Project_setup_o->_virtual = FALSE; - - /* Bind /test/Project/setup() with C-function */ - corto_function(test_Project_setup_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Project_setup(void *args, void *result); - corto_function(test_Project_setup_o)->impl = (corto_word)__test_Project_setup; - if (corto_define(test_Project_setup_o)) { - corto_error("test_load: failed to define '/test/Project/setup()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Project/teardown() */ - test_Project_teardown_o = corto_declareChild(test_Project_o, "teardown()", corto_method_o); - if (!test_Project_teardown_o) { - corto_error("test_load: failed to declare '/test/Project/teardown()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Project/teardown() */ - if (!corto_checkState(test_Project_teardown_o, CORTO_DEFINED)) { - corto_function(test_Project_teardown_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Project_teardown_o)->returnsReference = FALSE; - test_Project_teardown_o->_virtual = FALSE; - - /* Bind /test/Project/teardown() with C-function */ - corto_function(test_Project_teardown_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Project_teardown(void *args, void *result); - corto_function(test_Project_teardown_o)->impl = (corto_word)__test_Project_teardown; - if (corto_define(test_Project_teardown_o)) { - corto_error("test_load: failed to define '/test/Project/teardown()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/Project */ - if (!corto_checkState(test_Project_o, CORTO_DEFINED)) { - corto_type(test_Project_o)->parentType = NULL; - corto_type(test_Project_o)->parentState = 0x6; - corto_type(test_Project_o)->defaultType = NULL; - corto_type(test_Project_o)->defaultProcedureType = NULL; - corto_interface(test_Project_o)->base = corto_resolve(NULL, "/corto/test/SuiteData"); - corto_struct(test_Project_o)->baseAccess = 0x0; - corto_class(test_Project_o)->implements.length = 0; - corto_class(test_Project_o)->implements.buffer = NULL; - if (corto_define(test_Project_o)) { - corto_error("test_load: failed to define '/test/Project' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Project_o)->size != sizeof(struct test_Project_s)) { - corto_error("test_load: calculated size '%d' of type '/test/Project' doesn't match C-type size '%d'", corto_type(test_Project_o)->size, sizeof(struct test_Project_s)); - } - - /* Declare /test/Project/tc_app() */ - test_Project_tc_app_o = corto_declareChild(test_Project_o, "tc_app()", test_Case_o); - if (!test_Project_tc_app_o) { - corto_error("test_load: failed to declare '/test/Project/tc_app()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Project/tc_app() */ - if (!corto_checkState(test_Project_tc_app_o, CORTO_DEFINED)) { - corto_function(test_Project_tc_app_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Project_tc_app_o)->returnsReference = FALSE; - corto_method(test_Project_tc_app_o)->_virtual = FALSE; - - /* Bind /test/Project/tc_app() with C-function */ - corto_function(test_Project_tc_app_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Project_tc_app(void *args, void *result); - corto_function(test_Project_tc_app_o)->impl = (corto_word)__test_Project_tc_app; - if (corto_define(test_Project_tc_app_o)) { - corto_error("test_load: failed to define '/test/Project/tc_app()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Project/tc_appNoTest() */ - test_Project_tc_appNoTest_o = corto_declareChild(test_Project_o, "tc_appNoTest()", test_Case_o); - if (!test_Project_tc_appNoTest_o) { - corto_error("test_load: failed to declare '/test/Project/tc_appNoTest()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Project/tc_appNoTest() */ - if (!corto_checkState(test_Project_tc_appNoTest_o, CORTO_DEFINED)) { - corto_function(test_Project_tc_appNoTest_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Project_tc_appNoTest_o)->returnsReference = FALSE; - corto_method(test_Project_tc_appNoTest_o)->_virtual = FALSE; - - /* Bind /test/Project/tc_appNoTest() with C-function */ - corto_function(test_Project_tc_appNoTest_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Project_tc_appNoTest(void *args, void *result); - corto_function(test_Project_tc_appNoTest_o)->impl = (corto_word)__test_Project_tc_appNoTest; - if (corto_define(test_Project_tc_appNoTest_o)) { - corto_error("test_load: failed to define '/test/Project/tc_appNoTest()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Project/tc_package() */ - test_Project_tc_package_o = corto_declareChild(test_Project_o, "tc_package()", test_Case_o); - if (!test_Project_tc_package_o) { - corto_error("test_load: failed to declare '/test/Project/tc_package()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Project/tc_package() */ - if (!corto_checkState(test_Project_tc_package_o, CORTO_DEFINED)) { - corto_function(test_Project_tc_package_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Project_tc_package_o)->returnsReference = FALSE; - corto_method(test_Project_tc_package_o)->_virtual = FALSE; - - /* Bind /test/Project/tc_package() with C-function */ - corto_function(test_Project_tc_package_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Project_tc_package(void *args, void *result); - corto_function(test_Project_tc_package_o)->impl = (corto_word)__test_Project_tc_package; - if (corto_define(test_Project_tc_package_o)) { - corto_error("test_load: failed to define '/test/Project/tc_package()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Project/tc_packageLocal() */ - test_Project_tc_packageLocal_o = corto_declareChild(test_Project_o, "tc_packageLocal()", test_Case_o); - if (!test_Project_tc_packageLocal_o) { - corto_error("test_load: failed to declare '/test/Project/tc_packageLocal()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Project/tc_packageLocal() */ - if (!corto_checkState(test_Project_tc_packageLocal_o, CORTO_DEFINED)) { - corto_function(test_Project_tc_packageLocal_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Project_tc_packageLocal_o)->returnsReference = FALSE; - corto_method(test_Project_tc_packageLocal_o)->_virtual = FALSE; - - /* Bind /test/Project/tc_packageLocal() with C-function */ - corto_function(test_Project_tc_packageLocal_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Project_tc_packageLocal(void *args, void *result); - corto_function(test_Project_tc_packageLocal_o)->impl = (corto_word)__test_Project_tc_packageLocal; - if (corto_define(test_Project_tc_packageLocal_o)) { - corto_error("test_load: failed to define '/test/Project/tc_packageLocal()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Project/tc_publishNotag() */ - test_Project_tc_publishNotag_o = corto_declareChild(test_Project_o, "tc_publishNotag()", test_Case_o); - if (!test_Project_tc_publishNotag_o) { - corto_error("test_load: failed to declare '/test/Project/tc_publishNotag()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Project/tc_publishNotag() */ - if (!corto_checkState(test_Project_tc_publishNotag_o, CORTO_DEFINED)) { - corto_function(test_Project_tc_publishNotag_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Project_tc_publishNotag_o)->returnsReference = FALSE; - corto_method(test_Project_tc_publishNotag_o)->_virtual = FALSE; - - /* Bind /test/Project/tc_publishNotag() with C-function */ - corto_function(test_Project_tc_publishNotag_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Project_tc_publishNotag(void *args, void *result); - corto_function(test_Project_tc_publishNotag_o)->impl = (corto_word)__test_Project_tc_publishNotag; - if (corto_define(test_Project_tc_publishNotag_o)) { - corto_error("test_load: failed to define '/test/Project/tc_publishNotag()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName */ - test_RelativeName_o = corto_declareChild(test_o, "RelativeName", test_Suite_o); - if (!test_RelativeName_o) { - corto_error("test_load: failed to declare '/test/RelativeName' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/RelativeName/child */ - test_RelativeName_child_o = corto_declareChild(test_RelativeName_o, "child", corto_member_o); - if (!test_RelativeName_child_o) { - corto_error("test_load: failed to declare '/test/RelativeName/child' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/child */ - if (!corto_checkState(test_RelativeName_child_o, CORTO_DEFINED)) { - test_RelativeName_child_o->type = corto_resolve(NULL, "/corto/lang/object"); - test_RelativeName_child_o->modifiers = 0x0; - test_RelativeName_child_o->state = 0x6; - test_RelativeName_child_o->weak = FALSE; - test_RelativeName_child_o->id = 5; - if (corto_define(test_RelativeName_child_o)) { - corto_error("test_load: failed to define '/test/RelativeName/child' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName/disjunct */ - test_RelativeName_disjunct_o = corto_declareChild(test_RelativeName_o, "disjunct", corto_member_o); - if (!test_RelativeName_disjunct_o) { - corto_error("test_load: failed to declare '/test/RelativeName/disjunct' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/disjunct */ - if (!corto_checkState(test_RelativeName_disjunct_o, CORTO_DEFINED)) { - test_RelativeName_disjunct_o->type = corto_resolve(NULL, "/corto/lang/object"); - test_RelativeName_disjunct_o->modifiers = 0x0; - test_RelativeName_disjunct_o->state = 0x6; - test_RelativeName_disjunct_o->weak = FALSE; - test_RelativeName_disjunct_o->id = 4; - if (corto_define(test_RelativeName_disjunct_o)) { - corto_error("test_load: failed to define '/test/RelativeName/disjunct' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName/obj */ - test_RelativeName_obj_o = corto_declareChild(test_RelativeName_o, "obj", corto_member_o); - if (!test_RelativeName_obj_o) { - corto_error("test_load: failed to declare '/test/RelativeName/obj' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/obj */ - if (!corto_checkState(test_RelativeName_obj_o, CORTO_DEFINED)) { - test_RelativeName_obj_o->type = corto_resolve(NULL, "/corto/lang/object"); - test_RelativeName_obj_o->modifiers = 0x0; - test_RelativeName_obj_o->state = 0x6; - test_RelativeName_obj_o->weak = FALSE; - test_RelativeName_obj_o->id = 3; - if (corto_define(test_RelativeName_obj_o)) { - corto_error("test_load: failed to define '/test/RelativeName/obj' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName/setup() */ - test_RelativeName_setup_o = corto_declareChild(test_RelativeName_o, "setup()", corto_method_o); - if (!test_RelativeName_setup_o) { - corto_error("test_load: failed to declare '/test/RelativeName/setup()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/setup() */ - if (!corto_checkState(test_RelativeName_setup_o, CORTO_DEFINED)) { - corto_function(test_RelativeName_setup_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_RelativeName_setup_o)->returnsReference = FALSE; - test_RelativeName_setup_o->_virtual = FALSE; - - /* Bind /test/RelativeName/setup() with C-function */ - corto_function(test_RelativeName_setup_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_RelativeName_setup(void *args, void *result); - corto_function(test_RelativeName_setup_o)->impl = (corto_word)__test_RelativeName_setup; - if (corto_define(test_RelativeName_setup_o)) { - corto_error("test_load: failed to define '/test/RelativeName/setup()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName/teardown() */ - test_RelativeName_teardown_o = corto_declareChild(test_RelativeName_o, "teardown()", corto_method_o); - if (!test_RelativeName_teardown_o) { - corto_error("test_load: failed to declare '/test/RelativeName/teardown()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/teardown() */ - if (!corto_checkState(test_RelativeName_teardown_o, CORTO_DEFINED)) { - corto_function(test_RelativeName_teardown_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_RelativeName_teardown_o)->returnsReference = FALSE; - test_RelativeName_teardown_o->_virtual = FALSE; - - /* Bind /test/RelativeName/teardown() with C-function */ - corto_function(test_RelativeName_teardown_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_RelativeName_teardown(void *args, void *result); - corto_function(test_RelativeName_teardown_o)->impl = (corto_word)__test_RelativeName_teardown; - if (corto_define(test_RelativeName_teardown_o)) { - corto_error("test_load: failed to define '/test/RelativeName/teardown()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName/tier1 */ - test_RelativeName_tier1_o = corto_declareChild(test_RelativeName_o, "tier1", corto_member_o); - if (!test_RelativeName_tier1_o) { - corto_error("test_load: failed to declare '/test/RelativeName/tier1' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/tier1 */ - if (!corto_checkState(test_RelativeName_tier1_o, CORTO_DEFINED)) { - test_RelativeName_tier1_o->type = corto_resolve(NULL, "/corto/lang/object"); - test_RelativeName_tier1_o->modifiers = 0x0; - test_RelativeName_tier1_o->state = 0x6; - test_RelativeName_tier1_o->weak = FALSE; - test_RelativeName_tier1_o->id = 0; - if (corto_define(test_RelativeName_tier1_o)) { - corto_error("test_load: failed to define '/test/RelativeName/tier1' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName/tier2 */ - test_RelativeName_tier2_o = corto_declareChild(test_RelativeName_o, "tier2", corto_member_o); - if (!test_RelativeName_tier2_o) { - corto_error("test_load: failed to declare '/test/RelativeName/tier2' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/tier2 */ - if (!corto_checkState(test_RelativeName_tier2_o, CORTO_DEFINED)) { - test_RelativeName_tier2_o->type = corto_resolve(NULL, "/corto/lang/object"); - test_RelativeName_tier2_o->modifiers = 0x0; - test_RelativeName_tier2_o->state = 0x6; - test_RelativeName_tier2_o->weak = FALSE; - test_RelativeName_tier2_o->id = 1; - if (corto_define(test_RelativeName_tier2_o)) { - corto_error("test_load: failed to define '/test/RelativeName/tier2' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName/tier3 */ - test_RelativeName_tier3_o = corto_declareChild(test_RelativeName_o, "tier3", corto_member_o); - if (!test_RelativeName_tier3_o) { - corto_error("test_load: failed to declare '/test/RelativeName/tier3' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/tier3 */ - if (!corto_checkState(test_RelativeName_tier3_o, CORTO_DEFINED)) { - test_RelativeName_tier3_o->type = corto_resolve(NULL, "/corto/lang/object"); - test_RelativeName_tier3_o->modifiers = 0x0; - test_RelativeName_tier3_o->state = 0x6; - test_RelativeName_tier3_o->weak = FALSE; - test_RelativeName_tier3_o->id = 2; - if (corto_define(test_RelativeName_tier3_o)) { - corto_error("test_load: failed to define '/test/RelativeName/tier3' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/RelativeName */ - if (!corto_checkState(test_RelativeName_o, CORTO_DEFINED)) { - corto_type(test_RelativeName_o)->parentType = NULL; - corto_type(test_RelativeName_o)->parentState = 0x6; - corto_type(test_RelativeName_o)->defaultType = NULL; - corto_type(test_RelativeName_o)->defaultProcedureType = NULL; - corto_interface(test_RelativeName_o)->base = corto_resolve(NULL, "/corto/test/SuiteData"); - corto_struct(test_RelativeName_o)->baseAccess = 0x0; - corto_class(test_RelativeName_o)->implements.length = 0; - corto_class(test_RelativeName_o)->implements.buffer = NULL; - if (corto_define(test_RelativeName_o)) { - corto_error("test_load: failed to define '/test/RelativeName' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_RelativeName_o)->size != sizeof(struct test_RelativeName_s)) { - corto_error("test_load: calculated size '%d' of type '/test/RelativeName' doesn't match C-type size '%d'", corto_type(test_RelativeName_o)->size, sizeof(struct test_RelativeName_s)); - } - - /* Declare /test/RelativeName/tc_fromChild() */ - test_RelativeName_tc_fromChild_o = corto_declareChild(test_RelativeName_o, "tc_fromChild()", test_Case_o); - if (!test_RelativeName_tc_fromChild_o) { - corto_error("test_load: failed to declare '/test/RelativeName/tc_fromChild()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/tc_fromChild() */ - if (!corto_checkState(test_RelativeName_tc_fromChild_o, CORTO_DEFINED)) { - corto_function(test_RelativeName_tc_fromChild_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_RelativeName_tc_fromChild_o)->returnsReference = FALSE; - corto_method(test_RelativeName_tc_fromChild_o)->_virtual = FALSE; - - /* Bind /test/RelativeName/tc_fromChild() with C-function */ - corto_function(test_RelativeName_tc_fromChild_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_RelativeName_tc_fromChild(void *args, void *result); - corto_function(test_RelativeName_tc_fromChild_o)->impl = (corto_word)__test_RelativeName_tc_fromChild; - if (corto_define(test_RelativeName_tc_fromChild_o)) { - corto_error("test_load: failed to define '/test/RelativeName/tc_fromChild()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName/tc_fromDisjunct() */ - test_RelativeName_tc_fromDisjunct_o = corto_declareChild(test_RelativeName_o, "tc_fromDisjunct()", test_Case_o); - if (!test_RelativeName_tc_fromDisjunct_o) { - corto_error("test_load: failed to declare '/test/RelativeName/tc_fromDisjunct()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/tc_fromDisjunct() */ - if (!corto_checkState(test_RelativeName_tc_fromDisjunct_o, CORTO_DEFINED)) { - corto_function(test_RelativeName_tc_fromDisjunct_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_RelativeName_tc_fromDisjunct_o)->returnsReference = FALSE; - corto_method(test_RelativeName_tc_fromDisjunct_o)->_virtual = FALSE; - - /* Bind /test/RelativeName/tc_fromDisjunct() with C-function */ - corto_function(test_RelativeName_tc_fromDisjunct_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_RelativeName_tc_fromDisjunct(void *args, void *result); - corto_function(test_RelativeName_tc_fromDisjunct_o)->impl = (corto_word)__test_RelativeName_tc_fromDisjunct; - if (corto_define(test_RelativeName_tc_fromDisjunct_o)) { - corto_error("test_load: failed to define '/test/RelativeName/tc_fromDisjunct()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName/tc_fromGrandchild() */ - test_RelativeName_tc_fromGrandchild_o = corto_declareChild(test_RelativeName_o, "tc_fromGrandchild()", test_Case_o); - if (!test_RelativeName_tc_fromGrandchild_o) { - corto_error("test_load: failed to declare '/test/RelativeName/tc_fromGrandchild()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/tc_fromGrandchild() */ - if (!corto_checkState(test_RelativeName_tc_fromGrandchild_o, CORTO_DEFINED)) { - corto_function(test_RelativeName_tc_fromGrandchild_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_RelativeName_tc_fromGrandchild_o)->returnsReference = FALSE; - corto_method(test_RelativeName_tc_fromGrandchild_o)->_virtual = FALSE; - - /* Bind /test/RelativeName/tc_fromGrandchild() with C-function */ - corto_function(test_RelativeName_tc_fromGrandchild_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_RelativeName_tc_fromGrandchild(void *args, void *result); - corto_function(test_RelativeName_tc_fromGrandchild_o)->impl = (corto_word)__test_RelativeName_tc_fromGrandchild; - if (corto_define(test_RelativeName_tc_fromGrandchild_o)) { - corto_error("test_load: failed to define '/test/RelativeName/tc_fromGrandchild()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName/tc_fromOneUp() */ - test_RelativeName_tc_fromOneUp_o = corto_declareChild(test_RelativeName_o, "tc_fromOneUp()", test_Case_o); - if (!test_RelativeName_tc_fromOneUp_o) { - corto_error("test_load: failed to declare '/test/RelativeName/tc_fromOneUp()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/tc_fromOneUp() */ - if (!corto_checkState(test_RelativeName_tc_fromOneUp_o, CORTO_DEFINED)) { - corto_function(test_RelativeName_tc_fromOneUp_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_RelativeName_tc_fromOneUp_o)->returnsReference = FALSE; - corto_method(test_RelativeName_tc_fromOneUp_o)->_virtual = FALSE; - - /* Bind /test/RelativeName/tc_fromOneUp() with C-function */ - corto_function(test_RelativeName_tc_fromOneUp_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_RelativeName_tc_fromOneUp(void *args, void *result); - corto_function(test_RelativeName_tc_fromOneUp_o)->impl = (corto_word)__test_RelativeName_tc_fromOneUp; - if (corto_define(test_RelativeName_tc_fromOneUp_o)) { - corto_error("test_load: failed to define '/test/RelativeName/tc_fromOneUp()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName/tc_fromParent() */ - test_RelativeName_tc_fromParent_o = corto_declareChild(test_RelativeName_o, "tc_fromParent()", test_Case_o); - if (!test_RelativeName_tc_fromParent_o) { - corto_error("test_load: failed to declare '/test/RelativeName/tc_fromParent()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/tc_fromParent() */ - if (!corto_checkState(test_RelativeName_tc_fromParent_o, CORTO_DEFINED)) { - corto_function(test_RelativeName_tc_fromParent_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_RelativeName_tc_fromParent_o)->returnsReference = FALSE; - corto_method(test_RelativeName_tc_fromParent_o)->_virtual = FALSE; - - /* Bind /test/RelativeName/tc_fromParent() with C-function */ - corto_function(test_RelativeName_tc_fromParent_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_RelativeName_tc_fromParent(void *args, void *result); - corto_function(test_RelativeName_tc_fromParent_o)->impl = (corto_word)__test_RelativeName_tc_fromParent; - if (corto_define(test_RelativeName_tc_fromParent_o)) { - corto_error("test_load: failed to define '/test/RelativeName/tc_fromParent()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName/tc_fromRoot() */ - test_RelativeName_tc_fromRoot_o = corto_declareChild(test_RelativeName_o, "tc_fromRoot()", test_Case_o); - if (!test_RelativeName_tc_fromRoot_o) { - corto_error("test_load: failed to declare '/test/RelativeName/tc_fromRoot()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/tc_fromRoot() */ - if (!corto_checkState(test_RelativeName_tc_fromRoot_o, CORTO_DEFINED)) { - corto_function(test_RelativeName_tc_fromRoot_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_RelativeName_tc_fromRoot_o)->returnsReference = FALSE; - corto_method(test_RelativeName_tc_fromRoot_o)->_virtual = FALSE; - - /* Bind /test/RelativeName/tc_fromRoot() with C-function */ - corto_function(test_RelativeName_tc_fromRoot_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_RelativeName_tc_fromRoot(void *args, void *result); - corto_function(test_RelativeName_tc_fromRoot_o)->impl = (corto_word)__test_RelativeName_tc_fromRoot; - if (corto_define(test_RelativeName_tc_fromRoot_o)) { - corto_error("test_load: failed to define '/test/RelativeName/tc_fromRoot()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName/tc_fromSelf() */ - test_RelativeName_tc_fromSelf_o = corto_declareChild(test_RelativeName_o, "tc_fromSelf()", test_Case_o); - if (!test_RelativeName_tc_fromSelf_o) { - corto_error("test_load: failed to declare '/test/RelativeName/tc_fromSelf()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/tc_fromSelf() */ - if (!corto_checkState(test_RelativeName_tc_fromSelf_o, CORTO_DEFINED)) { - corto_function(test_RelativeName_tc_fromSelf_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_RelativeName_tc_fromSelf_o)->returnsReference = FALSE; - corto_method(test_RelativeName_tc_fromSelf_o)->_virtual = FALSE; - - /* Bind /test/RelativeName/tc_fromSelf() with C-function */ - corto_function(test_RelativeName_tc_fromSelf_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_RelativeName_tc_fromSelf(void *args, void *result); - corto_function(test_RelativeName_tc_fromSelf_o)->impl = (corto_word)__test_RelativeName_tc_fromSelf; - if (corto_define(test_RelativeName_tc_fromSelf_o)) { - corto_error("test_load: failed to define '/test/RelativeName/tc_fromSelf()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName/tc_fromThreeUp() */ - test_RelativeName_tc_fromThreeUp_o = corto_declareChild(test_RelativeName_o, "tc_fromThreeUp()", test_Case_o); - if (!test_RelativeName_tc_fromThreeUp_o) { - corto_error("test_load: failed to declare '/test/RelativeName/tc_fromThreeUp()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/tc_fromThreeUp() */ - if (!corto_checkState(test_RelativeName_tc_fromThreeUp_o, CORTO_DEFINED)) { - corto_function(test_RelativeName_tc_fromThreeUp_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_RelativeName_tc_fromThreeUp_o)->returnsReference = FALSE; - corto_method(test_RelativeName_tc_fromThreeUp_o)->_virtual = FALSE; - - /* Bind /test/RelativeName/tc_fromThreeUp() with C-function */ - corto_function(test_RelativeName_tc_fromThreeUp_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_RelativeName_tc_fromThreeUp(void *args, void *result); - corto_function(test_RelativeName_tc_fromThreeUp_o)->impl = (corto_word)__test_RelativeName_tc_fromThreeUp; - if (corto_define(test_RelativeName_tc_fromThreeUp_o)) { - corto_error("test_load: failed to define '/test/RelativeName/tc_fromThreeUp()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName/tc_fromTwoUp() */ - test_RelativeName_tc_fromTwoUp_o = corto_declareChild(test_RelativeName_o, "tc_fromTwoUp()", test_Case_o); - if (!test_RelativeName_tc_fromTwoUp_o) { - corto_error("test_load: failed to declare '/test/RelativeName/tc_fromTwoUp()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/tc_fromTwoUp() */ - if (!corto_checkState(test_RelativeName_tc_fromTwoUp_o, CORTO_DEFINED)) { - corto_function(test_RelativeName_tc_fromTwoUp_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_RelativeName_tc_fromTwoUp_o)->returnsReference = FALSE; - corto_method(test_RelativeName_tc_fromTwoUp_o)->_virtual = FALSE; - - /* Bind /test/RelativeName/tc_fromTwoUp() with C-function */ - corto_function(test_RelativeName_tc_fromTwoUp_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_RelativeName_tc_fromTwoUp(void *args, void *result); - corto_function(test_RelativeName_tc_fromTwoUp_o)->impl = (corto_word)__test_RelativeName_tc_fromTwoUp; - if (corto_define(test_RelativeName_tc_fromTwoUp_o)) { - corto_error("test_load: failed to define '/test/RelativeName/tc_fromTwoUp()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/RelativeName/tc_rootFromObj() */ - test_RelativeName_tc_rootFromObj_o = corto_declareChild(test_RelativeName_o, "tc_rootFromObj()", test_Case_o); - if (!test_RelativeName_tc_rootFromObj_o) { - corto_error("test_load: failed to declare '/test/RelativeName/tc_rootFromObj()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/RelativeName/tc_rootFromObj() */ - if (!corto_checkState(test_RelativeName_tc_rootFromObj_o, CORTO_DEFINED)) { - corto_function(test_RelativeName_tc_rootFromObj_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_RelativeName_tc_rootFromObj_o)->returnsReference = FALSE; - corto_method(test_RelativeName_tc_rootFromObj_o)->_virtual = FALSE; - - /* Bind /test/RelativeName/tc_rootFromObj() with C-function */ - corto_function(test_RelativeName_tc_rootFromObj_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_RelativeName_tc_rootFromObj(void *args, void *result); - corto_function(test_RelativeName_tc_rootFromObj_o)->impl = (corto_word)__test_RelativeName_tc_rootFromObj; - if (corto_define(test_RelativeName_tc_rootFromObj_o)) { - corto_error("test_load: failed to define '/test/RelativeName/tc_rootFromObj()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver */ - test_Resolver_o = corto_declareChild(test_o, "Resolver", test_Suite_o); - if (!test_Resolver_o) { - corto_error("test_load: failed to declare '/test/Resolver' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Resolver/setup() */ - test_Resolver_setup_o = corto_declareChild(test_Resolver_o, "setup()", corto_method_o); - if (!test_Resolver_setup_o) { - corto_error("test_load: failed to declare '/test/Resolver/setup()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/setup() */ - if (!corto_checkState(test_Resolver_setup_o, CORTO_DEFINED)) { - corto_function(test_Resolver_setup_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_setup_o)->returnsReference = FALSE; - test_Resolver_setup_o->_virtual = FALSE; - - /* Bind /test/Resolver/setup() with C-function */ - corto_function(test_Resolver_setup_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_setup(void *args, void *result); - corto_function(test_Resolver_setup_o)->impl = (corto_word)__test_Resolver_setup; - if (corto_define(test_Resolver_setup_o)) { - corto_error("test_load: failed to define '/test/Resolver/setup()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/teardown() */ - test_Resolver_teardown_o = corto_declareChild(test_Resolver_o, "teardown()", corto_method_o); - if (!test_Resolver_teardown_o) { - corto_error("test_load: failed to declare '/test/Resolver/teardown()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/teardown() */ - if (!corto_checkState(test_Resolver_teardown_o, CORTO_DEFINED)) { - corto_function(test_Resolver_teardown_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_teardown_o)->returnsReference = FALSE; - test_Resolver_teardown_o->_virtual = FALSE; - - /* Bind /test/Resolver/teardown() with C-function */ - corto_function(test_Resolver_teardown_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_teardown(void *args, void *result); - corto_function(test_Resolver_teardown_o)->impl = (corto_word)__test_Resolver_teardown; - if (corto_define(test_Resolver_teardown_o)) { - corto_error("test_load: failed to define '/test/Resolver/teardown()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/Resolver */ - if (!corto_checkState(test_Resolver_o, CORTO_DEFINED)) { - corto_type(test_Resolver_o)->parentType = NULL; - corto_type(test_Resolver_o)->parentState = 0x6; - corto_type(test_Resolver_o)->defaultType = NULL; - corto_type(test_Resolver_o)->defaultProcedureType = NULL; - corto_interface(test_Resolver_o)->base = corto_resolve(NULL, "/corto/test/SuiteData"); - corto_struct(test_Resolver_o)->baseAccess = 0x0; - corto_class(test_Resolver_o)->implements.length = 0; - corto_class(test_Resolver_o)->implements.buffer = NULL; - if (corto_define(test_Resolver_o)) { - corto_error("test_load: failed to define '/test/Resolver' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Resolver_o)->size != sizeof(struct test_Resolver_s)) { - corto_error("test_load: calculated size '%d' of type '/test/Resolver' doesn't match C-type size '%d'", corto_type(test_Resolver_o)->size, sizeof(struct test_Resolver_s)); - } - - /* Declare /test/Resolver/tc_caseInsensitive() */ - test_Resolver_tc_caseInsensitive_o = corto_declareChild(test_Resolver_o, "tc_caseInsensitive()", test_Case_o); - if (!test_Resolver_tc_caseInsensitive_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_caseInsensitive()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_caseInsensitive() */ - if (!corto_checkState(test_Resolver_tc_caseInsensitive_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_caseInsensitive_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_caseInsensitive_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_caseInsensitive_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_caseInsensitive() with C-function */ - corto_function(test_Resolver_tc_caseInsensitive_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_caseInsensitive(void *args, void *result); - corto_function(test_Resolver_tc_caseInsensitive_o)->impl = (corto_word)__test_Resolver_tc_caseInsensitive; - if (corto_define(test_Resolver_tc_caseInsensitive_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_caseInsensitive()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveAll() */ - test_Resolver_tc_resolveAll_o = corto_declareChild(test_Resolver_o, "tc_resolveAll()", test_Case_o); - if (!test_Resolver_tc_resolveAll_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveAll()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveAll() */ - if (!corto_checkState(test_Resolver_tc_resolveAll_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveAll_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveAll_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveAll_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveAll() with C-function */ - corto_function(test_Resolver_tc_resolveAll_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveAll(void *args, void *result); - corto_function(test_Resolver_tc_resolveAll_o)->impl = (corto_word)__test_Resolver_tc_resolveAll; - if (corto_define(test_Resolver_tc_resolveAll_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveAll()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveAnonymous() */ - test_Resolver_tc_resolveAnonymous_o = corto_declareChild(test_Resolver_o, "tc_resolveAnonymous()", test_Case_o); - if (!test_Resolver_tc_resolveAnonymous_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveAnonymous()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveAnonymous() */ - if (!corto_checkState(test_Resolver_tc_resolveAnonymous_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveAnonymous_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveAnonymous_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveAnonymous_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveAnonymous() with C-function */ - corto_function(test_Resolver_tc_resolveAnonymous_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveAnonymous(void *args, void *result); - corto_function(test_Resolver_tc_resolveAnonymous_o)->impl = (corto_word)__test_Resolver_tc_resolveAnonymous; - if (corto_define(test_Resolver_tc_resolveAnonymous_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveAnonymous()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveCorto() */ - test_Resolver_tc_resolveCorto_o = corto_declareChild(test_Resolver_o, "tc_resolveCorto()", test_Case_o); - if (!test_Resolver_tc_resolveCorto_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveCorto()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveCorto() */ - if (!corto_checkState(test_Resolver_tc_resolveCorto_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveCorto_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveCorto_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveCorto_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveCorto() with C-function */ - corto_function(test_Resolver_tc_resolveCorto_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveCorto(void *args, void *result); - corto_function(test_Resolver_tc_resolveCorto_o)->impl = (corto_word)__test_Resolver_tc_resolveCorto; - if (corto_define(test_Resolver_tc_resolveCorto_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveCorto()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveEmptyString() */ - test_Resolver_tc_resolveEmptyString_o = corto_declareChild(test_Resolver_o, "tc_resolveEmptyString()", test_Case_o); - if (!test_Resolver_tc_resolveEmptyString_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveEmptyString()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveEmptyString() */ - if (!corto_checkState(test_Resolver_tc_resolveEmptyString_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveEmptyString_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveEmptyString_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveEmptyString_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveEmptyString() with C-function */ - corto_function(test_Resolver_tc_resolveEmptyString_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveEmptyString(void *args, void *result); - corto_function(test_Resolver_tc_resolveEmptyString_o)->impl = (corto_word)__test_Resolver_tc_resolveEmptyString; - if (corto_define(test_Resolver_tc_resolveEmptyString_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveEmptyString()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveFunctionArgs() */ - test_Resolver_tc_resolveFunctionArgs_o = corto_declareChild(test_Resolver_o, "tc_resolveFunctionArgs()", test_Case_o); - if (!test_Resolver_tc_resolveFunctionArgs_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveFunctionArgs()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveFunctionArgs() */ - if (!corto_checkState(test_Resolver_tc_resolveFunctionArgs_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveFunctionArgs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveFunctionArgs_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveFunctionArgs_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveFunctionArgs() with C-function */ - corto_function(test_Resolver_tc_resolveFunctionArgs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveFunctionArgs(void *args, void *result); - corto_function(test_Resolver_tc_resolveFunctionArgs_o)->impl = (corto_word)__test_Resolver_tc_resolveFunctionArgs; - if (corto_define(test_Resolver_tc_resolveFunctionArgs_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveFunctionArgs()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveFunctionNoArgs() */ - test_Resolver_tc_resolveFunctionNoArgs_o = corto_declareChild(test_Resolver_o, "tc_resolveFunctionNoArgs()", test_Case_o); - if (!test_Resolver_tc_resolveFunctionNoArgs_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveFunctionNoArgs()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveFunctionNoArgs() */ - if (!corto_checkState(test_Resolver_tc_resolveFunctionNoArgs_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveFunctionNoArgs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveFunctionNoArgs_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveFunctionNoArgs_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveFunctionNoArgs() with C-function */ - corto_function(test_Resolver_tc_resolveFunctionNoArgs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveFunctionNoArgs(void *args, void *result); - corto_function(test_Resolver_tc_resolveFunctionNoArgs_o)->impl = (corto_word)__test_Resolver_tc_resolveFunctionNoArgs; - if (corto_define(test_Resolver_tc_resolveFunctionNoArgs_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveFunctionNoArgs()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveIo() */ - test_Resolver_tc_resolveIo_o = corto_declareChild(test_Resolver_o, "tc_resolveIo()", test_Case_o); - if (!test_Resolver_tc_resolveIo_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveIo()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveIo() */ - if (!corto_checkState(test_Resolver_tc_resolveIo_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveIo_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveIo_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveIo_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveIo() with C-function */ - corto_function(test_Resolver_tc_resolveIo_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveIo(void *args, void *result); - corto_function(test_Resolver_tc_resolveIo_o)->impl = (corto_word)__test_Resolver_tc_resolveIo; - if (corto_define(test_Resolver_tc_resolveIo_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveIo()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveLang() */ - test_Resolver_tc_resolveLang_o = corto_declareChild(test_Resolver_o, "tc_resolveLang()", test_Case_o); - if (!test_Resolver_tc_resolveLang_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveLang()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveLang() */ - if (!corto_checkState(test_Resolver_tc_resolveLang_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveLang_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveLang_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveLang_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveLang() with C-function */ - corto_function(test_Resolver_tc_resolveLang_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveLang(void *args, void *result); - corto_function(test_Resolver_tc_resolveLang_o)->impl = (corto_word)__test_Resolver_tc_resolveLang; - if (corto_define(test_Resolver_tc_resolveLang_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveLang()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveNull() */ - test_Resolver_tc_resolveNull_o = corto_declareChild(test_Resolver_o, "tc_resolveNull()", test_Case_o); - if (!test_Resolver_tc_resolveNull_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveNull()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveNull() */ - if (!corto_checkState(test_Resolver_tc_resolveNull_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveNull_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveNull_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveNull_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveNull() with C-function */ - corto_function(test_Resolver_tc_resolveNull_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveNull(void *args, void *result); - corto_function(test_Resolver_tc_resolveNull_o)->impl = (corto_word)__test_Resolver_tc_resolveNull; - if (corto_define(test_Resolver_tc_resolveNull_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveNull()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveParenthesesNoFunction() */ - test_Resolver_tc_resolveParenthesesNoFunction_o = corto_declareChild(test_Resolver_o, "tc_resolveParenthesesNoFunction()", test_Case_o); - if (!test_Resolver_tc_resolveParenthesesNoFunction_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveParenthesesNoFunction()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveParenthesesNoFunction() */ - if (!corto_checkState(test_Resolver_tc_resolveParenthesesNoFunction_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveParenthesesNoFunction_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveParenthesesNoFunction_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveParenthesesNoFunction_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveParenthesesNoFunction() with C-function */ - corto_function(test_Resolver_tc_resolveParenthesesNoFunction_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveParenthesesNoFunction(void *args, void *result); - corto_function(test_Resolver_tc_resolveParenthesesNoFunction_o)->impl = (corto_word)__test_Resolver_tc_resolveParenthesesNoFunction; - if (corto_define(test_Resolver_tc_resolveParenthesesNoFunction_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveParenthesesNoFunction()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveParenthesesNoFunctionArgs() */ - test_Resolver_tc_resolveParenthesesNoFunctionArgs_o = corto_declareChild(test_Resolver_o, "tc_resolveParenthesesNoFunctionArgs()", test_Case_o); - if (!test_Resolver_tc_resolveParenthesesNoFunctionArgs_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveParenthesesNoFunctionArgs()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveParenthesesNoFunctionArgs() */ - if (!corto_checkState(test_Resolver_tc_resolveParenthesesNoFunctionArgs_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionArgs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionArgs_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveParenthesesNoFunctionArgs_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveParenthesesNoFunctionArgs() with C-function */ - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionArgs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveParenthesesNoFunctionArgs(void *args, void *result); - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionArgs_o)->impl = (corto_word)__test_Resolver_tc_resolveParenthesesNoFunctionArgs; - if (corto_define(test_Resolver_tc_resolveParenthesesNoFunctionArgs_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveParenthesesNoFunctionArgs()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveParenthesesNoFunctionArgsScoped() */ - test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped_o = corto_declareChild(test_Resolver_o, "tc_resolveParenthesesNoFunctionArgsScoped()", test_Case_o); - if (!test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveParenthesesNoFunctionArgsScoped()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveParenthesesNoFunctionArgsScoped() */ - if (!corto_checkState(test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveParenthesesNoFunctionArgsScoped() with C-function */ - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped(void *args, void *result); - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped_o)->impl = (corto_word)__test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped; - if (corto_define(test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveParenthesesNoFunctionArgsScoped()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveParenthesesNoFunctionMatchingArgs() */ - test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs_o = corto_declareChild(test_Resolver_o, "tc_resolveParenthesesNoFunctionMatchingArgs()", test_Case_o); - if (!test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveParenthesesNoFunctionMatchingArgs()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveParenthesesNoFunctionMatchingArgs() */ - if (!corto_checkState(test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveParenthesesNoFunctionMatchingArgs() with C-function */ - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs(void *args, void *result); - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs_o)->impl = (corto_word)__test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs; - if (corto_define(test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveParenthesesNoFunctionMatchingArgs()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveParenthesesNoFunctionMatchingArgsScoped() */ - test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped_o = corto_declareChild(test_Resolver_o, "tc_resolveParenthesesNoFunctionMatchingArgsScoped()", test_Case_o); - if (!test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveParenthesesNoFunctionMatchingArgsScoped()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveParenthesesNoFunctionMatchingArgsScoped() */ - if (!corto_checkState(test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveParenthesesNoFunctionMatchingArgsScoped() with C-function */ - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped(void *args, void *result); - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped_o)->impl = (corto_word)__test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped; - if (corto_define(test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveParenthesesNoFunctionMatchingArgsScoped()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveParenthesesNoFunctionScoped() */ - test_Resolver_tc_resolveParenthesesNoFunctionScoped_o = corto_declareChild(test_Resolver_o, "tc_resolveParenthesesNoFunctionScoped()", test_Case_o); - if (!test_Resolver_tc_resolveParenthesesNoFunctionScoped_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveParenthesesNoFunctionScoped()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveParenthesesNoFunctionScoped() */ - if (!corto_checkState(test_Resolver_tc_resolveParenthesesNoFunctionScoped_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionScoped_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionScoped_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveParenthesesNoFunctionScoped_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveParenthesesNoFunctionScoped() with C-function */ - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionScoped_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveParenthesesNoFunctionScoped(void *args, void *result); - corto_function(test_Resolver_tc_resolveParenthesesNoFunctionScoped_o)->impl = (corto_word)__test_Resolver_tc_resolveParenthesesNoFunctionScoped; - if (corto_define(test_Resolver_tc_resolveParenthesesNoFunctionScoped_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveParenthesesNoFunctionScoped()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveRoot() */ - test_Resolver_tc_resolveRoot_o = corto_declareChild(test_Resolver_o, "tc_resolveRoot()", test_Case_o); - if (!test_Resolver_tc_resolveRoot_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveRoot()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveRoot() */ - if (!corto_checkState(test_Resolver_tc_resolveRoot_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveRoot_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveRoot_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveRoot_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveRoot() with C-function */ - corto_function(test_Resolver_tc_resolveRoot_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveRoot(void *args, void *result); - corto_function(test_Resolver_tc_resolveRoot_o)->impl = (corto_word)__test_Resolver_tc_resolveRoot; - if (corto_define(test_Resolver_tc_resolveRoot_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveRoot()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveString() */ - test_Resolver_tc_resolveString_o = corto_declareChild(test_Resolver_o, "tc_resolveString()", test_Case_o); - if (!test_Resolver_tc_resolveString_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveString()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveString() */ - if (!corto_checkState(test_Resolver_tc_resolveString_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveString_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveString_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveString_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveString() with C-function */ - corto_function(test_Resolver_tc_resolveString_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveString(void *args, void *result); - corto_function(test_Resolver_tc_resolveString_o)->impl = (corto_word)__test_Resolver_tc_resolveString; - if (corto_define(test_Resolver_tc_resolveString_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveString()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Resolver/tc_resolveThis() */ - test_Resolver_tc_resolveThis_o = corto_declareChild(test_Resolver_o, "tc_resolveThis()", test_Case_o); - if (!test_Resolver_tc_resolveThis_o) { - corto_error("test_load: failed to declare '/test/Resolver/tc_resolveThis()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Resolver/tc_resolveThis() */ - if (!corto_checkState(test_Resolver_tc_resolveThis_o, CORTO_DEFINED)) { - corto_function(test_Resolver_tc_resolveThis_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Resolver_tc_resolveThis_o)->returnsReference = FALSE; - corto_method(test_Resolver_tc_resolveThis_o)->_virtual = FALSE; - - /* Bind /test/Resolver/tc_resolveThis() with C-function */ - corto_function(test_Resolver_tc_resolveThis_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Resolver_tc_resolveThis(void *args, void *result); - corto_function(test_Resolver_tc_resolveThis_o)->impl = (corto_word)__test_Resolver_tc_resolveThis; - if (corto_define(test_Resolver_tc_resolveThis_o)) { - corto_error("test_load: failed to define '/test/Resolver/tc_resolveThis()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select */ - test_Select_o = corto_declareChild(test_o, "Select", test_Suite_o); - if (!test_Select_o) { - corto_error("test_load: failed to declare '/test/Select' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Select/setup() */ - test_Select_setup_o = corto_declareChild(test_Select_o, "setup()", corto_method_o); - if (!test_Select_setup_o) { - corto_error("test_load: failed to declare '/test/Select/setup()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/setup() */ - if (!corto_checkState(test_Select_setup_o, CORTO_DEFINED)) { - corto_function(test_Select_setup_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_setup_o)->returnsReference = FALSE; - test_Select_setup_o->_virtual = FALSE; - - /* Bind /test/Select/setup() with C-function */ - corto_function(test_Select_setup_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_setup(void *args, void *result); - corto_function(test_Select_setup_o)->impl = (corto_word)__test_Select_setup; - if (corto_define(test_Select_setup_o)) { - corto_error("test_load: failed to define '/test/Select/setup()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/teardown() */ - test_Select_teardown_o = corto_declareChild(test_Select_o, "teardown()", corto_method_o); - if (!test_Select_teardown_o) { - corto_error("test_load: failed to declare '/test/Select/teardown()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/teardown() */ - if (!corto_checkState(test_Select_teardown_o, CORTO_DEFINED)) { - corto_function(test_Select_teardown_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_teardown_o)->returnsReference = FALSE; - test_Select_teardown_o->_virtual = FALSE; - - /* Bind /test/Select/teardown() with C-function */ - corto_function(test_Select_teardown_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_teardown(void *args, void *result); - corto_function(test_Select_teardown_o)->impl = (corto_word)__test_Select_teardown; - if (corto_define(test_Select_teardown_o)) { - corto_error("test_load: failed to define '/test/Select/teardown()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/Select */ - if (!corto_checkState(test_Select_o, CORTO_DEFINED)) { - corto_type(test_Select_o)->parentType = NULL; - corto_type(test_Select_o)->parentState = 0x6; - corto_type(test_Select_o)->defaultType = NULL; - corto_type(test_Select_o)->defaultProcedureType = NULL; - corto_interface(test_Select_o)->base = corto_resolve(NULL, "/corto/test/SuiteData"); - corto_struct(test_Select_o)->baseAccess = 0x0; - corto_class(test_Select_o)->implements.length = 0; - corto_class(test_Select_o)->implements.buffer = NULL; - if (corto_define(test_Select_o)) { - corto_error("test_load: failed to define '/test/Select' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_Select_o)->size != sizeof(struct test_Select_s)) { - corto_error("test_load: calculated size '%d' of type '/test/Select' doesn't match C-type size '%d'", corto_type(test_Select_o)->size, sizeof(struct test_Select_s)); - } - - /* Declare /test/Select/collect(object scope,string expr) */ - test_Select_collect_o = corto_declareChild(test_Select_o, "collect(object scope,string expr)", corto_function_o); - if (!test_Select_collect_o) { - corto_error("test_load: failed to declare '/test/Select/collect(object scope,string expr)' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/Select/tc_selectDeleteCurrent() */ - test_Select_tc_selectDeleteCurrent_o = corto_declareChild(test_Select_o, "tc_selectDeleteCurrent()", test_Case_o); - if (!test_Select_tc_selectDeleteCurrent_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectDeleteCurrent()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectDeleteCurrent() */ - if (!corto_checkState(test_Select_tc_selectDeleteCurrent_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectDeleteCurrent_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectDeleteCurrent_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectDeleteCurrent_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectDeleteCurrent() with C-function */ - corto_function(test_Select_tc_selectDeleteCurrent_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectDeleteCurrent(void *args, void *result); - corto_function(test_Select_tc_selectDeleteCurrent_o)->impl = (corto_word)__test_Select_tc_selectDeleteCurrent; - if (corto_define(test_Select_tc_selectDeleteCurrent_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectDeleteCurrent()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectDeleteFirst() */ - test_Select_tc_selectDeleteFirst_o = corto_declareChild(test_Select_o, "tc_selectDeleteFirst()", test_Case_o); - if (!test_Select_tc_selectDeleteFirst_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectDeleteFirst()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectDeleteFirst() */ - if (!corto_checkState(test_Select_tc_selectDeleteFirst_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectDeleteFirst_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectDeleteFirst_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectDeleteFirst_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectDeleteFirst() with C-function */ - corto_function(test_Select_tc_selectDeleteFirst_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectDeleteFirst(void *args, void *result); - corto_function(test_Select_tc_selectDeleteFirst_o)->impl = (corto_word)__test_Select_tc_selectDeleteFirst; - if (corto_define(test_Select_tc_selectDeleteFirst_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectDeleteFirst()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectDeleteNext() */ - test_Select_tc_selectDeleteNext_o = corto_declareChild(test_Select_o, "tc_selectDeleteNext()", test_Case_o); - if (!test_Select_tc_selectDeleteNext_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectDeleteNext()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectDeleteNext() */ - if (!corto_checkState(test_Select_tc_selectDeleteNext_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectDeleteNext_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectDeleteNext_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectDeleteNext_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectDeleteNext() with C-function */ - corto_function(test_Select_tc_selectDeleteNext_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectDeleteNext(void *args, void *result); - corto_function(test_Select_tc_selectDeleteNext_o)->impl = (corto_word)__test_Select_tc_selectDeleteNext; - if (corto_define(test_Select_tc_selectDeleteNext_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectDeleteNext()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectDeleteParent() */ - test_Select_tc_selectDeleteParent_o = corto_declareChild(test_Select_o, "tc_selectDeleteParent()", test_Case_o); - if (!test_Select_tc_selectDeleteParent_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectDeleteParent()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectDeleteParent() */ - if (!corto_checkState(test_Select_tc_selectDeleteParent_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectDeleteParent_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectDeleteParent_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectDeleteParent_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectDeleteParent() with C-function */ - corto_function(test_Select_tc_selectDeleteParent_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectDeleteParent(void *args, void *result); - corto_function(test_Select_tc_selectDeleteParent_o)->impl = (corto_word)__test_Select_tc_selectDeleteParent; - if (corto_define(test_Select_tc_selectDeleteParent_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectDeleteParent()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectDeletePrevious() */ - test_Select_tc_selectDeletePrevious_o = corto_declareChild(test_Select_o, "tc_selectDeletePrevious()", test_Case_o); - if (!test_Select_tc_selectDeletePrevious_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectDeletePrevious()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectDeletePrevious() */ - if (!corto_checkState(test_Select_tc_selectDeletePrevious_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectDeletePrevious_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectDeletePrevious_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectDeletePrevious_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectDeletePrevious() with C-function */ - corto_function(test_Select_tc_selectDeletePrevious_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectDeletePrevious(void *args, void *result); - corto_function(test_Select_tc_selectDeletePrevious_o)->impl = (corto_word)__test_Select_tc_selectDeletePrevious; - if (corto_define(test_Select_tc_selectDeletePrevious_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectDeletePrevious()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectErrParentAst() */ - test_Select_tc_selectErrParentAst_o = corto_declareChild(test_Select_o, "tc_selectErrParentAst()", test_Case_o); - if (!test_Select_tc_selectErrParentAst_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectErrParentAst()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectErrParentAst() */ - if (!corto_checkState(test_Select_tc_selectErrParentAst_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectErrParentAst_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectErrParentAst_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectErrParentAst_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectErrParentAst() with C-function */ - corto_function(test_Select_tc_selectErrParentAst_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectErrParentAst(void *args, void *result); - corto_function(test_Select_tc_selectErrParentAst_o)->impl = (corto_word)__test_Select_tc_selectErrParentAst; - if (corto_define(test_Select_tc_selectErrParentAst_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectErrParentAst()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectErrParentId() */ - test_Select_tc_selectErrParentId_o = corto_declareChild(test_Select_o, "tc_selectErrParentId()", test_Case_o); - if (!test_Select_tc_selectErrParentId_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectErrParentId()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectErrParentId() */ - if (!corto_checkState(test_Select_tc_selectErrParentId_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectErrParentId_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectErrParentId_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectErrParentId_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectErrParentId() with C-function */ - corto_function(test_Select_tc_selectErrParentId_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectErrParentId(void *args, void *result); - corto_function(test_Select_tc_selectErrParentId_o)->impl = (corto_word)__test_Select_tc_selectErrParentId; - if (corto_define(test_Select_tc_selectErrParentId_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectErrParentId()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectErrParentTree() */ - test_Select_tc_selectErrParentTree_o = corto_declareChild(test_Select_o, "tc_selectErrParentTree()", test_Case_o); - if (!test_Select_tc_selectErrParentTree_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectErrParentTree()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectErrParentTree() */ - if (!corto_checkState(test_Select_tc_selectErrParentTree_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectErrParentTree_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectErrParentTree_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectErrParentTree_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectErrParentTree() with C-function */ - corto_function(test_Select_tc_selectErrParentTree_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectErrParentTree(void *args, void *result); - corto_function(test_Select_tc_selectErrParentTree_o)->impl = (corto_word)__test_Select_tc_selectErrParentTree; - if (corto_define(test_Select_tc_selectErrParentTree_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectErrParentTree()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectErrParentWc() */ - test_Select_tc_selectErrParentWc_o = corto_declareChild(test_Select_o, "tc_selectErrParentWc()", test_Case_o); - if (!test_Select_tc_selectErrParentWc_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectErrParentWc()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectErrParentWc() */ - if (!corto_checkState(test_Select_tc_selectErrParentWc_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectErrParentWc_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectErrParentWc_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectErrParentWc_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectErrParentWc() with C-function */ - corto_function(test_Select_tc_selectErrParentWc_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectErrParentWc(void *args, void *result); - corto_function(test_Select_tc_selectErrParentWc_o)->impl = (corto_word)__test_Select_tc_selectErrParentWc; - if (corto_define(test_Select_tc_selectErrParentWc_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectErrParentWc()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectErrScopeScope() */ - test_Select_tc_selectErrScopeScope_o = corto_declareChild(test_Select_o, "tc_selectErrScopeScope()", test_Case_o); - if (!test_Select_tc_selectErrScopeScope_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectErrScopeScope()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectErrScopeScope() */ - if (!corto_checkState(test_Select_tc_selectErrScopeScope_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectErrScopeScope_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectErrScopeScope_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectErrScopeScope_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectErrScopeScope() with C-function */ - corto_function(test_Select_tc_selectErrScopeScope_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectErrScopeScope(void *args, void *result); - corto_function(test_Select_tc_selectErrScopeScope_o)->impl = (corto_word)__test_Select_tc_selectErrScopeScope; - if (corto_define(test_Select_tc_selectErrScopeScope_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectErrScopeScope()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectFilterAsterisk() */ - test_Select_tc_selectFilterAsterisk_o = corto_declareChild(test_Select_o, "tc_selectFilterAsterisk()", test_Case_o); - if (!test_Select_tc_selectFilterAsterisk_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectFilterAsterisk()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectFilterAsterisk() */ - if (!corto_checkState(test_Select_tc_selectFilterAsterisk_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectFilterAsterisk_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectFilterAsterisk_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectFilterAsterisk_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectFilterAsterisk() with C-function */ - corto_function(test_Select_tc_selectFilterAsterisk_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectFilterAsterisk(void *args, void *result); - corto_function(test_Select_tc_selectFilterAsterisk_o)->impl = (corto_word)__test_Select_tc_selectFilterAsterisk; - if (corto_define(test_Select_tc_selectFilterAsterisk_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectFilterAsterisk()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectFilterWildcard() */ - test_Select_tc_selectFilterWildcard_o = corto_declareChild(test_Select_o, "tc_selectFilterWildcard()", test_Case_o); - if (!test_Select_tc_selectFilterWildcard_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectFilterWildcard()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectFilterWildcard() */ - if (!corto_checkState(test_Select_tc_selectFilterWildcard_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectFilterWildcard_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectFilterWildcard_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectFilterWildcard_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectFilterWildcard() with C-function */ - corto_function(test_Select_tc_selectFilterWildcard_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectFilterWildcard(void *args, void *result); - corto_function(test_Select_tc_selectFilterWildcard_o)->impl = (corto_word)__test_Select_tc_selectFilterWildcard; - if (corto_define(test_Select_tc_selectFilterWildcard_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectFilterWildcard()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectIdentifier() */ - test_Select_tc_selectIdentifier_o = corto_declareChild(test_Select_o, "tc_selectIdentifier()", test_Case_o); - if (!test_Select_tc_selectIdentifier_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectIdentifier()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectIdentifier() */ - if (!corto_checkState(test_Select_tc_selectIdentifier_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectIdentifier_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectIdentifier_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectIdentifier_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectIdentifier() with C-function */ - corto_function(test_Select_tc_selectIdentifier_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectIdentifier(void *args, void *result); - corto_function(test_Select_tc_selectIdentifier_o)->impl = (corto_word)__test_Select_tc_selectIdentifier; - if (corto_define(test_Select_tc_selectIdentifier_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectIdentifier()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectIdentifierCaps() */ - test_Select_tc_selectIdentifierCaps_o = corto_declareChild(test_Select_o, "tc_selectIdentifierCaps()", test_Case_o); - if (!test_Select_tc_selectIdentifierCaps_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectIdentifierCaps()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectIdentifierCaps() */ - if (!corto_checkState(test_Select_tc_selectIdentifierCaps_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectIdentifierCaps_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectIdentifierCaps_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectIdentifierCaps_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectIdentifierCaps() with C-function */ - corto_function(test_Select_tc_selectIdentifierCaps_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectIdentifierCaps(void *args, void *result); - corto_function(test_Select_tc_selectIdentifierCaps_o)->impl = (corto_word)__test_Select_tc_selectIdentifierCaps; - if (corto_define(test_Select_tc_selectIdentifierCaps_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectIdentifierCaps()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectNumeric() */ - test_Select_tc_selectNumeric_o = corto_declareChild(test_Select_o, "tc_selectNumeric()", test_Case_o); - if (!test_Select_tc_selectNumeric_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectNumeric()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectNumeric() */ - if (!corto_checkState(test_Select_tc_selectNumeric_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectNumeric_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectNumeric_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectNumeric_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectNumeric() with C-function */ - corto_function(test_Select_tc_selectNumeric_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectNumeric(void *args, void *result); - corto_function(test_Select_tc_selectNumeric_o)->impl = (corto_word)__test_Select_tc_selectNumeric; - if (corto_define(test_Select_tc_selectNumeric_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectNumeric()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectOrder() */ - test_Select_tc_selectOrder_o = corto_declareChild(test_Select_o, "tc_selectOrder()", test_Case_o); - if (!test_Select_tc_selectOrder_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectOrder()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectOrder() */ - if (!corto_checkState(test_Select_tc_selectOrder_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectOrder_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectOrder_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectOrder_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectOrder() with C-function */ - corto_function(test_Select_tc_selectOrder_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectOrder(void *args, void *result); - corto_function(test_Select_tc_selectOrder_o)->impl = (corto_word)__test_Select_tc_selectOrder; - if (corto_define(test_Select_tc_selectOrder_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectOrder()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectParent() */ - test_Select_tc_selectParent_o = corto_declareChild(test_Select_o, "tc_selectParent()", test_Case_o); - if (!test_Select_tc_selectParent_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectParent()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectParent() */ - if (!corto_checkState(test_Select_tc_selectParent_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectParent_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectParent_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectParent_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectParent() with C-function */ - corto_function(test_Select_tc_selectParent_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectParent(void *args, void *result); - corto_function(test_Select_tc_selectParent_o)->impl = (corto_word)__test_Select_tc_selectParent; - if (corto_define(test_Select_tc_selectParent_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectParent()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectScope() */ - test_Select_tc_selectScope_o = corto_declareChild(test_Select_o, "tc_selectScope()", test_Case_o); - if (!test_Select_tc_selectScope_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectScope()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectScope() */ - if (!corto_checkState(test_Select_tc_selectScope_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectScope_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectScope_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectScope_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectScope() with C-function */ - corto_function(test_Select_tc_selectScope_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectScope(void *args, void *result); - corto_function(test_Select_tc_selectScope_o)->impl = (corto_word)__test_Select_tc_selectScope; - if (corto_define(test_Select_tc_selectScope_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectScope()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectScopedIdentifier() */ - test_Select_tc_selectScopedIdentifier_o = corto_declareChild(test_Select_o, "tc_selectScopedIdentifier()", test_Case_o); - if (!test_Select_tc_selectScopedIdentifier_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectScopedIdentifier()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectScopedIdentifier() */ - if (!corto_checkState(test_Select_tc_selectScopedIdentifier_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectScopedIdentifier_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectScopedIdentifier_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectScopedIdentifier_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectScopedIdentifier() with C-function */ - corto_function(test_Select_tc_selectScopedIdentifier_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectScopedIdentifier(void *args, void *result); - corto_function(test_Select_tc_selectScopedIdentifier_o)->impl = (corto_word)__test_Select_tc_selectScopedIdentifier; - if (corto_define(test_Select_tc_selectScopedIdentifier_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectScopedIdentifier()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectScopedParent() */ - test_Select_tc_selectScopedParent_o = corto_declareChild(test_Select_o, "tc_selectScopedParent()", test_Case_o); - if (!test_Select_tc_selectScopedParent_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectScopedParent()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectScopedParent() */ - if (!corto_checkState(test_Select_tc_selectScopedParent_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectScopedParent_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectScopedParent_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectScopedParent_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectScopedParent() with C-function */ - corto_function(test_Select_tc_selectScopedParent_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectScopedParent(void *args, void *result); - corto_function(test_Select_tc_selectScopedParent_o)->impl = (corto_word)__test_Select_tc_selectScopedParent; - if (corto_define(test_Select_tc_selectScopedParent_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectScopedParent()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectScopedThis() */ - test_Select_tc_selectScopedThis_o = corto_declareChild(test_Select_o, "tc_selectScopedThis()", test_Case_o); - if (!test_Select_tc_selectScopedThis_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectScopedThis()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectScopedThis() */ - if (!corto_checkState(test_Select_tc_selectScopedThis_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectScopedThis_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectScopedThis_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectScopedThis_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectScopedThis() with C-function */ - corto_function(test_Select_tc_selectScopedThis_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectScopedThis(void *args, void *result); - corto_function(test_Select_tc_selectScopedThis_o)->impl = (corto_word)__test_Select_tc_selectScopedThis; - if (corto_define(test_Select_tc_selectScopedThis_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectScopedThis()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectScopeWithAsterisk() */ - test_Select_tc_selectScopeWithAsterisk_o = corto_declareChild(test_Select_o, "tc_selectScopeWithAsterisk()", test_Case_o); - if (!test_Select_tc_selectScopeWithAsterisk_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectScopeWithAsterisk()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectScopeWithAsterisk() */ - if (!corto_checkState(test_Select_tc_selectScopeWithAsterisk_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectScopeWithAsterisk_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectScopeWithAsterisk_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectScopeWithAsterisk_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectScopeWithAsterisk() with C-function */ - corto_function(test_Select_tc_selectScopeWithAsterisk_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectScopeWithAsterisk(void *args, void *result); - corto_function(test_Select_tc_selectScopeWithAsterisk_o)->impl = (corto_word)__test_Select_tc_selectScopeWithAsterisk; - if (corto_define(test_Select_tc_selectScopeWithAsterisk_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectScopeWithAsterisk()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectScopeWithAsteriskFilter() */ - test_Select_tc_selectScopeWithAsteriskFilter_o = corto_declareChild(test_Select_o, "tc_selectScopeWithAsteriskFilter()", test_Case_o); - if (!test_Select_tc_selectScopeWithAsteriskFilter_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectScopeWithAsteriskFilter()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectScopeWithAsteriskFilter() */ - if (!corto_checkState(test_Select_tc_selectScopeWithAsteriskFilter_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectScopeWithAsteriskFilter_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectScopeWithAsteriskFilter_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectScopeWithAsteriskFilter_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectScopeWithAsteriskFilter() with C-function */ - corto_function(test_Select_tc_selectScopeWithAsteriskFilter_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectScopeWithAsteriskFilter(void *args, void *result); - corto_function(test_Select_tc_selectScopeWithAsteriskFilter_o)->impl = (corto_word)__test_Select_tc_selectScopeWithAsteriskFilter; - if (corto_define(test_Select_tc_selectScopeWithAsteriskFilter_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectScopeWithAsteriskFilter()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectScopeWithWildcard() */ - test_Select_tc_selectScopeWithWildcard_o = corto_declareChild(test_Select_o, "tc_selectScopeWithWildcard()", test_Case_o); - if (!test_Select_tc_selectScopeWithWildcard_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectScopeWithWildcard()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectScopeWithWildcard() */ - if (!corto_checkState(test_Select_tc_selectScopeWithWildcard_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectScopeWithWildcard_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectScopeWithWildcard_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectScopeWithWildcard_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectScopeWithWildcard() with C-function */ - corto_function(test_Select_tc_selectScopeWithWildcard_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectScopeWithWildcard(void *args, void *result); - corto_function(test_Select_tc_selectScopeWithWildcard_o)->impl = (corto_word)__test_Select_tc_selectScopeWithWildcard; - if (corto_define(test_Select_tc_selectScopeWithWildcard_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectScopeWithWildcard()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectScopeWithWildcardFilter() */ - test_Select_tc_selectScopeWithWildcardFilter_o = corto_declareChild(test_Select_o, "tc_selectScopeWithWildcardFilter()", test_Case_o); - if (!test_Select_tc_selectScopeWithWildcardFilter_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectScopeWithWildcardFilter()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectScopeWithWildcardFilter() */ - if (!corto_checkState(test_Select_tc_selectScopeWithWildcardFilter_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectScopeWithWildcardFilter_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectScopeWithWildcardFilter_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectScopeWithWildcardFilter_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectScopeWithWildcardFilter() with C-function */ - corto_function(test_Select_tc_selectScopeWithWildcardFilter_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectScopeWithWildcardFilter(void *args, void *result); - corto_function(test_Select_tc_selectScopeWithWildcardFilter_o)->impl = (corto_word)__test_Select_tc_selectScopeWithWildcardFilter; - if (corto_define(test_Select_tc_selectScopeWithWildcardFilter_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectScopeWithWildcardFilter()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectThis() */ - test_Select_tc_selectThis_o = corto_declareChild(test_Select_o, "tc_selectThis()", test_Case_o); - if (!test_Select_tc_selectThis_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectThis()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectThis() */ - if (!corto_checkState(test_Select_tc_selectThis_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectThis_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectThis_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectThis_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectThis() with C-function */ - corto_function(test_Select_tc_selectThis_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectThis(void *args, void *result); - corto_function(test_Select_tc_selectThis_o)->impl = (corto_word)__test_Select_tc_selectThis; - if (corto_define(test_Select_tc_selectThis_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectThis()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectTree() */ - test_Select_tc_selectTree_o = corto_declareChild(test_Select_o, "tc_selectTree()", test_Case_o); - if (!test_Select_tc_selectTree_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectTree()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectTree() */ - if (!corto_checkState(test_Select_tc_selectTree_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectTree_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectTree_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectTree_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectTree() with C-function */ - corto_function(test_Select_tc_selectTree_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectTree(void *args, void *result); - corto_function(test_Select_tc_selectTree_o)->impl = (corto_word)__test_Select_tc_selectTree; - if (corto_define(test_Select_tc_selectTree_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectTree()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectTreeDeleteCurrent() */ - test_Select_tc_selectTreeDeleteCurrent_o = corto_declareChild(test_Select_o, "tc_selectTreeDeleteCurrent()", test_Case_o); - if (!test_Select_tc_selectTreeDeleteCurrent_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectTreeDeleteCurrent()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectTreeDeleteCurrent() */ - if (!corto_checkState(test_Select_tc_selectTreeDeleteCurrent_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectTreeDeleteCurrent_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectTreeDeleteCurrent_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectTreeDeleteCurrent_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectTreeDeleteCurrent() with C-function */ - corto_function(test_Select_tc_selectTreeDeleteCurrent_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectTreeDeleteCurrent(void *args, void *result); - corto_function(test_Select_tc_selectTreeDeleteCurrent_o)->impl = (corto_word)__test_Select_tc_selectTreeDeleteCurrent; - if (corto_define(test_Select_tc_selectTreeDeleteCurrent_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectTreeDeleteCurrent()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectTreeDeleteFirst() */ - test_Select_tc_selectTreeDeleteFirst_o = corto_declareChild(test_Select_o, "tc_selectTreeDeleteFirst()", test_Case_o); - if (!test_Select_tc_selectTreeDeleteFirst_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectTreeDeleteFirst()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectTreeDeleteFirst() */ - if (!corto_checkState(test_Select_tc_selectTreeDeleteFirst_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectTreeDeleteFirst_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectTreeDeleteFirst_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectTreeDeleteFirst_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectTreeDeleteFirst() with C-function */ - corto_function(test_Select_tc_selectTreeDeleteFirst_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectTreeDeleteFirst(void *args, void *result); - corto_function(test_Select_tc_selectTreeDeleteFirst_o)->impl = (corto_word)__test_Select_tc_selectTreeDeleteFirst; - if (corto_define(test_Select_tc_selectTreeDeleteFirst_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectTreeDeleteFirst()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectTreeDeleteGrandparent() */ - test_Select_tc_selectTreeDeleteGrandparent_o = corto_declareChild(test_Select_o, "tc_selectTreeDeleteGrandparent()", test_Case_o); - if (!test_Select_tc_selectTreeDeleteGrandparent_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectTreeDeleteGrandparent()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectTreeDeleteGrandparent() */ - if (!corto_checkState(test_Select_tc_selectTreeDeleteGrandparent_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectTreeDeleteGrandparent_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectTreeDeleteGrandparent_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectTreeDeleteGrandparent_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectTreeDeleteGrandparent() with C-function */ - corto_function(test_Select_tc_selectTreeDeleteGrandparent_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectTreeDeleteGrandparent(void *args, void *result); - corto_function(test_Select_tc_selectTreeDeleteGrandparent_o)->impl = (corto_word)__test_Select_tc_selectTreeDeleteGrandparent; - if (corto_define(test_Select_tc_selectTreeDeleteGrandparent_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectTreeDeleteGrandparent()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectTreeDeleteNext() */ - test_Select_tc_selectTreeDeleteNext_o = corto_declareChild(test_Select_o, "tc_selectTreeDeleteNext()", test_Case_o); - if (!test_Select_tc_selectTreeDeleteNext_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectTreeDeleteNext()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectTreeDeleteNext() */ - if (!corto_checkState(test_Select_tc_selectTreeDeleteNext_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectTreeDeleteNext_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectTreeDeleteNext_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectTreeDeleteNext_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectTreeDeleteNext() with C-function */ - corto_function(test_Select_tc_selectTreeDeleteNext_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectTreeDeleteNext(void *args, void *result); - corto_function(test_Select_tc_selectTreeDeleteNext_o)->impl = (corto_word)__test_Select_tc_selectTreeDeleteNext; - if (corto_define(test_Select_tc_selectTreeDeleteNext_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectTreeDeleteNext()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectTreeDeleteParent() */ - test_Select_tc_selectTreeDeleteParent_o = corto_declareChild(test_Select_o, "tc_selectTreeDeleteParent()", test_Case_o); - if (!test_Select_tc_selectTreeDeleteParent_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectTreeDeleteParent()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectTreeDeleteParent() */ - if (!corto_checkState(test_Select_tc_selectTreeDeleteParent_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectTreeDeleteParent_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectTreeDeleteParent_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectTreeDeleteParent_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectTreeDeleteParent() with C-function */ - corto_function(test_Select_tc_selectTreeDeleteParent_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectTreeDeleteParent(void *args, void *result); - corto_function(test_Select_tc_selectTreeDeleteParent_o)->impl = (corto_word)__test_Select_tc_selectTreeDeleteParent; - if (corto_define(test_Select_tc_selectTreeDeleteParent_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectTreeDeleteParent()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectTreeDeletePrevious() */ - test_Select_tc_selectTreeDeletePrevious_o = corto_declareChild(test_Select_o, "tc_selectTreeDeletePrevious()", test_Case_o); - if (!test_Select_tc_selectTreeDeletePrevious_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectTreeDeletePrevious()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectTreeDeletePrevious() */ - if (!corto_checkState(test_Select_tc_selectTreeDeletePrevious_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectTreeDeletePrevious_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectTreeDeletePrevious_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectTreeDeletePrevious_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectTreeDeletePrevious() with C-function */ - corto_function(test_Select_tc_selectTreeDeletePrevious_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectTreeDeletePrevious(void *args, void *result); - corto_function(test_Select_tc_selectTreeDeletePrevious_o)->impl = (corto_word)__test_Select_tc_selectTreeDeletePrevious; - if (corto_define(test_Select_tc_selectTreeDeletePrevious_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectTreeDeletePrevious()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectTreeWithAsterisk() */ - test_Select_tc_selectTreeWithAsterisk_o = corto_declareChild(test_Select_o, "tc_selectTreeWithAsterisk()", test_Case_o); - if (!test_Select_tc_selectTreeWithAsterisk_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectTreeWithAsterisk()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectTreeWithAsterisk() */ - if (!corto_checkState(test_Select_tc_selectTreeWithAsterisk_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectTreeWithAsterisk_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectTreeWithAsterisk_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectTreeWithAsterisk_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectTreeWithAsterisk() with C-function */ - corto_function(test_Select_tc_selectTreeWithAsterisk_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectTreeWithAsterisk(void *args, void *result); - corto_function(test_Select_tc_selectTreeWithAsterisk_o)->impl = (corto_word)__test_Select_tc_selectTreeWithAsterisk; - if (corto_define(test_Select_tc_selectTreeWithAsterisk_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectTreeWithAsterisk()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectTreeWithAsteriskFilter() */ - test_Select_tc_selectTreeWithAsteriskFilter_o = corto_declareChild(test_Select_o, "tc_selectTreeWithAsteriskFilter()", test_Case_o); - if (!test_Select_tc_selectTreeWithAsteriskFilter_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectTreeWithAsteriskFilter()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectTreeWithAsteriskFilter() */ - if (!corto_checkState(test_Select_tc_selectTreeWithAsteriskFilter_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectTreeWithAsteriskFilter_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectTreeWithAsteriskFilter_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectTreeWithAsteriskFilter_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectTreeWithAsteriskFilter() with C-function */ - corto_function(test_Select_tc_selectTreeWithAsteriskFilter_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectTreeWithAsteriskFilter(void *args, void *result); - corto_function(test_Select_tc_selectTreeWithAsteriskFilter_o)->impl = (corto_word)__test_Select_tc_selectTreeWithAsteriskFilter; - if (corto_define(test_Select_tc_selectTreeWithAsteriskFilter_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectTreeWithAsteriskFilter()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectTreeWithWildcard() */ - test_Select_tc_selectTreeWithWildcard_o = corto_declareChild(test_Select_o, "tc_selectTreeWithWildcard()", test_Case_o); - if (!test_Select_tc_selectTreeWithWildcard_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectTreeWithWildcard()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectTreeWithWildcard() */ - if (!corto_checkState(test_Select_tc_selectTreeWithWildcard_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectTreeWithWildcard_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectTreeWithWildcard_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectTreeWithWildcard_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectTreeWithWildcard() with C-function */ - corto_function(test_Select_tc_selectTreeWithWildcard_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectTreeWithWildcard(void *args, void *result); - corto_function(test_Select_tc_selectTreeWithWildcard_o)->impl = (corto_word)__test_Select_tc_selectTreeWithWildcard; - if (corto_define(test_Select_tc_selectTreeWithWildcard_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectTreeWithWildcard()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectTreeWithWildcardFilter() */ - test_Select_tc_selectTreeWithWildcardFilter_o = corto_declareChild(test_Select_o, "tc_selectTreeWithWildcardFilter()", test_Case_o); - if (!test_Select_tc_selectTreeWithWildcardFilter_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectTreeWithWildcardFilter()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectTreeWithWildcardFilter() */ - if (!corto_checkState(test_Select_tc_selectTreeWithWildcardFilter_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectTreeWithWildcardFilter_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectTreeWithWildcardFilter_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectTreeWithWildcardFilter_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectTreeWithWildcardFilter() with C-function */ - corto_function(test_Select_tc_selectTreeWithWildcardFilter_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectTreeWithWildcardFilter(void *args, void *result); - corto_function(test_Select_tc_selectTreeWithWildcardFilter_o)->impl = (corto_word)__test_Select_tc_selectTreeWithWildcardFilter; - if (corto_define(test_Select_tc_selectTreeWithWildcardFilter_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectTreeWithWildcardFilter()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/Select/tc_selectUnderscore() */ - test_Select_tc_selectUnderscore_o = corto_declareChild(test_Select_o, "tc_selectUnderscore()", test_Case_o); - if (!test_Select_tc_selectUnderscore_o) { - corto_error("test_load: failed to declare '/test/Select/tc_selectUnderscore()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/tc_selectUnderscore() */ - if (!corto_checkState(test_Select_tc_selectUnderscore_o, CORTO_DEFINED)) { - corto_function(test_Select_tc_selectUnderscore_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_Select_tc_selectUnderscore_o)->returnsReference = FALSE; - corto_method(test_Select_tc_selectUnderscore_o)->_virtual = FALSE; - - /* Bind /test/Select/tc_selectUnderscore() with C-function */ - corto_function(test_Select_tc_selectUnderscore_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_tc_selectUnderscore(void *args, void *result); - corto_function(test_Select_tc_selectUnderscore_o)->impl = (corto_word)__test_Select_tc_selectUnderscore; - if (corto_define(test_Select_tc_selectUnderscore_o)) { - corto_error("test_load: failed to define '/test/Select/tc_selectUnderscore()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/selectItem */ - test_selectItem_o = corto_declareChild(test_o, "selectItem", corto_struct_o); - if (!test_selectItem_o) { - corto_error("test_load: failed to declare '/test/selectItem' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/collect(object scope,string expr) */ - if (!corto_checkState(test_Select_collect_o, CORTO_DEFINED)) { - test_Select_collect_o->returnType = corto_resolve(NULL, "/corto/lang/list{/test/selectItem,0}"); - test_Select_collect_o->returnsReference = FALSE; - - /* Bind /test/Select/collect(object scope,string expr) with C-function */ - corto_function(test_Select_collect_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_collect(void *args, void *result); - corto_function(test_Select_collect_o)->impl = (corto_word)__test_Select_collect; - if (corto_define(test_Select_collect_o)) { - corto_error("test_load: failed to define '/test/Select/collect(object scope,string expr)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/selectItem/name */ - test_selectItem_name_o = corto_declareChild(test_selectItem_o, "name", corto_member_o); - if (!test_selectItem_name_o) { - corto_error("test_load: failed to declare '/test/selectItem/name' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/selectItem/name */ - if (!corto_checkState(test_selectItem_name_o, CORTO_DEFINED)) { - test_selectItem_name_o->type = corto_resolve(NULL, "/corto/lang/string"); - test_selectItem_name_o->modifiers = 0x0; - test_selectItem_name_o->state = 0x6; - test_selectItem_name_o->weak = FALSE; - test_selectItem_name_o->id = 1; - if (corto_define(test_selectItem_name_o)) { - corto_error("test_load: failed to define '/test/selectItem/name' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/selectItem/parent */ - test_selectItem_parent_o = corto_declareChild(test_selectItem_o, "parent", corto_member_o); - if (!test_selectItem_parent_o) { - corto_error("test_load: failed to declare '/test/selectItem/parent' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/selectItem/parent */ - if (!corto_checkState(test_selectItem_parent_o, CORTO_DEFINED)) { - test_selectItem_parent_o->type = corto_resolve(NULL, "/corto/lang/string"); - test_selectItem_parent_o->modifiers = 0x0; - test_selectItem_parent_o->state = 0x6; - test_selectItem_parent_o->weak = FALSE; - test_selectItem_parent_o->id = 0; - if (corto_define(test_selectItem_parent_o)) { - corto_error("test_load: failed to define '/test/selectItem/parent' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/selectItem/type */ - test_selectItem_type_o = corto_declareChild(test_selectItem_o, "type", corto_member_o); - if (!test_selectItem_type_o) { - corto_error("test_load: failed to declare '/test/selectItem/type' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/selectItem/type */ - if (!corto_checkState(test_selectItem_type_o, CORTO_DEFINED)) { - test_selectItem_type_o->type = corto_resolve(NULL, "/corto/lang/string"); - test_selectItem_type_o->modifiers = 0x0; - test_selectItem_type_o->state = 0x6; - test_selectItem_type_o->weak = FALSE; - test_selectItem_type_o->id = 2; - if (corto_define(test_selectItem_type_o)) { - corto_error("test_load: failed to define '/test/selectItem/type' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/selectItem */ - if (!corto_checkState(test_selectItem_o, CORTO_DEFINED)) { - corto_type(test_selectItem_o)->parentType = NULL; - corto_type(test_selectItem_o)->parentState = 0x6; - corto_type(test_selectItem_o)->defaultType = NULL; - corto_type(test_selectItem_o)->defaultProcedureType = NULL; - corto_interface(test_selectItem_o)->base = NULL; - test_selectItem_o->baseAccess = 0x0; - if (corto_define(test_selectItem_o)) { - corto_error("test_load: failed to define '/test/selectItem' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_selectItem_o)->size != sizeof(test_selectItem)) { - corto_error("test_load: calculated size '%d' of type '/test/selectItem' doesn't match C-type size '%d'", corto_type(test_selectItem_o)->size, sizeof(test_selectItem)); - } - - /* Declare /test/StringDeserializer */ - test_StringDeserializer_o = corto_declareChild(test_o, "StringDeserializer", test_Suite_o); - if (!test_StringDeserializer_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/StringDeserializer/setup() */ - test_StringDeserializer_setup_o = corto_declareChild(test_StringDeserializer_o, "setup()", corto_method_o); - if (!test_StringDeserializer_setup_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/setup()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/setup() */ - if (!corto_checkState(test_StringDeserializer_setup_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_setup_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_setup_o)->returnsReference = FALSE; - test_StringDeserializer_setup_o->_virtual = FALSE; - - /* Bind /test/StringDeserializer/setup() with C-function */ - corto_function(test_StringDeserializer_setup_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_setup(void *args, void *result); - corto_function(test_StringDeserializer_setup_o)->impl = (corto_word)__test_StringDeserializer_setup; - if (corto_define(test_StringDeserializer_setup_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/setup()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/teardown() */ - test_StringDeserializer_teardown_o = corto_declareChild(test_StringDeserializer_o, "teardown()", corto_method_o); - if (!test_StringDeserializer_teardown_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/teardown()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/teardown() */ - if (!corto_checkState(test_StringDeserializer_teardown_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_teardown_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_teardown_o)->returnsReference = FALSE; - test_StringDeserializer_teardown_o->_virtual = FALSE; - - /* Bind /test/StringDeserializer/teardown() with C-function */ - corto_function(test_StringDeserializer_teardown_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_teardown(void *args, void *result); - corto_function(test_StringDeserializer_teardown_o)->impl = (corto_word)__test_StringDeserializer_teardown; - if (corto_define(test_StringDeserializer_teardown_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/teardown()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/StringDeserializer */ - if (!corto_checkState(test_StringDeserializer_o, CORTO_DEFINED)) { - corto_type(test_StringDeserializer_o)->parentType = NULL; - corto_type(test_StringDeserializer_o)->parentState = 0x6; - corto_type(test_StringDeserializer_o)->defaultType = NULL; - corto_type(test_StringDeserializer_o)->defaultProcedureType = NULL; - corto_interface(test_StringDeserializer_o)->base = corto_resolve(NULL, "/corto/test/SuiteData"); - corto_struct(test_StringDeserializer_o)->baseAccess = 0x0; - corto_class(test_StringDeserializer_o)->implements.length = 0; - corto_class(test_StringDeserializer_o)->implements.buffer = NULL; - if (corto_define(test_StringDeserializer_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_StringDeserializer_o)->size != sizeof(struct test_StringDeserializer_s)) { - corto_error("test_load: calculated size '%d' of type '/test/StringDeserializer' doesn't match C-type size '%d'", corto_type(test_StringDeserializer_o)->size, sizeof(struct test_StringDeserializer_s)); - } - - /* Declare /test/StringDeserializer/tc_deserAnonymousMultiple() */ - test_StringDeserializer_tc_deserAnonymousMultiple_o = corto_declareChild(test_StringDeserializer_o, "tc_deserAnonymousMultiple()", test_Case_o); - if (!test_StringDeserializer_tc_deserAnonymousMultiple_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserAnonymousMultiple()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserAnonymousMultiple() */ - if (!corto_checkState(test_StringDeserializer_tc_deserAnonymousMultiple_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserAnonymousMultiple_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserAnonymousMultiple_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserAnonymousMultiple_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserAnonymousMultiple() with C-function */ - corto_function(test_StringDeserializer_tc_deserAnonymousMultiple_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserAnonymousMultiple(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserAnonymousMultiple_o)->impl = (corto_word)__test_StringDeserializer_tc_deserAnonymousMultiple; - if (corto_define(test_StringDeserializer_tc_deserAnonymousMultiple_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserAnonymousMultiple()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserAnonymousNested() */ - test_StringDeserializer_tc_deserAnonymousNested_o = corto_declareChild(test_StringDeserializer_o, "tc_deserAnonymousNested()", test_Case_o); - if (!test_StringDeserializer_tc_deserAnonymousNested_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserAnonymousNested()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserAnonymousNested() */ - if (!corto_checkState(test_StringDeserializer_tc_deserAnonymousNested_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserAnonymousNested_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserAnonymousNested_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserAnonymousNested_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserAnonymousNested() with C-function */ - corto_function(test_StringDeserializer_tc_deserAnonymousNested_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserAnonymousNested(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserAnonymousNested_o)->impl = (corto_word)__test_StringDeserializer_tc_deserAnonymousNested; - if (corto_define(test_StringDeserializer_tc_deserAnonymousNested_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserAnonymousNested()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserAnonymousReuse() */ - test_StringDeserializer_tc_deserAnonymousReuse_o = corto_declareChild(test_StringDeserializer_o, "tc_deserAnonymousReuse()", test_Case_o); - if (!test_StringDeserializer_tc_deserAnonymousReuse_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserAnonymousReuse()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserAnonymousReuse() */ - if (!corto_checkState(test_StringDeserializer_tc_deserAnonymousReuse_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserAnonymousReuse_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserAnonymousReuse_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserAnonymousReuse_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserAnonymousReuse() with C-function */ - corto_function(test_StringDeserializer_tc_deserAnonymousReuse_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserAnonymousReuse(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserAnonymousReuse_o)->impl = (corto_word)__test_StringDeserializer_tc_deserAnonymousReuse; - if (corto_define(test_StringDeserializer_tc_deserAnonymousReuse_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserAnonymousReuse()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserAnonymousReuseNested() */ - test_StringDeserializer_tc_deserAnonymousReuseNested_o = corto_declareChild(test_StringDeserializer_o, "tc_deserAnonymousReuseNested()", test_Case_o); - if (!test_StringDeserializer_tc_deserAnonymousReuseNested_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserAnonymousReuseNested()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserAnonymousReuseNested() */ - if (!corto_checkState(test_StringDeserializer_tc_deserAnonymousReuseNested_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserAnonymousReuseNested_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserAnonymousReuseNested_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserAnonymousReuseNested_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserAnonymousReuseNested() with C-function */ - corto_function(test_StringDeserializer_tc_deserAnonymousReuseNested_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserAnonymousReuseNested(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserAnonymousReuseNested_o)->impl = (corto_word)__test_StringDeserializer_tc_deserAnonymousReuseNested; - if (corto_define(test_StringDeserializer_tc_deserAnonymousReuseNested_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserAnonymousReuseNested()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserAnonymousSimple() */ - test_StringDeserializer_tc_deserAnonymousSimple_o = corto_declareChild(test_StringDeserializer_o, "tc_deserAnonymousSimple()", test_Case_o); - if (!test_StringDeserializer_tc_deserAnonymousSimple_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserAnonymousSimple()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserAnonymousSimple() */ - if (!corto_checkState(test_StringDeserializer_tc_deserAnonymousSimple_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserAnonymousSimple_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserAnonymousSimple_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserAnonymousSimple_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserAnonymousSimple() with C-function */ - corto_function(test_StringDeserializer_tc_deserAnonymousSimple_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserAnonymousSimple(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserAnonymousSimple_o)->impl = (corto_word)__test_StringDeserializer_tc_deserAnonymousSimple; - if (corto_define(test_StringDeserializer_tc_deserAnonymousSimple_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserAnonymousSimple()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserBoolFalse() */ - test_StringDeserializer_tc_deserBoolFalse_o = corto_declareChild(test_StringDeserializer_o, "tc_deserBoolFalse()", test_Case_o); - if (!test_StringDeserializer_tc_deserBoolFalse_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserBoolFalse()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserBoolFalse() */ - if (!corto_checkState(test_StringDeserializer_tc_deserBoolFalse_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserBoolFalse_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserBoolFalse_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserBoolFalse_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserBoolFalse() with C-function */ - corto_function(test_StringDeserializer_tc_deserBoolFalse_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserBoolFalse(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserBoolFalse_o)->impl = (corto_word)__test_StringDeserializer_tc_deserBoolFalse; - if (corto_define(test_StringDeserializer_tc_deserBoolFalse_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserBoolFalse()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserBoolInvalid() */ - test_StringDeserializer_tc_deserBoolInvalid_o = corto_declareChild(test_StringDeserializer_o, "tc_deserBoolInvalid()", test_Case_o); - if (!test_StringDeserializer_tc_deserBoolInvalid_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserBoolInvalid()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserBoolInvalid() */ - if (!corto_checkState(test_StringDeserializer_tc_deserBoolInvalid_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserBoolInvalid_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserBoolInvalid_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserBoolInvalid_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserBoolInvalid() with C-function */ - corto_function(test_StringDeserializer_tc_deserBoolInvalid_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserBoolInvalid(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserBoolInvalid_o)->impl = (corto_word)__test_StringDeserializer_tc_deserBoolInvalid; - if (corto_define(test_StringDeserializer_tc_deserBoolInvalid_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserBoolInvalid()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserBoolTrue() */ - test_StringDeserializer_tc_deserBoolTrue_o = corto_declareChild(test_StringDeserializer_o, "tc_deserBoolTrue()", test_Case_o); - if (!test_StringDeserializer_tc_deserBoolTrue_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserBoolTrue()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserBoolTrue() */ - if (!corto_checkState(test_StringDeserializer_tc_deserBoolTrue_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserBoolTrue_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserBoolTrue_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserBoolTrue_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserBoolTrue() with C-function */ - corto_function(test_StringDeserializer_tc_deserBoolTrue_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserBoolTrue(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserBoolTrue_o)->impl = (corto_word)__test_StringDeserializer_tc_deserBoolTrue; - if (corto_define(test_StringDeserializer_tc_deserBoolTrue_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserBoolTrue()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserChar() */ - test_StringDeserializer_tc_deserChar_o = corto_declareChild(test_StringDeserializer_o, "tc_deserChar()", test_Case_o); - if (!test_StringDeserializer_tc_deserChar_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserChar()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserChar() */ - if (!corto_checkState(test_StringDeserializer_tc_deserChar_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserChar_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserChar_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserChar_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserChar() with C-function */ - corto_function(test_StringDeserializer_tc_deserChar_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserChar(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserChar_o)->impl = (corto_word)__test_StringDeserializer_tc_deserChar; - if (corto_define(test_StringDeserializer_tc_deserChar_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserChar()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserCharEscape() */ - test_StringDeserializer_tc_deserCharEscape_o = corto_declareChild(test_StringDeserializer_o, "tc_deserCharEscape()", test_Case_o); - if (!test_StringDeserializer_tc_deserCharEscape_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserCharEscape()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserCharEscape() */ - if (!corto_checkState(test_StringDeserializer_tc_deserCharEscape_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserCharEscape_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserCharEscape_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserCharEscape_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserCharEscape() with C-function */ - corto_function(test_StringDeserializer_tc_deserCharEscape_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserCharEscape(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserCharEscape_o)->impl = (corto_word)__test_StringDeserializer_tc_deserCharEscape; - if (corto_define(test_StringDeserializer_tc_deserCharEscape_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserCharEscape()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserCharEscapeQuoted() */ - test_StringDeserializer_tc_deserCharEscapeQuoted_o = corto_declareChild(test_StringDeserializer_o, "tc_deserCharEscapeQuoted()", test_Case_o); - if (!test_StringDeserializer_tc_deserCharEscapeQuoted_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserCharEscapeQuoted()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserCharEscapeQuoted() */ - if (!corto_checkState(test_StringDeserializer_tc_deserCharEscapeQuoted_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserCharEscapeQuoted_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserCharEscapeQuoted_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserCharEscapeQuoted_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserCharEscapeQuoted() with C-function */ - corto_function(test_StringDeserializer_tc_deserCharEscapeQuoted_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserCharEscapeQuoted(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserCharEscapeQuoted_o)->impl = (corto_word)__test_StringDeserializer_tc_deserCharEscapeQuoted; - if (corto_define(test_StringDeserializer_tc_deserCharEscapeQuoted_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserCharEscapeQuoted()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserCharNull() */ - test_StringDeserializer_tc_deserCharNull_o = corto_declareChild(test_StringDeserializer_o, "tc_deserCharNull()", test_Case_o); - if (!test_StringDeserializer_tc_deserCharNull_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserCharNull()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserCharNull() */ - if (!corto_checkState(test_StringDeserializer_tc_deserCharNull_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserCharNull_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserCharNull_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserCharNull_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserCharNull() with C-function */ - corto_function(test_StringDeserializer_tc_deserCharNull_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserCharNull(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserCharNull_o)->impl = (corto_word)__test_StringDeserializer_tc_deserCharNull; - if (corto_define(test_StringDeserializer_tc_deserCharNull_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserCharNull()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserCharNullQuoted() */ - test_StringDeserializer_tc_deserCharNullQuoted_o = corto_declareChild(test_StringDeserializer_o, "tc_deserCharNullQuoted()", test_Case_o); - if (!test_StringDeserializer_tc_deserCharNullQuoted_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserCharNullQuoted()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserCharNullQuoted() */ - if (!corto_checkState(test_StringDeserializer_tc_deserCharNullQuoted_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserCharNullQuoted_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserCharNullQuoted_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserCharNullQuoted_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserCharNullQuoted() with C-function */ - corto_function(test_StringDeserializer_tc_deserCharNullQuoted_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserCharNullQuoted(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserCharNullQuoted_o)->impl = (corto_word)__test_StringDeserializer_tc_deserCharNullQuoted; - if (corto_define(test_StringDeserializer_tc_deserCharNullQuoted_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserCharNullQuoted()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserCharQuoted() */ - test_StringDeserializer_tc_deserCharQuoted_o = corto_declareChild(test_StringDeserializer_o, "tc_deserCharQuoted()", test_Case_o); - if (!test_StringDeserializer_tc_deserCharQuoted_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserCharQuoted()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserCharQuoted() */ - if (!corto_checkState(test_StringDeserializer_tc_deserCharQuoted_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserCharQuoted_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserCharQuoted_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserCharQuoted_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserCharQuoted() with C-function */ - corto_function(test_StringDeserializer_tc_deserCharQuoted_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserCharQuoted(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserCharQuoted_o)->impl = (corto_word)__test_StringDeserializer_tc_deserCharQuoted; - if (corto_define(test_StringDeserializer_tc_deserCharQuoted_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserCharQuoted()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserCollection() */ - test_StringDeserializer_tc_deserCollection_o = corto_declareChild(test_StringDeserializer_o, "tc_deserCollection()", test_Case_o); - if (!test_StringDeserializer_tc_deserCollection_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserCollection()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserCollection() */ - if (!corto_checkState(test_StringDeserializer_tc_deserCollection_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserCollection_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserCollection_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserCollection_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserCollection() with C-function */ - corto_function(test_StringDeserializer_tc_deserCollection_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserCollection(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserCollection_o)->impl = (corto_word)__test_StringDeserializer_tc_deserCollection; - if (corto_define(test_StringDeserializer_tc_deserCollection_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserCollection()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserCollectionComplex() */ - test_StringDeserializer_tc_deserCollectionComplex_o = corto_declareChild(test_StringDeserializer_o, "tc_deserCollectionComplex()", test_Case_o); - if (!test_StringDeserializer_tc_deserCollectionComplex_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserCollectionComplex()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserCollectionComplex() */ - if (!corto_checkState(test_StringDeserializer_tc_deserCollectionComplex_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserCollectionComplex_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserCollectionComplex_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserCollectionComplex_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserCollectionComplex() with C-function */ - corto_function(test_StringDeserializer_tc_deserCollectionComplex_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserCollectionComplex(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserCollectionComplex_o)->impl = (corto_word)__test_StringDeserializer_tc_deserCollectionComplex; - if (corto_define(test_StringDeserializer_tc_deserCollectionComplex_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserCollectionComplex()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserComposite() */ - test_StringDeserializer_tc_deserComposite_o = corto_declareChild(test_StringDeserializer_o, "tc_deserComposite()", test_Case_o); - if (!test_StringDeserializer_tc_deserComposite_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserComposite()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserComposite() */ - if (!corto_checkState(test_StringDeserializer_tc_deserComposite_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserComposite_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserComposite_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserComposite_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserComposite() with C-function */ - corto_function(test_StringDeserializer_tc_deserComposite_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserComposite(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserComposite_o)->impl = (corto_word)__test_StringDeserializer_tc_deserComposite; - if (corto_define(test_StringDeserializer_tc_deserComposite_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserComposite()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserCompositeMembers() */ - test_StringDeserializer_tc_deserCompositeMembers_o = corto_declareChild(test_StringDeserializer_o, "tc_deserCompositeMembers()", test_Case_o); - if (!test_StringDeserializer_tc_deserCompositeMembers_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserCompositeMembers()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserCompositeMembers() */ - if (!corto_checkState(test_StringDeserializer_tc_deserCompositeMembers_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserCompositeMembers_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserCompositeMembers_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserCompositeMembers_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserCompositeMembers() with C-function */ - corto_function(test_StringDeserializer_tc_deserCompositeMembers_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserCompositeMembers(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserCompositeMembers_o)->impl = (corto_word)__test_StringDeserializer_tc_deserCompositeMembers; - if (corto_define(test_StringDeserializer_tc_deserCompositeMembers_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserCompositeMembers()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserCompositeMixed() */ - test_StringDeserializer_tc_deserCompositeMixed_o = corto_declareChild(test_StringDeserializer_o, "tc_deserCompositeMixed()", test_Case_o); - if (!test_StringDeserializer_tc_deserCompositeMixed_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserCompositeMixed()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserCompositeMixed() */ - if (!corto_checkState(test_StringDeserializer_tc_deserCompositeMixed_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserCompositeMixed_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserCompositeMixed_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserCompositeMixed_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserCompositeMixed() with C-function */ - corto_function(test_StringDeserializer_tc_deserCompositeMixed_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserCompositeMixed(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserCompositeMixed_o)->impl = (corto_word)__test_StringDeserializer_tc_deserCompositeMixed; - if (corto_define(test_StringDeserializer_tc_deserCompositeMixed_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserCompositeMixed()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserCompositeNested() */ - test_StringDeserializer_tc_deserCompositeNested_o = corto_declareChild(test_StringDeserializer_o, "tc_deserCompositeNested()", test_Case_o); - if (!test_StringDeserializer_tc_deserCompositeNested_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserCompositeNested()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserCompositeNested() */ - if (!corto_checkState(test_StringDeserializer_tc_deserCompositeNested_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserCompositeNested_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserCompositeNested_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserCompositeNested_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserCompositeNested() with C-function */ - corto_function(test_StringDeserializer_tc_deserCompositeNested_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserCompositeNested(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserCompositeNested_o)->impl = (corto_word)__test_StringDeserializer_tc_deserCompositeNested; - if (corto_define(test_StringDeserializer_tc_deserCompositeNested_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserCompositeNested()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserCompositeNestedMembers() */ - test_StringDeserializer_tc_deserCompositeNestedMembers_o = corto_declareChild(test_StringDeserializer_o, "tc_deserCompositeNestedMembers()", test_Case_o); - if (!test_StringDeserializer_tc_deserCompositeNestedMembers_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserCompositeNestedMembers()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserCompositeNestedMembers() */ - if (!corto_checkState(test_StringDeserializer_tc_deserCompositeNestedMembers_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserCompositeNestedMembers_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserCompositeNestedMembers_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserCompositeNestedMembers_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserCompositeNestedMembers() with C-function */ - corto_function(test_StringDeserializer_tc_deserCompositeNestedMembers_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserCompositeNestedMembers(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserCompositeNestedMembers_o)->impl = (corto_word)__test_StringDeserializer_tc_deserCompositeNestedMembers; - if (corto_define(test_StringDeserializer_tc_deserCompositeNestedMembers_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserCompositeNestedMembers()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserCompositeNestedMixed() */ - test_StringDeserializer_tc_deserCompositeNestedMixed_o = corto_declareChild(test_StringDeserializer_o, "tc_deserCompositeNestedMixed()", test_Case_o); - if (!test_StringDeserializer_tc_deserCompositeNestedMixed_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserCompositeNestedMixed()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserCompositeNestedMixed() */ - if (!corto_checkState(test_StringDeserializer_tc_deserCompositeNestedMixed_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserCompositeNestedMixed_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserCompositeNestedMixed_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserCompositeNestedMixed_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserCompositeNestedMixed() with C-function */ - corto_function(test_StringDeserializer_tc_deserCompositeNestedMixed_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserCompositeNestedMixed(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserCompositeNestedMixed_o)->impl = (corto_word)__test_StringDeserializer_tc_deserCompositeNestedMixed; - if (corto_define(test_StringDeserializer_tc_deserCompositeNestedMixed_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserCompositeNestedMixed()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserCompositeNoType() */ - test_StringDeserializer_tc_deserCompositeNoType_o = corto_declareChild(test_StringDeserializer_o, "tc_deserCompositeNoType()", test_Case_o); - if (!test_StringDeserializer_tc_deserCompositeNoType_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserCompositeNoType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserCompositeNoType() */ - if (!corto_checkState(test_StringDeserializer_tc_deserCompositeNoType_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserCompositeNoType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserCompositeNoType_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserCompositeNoType_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserCompositeNoType() with C-function */ - corto_function(test_StringDeserializer_tc_deserCompositeNoType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserCompositeNoType(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserCompositeNoType_o)->impl = (corto_word)__test_StringDeserializer_tc_deserCompositeNoType; - if (corto_define(test_StringDeserializer_tc_deserCompositeNoType_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserCompositeNoType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserCompositeWhitespace() */ - test_StringDeserializer_tc_deserCompositeWhitespace_o = corto_declareChild(test_StringDeserializer_o, "tc_deserCompositeWhitespace()", test_Case_o); - if (!test_StringDeserializer_tc_deserCompositeWhitespace_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserCompositeWhitespace()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserCompositeWhitespace() */ - if (!corto_checkState(test_StringDeserializer_tc_deserCompositeWhitespace_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserCompositeWhitespace_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserCompositeWhitespace_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserCompositeWhitespace_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserCompositeWhitespace() with C-function */ - corto_function(test_StringDeserializer_tc_deserCompositeWhitespace_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserCompositeWhitespace(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserCompositeWhitespace_o)->impl = (corto_word)__test_StringDeserializer_tc_deserCompositeWhitespace; - if (corto_define(test_StringDeserializer_tc_deserCompositeWhitespace_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserCompositeWhitespace()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserExisting() */ - test_StringDeserializer_tc_deserExisting_o = corto_declareChild(test_StringDeserializer_o, "tc_deserExisting()", test_Case_o); - if (!test_StringDeserializer_tc_deserExisting_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserExisting()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserExisting() */ - if (!corto_checkState(test_StringDeserializer_tc_deserExisting_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserExisting_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserExisting_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserExisting_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserExisting() with C-function */ - corto_function(test_StringDeserializer_tc_deserExisting_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserExisting(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserExisting_o)->impl = (corto_word)__test_StringDeserializer_tc_deserExisting; - if (corto_define(test_StringDeserializer_tc_deserExisting_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserExisting()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserExisting_w_scopedType() */ - test_StringDeserializer_tc_deserExisting_w_scopedType_o = corto_declareChild(test_StringDeserializer_o, "tc_deserExisting_w_scopedType()", test_Case_o); - if (!test_StringDeserializer_tc_deserExisting_w_scopedType_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserExisting_w_scopedType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserExisting_w_scopedType() */ - if (!corto_checkState(test_StringDeserializer_tc_deserExisting_w_scopedType_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserExisting_w_scopedType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserExisting_w_scopedType_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserExisting_w_scopedType_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserExisting_w_scopedType() with C-function */ - corto_function(test_StringDeserializer_tc_deserExisting_w_scopedType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserExisting_w_scopedType(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserExisting_w_scopedType_o)->impl = (corto_word)__test_StringDeserializer_tc_deserExisting_w_scopedType; - if (corto_define(test_StringDeserializer_tc_deserExisting_w_scopedType_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserExisting_w_scopedType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserExisting_w_type() */ - test_StringDeserializer_tc_deserExisting_w_type_o = corto_declareChild(test_StringDeserializer_o, "tc_deserExisting_w_type()", test_Case_o); - if (!test_StringDeserializer_tc_deserExisting_w_type_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserExisting_w_type()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserExisting_w_type() */ - if (!corto_checkState(test_StringDeserializer_tc_deserExisting_w_type_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserExisting_w_type_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserExisting_w_type_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserExisting_w_type_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserExisting_w_type() with C-function */ - corto_function(test_StringDeserializer_tc_deserExisting_w_type_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserExisting_w_type(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserExisting_w_type_o)->impl = (corto_word)__test_StringDeserializer_tc_deserExisting_w_type; - if (corto_define(test_StringDeserializer_tc_deserExisting_w_type_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserExisting_w_type()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserInheritance() */ - test_StringDeserializer_tc_deserInheritance_o = corto_declareChild(test_StringDeserializer_o, "tc_deserInheritance()", test_Case_o); - if (!test_StringDeserializer_tc_deserInheritance_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserInheritance()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserInheritance() */ - if (!corto_checkState(test_StringDeserializer_tc_deserInheritance_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserInheritance_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserInheritance_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserInheritance_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserInheritance() with C-function */ - corto_function(test_StringDeserializer_tc_deserInheritance_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserInheritance(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserInheritance_o)->impl = (corto_word)__test_StringDeserializer_tc_deserInheritance; - if (corto_define(test_StringDeserializer_tc_deserInheritance_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserInheritance()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserInheritanceMembers() */ - test_StringDeserializer_tc_deserInheritanceMembers_o = corto_declareChild(test_StringDeserializer_o, "tc_deserInheritanceMembers()", test_Case_o); - if (!test_StringDeserializer_tc_deserInheritanceMembers_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserInheritanceMembers()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserInheritanceMembers() */ - if (!corto_checkState(test_StringDeserializer_tc_deserInheritanceMembers_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserInheritanceMembers_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserInheritanceMembers_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserInheritanceMembers_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserInheritanceMembers() with C-function */ - corto_function(test_StringDeserializer_tc_deserInheritanceMembers_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserInheritanceMembers(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserInheritanceMembers_o)->impl = (corto_word)__test_StringDeserializer_tc_deserInheritanceMembers; - if (corto_define(test_StringDeserializer_tc_deserInheritanceMembers_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserInheritanceMembers()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserInheritanceMixed() */ - test_StringDeserializer_tc_deserInheritanceMixed_o = corto_declareChild(test_StringDeserializer_o, "tc_deserInheritanceMixed()", test_Case_o); - if (!test_StringDeserializer_tc_deserInheritanceMixed_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserInheritanceMixed()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserInheritanceMixed() */ - if (!corto_checkState(test_StringDeserializer_tc_deserInheritanceMixed_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserInheritanceMixed_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserInheritanceMixed_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserInheritanceMixed_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserInheritanceMixed() with C-function */ - corto_function(test_StringDeserializer_tc_deserInheritanceMixed_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserInheritanceMixed(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserInheritanceMixed_o)->impl = (corto_word)__test_StringDeserializer_tc_deserInheritanceMixed; - if (corto_define(test_StringDeserializer_tc_deserInheritanceMixed_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserInheritanceMixed()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserInt16() */ - test_StringDeserializer_tc_deserInt16_o = corto_declareChild(test_StringDeserializer_o, "tc_deserInt16()", test_Case_o); - if (!test_StringDeserializer_tc_deserInt16_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserInt16()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserInt16() */ - if (!corto_checkState(test_StringDeserializer_tc_deserInt16_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserInt16_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserInt16_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserInt16_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserInt16() with C-function */ - corto_function(test_StringDeserializer_tc_deserInt16_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserInt16(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserInt16_o)->impl = (corto_word)__test_StringDeserializer_tc_deserInt16; - if (corto_define(test_StringDeserializer_tc_deserInt16_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserInt16()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserInt16Minus() */ - test_StringDeserializer_tc_deserInt16Minus_o = corto_declareChild(test_StringDeserializer_o, "tc_deserInt16Minus()", test_Case_o); - if (!test_StringDeserializer_tc_deserInt16Minus_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserInt16Minus()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserInt16Minus() */ - if (!corto_checkState(test_StringDeserializer_tc_deserInt16Minus_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserInt16Minus_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserInt16Minus_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserInt16Minus_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserInt16Minus() with C-function */ - corto_function(test_StringDeserializer_tc_deserInt16Minus_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserInt16Minus(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserInt16Minus_o)->impl = (corto_word)__test_StringDeserializer_tc_deserInt16Minus; - if (corto_define(test_StringDeserializer_tc_deserInt16Minus_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserInt16Minus()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserInt16Overflow() */ - test_StringDeserializer_tc_deserInt16Overflow_o = corto_declareChild(test_StringDeserializer_o, "tc_deserInt16Overflow()", test_Case_o); - if (!test_StringDeserializer_tc_deserInt16Overflow_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserInt16Overflow()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserInt16Overflow() */ - if (!corto_checkState(test_StringDeserializer_tc_deserInt16Overflow_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserInt16Overflow_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserInt16Overflow_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserInt16Overflow_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserInt16Overflow() with C-function */ - corto_function(test_StringDeserializer_tc_deserInt16Overflow_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserInt16Overflow(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserInt16Overflow_o)->impl = (corto_word)__test_StringDeserializer_tc_deserInt16Overflow; - if (corto_define(test_StringDeserializer_tc_deserInt16Overflow_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserInt16Overflow()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserInt32() */ - test_StringDeserializer_tc_deserInt32_o = corto_declareChild(test_StringDeserializer_o, "tc_deserInt32()", test_Case_o); - if (!test_StringDeserializer_tc_deserInt32_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserInt32()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserInt32() */ - if (!corto_checkState(test_StringDeserializer_tc_deserInt32_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserInt32_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserInt32_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserInt32_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserInt32() with C-function */ - corto_function(test_StringDeserializer_tc_deserInt32_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserInt32(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserInt32_o)->impl = (corto_word)__test_StringDeserializer_tc_deserInt32; - if (corto_define(test_StringDeserializer_tc_deserInt32_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserInt32()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserInt32Minus() */ - test_StringDeserializer_tc_deserInt32Minus_o = corto_declareChild(test_StringDeserializer_o, "tc_deserInt32Minus()", test_Case_o); - if (!test_StringDeserializer_tc_deserInt32Minus_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserInt32Minus()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserInt32Minus() */ - if (!corto_checkState(test_StringDeserializer_tc_deserInt32Minus_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserInt32Minus_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserInt32Minus_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserInt32Minus_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserInt32Minus() with C-function */ - corto_function(test_StringDeserializer_tc_deserInt32Minus_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserInt32Minus(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserInt32Minus_o)->impl = (corto_word)__test_StringDeserializer_tc_deserInt32Minus; - if (corto_define(test_StringDeserializer_tc_deserInt32Minus_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserInt32Minus()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserInt32Overflow() */ - test_StringDeserializer_tc_deserInt32Overflow_o = corto_declareChild(test_StringDeserializer_o, "tc_deserInt32Overflow()", test_Case_o); - if (!test_StringDeserializer_tc_deserInt32Overflow_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserInt32Overflow()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserInt32Overflow() */ - if (!corto_checkState(test_StringDeserializer_tc_deserInt32Overflow_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserInt32Overflow_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserInt32Overflow_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserInt32Overflow_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserInt32Overflow() with C-function */ - corto_function(test_StringDeserializer_tc_deserInt32Overflow_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserInt32Overflow(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserInt32Overflow_o)->impl = (corto_word)__test_StringDeserializer_tc_deserInt32Overflow; - if (corto_define(test_StringDeserializer_tc_deserInt32Overflow_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserInt32Overflow()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserInt64() */ - test_StringDeserializer_tc_deserInt64_o = corto_declareChild(test_StringDeserializer_o, "tc_deserInt64()", test_Case_o); - if (!test_StringDeserializer_tc_deserInt64_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserInt64()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserInt64() */ - if (!corto_checkState(test_StringDeserializer_tc_deserInt64_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserInt64_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserInt64_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserInt64_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserInt64() with C-function */ - corto_function(test_StringDeserializer_tc_deserInt64_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserInt64(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserInt64_o)->impl = (corto_word)__test_StringDeserializer_tc_deserInt64; - if (corto_define(test_StringDeserializer_tc_deserInt64_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserInt64()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserInt64Minus() */ - test_StringDeserializer_tc_deserInt64Minus_o = corto_declareChild(test_StringDeserializer_o, "tc_deserInt64Minus()", test_Case_o); - if (!test_StringDeserializer_tc_deserInt64Minus_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserInt64Minus()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserInt64Minus() */ - if (!corto_checkState(test_StringDeserializer_tc_deserInt64Minus_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserInt64Minus_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserInt64Minus_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserInt64Minus_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserInt64Minus() with C-function */ - corto_function(test_StringDeserializer_tc_deserInt64Minus_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserInt64Minus(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserInt64Minus_o)->impl = (corto_word)__test_StringDeserializer_tc_deserInt64Minus; - if (corto_define(test_StringDeserializer_tc_deserInt64Minus_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserInt64Minus()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserInt8() */ - test_StringDeserializer_tc_deserInt8_o = corto_declareChild(test_StringDeserializer_o, "tc_deserInt8()", test_Case_o); - if (!test_StringDeserializer_tc_deserInt8_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserInt8()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserInt8() */ - if (!corto_checkState(test_StringDeserializer_tc_deserInt8_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserInt8_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserInt8_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserInt8_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserInt8() with C-function */ - corto_function(test_StringDeserializer_tc_deserInt8_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserInt8(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserInt8_o)->impl = (corto_word)__test_StringDeserializer_tc_deserInt8; - if (corto_define(test_StringDeserializer_tc_deserInt8_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserInt8()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserInt8Minus() */ - test_StringDeserializer_tc_deserInt8Minus_o = corto_declareChild(test_StringDeserializer_o, "tc_deserInt8Minus()", test_Case_o); - if (!test_StringDeserializer_tc_deserInt8Minus_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserInt8Minus()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserInt8Minus() */ - if (!corto_checkState(test_StringDeserializer_tc_deserInt8Minus_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserInt8Minus_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserInt8Minus_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserInt8Minus_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserInt8Minus() with C-function */ - corto_function(test_StringDeserializer_tc_deserInt8Minus_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserInt8Minus(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserInt8Minus_o)->impl = (corto_word)__test_StringDeserializer_tc_deserInt8Minus; - if (corto_define(test_StringDeserializer_tc_deserInt8Minus_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserInt8Minus()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserInt8Overflow() */ - test_StringDeserializer_tc_deserInt8Overflow_o = corto_declareChild(test_StringDeserializer_o, "tc_deserInt8Overflow()", test_Case_o); - if (!test_StringDeserializer_tc_deserInt8Overflow_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserInt8Overflow()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserInt8Overflow() */ - if (!corto_checkState(test_StringDeserializer_tc_deserInt8Overflow_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserInt8Overflow_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserInt8Overflow_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserInt8Overflow_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserInt8Overflow() with C-function */ - corto_function(test_StringDeserializer_tc_deserInt8Overflow_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserInt8Overflow(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserInt8Overflow_o)->impl = (corto_word)__test_StringDeserializer_tc_deserInt8Overflow; - if (corto_define(test_StringDeserializer_tc_deserInt8Overflow_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserInt8Overflow()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserString() */ - test_StringDeserializer_tc_deserString_o = corto_declareChild(test_StringDeserializer_o, "tc_deserString()", test_Case_o); - if (!test_StringDeserializer_tc_deserString_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserString()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserString() */ - if (!corto_checkState(test_StringDeserializer_tc_deserString_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserString_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserString_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserString_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserString() with C-function */ - corto_function(test_StringDeserializer_tc_deserString_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserString(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserString_o)->impl = (corto_word)__test_StringDeserializer_tc_deserString; - if (corto_define(test_StringDeserializer_tc_deserString_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserString()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserStringEscape() */ - test_StringDeserializer_tc_deserStringEscape_o = corto_declareChild(test_StringDeserializer_o, "tc_deserStringEscape()", test_Case_o); - if (!test_StringDeserializer_tc_deserStringEscape_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserStringEscape()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserStringEscape() */ - if (!corto_checkState(test_StringDeserializer_tc_deserStringEscape_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserStringEscape_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserStringEscape_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserStringEscape_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserStringEscape() with C-function */ - corto_function(test_StringDeserializer_tc_deserStringEscape_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserStringEscape(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserStringEscape_o)->impl = (corto_word)__test_StringDeserializer_tc_deserStringEscape; - if (corto_define(test_StringDeserializer_tc_deserStringEscape_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserStringEscape()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserStringQuotes() */ - test_StringDeserializer_tc_deserStringQuotes_o = corto_declareChild(test_StringDeserializer_o, "tc_deserStringQuotes()", test_Case_o); - if (!test_StringDeserializer_tc_deserStringQuotes_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserStringQuotes()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserStringQuotes() */ - if (!corto_checkState(test_StringDeserializer_tc_deserStringQuotes_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserStringQuotes_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserStringQuotes_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserStringQuotes_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserStringQuotes() with C-function */ - corto_function(test_StringDeserializer_tc_deserStringQuotes_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserStringQuotes(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserStringQuotes_o)->impl = (corto_word)__test_StringDeserializer_tc_deserStringQuotes; - if (corto_define(test_StringDeserializer_tc_deserStringQuotes_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserStringQuotes()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserStringQuotesWhitespaces() */ - test_StringDeserializer_tc_deserStringQuotesWhitespaces_o = corto_declareChild(test_StringDeserializer_o, "tc_deserStringQuotesWhitespaces()", test_Case_o); - if (!test_StringDeserializer_tc_deserStringQuotesWhitespaces_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserStringQuotesWhitespaces()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserStringQuotesWhitespaces() */ - if (!corto_checkState(test_StringDeserializer_tc_deserStringQuotesWhitespaces_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserStringQuotesWhitespaces_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserStringQuotesWhitespaces_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserStringQuotesWhitespaces_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserStringQuotesWhitespaces() with C-function */ - corto_function(test_StringDeserializer_tc_deserStringQuotesWhitespaces_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserStringQuotesWhitespaces(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserStringQuotesWhitespaces_o)->impl = (corto_word)__test_StringDeserializer_tc_deserStringQuotesWhitespaces; - if (corto_define(test_StringDeserializer_tc_deserStringQuotesWhitespaces_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserStringQuotesWhitespaces()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserStringWhitespace() */ - test_StringDeserializer_tc_deserStringWhitespace_o = corto_declareChild(test_StringDeserializer_o, "tc_deserStringWhitespace()", test_Case_o); - if (!test_StringDeserializer_tc_deserStringWhitespace_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserStringWhitespace()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserStringWhitespace() */ - if (!corto_checkState(test_StringDeserializer_tc_deserStringWhitespace_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserStringWhitespace_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserStringWhitespace_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserStringWhitespace_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserStringWhitespace() with C-function */ - corto_function(test_StringDeserializer_tc_deserStringWhitespace_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserStringWhitespace(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserStringWhitespace_o)->impl = (corto_word)__test_StringDeserializer_tc_deserStringWhitespace; - if (corto_define(test_StringDeserializer_tc_deserStringWhitespace_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserStringWhitespace()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserStringWhitespaceTrailing() */ - test_StringDeserializer_tc_deserStringWhitespaceTrailing_o = corto_declareChild(test_StringDeserializer_o, "tc_deserStringWhitespaceTrailing()", test_Case_o); - if (!test_StringDeserializer_tc_deserStringWhitespaceTrailing_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserStringWhitespaceTrailing()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserStringWhitespaceTrailing() */ - if (!corto_checkState(test_StringDeserializer_tc_deserStringWhitespaceTrailing_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserStringWhitespaceTrailing_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserStringWhitespaceTrailing_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserStringWhitespaceTrailing_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserStringWhitespaceTrailing() with C-function */ - corto_function(test_StringDeserializer_tc_deserStringWhitespaceTrailing_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserStringWhitespaceTrailing(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserStringWhitespaceTrailing_o)->impl = (corto_word)__test_StringDeserializer_tc_deserStringWhitespaceTrailing; - if (corto_define(test_StringDeserializer_tc_deserStringWhitespaceTrailing_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserStringWhitespaceTrailing()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserStringWhitespaceTrailingNoType() */ - test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType_o = corto_declareChild(test_StringDeserializer_o, "tc_deserStringWhitespaceTrailingNoType()", test_Case_o); - if (!test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserStringWhitespaceTrailingNoType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserStringWhitespaceTrailingNoType() */ - if (!corto_checkState(test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserStringWhitespaceTrailingNoType() with C-function */ - corto_function(test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType_o)->impl = (corto_word)__test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType; - if (corto_define(test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserStringWhitespaceTrailingNoType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserUint16() */ - test_StringDeserializer_tc_deserUint16_o = corto_declareChild(test_StringDeserializer_o, "tc_deserUint16()", test_Case_o); - if (!test_StringDeserializer_tc_deserUint16_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserUint16()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserUint16() */ - if (!corto_checkState(test_StringDeserializer_tc_deserUint16_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserUint16_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserUint16_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserUint16_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserUint16() with C-function */ - corto_function(test_StringDeserializer_tc_deserUint16_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserUint16(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserUint16_o)->impl = (corto_word)__test_StringDeserializer_tc_deserUint16; - if (corto_define(test_StringDeserializer_tc_deserUint16_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserUint16()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserUint16Overflow() */ - test_StringDeserializer_tc_deserUint16Overflow_o = corto_declareChild(test_StringDeserializer_o, "tc_deserUint16Overflow()", test_Case_o); - if (!test_StringDeserializer_tc_deserUint16Overflow_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserUint16Overflow()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserUint16Overflow() */ - if (!corto_checkState(test_StringDeserializer_tc_deserUint16Overflow_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserUint16Overflow_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserUint16Overflow_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserUint16Overflow_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserUint16Overflow() with C-function */ - corto_function(test_StringDeserializer_tc_deserUint16Overflow_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserUint16Overflow(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserUint16Overflow_o)->impl = (corto_word)__test_StringDeserializer_tc_deserUint16Overflow; - if (corto_define(test_StringDeserializer_tc_deserUint16Overflow_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserUint16Overflow()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserUint32() */ - test_StringDeserializer_tc_deserUint32_o = corto_declareChild(test_StringDeserializer_o, "tc_deserUint32()", test_Case_o); - if (!test_StringDeserializer_tc_deserUint32_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserUint32()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserUint32() */ - if (!corto_checkState(test_StringDeserializer_tc_deserUint32_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserUint32_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserUint32_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserUint32_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserUint32() with C-function */ - corto_function(test_StringDeserializer_tc_deserUint32_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserUint32(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserUint32_o)->impl = (corto_word)__test_StringDeserializer_tc_deserUint32; - if (corto_define(test_StringDeserializer_tc_deserUint32_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserUint32()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserUint32Overflow() */ - test_StringDeserializer_tc_deserUint32Overflow_o = corto_declareChild(test_StringDeserializer_o, "tc_deserUint32Overflow()", test_Case_o); - if (!test_StringDeserializer_tc_deserUint32Overflow_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserUint32Overflow()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserUint32Overflow() */ - if (!corto_checkState(test_StringDeserializer_tc_deserUint32Overflow_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserUint32Overflow_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserUint32Overflow_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserUint32Overflow_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserUint32Overflow() with C-function */ - corto_function(test_StringDeserializer_tc_deserUint32Overflow_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserUint32Overflow(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserUint32Overflow_o)->impl = (corto_word)__test_StringDeserializer_tc_deserUint32Overflow; - if (corto_define(test_StringDeserializer_tc_deserUint32Overflow_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserUint32Overflow()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserUint64() */ - test_StringDeserializer_tc_deserUint64_o = corto_declareChild(test_StringDeserializer_o, "tc_deserUint64()", test_Case_o); - if (!test_StringDeserializer_tc_deserUint64_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserUint64()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserUint64() */ - if (!corto_checkState(test_StringDeserializer_tc_deserUint64_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserUint64_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserUint64_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserUint64_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserUint64() with C-function */ - corto_function(test_StringDeserializer_tc_deserUint64_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserUint64(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserUint64_o)->impl = (corto_word)__test_StringDeserializer_tc_deserUint64; - if (corto_define(test_StringDeserializer_tc_deserUint64_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserUint64()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserUint8() */ - test_StringDeserializer_tc_deserUint8_o = corto_declareChild(test_StringDeserializer_o, "tc_deserUint8()", test_Case_o); - if (!test_StringDeserializer_tc_deserUint8_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserUint8()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserUint8() */ - if (!corto_checkState(test_StringDeserializer_tc_deserUint8_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserUint8_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserUint8_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserUint8_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserUint8() with C-function */ - corto_function(test_StringDeserializer_tc_deserUint8_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserUint8(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserUint8_o)->impl = (corto_word)__test_StringDeserializer_tc_deserUint8; - if (corto_define(test_StringDeserializer_tc_deserUint8_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserUint8()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_deserUint8Overflow() */ - test_StringDeserializer_tc_deserUint8Overflow_o = corto_declareChild(test_StringDeserializer_o, "tc_deserUint8Overflow()", test_Case_o); - if (!test_StringDeserializer_tc_deserUint8Overflow_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_deserUint8Overflow()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_deserUint8Overflow() */ - if (!corto_checkState(test_StringDeserializer_tc_deserUint8Overflow_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_deserUint8Overflow_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_deserUint8Overflow_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_deserUint8Overflow_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_deserUint8Overflow() with C-function */ - corto_function(test_StringDeserializer_tc_deserUint8Overflow_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_deserUint8Overflow(void *args, void *result); - corto_function(test_StringDeserializer_tc_deserUint8Overflow_o)->impl = (corto_word)__test_StringDeserializer_tc_deserUint8Overflow; - if (corto_define(test_StringDeserializer_tc_deserUint8Overflow_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_deserUint8Overflow()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_errExcessElements() */ - test_StringDeserializer_tc_errExcessElements_o = corto_declareChild(test_StringDeserializer_o, "tc_errExcessElements()", test_Case_o); - if (!test_StringDeserializer_tc_errExcessElements_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_errExcessElements()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_errExcessElements() */ - if (!corto_checkState(test_StringDeserializer_tc_errExcessElements_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_errExcessElements_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_errExcessElements_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_errExcessElements_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_errExcessElements() with C-function */ - corto_function(test_StringDeserializer_tc_errExcessElements_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_errExcessElements(void *args, void *result); - corto_function(test_StringDeserializer_tc_errExcessElements_o)->impl = (corto_word)__test_StringDeserializer_tc_errExcessElements; - if (corto_define(test_StringDeserializer_tc_errExcessElements_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_errExcessElements()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_errMissingType() */ - test_StringDeserializer_tc_errMissingType_o = corto_declareChild(test_StringDeserializer_o, "tc_errMissingType()", test_Case_o); - if (!test_StringDeserializer_tc_errMissingType_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_errMissingType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_errMissingType() */ - if (!corto_checkState(test_StringDeserializer_tc_errMissingType_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_errMissingType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_errMissingType_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_errMissingType_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_errMissingType() with C-function */ - corto_function(test_StringDeserializer_tc_errMissingType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_errMissingType(void *args, void *result); - corto_function(test_StringDeserializer_tc_errMissingType_o)->impl = (corto_word)__test_StringDeserializer_tc_errMissingType; - if (corto_define(test_StringDeserializer_tc_errMissingType_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_errMissingType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_errNotAType() */ - test_StringDeserializer_tc_errNotAType_o = corto_declareChild(test_StringDeserializer_o, "tc_errNotAType()", test_Case_o); - if (!test_StringDeserializer_tc_errNotAType_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_errNotAType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_errNotAType() */ - if (!corto_checkState(test_StringDeserializer_tc_errNotAType_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_errNotAType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_errNotAType_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_errNotAType_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_errNotAType() with C-function */ - corto_function(test_StringDeserializer_tc_errNotAType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_errNotAType(void *args, void *result); - corto_function(test_StringDeserializer_tc_errNotAType_o)->impl = (corto_word)__test_StringDeserializer_tc_errNotAType; - if (corto_define(test_StringDeserializer_tc_errNotAType_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_errNotAType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_errTypeMismatch() */ - test_StringDeserializer_tc_errTypeMismatch_o = corto_declareChild(test_StringDeserializer_o, "tc_errTypeMismatch()", test_Case_o); - if (!test_StringDeserializer_tc_errTypeMismatch_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_errTypeMismatch()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_errTypeMismatch() */ - if (!corto_checkState(test_StringDeserializer_tc_errTypeMismatch_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_errTypeMismatch_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_errTypeMismatch_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_errTypeMismatch_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_errTypeMismatch() with C-function */ - corto_function(test_StringDeserializer_tc_errTypeMismatch_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_errTypeMismatch(void *args, void *result); - corto_function(test_StringDeserializer_tc_errTypeMismatch_o)->impl = (corto_word)__test_StringDeserializer_tc_errTypeMismatch; - if (corto_define(test_StringDeserializer_tc_errTypeMismatch_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_errTypeMismatch()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_errUnresolvedMember() */ - test_StringDeserializer_tc_errUnresolvedMember_o = corto_declareChild(test_StringDeserializer_o, "tc_errUnresolvedMember()", test_Case_o); - if (!test_StringDeserializer_tc_errUnresolvedMember_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_errUnresolvedMember()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_errUnresolvedMember() */ - if (!corto_checkState(test_StringDeserializer_tc_errUnresolvedMember_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_errUnresolvedMember_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_errUnresolvedMember_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_errUnresolvedMember_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_errUnresolvedMember() with C-function */ - corto_function(test_StringDeserializer_tc_errUnresolvedMember_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_errUnresolvedMember(void *args, void *result); - corto_function(test_StringDeserializer_tc_errUnresolvedMember_o)->impl = (corto_word)__test_StringDeserializer_tc_errUnresolvedMember; - if (corto_define(test_StringDeserializer_tc_errUnresolvedMember_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_errUnresolvedMember()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/StringDeserializer/tc_errUnresolvedType() */ - test_StringDeserializer_tc_errUnresolvedType_o = corto_declareChild(test_StringDeserializer_o, "tc_errUnresolvedType()", test_Case_o); - if (!test_StringDeserializer_tc_errUnresolvedType_o) { - corto_error("test_load: failed to declare '/test/StringDeserializer/tc_errUnresolvedType()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/StringDeserializer/tc_errUnresolvedType() */ - if (!corto_checkState(test_StringDeserializer_tc_errUnresolvedType_o, CORTO_DEFINED)) { - corto_function(test_StringDeserializer_tc_errUnresolvedType_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_StringDeserializer_tc_errUnresolvedType_o)->returnsReference = FALSE; - corto_method(test_StringDeserializer_tc_errUnresolvedType_o)->_virtual = FALSE; - - /* Bind /test/StringDeserializer/tc_errUnresolvedType() with C-function */ - corto_function(test_StringDeserializer_tc_errUnresolvedType_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_StringDeserializer_tc_errUnresolvedType(void *args, void *result); - corto_function(test_StringDeserializer_tc_errUnresolvedType_o)->impl = (corto_word)__test_StringDeserializer_tc_errUnresolvedType; - if (corto_define(test_StringDeserializer_tc_errUnresolvedType_o)) { - corto_error("test_load: failed to define '/test/StringDeserializer/tc_errUnresolvedType()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/VoidParent */ - test_VoidParent_o = corto_declareChild(test_o, "VoidParent", corto_struct_o); - if (!test_VoidParent_o) { - corto_error("test_load: failed to declare '/test/VoidParent' (%s)", corto_lasterr()); - goto error; - } - - /* Declare /test/VoidParent/Foo */ - test_VoidParent_Foo_o = corto_declareChild(test_VoidParent_o, "Foo", corto_member_o); - if (!test_VoidParent_Foo_o) { - corto_error("test_load: failed to declare '/test/VoidParent/Foo' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/VoidParent/Foo */ - if (!corto_checkState(test_VoidParent_Foo_o, CORTO_DEFINED)) { - test_VoidParent_Foo_o->type = corto_resolve(NULL, "/corto/lang/int32"); - test_VoidParent_Foo_o->modifiers = 0x0; - test_VoidParent_Foo_o->state = 0x6; - test_VoidParent_Foo_o->weak = FALSE; - test_VoidParent_Foo_o->id = 0; - if (corto_define(test_VoidParent_Foo_o)) { - corto_error("test_load: failed to define '/test/VoidParent/Foo' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/VoidParent */ - if (!corto_checkState(test_VoidParent_o, CORTO_DEFINED)) { - corto_type(test_VoidParent_o)->parentType = corto_resolve(NULL, "/corto/lang/void"); - corto_type(test_VoidParent_o)->parentState = 0x6; - corto_type(test_VoidParent_o)->defaultType = NULL; - corto_type(test_VoidParent_o)->defaultProcedureType = NULL; - corto_interface(test_VoidParent_o)->base = NULL; - test_VoidParent_o->baseAccess = 0x0; - if (corto_define(test_VoidParent_o)) { - corto_error("test_load: failed to define '/test/VoidParent' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_VoidParent_o)->size != sizeof(test_VoidParent)) { - corto_error("test_load: calculated size '%d' of type '/test/VoidParent' doesn't match C-type size '%d'", corto_type(test_VoidParent_o)->size, sizeof(test_VoidParent)); - } - - /* Define /test/AnonymousTest/objects */ - if (!corto_checkState(test_AnonymousTest_objects_o, CORTO_DEFINED)) { - test_AnonymousTest_objects_o->type = corto_resolve(NULL, "/corto/lang/list{object,0}"); - test_AnonymousTest_objects_o->modifiers = 0x0; - test_AnonymousTest_objects_o->state = 0x6; - test_AnonymousTest_objects_o->weak = FALSE; - test_AnonymousTest_objects_o->id = 0; - if (corto_define(test_AnonymousTest_objects_o)) { - corto_error("test_load: failed to define '/test/AnonymousTest/objects' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/AnonymousTest */ - if (!corto_checkState(test_AnonymousTest_o, CORTO_DEFINED)) { - corto_type(test_AnonymousTest_o)->parentType = NULL; - corto_type(test_AnonymousTest_o)->parentState = 0x6; - corto_type(test_AnonymousTest_o)->defaultType = NULL; - corto_type(test_AnonymousTest_o)->defaultProcedureType = NULL; - corto_interface(test_AnonymousTest_o)->base = NULL; - corto_struct(test_AnonymousTest_o)->baseAccess = 0x0; - test_AnonymousTest_o->implements.length = 0; - test_AnonymousTest_o->implements.buffer = NULL; - if (corto_define(test_AnonymousTest_o)) { - corto_error("test_load: failed to define '/test/AnonymousTest' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_AnonymousTest_o)->size != sizeof(struct test_AnonymousTest_s)) { - corto_error("test_load: calculated size '%d' of type '/test/AnonymousTest' doesn't match C-type size '%d'", corto_type(test_AnonymousTest_o)->size, sizeof(struct test_AnonymousTest_s)); - } - - /* Define /test/PrimitiveCollection/ints */ - if (!corto_checkState(test_PrimitiveCollection_ints_o, CORTO_DEFINED)) { - test_PrimitiveCollection_ints_o->type = corto_resolve(NULL, "/corto/lang/list{int32,0}"); - test_PrimitiveCollection_ints_o->modifiers = 0x0; - test_PrimitiveCollection_ints_o->state = 0x6; - test_PrimitiveCollection_ints_o->weak = FALSE; - test_PrimitiveCollection_ints_o->id = 0; - if (corto_define(test_PrimitiveCollection_ints_o)) { - corto_error("test_load: failed to define '/test/PrimitiveCollection/ints' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/PrimitiveCollection */ - if (!corto_checkState(test_PrimitiveCollection_o, CORTO_DEFINED)) { - corto_type(test_PrimitiveCollection_o)->parentType = NULL; - corto_type(test_PrimitiveCollection_o)->parentState = 0x6; - corto_type(test_PrimitiveCollection_o)->defaultType = NULL; - corto_type(test_PrimitiveCollection_o)->defaultProcedureType = NULL; - corto_interface(test_PrimitiveCollection_o)->base = NULL; - test_PrimitiveCollection_o->baseAccess = 0x0; - if (corto_define(test_PrimitiveCollection_o)) { - corto_error("test_load: failed to define '/test/PrimitiveCollection' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_PrimitiveCollection_o)->size != sizeof(test_PrimitiveCollection)) { - corto_error("test_load: calculated size '%d' of type '/test/PrimitiveCollection' doesn't match C-type size '%d'", corto_type(test_PrimitiveCollection_o)->size, sizeof(test_PrimitiveCollection)); - } - - /* Declare /test/Select/hasObject(list{/test/selectItem,0} items,string parent,string name,string type) */ - test_Select_hasObject_o = corto_declareChild(test_Select_o, "hasObject(list{/test/selectItem,0} items,string parent,string name,string type)", corto_function_o); - if (!test_Select_hasObject_o) { - corto_error("test_load: failed to declare '/test/Select/hasObject(list{/test/selectItem,0} items,string parent,string name,string type)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/Select/hasObject(list{/test/selectItem,0} items,string parent,string name,string type) */ - if (!corto_checkState(test_Select_hasObject_o, CORTO_DEFINED)) { - test_Select_hasObject_o->returnType = corto_resolve(NULL, "/corto/lang/bool"); - test_Select_hasObject_o->returnsReference = FALSE; - - /* Bind /test/Select/hasObject(list{/test/selectItem,0} items,string parent,string name,string type) with C-function */ - corto_function(test_Select_hasObject_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_Select_hasObject(void *args, void *result); - corto_function(test_Select_hasObject_o)->impl = (corto_word)__test_Select_hasObject; - if (corto_define(test_Select_hasObject_o)) { - corto_error("test_load: failed to define '/test/Select/hasObject(list{/test/selectItem,0} items,string parent,string name,string type)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodTester/overload(/test/MethodTester m) */ - test_MethodTester_overload__test_MethodTester_o = corto_declareChild(test_MethodTester_o, "overload(/test/MethodTester m)", corto_method_o); - if (!test_MethodTester_overload__test_MethodTester_o) { - corto_error("test_load: failed to declare '/test/MethodTester/overload(/test/MethodTester m)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodTester/overload(/test/MethodTester m) */ - if (!corto_checkState(test_MethodTester_overload__test_MethodTester_o, CORTO_DEFINED)) { - corto_function(test_MethodTester_overload__test_MethodTester_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodTester_overload__test_MethodTester_o)->returnsReference = FALSE; - test_MethodTester_overload__test_MethodTester_o->_virtual = FALSE; - - /* Bind /test/MethodTester/overload(/test/MethodTester m) with C-function */ - corto_function(test_MethodTester_overload__test_MethodTester_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodTester_overload__test_MethodTester(void *args, void *result); - corto_function(test_MethodTester_overload__test_MethodTester_o)->impl = (corto_word)__test_MethodTester_overload__test_MethodTester; - if (corto_define(test_MethodTester_overload__test_MethodTester_o)) { - corto_error("test_load: failed to define '/test/MethodTester/overload(/test/MethodTester m)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/MethodTester */ - if (!corto_checkState(test_MethodTester_o, CORTO_DEFINED)) { - corto_type(test_MethodTester_o)->parentType = NULL; - corto_type(test_MethodTester_o)->parentState = 0x6; - corto_type(test_MethodTester_o)->defaultType = NULL; - corto_type(test_MethodTester_o)->defaultProcedureType = NULL; - corto_interface(test_MethodTester_o)->base = NULL; - corto_struct(test_MethodTester_o)->baseAccess = 0x0; - test_MethodTester_o->implements.length = 0; - test_MethodTester_o->implements.buffer = NULL; - if (corto_define(test_MethodTester_o)) { - corto_error("test_load: failed to define '/test/MethodTester' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_MethodTester_o)->size != sizeof(struct test_MethodTester_s)) { - corto_error("test_load: calculated size '%d' of type '/test/MethodTester' doesn't match C-type size '%d'", corto_type(test_MethodTester_o)->size, sizeof(struct test_MethodTester_s)); - } - - /* Declare /test/MethodTesterInherit/overload(/test/MethodTesterInherit m) */ - test_MethodTesterInherit_overload__test_MethodTesterInherit_o = corto_declareChild(test_MethodTesterInherit_o, "overload(/test/MethodTesterInherit m)", corto_method_o); - if (!test_MethodTesterInherit_overload__test_MethodTesterInherit_o) { - corto_error("test_load: failed to declare '/test/MethodTesterInherit/overload(/test/MethodTesterInherit m)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodTesterInherit/overload(/test/MethodTesterInherit m) */ - if (!corto_checkState(test_MethodTesterInherit_overload__test_MethodTesterInherit_o, CORTO_DEFINED)) { - corto_function(test_MethodTesterInherit_overload__test_MethodTesterInherit_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodTesterInherit_overload__test_MethodTesterInherit_o)->returnsReference = FALSE; - test_MethodTesterInherit_overload__test_MethodTesterInherit_o->_virtual = FALSE; - - /* Bind /test/MethodTesterInherit/overload(/test/MethodTesterInherit m) with C-function */ - corto_function(test_MethodTesterInherit_overload__test_MethodTesterInherit_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodTesterInherit_overload__test_MethodTesterInherit(void *args, void *result); - corto_function(test_MethodTesterInherit_overload__test_MethodTesterInherit_o)->impl = (corto_word)__test_MethodTesterInherit_overload__test_MethodTesterInherit; - if (corto_define(test_MethodTesterInherit_overload__test_MethodTesterInherit_o)) { - corto_error("test_load: failed to define '/test/MethodTesterInherit/overload(/test/MethodTesterInherit m)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodTesterInherit/overload(string a,string b) */ - test_MethodTesterInherit_overload_string_string_o = corto_declareChild(test_MethodTesterInherit_o, "overload(string a,string b)", corto_method_o); - if (!test_MethodTesterInherit_overload_string_string_o) { - corto_error("test_load: failed to declare '/test/MethodTesterInherit/overload(string a,string b)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodTesterInherit/overload(string a,string b) */ - if (!corto_checkState(test_MethodTesterInherit_overload_string_string_o, CORTO_DEFINED)) { - corto_function(test_MethodTesterInherit_overload_string_string_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodTesterInherit_overload_string_string_o)->returnsReference = FALSE; - test_MethodTesterInherit_overload_string_string_o->_virtual = FALSE; - - /* Bind /test/MethodTesterInherit/overload(string a,string b) with C-function */ - corto_function(test_MethodTesterInherit_overload_string_string_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodTesterInherit_overload_string_string(void *args, void *result); - corto_function(test_MethodTesterInherit_overload_string_string_o)->impl = (corto_word)__test_MethodTesterInherit_overload_string_string; - if (corto_define(test_MethodTesterInherit_overload_string_string_o)) { - corto_error("test_load: failed to define '/test/MethodTesterInherit/overload(string a,string b)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodTesterInherit/simple() */ - test_MethodTesterInherit_simple_o = corto_declareChild(test_MethodTesterInherit_o, "simple()", corto_method_o); - if (!test_MethodTesterInherit_simple_o) { - corto_error("test_load: failed to declare '/test/MethodTesterInherit/simple()' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodTesterInherit/simple() */ - if (!corto_checkState(test_MethodTesterInherit_simple_o, CORTO_DEFINED)) { - corto_function(test_MethodTesterInherit_simple_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodTesterInherit_simple_o)->returnsReference = FALSE; - test_MethodTesterInherit_simple_o->_virtual = FALSE; - - /* Bind /test/MethodTesterInherit/simple() with C-function */ - corto_function(test_MethodTesterInherit_simple_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodTesterInherit_simple(void *args, void *result); - corto_function(test_MethodTesterInherit_simple_o)->impl = (corto_word)__test_MethodTesterInherit_simple; - if (corto_define(test_MethodTesterInherit_simple_o)) { - corto_error("test_load: failed to define '/test/MethodTesterInherit/simple()' (%s)", corto_lasterr()); - goto error; - } - } - - /* Declare /test/MethodTesterInherit/virtualOverload(int32 a) */ - test_MethodTesterInherit_virtualOverload_o = corto_declareChild(test_MethodTesterInherit_o, "virtualOverload(int32 a)", corto_method_o); - if (!test_MethodTesterInherit_virtualOverload_o) { - corto_error("test_load: failed to declare '/test/MethodTesterInherit/virtualOverload(int32 a)' (%s)", corto_lasterr()); - goto error; - } - - /* Define /test/MethodTesterInherit/virtualOverload(int32 a) */ - if (!corto_checkState(test_MethodTesterInherit_virtualOverload_o, CORTO_DEFINED)) { - corto_function(test_MethodTesterInherit_virtualOverload_o)->returnType = corto_resolve(NULL, "/corto/lang/void"); - corto_function(test_MethodTesterInherit_virtualOverload_o)->returnsReference = FALSE; - test_MethodTesterInherit_virtualOverload_o->_virtual = FALSE; - - /* Bind /test/MethodTesterInherit/virtualOverload(int32 a) with C-function */ - corto_function(test_MethodTesterInherit_virtualOverload_o)->kind = CORTO_PROCEDURE_CDECL; - void __test_MethodTesterInherit_virtualOverload(void *args, void *result); - corto_function(test_MethodTesterInherit_virtualOverload_o)->impl = (corto_word)__test_MethodTesterInherit_virtualOverload; - if (corto_define(test_MethodTesterInherit_virtualOverload_o)) { - corto_error("test_load: failed to define '/test/MethodTesterInherit/virtualOverload(int32 a)' (%s)", corto_lasterr()); - goto error; - } - } - - /* Define /test/MethodTesterInherit */ - if (!corto_checkState(test_MethodTesterInherit_o, CORTO_DEFINED)) { - corto_type(test_MethodTesterInherit_o)->parentType = NULL; - corto_type(test_MethodTesterInherit_o)->parentState = 0x6; - corto_type(test_MethodTesterInherit_o)->defaultType = NULL; - corto_type(test_MethodTesterInherit_o)->defaultProcedureType = NULL; - corto_interface(test_MethodTesterInherit_o)->base = corto_resolve(NULL, "/test/MethodTester"); - corto_struct(test_MethodTesterInherit_o)->baseAccess = 0x0; - test_MethodTesterInherit_o->implements.length = 0; - test_MethodTesterInherit_o->implements.buffer = NULL; - if (corto_define(test_MethodTesterInherit_o)) { - corto_error("test_load: failed to define '/test/MethodTesterInherit' (%s)", corto_lasterr()); - goto error; - } - } - - if (corto_type(test_MethodTesterInherit_o)->size != sizeof(struct test_MethodTesterInherit_s)) { - corto_error("test_load: calculated size '%d' of type '/test/MethodTesterInherit' doesn't match C-type size '%d'", corto_type(test_MethodTesterInherit_o)->size, sizeof(struct test_MethodTesterInherit_s)); - } - - if (_a_) { - corto_release(_a_); - } - - return 0; -error: - if (_a_) { - corto_release(_a_); - } - - return -1; -} diff --git a/packages/corto/lang/test/.corto/test__wrapper.c b/packages/corto/lang/test/.corto/test__wrapper.c deleted file mode 100644 index 4f133e41..00000000 --- a/packages/corto/lang/test/.corto/test__wrapper.c +++ /dev/null @@ -1,3189 +0,0 @@ -/* test__wrapper.c - * - * This file contains wrapper functions for /test. - */ - -#include "test.h" -#include "test__meta.h" - -void __test_functionToResolve(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_functionToResolve( - *(corto_int32*)args, - *(corto_int32*)((intptr_t)args + sizeof(corto_int32))); -} - -void __test_ol_any__test_Color(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_any__test_Color( - *(test_Color*)args); -} - -void __test_ol_any_bool(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_any_bool( - *(corto_bool*)args); -} - -void __test_ol_any_char(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_any_char( - *(corto_char*)args); -} - -void __test_ol_any_float32(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_any_float32( - *(corto_float32*)args); -} - -void __test_ol_any_int32(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_any_int32( - *(corto_int32*)args); -} - -void __test_ol_any_object(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_any_object( - *(corto_object*)args); -} - -void __test_ol_any_string(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_any_string( - *(corto_string*)args); -} - -void __test_ol_bool(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_bool( - *(corto_bool*)args); -} - -void __test_ol_inherit__test_Animal(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_inherit__test_Animal( - test_Animal(*(test_Animal*)args)); -} - -void __test_ol_inherit__test_Dog(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_inherit__test_Dog( - test_Dog(*(test_Dog*)args)); -} - -void __test_ol_int(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_int( - *(corto_int32*)args); -} - -void __test_ol_null_bool(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_null_bool( - *(corto_bool*)args); -} - -void __test_ol_null_object(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_null_object( - *(corto_object*)args); -} - -void __test_ol_null_string(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_null_string( - *(corto_string*)args); -} - -void __test_ol_num_float64(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_num_float64( - *(corto_float64*)args); -} - -void __test_ol_num_int32(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_num_int32( - *(corto_int32*)args); -} - -void __test_ol_object(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_object( - *(corto_object*)args); -} - -void __test_ol_string(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_string( - *(corto_string*)args); -} - -void __test_ol_uint(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_uint( - *(corto_int32*)args); -} - -void __test_ol_wildcard_float32_string(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_wildcard_float32_string( - *(corto_float32*)args, - *(corto_string*)((intptr_t)args + sizeof(corto_float32))); -} - -void __test_ol_wildcard_int32_string(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_ol_wildcard_int32_string( - *(corto_int32*)args, - *(corto_string*)((intptr_t)args + sizeof(corto_int32))); -} - -void __test_Args_tc_matchAddNoProject(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchAddNoProject( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchAll(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchAll( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchCreate(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchCreate( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchCreateApp(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchCreateApp( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchCreateMultiple(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchCreateMultiple( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchCreatePackage(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchCreatePackage( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchCreatePackageAndApp(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchCreatePackageAndApp( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchCreatePackageAndAppEscaped(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchCreatePackageAndAppEscaped( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchCreatePackageOptions(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchCreatePackageOptions( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchDuplicate(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchDuplicate( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchDuplicateArg(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchDuplicateArg( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchErr(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchErr( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchFixed(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchFixed( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchMultiple(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchMultiple( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchMultipleArg(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchMultipleArg( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchNone(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchNone( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchOptional(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchOptional( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchOptionalOneArg(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchOptionalOneArg( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchOptionalWithOtherArgs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchOptionalWithOtherArgs( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchPattern(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchPattern( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchPublish(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchPublish( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchPublishNoProject(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchPublishNoProject( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchShell(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchShell( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchSingle(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchSingle( - test_Args(*(void**)args)); -} - -void __test_Args_tc_matchSingleArg(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Args_tc_matchSingleArg( - test_Args(*(void**)args)); -} - -void __test_Bar_init(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - *(corto_int16*)result = _test_Bar_init( - test_Bar(*(void**)args)); -} - -void __test_Env_tc_envparseFormatAndReplace(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Env_tc_envparseFormatAndReplace( - test_Env(*(void**)args)); -} - -void __test_Env_tc_envparseReplaceMultiple(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Env_tc_envparseReplaceMultiple( - test_Env(*(void**)args)); -} - -void __test_Env_tc_envparseReplaceWithSameVariable(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Env_tc_envparseReplaceWithSameVariable( - test_Env(*(void**)args)); -} - -void __test_Env_tc_envparseSimpleFormat(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Env_tc_envparseSimpleFormat( - test_Env(*(void**)args)); -} - -void __test_Env_tc_envparseSimpleReplace(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Env_tc_envparseSimpleReplace( - test_Env(*(void**)args)); -} - -void __test_Env_tc_envparseVariableNotFound(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Env_tc_envparseVariableNotFound( - test_Env(*(void**)args)); -} - -void __test_Env_tc_setenvFormatAndReplace(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Env_tc_setenvFormatAndReplace( - test_Env(*(void**)args)); -} - -void __test_Env_tc_setenvNull(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Env_tc_setenvNull( - test_Env(*(void**)args)); -} - -void __test_Env_tc_setenvReplaceMultiple(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Env_tc_setenvReplaceMultiple( - test_Env(*(void**)args)); -} - -void __test_Env_tc_setenvReplaceWithSameVariable(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Env_tc_setenvReplaceWithSameVariable( - test_Env(*(void**)args)); -} - -void __test_Env_tc_setenvSimple(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Env_tc_setenvSimple( - test_Env(*(void**)args)); -} - -void __test_Env_tc_setenvSimpleFormat(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Env_tc_setenvSimpleFormat( - test_Env(*(void**)args)); -} - -void __test_Env_tc_setenvSimpleReplace(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Env_tc_setenvSimpleReplace( - test_Env(*(void**)args)); -} - -void __test_Env_tc_setenvVariableNotFound(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Env_tc_setenvVariableNotFound( - test_Env(*(void**)args)); -} - -void __test_Event_setup(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_setup( - test_Event(*(void**)args)); -} - -void __test_Event_tc_onDeclare(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_onDeclare( - test_Event(*(void**)args)); -} - -void __test_Event_tc_onDeclareScope(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_onDeclareScope( - test_Event(*(void**)args)); -} - -void __test_Event_tc_onDeclareSelf(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_onDeclareSelf( - test_Event(*(void**)args)); -} - -void __test_Event_tc_onDeclareTree(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_onDeclareTree( - test_Event(*(void**)args)); -} - -void __test_Event_tc_onDefine(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_onDefine( - test_Event(*(void**)args)); -} - -void __test_Event_tc_onDefineScope(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_onDefineScope( - test_Event(*(void**)args)); -} - -void __test_Event_tc_onDefineSelf(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_onDefineSelf( - test_Event(*(void**)args)); -} - -void __test_Event_tc_onDefineTree(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_onDefineTree( - test_Event(*(void**)args)); -} - -void __test_Event_tc_onDelete(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_onDelete( - test_Event(*(void**)args)); -} - -void __test_Event_tc_onDeleteScope(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_onDeleteScope( - test_Event(*(void**)args)); -} - -void __test_Event_tc_onDeleteSelf(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_onDeleteSelf( - test_Event(*(void**)args)); -} - -void __test_Event_tc_onDeleteTree(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_onDeleteTree( - test_Event(*(void**)args)); -} - -void __test_Event_tc_onUpdate(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_onUpdate( - test_Event(*(void**)args)); -} - -void __test_Event_tc_onUpdateScope(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_onUpdateScope( - test_Event(*(void**)args)); -} - -void __test_Event_tc_onUpdateSelf(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_onUpdateSelf( - test_Event(*(void**)args)); -} - -void __test_Event_tc_onUpdateTree(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_onUpdateTree( - test_Event(*(void**)args)); -} - -void __test_Event_tc_updateUndefined(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_updateUndefined( - test_Event(*(void**)args)); -} - -void __test_Event_tc_updateVoidErr(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_tc_updateVoidErr( - test_Event(*(void**)args)); -} - -void __test_Event_teardown(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Event_teardown( - test_Event(*(void**)args)); -} - -void __test_EventTest_construct(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - *(corto_int16*)result = _test_EventTest_construct( - test_EventTest(*(void**)args)); -} - -void __test_EventTest_onDeclare(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_EventTest_onDeclare( - test_EventTest(*(void**)args), - *(void**)((intptr_t)args + sizeof(void*))); -} - -void __test_EventTest_onDeclareScope(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_EventTest_onDeclareScope( - test_EventTest(*(void**)args), - *(void**)((intptr_t)args + sizeof(void*))); -} - -void __test_EventTest_onDeclareSelf(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_EventTest_onDeclareSelf( - test_EventTest(*(void**)args), - *(void**)((intptr_t)args + sizeof(void*))); -} - -void __test_EventTest_onDeclareTree(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_EventTest_onDeclareTree( - test_EventTest(*(void**)args), - *(void**)((intptr_t)args + sizeof(void*))); -} - -void __test_EventTest_onDefine(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_EventTest_onDefine( - test_EventTest(*(void**)args), - *(void**)((intptr_t)args + sizeof(void*))); -} - -void __test_EventTest_onDefineScope(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_EventTest_onDefineScope( - test_EventTest(*(void**)args), - *(void**)((intptr_t)args + sizeof(void*))); -} - -void __test_EventTest_onDefineSelf(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_EventTest_onDefineSelf( - test_EventTest(*(void**)args), - *(void**)((intptr_t)args + sizeof(void*))); -} - -void __test_EventTest_onDefineTree(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_EventTest_onDefineTree( - test_EventTest(*(void**)args), - *(void**)((intptr_t)args + sizeof(void*))); -} - -void __test_EventTest_onDelete(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_EventTest_onDelete( - test_EventTest(*(void**)args), - *(void**)((intptr_t)args + sizeof(void*))); -} - -void __test_EventTest_onDeleteScope(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_EventTest_onDeleteScope( - test_EventTest(*(void**)args), - *(void**)((intptr_t)args + sizeof(void*))); -} - -void __test_EventTest_onDeleteSelf(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_EventTest_onDeleteSelf( - test_EventTest(*(void**)args), - *(void**)((intptr_t)args + sizeof(void*))); -} - -void __test_EventTest_onDeleteTree(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_EventTest_onDeleteTree( - test_EventTest(*(void**)args), - *(void**)((intptr_t)args + sizeof(void*))); -} - -void __test_EventTest_onUpdate(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_EventTest_onUpdate( - test_EventTest(*(void**)args), - *(void**)((intptr_t)args + sizeof(void*))); -} - -void __test_EventTest_onUpdateScope(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_EventTest_onUpdateScope( - test_EventTest(*(void**)args), - *(void**)((intptr_t)args + sizeof(void*))); -} - -void __test_EventTest_onUpdateSelf(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_EventTest_onUpdateSelf( - test_EventTest(*(void**)args), - *(void**)((intptr_t)args + sizeof(void*))); -} - -void __test_EventTest_onUpdateTree(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_EventTest_onUpdateTree( - test_EventTest(*(void**)args), - *(void**)((intptr_t)args + sizeof(void*))); -} - -void __test_Foo_construct(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - *(corto_int16*)result = _test_Foo_construct( - test_Foo(*(void**)args)); -} - -void __test_Foo_destruct(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Foo_destruct( - test_Foo(*(void**)args)); -} - -void __test_Foo_init(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - *(corto_int16*)result = _test_Foo_init( - test_Foo(*(void**)args)); -} - -void __test_Fullname_tc_null(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Fullname_tc_null( - test_Fullname(*(void**)args)); -} - -void __test_Fullname_tc_nullBuffer(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Fullname_tc_nullBuffer( - test_Fullname(*(void**)args)); -} - -void __test_Fullname_tc_onelevel(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Fullname_tc_onelevel( - test_Fullname(*(void**)args)); -} - -void __test_Fullname_tc_root(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Fullname_tc_root( - test_Fullname(*(void**)args)); -} - -void __test_Fullname_tc_twolevels(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Fullname_tc_twolevels( - test_Fullname(*(void**)args)); -} - -void __test_MethodResolver_tc_inheritOverload(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_inheritOverload( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_inheritOverloadBaseClass(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_inheritOverloadBaseClass( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_inheritOverloadBaseInt(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_inheritOverloadBaseInt( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_inheritOverloadBaseString(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_inheritOverloadBaseString( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_inheritOverloadBaseTwoArgs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_inheritOverloadBaseTwoArgs( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_inheritOverloadClass(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_inheritOverloadClass( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_inheritOverloadNoArgs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_inheritOverloadNoArgs( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_inheritSimple(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_inheritSimple( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_inheritSimpleNoArgs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_inheritSimpleNoArgs( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_inheritVirtualOverload(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_inheritVirtualOverload( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_inheritVirtualOverloadNoArgs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_inheritVirtualOverloadNoArgs( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_nonexisting(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_nonexisting( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_onearg(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_onearg( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_oneargErr(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_oneargErr( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_oneargErrType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_oneargErrType( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_oneargNoArgs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_oneargNoArgs( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_overloadAmbiguous(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_overloadAmbiguous( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_overloadClass(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_overloadClass( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_overloadInt(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_overloadInt( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_overloadString(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_overloadString( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_overloadTwoArgs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_overloadTwoArgs( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_redeclare(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_redeclare( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_simple(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_simple( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_simpleErr(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_simpleErr( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_simpleErrType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_simpleErrType( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_simpleNoArgs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_simpleNoArgs( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_twoargs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_twoargs( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_twoargsNoArgs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_twoargsNoArgs( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_twoargsSpaces(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_twoargsSpaces( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_virtualOverload(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_virtualOverload( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_virtualOverloadArg(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_virtualOverloadArg( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_virtualOverloadNoArgs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_virtualOverloadNoArgs( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_virtualSimple(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_virtualSimple( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodResolver_tc_virtualSimpleNoArgs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodResolver_tc_virtualSimpleNoArgs( - test_MethodResolver(*(void**)args)); -} - -void __test_MethodTester_onearg(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_MethodTester_onearg( - test_MethodTester(*(void**)args), - *(corto_int32*)((intptr_t)args + sizeof(void*))); -} - -void __test_MethodTester_overload__test_MethodTester(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_MethodTester_overload__test_MethodTester( - test_MethodTester(*(void**)args), - test_MethodTester(*(test_MethodTester*)((intptr_t)args + sizeof(void*)))); -} - -void __test_MethodTester_overload_int32(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_MethodTester_overload_int32( - test_MethodTester(*(void**)args), - *(corto_int32*)((intptr_t)args + sizeof(void*))); -} - -void __test_MethodTester_overload_int32_int32(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_MethodTester_overload_int32_int32( - test_MethodTester(*(void**)args), - *(corto_int32*)((intptr_t)args + sizeof(void*)), - *(corto_int32*)((intptr_t)args + sizeof(void*) + sizeof(corto_int32))); -} - -void __test_MethodTester_overload_string(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_MethodTester_overload_string( - test_MethodTester(*(void**)args), - *(corto_string*)((intptr_t)args + sizeof(void*))); -} - -void __test_MethodTester_simple(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodTester_simple( - test_MethodTester(*(void**)args)); -} - -void __test_MethodTester_twoargs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_MethodTester_twoargs( - test_MethodTester(*(void**)args), - *(corto_int32*)((intptr_t)args + sizeof(void*)), - *(corto_int32*)((intptr_t)args + sizeof(void*) + sizeof(corto_int32))); -} - -/* virtual /test/MethodTester/virtualOverload() */ -void _test_MethodTester_virtualOverload_(test_MethodTester this) { - static corto_uint32 _methodId; - corto_method _method; - corto_interface _abstract; - - _abstract = corto_interface(corto_typeof(this)); - - /* Determine methodId once, then cache it for subsequent calls. */ - if (!_methodId) { - _methodId = corto_interface_resolveMethodId(_abstract, "virtualOverload()"); - } - corto_assert(_methodId, "virtual method 'virtualOverload()' not found in abstract '%s'", corto_nameof(_abstract)); - - /* Lookup method-object. */ - _method = corto_interface_resolveMethodById(_abstract, _methodId); - corto_assert(_method != NULL, "unresolved method '%s::virtualOverload()@%d'", corto_nameof(this), _methodId); - - corto_call(corto_function(_method), NULL, this); -} - -void __test_MethodTester_virtualOverload__v(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodTester_virtualOverload__v( - test_MethodTester(*(void**)args)); -} - -void __test_MethodTester_virtualOverload_int32(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_MethodTester_virtualOverload_int32( - test_MethodTester(*(void**)args), - *(corto_int32*)((intptr_t)args + sizeof(void*))); -} - -/* virtual /test/MethodTester/virtualSimple() */ -void _test_MethodTester_virtualSimple(test_MethodTester this) { - static corto_uint32 _methodId; - corto_method _method; - corto_interface _abstract; - - _abstract = corto_interface(corto_typeof(this)); - - /* Determine methodId once, then cache it for subsequent calls. */ - if (!_methodId) { - _methodId = corto_interface_resolveMethodId(_abstract, "virtualSimple()"); - } - corto_assert(_methodId, "virtual method 'virtualSimple()' not found in abstract '%s'", corto_nameof(_abstract)); - - /* Lookup method-object. */ - _method = corto_interface_resolveMethodById(_abstract, _methodId); - corto_assert(_method != NULL, "unresolved method '%s::virtualSimple()@%d'", corto_nameof(this), _methodId); - - corto_call(corto_function(_method), NULL, this); -} - -void __test_MethodTester_virtualSimple_v(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodTester_virtualSimple_v( - test_MethodTester(*(void**)args)); -} - -void __test_MethodTesterInherit_overload__test_MethodTesterInherit(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_MethodTesterInherit_overload__test_MethodTesterInherit( - test_MethodTesterInherit(*(void**)args), - test_MethodTesterInherit(*(test_MethodTesterInherit*)((intptr_t)args + sizeof(void*)))); -} - -void __test_MethodTesterInherit_overload_string_string(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_MethodTesterInherit_overload_string_string( - test_MethodTesterInherit(*(void**)args), - *(corto_string*)((intptr_t)args + sizeof(void*)), - *(corto_string*)((intptr_t)args + sizeof(void*) + sizeof(corto_string))); -} - -void __test_MethodTesterInherit_simple(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_MethodTesterInherit_simple( - test_MethodTesterInherit(*(void**)args)); -} - -void __test_MethodTesterInherit_virtualOverload(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(result); - _test_MethodTesterInherit_virtualOverload( - test_MethodTesterInherit(*(void**)args), - *(corto_int32*)((intptr_t)args + sizeof(void*))); -} - -void __test_ObjectMgmt_setup(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_setup( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createChildFoo(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createChildFoo( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createChildFooAttr0(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createChildFooAttr0( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createChildInitFail(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createChildInitFail( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createChildInt(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createChildInt( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createChildIntAttr0(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createChildIntAttr0( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createChildInvalidType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createChildInvalidType( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createChildNested(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createChildNested( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createChildNullType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createChildNullType( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createChildParentStateErr(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createChildParentStateErr( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createChildParentTypeErr(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createChildParentTypeErr( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createChildVoid(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createChildVoid( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createChildVoidAttr0(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createChildVoidAttr0( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createFoo(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createFoo( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createFooAttr0(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createFooAttr0( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createInitFail(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createInitFail( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createInt(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createInt( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createIntAttr0(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createIntAttr0( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createInvalidType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createInvalidType( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createNullType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createNullType( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createVoid(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createVoid( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_createVoidAttr0(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_createVoidAttr0( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareChildFoo(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareChildFoo( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareChildFooAttr0(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareChildFooAttr0( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareChildInitFail(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareChildInitFail( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareChildInt(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareChildInt( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareChildIntAttr0(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareChildIntAttr0( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareChildInvalidType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareChildInvalidType( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareChildNullType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareChildNullType( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareChildParentStateErr(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareChildParentStateErr( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareChildParentTypeErr(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareChildParentTypeErr( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareChildVoid(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareChildVoid( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareChildVoidAttr0(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareChildVoidAttr0( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareExistingWithParentState(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareExistingWithParentState( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareFoo(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareFoo( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareFooAttr0(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareFooAttr0( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareInitFail(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareInitFail( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareInt(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareInt( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareIntAttr0(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareIntAttr0( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareInvalidType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareInvalidType( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareNullType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareNullType( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareVoid(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareVoid( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_declareVoidAttr0(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_declareVoidAttr0( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_defineFoo(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_defineFoo( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_defineFooAttr0(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_defineFooAttr0( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_defineFooFail(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_defineFooFail( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_defineInt(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_defineInt( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_defineIntAttr0(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_defineIntAttr0( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_defineVoid(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_defineVoid( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_defineVoidAttr0(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_defineVoidAttr0( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_drop(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_drop( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_invalidate(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_invalidate( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_tc_redeclareWithDifferentType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_tc_redeclareWithDifferentType( - test_ObjectMgmt(*(void**)args)); -} - -void __test_ObjectMgmt_teardown(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_ObjectMgmt_teardown( - test_ObjectMgmt(*(void**)args)); -} - -void __test_Overload_tc_ambiguous(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_ambiguous( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_ambiguousNull(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_ambiguousNull( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_ambiguousWildcard(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_ambiguousWildcard( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_anyChar(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_anyChar( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_anyColor(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_anyColor( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_anyFloat32(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_anyFloat32( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_anyFloat64(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_anyFloat64( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_anyInt16(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_anyInt16( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_anyInt32(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_anyInt32( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_anyInt64(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_anyInt64( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_anyInt8(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_anyInt8( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_anyOctet(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_anyOctet( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_anyString(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_anyString( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_anyUint16(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_anyUint16( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_anyUint32(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_anyUint32( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_anyUint64(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_anyUint64( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_anyUint8(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_anyUint8( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_anyWord(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_anyWord( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_inheritanceBase(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_inheritanceBase( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_inheritanceMatchSub(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_inheritanceMatchSub( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_inheritanceSub(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_inheritanceSub( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_inheritSibling(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_inheritSibling( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_nullBool(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_nullBool( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_nullObject(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_nullObject( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_nullString(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_nullString( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_numChar(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_numChar( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_numColor(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_numColor( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_numFloat32(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_numFloat32( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_numFloat64(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_numFloat64( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_numInt16(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_numInt16( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_numInt32(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_numInt32( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_numInt64(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_numInt64( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_numInt8(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_numInt8( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_numOctet(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_numOctet( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_numString(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_numString( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_numUint16(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_numUint16( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_numUint32(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_numUint32( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_numUint64(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_numUint64( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_numUint8(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_numUint8( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_numWord(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_numWord( - test_Overload(*(void**)args)); -} - -void __test_Overload_tc_wildcard(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Overload_tc_wildcard( - test_Overload(*(void**)args)); -} - -void __test_Project_setup(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Project_setup( - test_Project(*(void**)args)); -} - -void __test_Project_tc_app(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Project_tc_app( - test_Project(*(void**)args)); -} - -void __test_Project_tc_appNoTest(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Project_tc_appNoTest( - test_Project(*(void**)args)); -} - -void __test_Project_tc_package(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Project_tc_package( - test_Project(*(void**)args)); -} - -void __test_Project_tc_packageLocal(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Project_tc_packageLocal( - test_Project(*(void**)args)); -} - -void __test_Project_tc_publishNotag(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Project_tc_publishNotag( - test_Project(*(void**)args)); -} - -void __test_Project_teardown(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Project_teardown( - test_Project(*(void**)args)); -} - -void __test_RelativeName_setup(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_RelativeName_setup( - test_RelativeName(*(void**)args)); -} - -void __test_RelativeName_tc_fromChild(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_RelativeName_tc_fromChild( - test_RelativeName(*(void**)args)); -} - -void __test_RelativeName_tc_fromDisjunct(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_RelativeName_tc_fromDisjunct( - test_RelativeName(*(void**)args)); -} - -void __test_RelativeName_tc_fromGrandchild(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_RelativeName_tc_fromGrandchild( - test_RelativeName(*(void**)args)); -} - -void __test_RelativeName_tc_fromOneUp(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_RelativeName_tc_fromOneUp( - test_RelativeName(*(void**)args)); -} - -void __test_RelativeName_tc_fromParent(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_RelativeName_tc_fromParent( - test_RelativeName(*(void**)args)); -} - -void __test_RelativeName_tc_fromRoot(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_RelativeName_tc_fromRoot( - test_RelativeName(*(void**)args)); -} - -void __test_RelativeName_tc_fromSelf(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_RelativeName_tc_fromSelf( - test_RelativeName(*(void**)args)); -} - -void __test_RelativeName_tc_fromThreeUp(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_RelativeName_tc_fromThreeUp( - test_RelativeName(*(void**)args)); -} - -void __test_RelativeName_tc_fromTwoUp(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_RelativeName_tc_fromTwoUp( - test_RelativeName(*(void**)args)); -} - -void __test_RelativeName_tc_rootFromObj(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_RelativeName_tc_rootFromObj( - test_RelativeName(*(void**)args)); -} - -void __test_RelativeName_teardown(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_RelativeName_teardown( - test_RelativeName(*(void**)args)); -} - -void __test_Resolver_setup(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_setup( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_caseInsensitive(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_caseInsensitive( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveAll(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveAll( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveAnonymous(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveAnonymous( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveCorto(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveCorto( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveEmptyString(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveEmptyString( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveFunctionArgs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveFunctionArgs( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveFunctionNoArgs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveFunctionNoArgs( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveIo(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveIo( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveLang(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveLang( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveNull(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveNull( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveParenthesesNoFunction(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveParenthesesNoFunction( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveParenthesesNoFunctionArgs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveParenthesesNoFunctionArgs( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveParenthesesNoFunctionScoped(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveParenthesesNoFunctionScoped( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveRoot(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveRoot( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveString(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveString( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_tc_resolveThis(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_tc_resolveThis( - test_Resolver(*(void**)args)); -} - -void __test_Resolver_teardown(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Resolver_teardown( - test_Resolver(*(void**)args)); -} - -void __test_Select_collect(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - *(test_selectItemList*)result = _test_Select_collect( - *(corto_object*)args, - *(corto_string*)((intptr_t)args + sizeof(corto_object))); -} - -void __test_Select_hasObject(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - *(corto_bool*)result = _test_Select_hasObject( - *(test_selectItemList*)args, - *(corto_string*)((intptr_t)args + sizeof(test_selectItemList)), - *(corto_string*)((intptr_t)args + sizeof(test_selectItemList) + sizeof(corto_string)), - *(corto_string*)((intptr_t)args + sizeof(test_selectItemList) + sizeof(corto_string) + sizeof(corto_string))); -} - -void __test_Select_setup(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_setup( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectDeleteCurrent(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectDeleteCurrent( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectDeleteFirst(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectDeleteFirst( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectDeleteNext(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectDeleteNext( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectDeleteParent(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectDeleteParent( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectDeletePrevious(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectDeletePrevious( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectErrParentAst(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectErrParentAst( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectErrParentId(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectErrParentId( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectErrParentTree(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectErrParentTree( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectErrParentWc(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectErrParentWc( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectErrScopeScope(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectErrScopeScope( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectFilterAsterisk(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectFilterAsterisk( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectFilterWildcard(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectFilterWildcard( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectIdentifier(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectIdentifier( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectIdentifierCaps(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectIdentifierCaps( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectNumeric(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectNumeric( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectOrder(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectOrder( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectParent(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectParent( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectScope(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectScope( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectScopedIdentifier(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectScopedIdentifier( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectScopedParent(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectScopedParent( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectScopedThis(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectScopedThis( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectScopeWithAsterisk(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectScopeWithAsterisk( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectScopeWithAsteriskFilter(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectScopeWithAsteriskFilter( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectScopeWithWildcard(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectScopeWithWildcard( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectScopeWithWildcardFilter(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectScopeWithWildcardFilter( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectThis(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectThis( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectTree(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectTree( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectTreeDeleteCurrent(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectTreeDeleteCurrent( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectTreeDeleteFirst(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectTreeDeleteFirst( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectTreeDeleteGrandparent(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectTreeDeleteGrandparent( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectTreeDeleteNext(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectTreeDeleteNext( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectTreeDeleteParent(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectTreeDeleteParent( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectTreeDeletePrevious(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectTreeDeletePrevious( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectTreeWithAsterisk(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectTreeWithAsterisk( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectTreeWithAsteriskFilter(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectTreeWithAsteriskFilter( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectTreeWithWildcard(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectTreeWithWildcard( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectTreeWithWildcardFilter(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectTreeWithWildcardFilter( - test_Select(*(void**)args)); -} - -void __test_Select_tc_selectUnderscore(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_tc_selectUnderscore( - test_Select(*(void**)args)); -} - -void __test_Select_teardown(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_Select_teardown( - test_Select(*(void**)args)); -} - -void __test_StringDeserializer_setup(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_setup( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserAnonymousMultiple(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserAnonymousMultiple( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserAnonymousNested(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserAnonymousNested( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserAnonymousReuse(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserAnonymousReuse( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserAnonymousReuseNested(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserAnonymousReuseNested( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserAnonymousSimple(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserAnonymousSimple( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserBoolFalse(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserBoolFalse( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserBoolInvalid(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserBoolInvalid( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserBoolTrue(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserBoolTrue( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserChar(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserChar( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserCharEscape(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserCharEscape( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserCharEscapeQuoted(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserCharEscapeQuoted( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserCharNull(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserCharNull( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserCharNullQuoted(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserCharNullQuoted( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserCharQuoted(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserCharQuoted( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserCollection(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserCollection( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserCollectionComplex(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserCollectionComplex( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserComposite(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserComposite( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserCompositeMembers(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserCompositeMembers( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserCompositeMixed(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserCompositeMixed( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserCompositeNested(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserCompositeNested( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserCompositeNestedMembers(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserCompositeNestedMembers( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserCompositeNestedMixed(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserCompositeNestedMixed( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserCompositeNoType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserCompositeNoType( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserCompositeWhitespace(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserCompositeWhitespace( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserExisting(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserExisting( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserExisting_w_scopedType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserExisting_w_scopedType( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserExisting_w_type(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserExisting_w_type( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserInheritance(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserInheritance( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserInheritanceMembers(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserInheritanceMembers( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserInheritanceMixed(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserInheritanceMixed( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserInt16(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserInt16( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserInt16Minus(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserInt16Minus( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserInt16Overflow(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserInt16Overflow( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserInt32(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserInt32( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserInt32Minus(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserInt32Minus( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserInt32Overflow(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserInt32Overflow( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserInt64(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserInt64( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserInt64Minus(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserInt64Minus( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserInt8(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserInt8( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserInt8Minus(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserInt8Minus( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserInt8Overflow(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserInt8Overflow( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserString(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserString( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserStringEscape(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserStringEscape( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserStringQuotes(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserStringQuotes( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserStringQuotesWhitespaces(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserStringQuotesWhitespaces( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserStringWhitespace(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserStringWhitespace( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserStringWhitespaceTrailing(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserStringWhitespaceTrailing( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserUint16(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserUint16( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserUint16Overflow(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserUint16Overflow( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserUint32(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserUint32( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserUint32Overflow(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserUint32Overflow( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserUint64(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserUint64( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserUint8(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserUint8( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_deserUint8Overflow(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_deserUint8Overflow( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_errExcessElements(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_errExcessElements( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_errMissingType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_errMissingType( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_errNotAType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_errNotAType( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_errTypeMismatch(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_errTypeMismatch( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_errUnresolvedMember(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_errUnresolvedMember( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_tc_errUnresolvedType(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_tc_errUnresolvedType( - test_StringDeserializer(*(void**)args)); -} - -void __test_StringDeserializer_teardown(corto_function f, void *result, void *args) { - CORTO_UNUSED(f); - CORTO_UNUSED(args); - CORTO_UNUSED(result); - _test_StringDeserializer_teardown( - test_StringDeserializer(*(void**)args)); -} diff --git a/packages/corto/lang/test/include/test.h b/packages/corto/lang/test/include/test.h deleted file mode 100644 index 7838d7bd..00000000 --- a/packages/corto/lang/test/include/test.h +++ /dev/null @@ -1,119 +0,0 @@ -/* test.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_H -#define TEST_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_void _test_functionToResolve(corto_int32 a, corto_int32 b); -#define test_functionToResolve(a, b) _test_functionToResolve(a, b) - -TEST_EXPORT corto_void _test_ol_any__test_Color(test_Color a); -#define test_ol_any__test_Color(a) _test_ol_any__test_Color(a) - -TEST_EXPORT corto_void _test_ol_any_bool(corto_bool a); -#define test_ol_any_bool(a) _test_ol_any_bool(a) - -TEST_EXPORT corto_void _test_ol_any_char(corto_char a); -#define test_ol_any_char(a) _test_ol_any_char(a) - -TEST_EXPORT corto_void _test_ol_any_float32(corto_float32 a); -#define test_ol_any_float32(a) _test_ol_any_float32(a) - -TEST_EXPORT corto_void _test_ol_any_int32(corto_int32 a); -#define test_ol_any_int32(a) _test_ol_any_int32(a) - -TEST_EXPORT corto_void _test_ol_any_object(corto_object a); -#define test_ol_any_object(a) _test_ol_any_object(a) - -TEST_EXPORT corto_void _test_ol_any_string(corto_string a); -#define test_ol_any_string(a) _test_ol_any_string(a) - -TEST_EXPORT corto_void _test_ol_bool(corto_bool a); -#define test_ol_bool(a) _test_ol_bool(a) - -TEST_EXPORT corto_void _test_ol_inherit__test_Animal(test_Animal a); -#define test_ol_inherit__test_Animal(a) _test_ol_inherit__test_Animal(test_Animal(a)) - -TEST_EXPORT corto_void _test_ol_inherit__test_Dog(test_Dog a); -#define test_ol_inherit__test_Dog(a) _test_ol_inherit__test_Dog(test_Dog(a)) - -TEST_EXPORT corto_void _test_ol_int(corto_int32 a); -#define test_ol_int(a) _test_ol_int(a) - -TEST_EXPORT corto_void _test_ol_null_bool(corto_bool a); -#define test_ol_null_bool(a) _test_ol_null_bool(a) - -TEST_EXPORT corto_void _test_ol_null_object(corto_object a); -#define test_ol_null_object(a) _test_ol_null_object(a) - -TEST_EXPORT corto_void _test_ol_null_string(corto_string a); -#define test_ol_null_string(a) _test_ol_null_string(a) - -TEST_EXPORT corto_void _test_ol_num_float64(corto_float64 a); -#define test_ol_num_float64(a) _test_ol_num_float64(a) - -TEST_EXPORT corto_void _test_ol_num_int32(corto_int32 a); -#define test_ol_num_int32(a) _test_ol_num_int32(a) - -TEST_EXPORT corto_void _test_ol_object(corto_object a); -#define test_ol_object(a) _test_ol_object(a) - -TEST_EXPORT corto_void _test_ol_string(corto_string a); -#define test_ol_string(a) _test_ol_string(a) - -TEST_EXPORT corto_void _test_ol_uint(corto_int32 a); -#define test_ol_uint(a) _test_ol_uint(a) - -TEST_EXPORT corto_void _test_ol_wildcard_float32_string(corto_float32 a, corto_string b); -#define test_ol_wildcard_float32_string(a, b) _test_ol_wildcard_float32_string(a, b) - -TEST_EXPORT corto_void _test_ol_wildcard_int32_string(corto_int32 a, corto_string b); -#define test_ol_wildcard_int32_string(a, b) _test_ol_wildcard_int32_string(a, b) - -#ifdef __cplusplus -} -#endif -#endif - -#include "test_Animal.h" -#include "test_AnonymousTest.h" -#include "test_Args.h" -#include "test_Bar.h" -#include "test_Cat.h" -#include "test_CompositeCollection.h" -#include "test_DeclaredParent.h" -#include "test_DefinedParent.h" -#include "test_Dog.h" -#include "test_Env.h" -#include "test_Event.h" -#include "test_EventTest.h" -#include "test_Foo.h" -#include "test_Fullname.h" -#include "test_GoldenRetriever.h" -#include "test_Line.h" -#include "test_MethodResolver.h" -#include "test_MethodTester.h" -#include "test_MethodTesterInherit.h" -#include "test_ObjectMgmt.h" -#include "test_Overload.h" -#include "test_Point.h" -#include "test_Point3D.h" -#include "test_PrimitiveCollection.h" -#include "test_Project.h" -#include "test_RelativeName.h" -#include "test_Resolver.h" -#include "test_Select.h" -#include "test_selectItem.h" -#include "test_StringDeserializer.h" -#include "test_VoidParent.h" -#include "corto/test/test.h" -#include "corto/test/test.h" diff --git a/packages/corto/lang/test/include/test_Animal.h b/packages/corto/lang/test/include/test_Animal.h deleted file mode 100644 index 4428f679..00000000 --- a/packages/corto/lang/test/include/test_Animal.h +++ /dev/null @@ -1,20 +0,0 @@ -/* test_Animal.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_ANIMAL_H -#define TEST_ANIMAL_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_AnonymousTest.h b/packages/corto/lang/test/include/test_AnonymousTest.h deleted file mode 100644 index c25a6d9e..00000000 --- a/packages/corto/lang/test/include/test_AnonymousTest.h +++ /dev/null @@ -1,20 +0,0 @@ -/* test_AnonymousTest.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_ANONYMOUSTEST_H -#define TEST_ANONYMOUSTEST_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_Args.h b/packages/corto/lang/test/include/test_Args.h deleted file mode 100644 index 9073f34e..00000000 --- a/packages/corto/lang/test/include/test_Args.h +++ /dev/null @@ -1,96 +0,0 @@ -/* test_Args.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_ARGS_H -#define TEST_ARGS_H - -#include "corto.h" -#include "corto/test/test_SuiteData.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_void _test_Args_tc_matchAddNoProject(test_Args _this); -#define test_Args_tc_matchAddNoProject(_this) _test_Args_tc_matchAddNoProject(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchAll(test_Args _this); -#define test_Args_tc_matchAll(_this) _test_Args_tc_matchAll(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchCreate(test_Args _this); -#define test_Args_tc_matchCreate(_this) _test_Args_tc_matchCreate(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchCreateApp(test_Args _this); -#define test_Args_tc_matchCreateApp(_this) _test_Args_tc_matchCreateApp(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchCreateMultiple(test_Args _this); -#define test_Args_tc_matchCreateMultiple(_this) _test_Args_tc_matchCreateMultiple(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchCreatePackage(test_Args _this); -#define test_Args_tc_matchCreatePackage(_this) _test_Args_tc_matchCreatePackage(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchCreatePackageAndApp(test_Args _this); -#define test_Args_tc_matchCreatePackageAndApp(_this) _test_Args_tc_matchCreatePackageAndApp(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchCreatePackageAndAppEscaped(test_Args _this); -#define test_Args_tc_matchCreatePackageAndAppEscaped(_this) _test_Args_tc_matchCreatePackageAndAppEscaped(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchCreatePackageOptions(test_Args _this); -#define test_Args_tc_matchCreatePackageOptions(_this) _test_Args_tc_matchCreatePackageOptions(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchDuplicate(test_Args _this); -#define test_Args_tc_matchDuplicate(_this) _test_Args_tc_matchDuplicate(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchDuplicateArg(test_Args _this); -#define test_Args_tc_matchDuplicateArg(_this) _test_Args_tc_matchDuplicateArg(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchErr(test_Args _this); -#define test_Args_tc_matchErr(_this) _test_Args_tc_matchErr(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchFixed(test_Args _this); -#define test_Args_tc_matchFixed(_this) _test_Args_tc_matchFixed(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchMultiple(test_Args _this); -#define test_Args_tc_matchMultiple(_this) _test_Args_tc_matchMultiple(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchMultipleArg(test_Args _this); -#define test_Args_tc_matchMultipleArg(_this) _test_Args_tc_matchMultipleArg(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchNone(test_Args _this); -#define test_Args_tc_matchNone(_this) _test_Args_tc_matchNone(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchOptional(test_Args _this); -#define test_Args_tc_matchOptional(_this) _test_Args_tc_matchOptional(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchOptionalOneArg(test_Args _this); -#define test_Args_tc_matchOptionalOneArg(_this) _test_Args_tc_matchOptionalOneArg(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchOptionalWithOtherArgs(test_Args _this); -#define test_Args_tc_matchOptionalWithOtherArgs(_this) _test_Args_tc_matchOptionalWithOtherArgs(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchPattern(test_Args _this); -#define test_Args_tc_matchPattern(_this) _test_Args_tc_matchPattern(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchPublish(test_Args _this); -#define test_Args_tc_matchPublish(_this) _test_Args_tc_matchPublish(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchPublishNoProject(test_Args _this); -#define test_Args_tc_matchPublishNoProject(_this) _test_Args_tc_matchPublishNoProject(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchShell(test_Args _this); -#define test_Args_tc_matchShell(_this) _test_Args_tc_matchShell(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchSingle(test_Args _this); -#define test_Args_tc_matchSingle(_this) _test_Args_tc_matchSingle(test_Args(_this)) - -TEST_EXPORT corto_void _test_Args_tc_matchSingleArg(test_Args _this); -#define test_Args_tc_matchSingleArg(_this) _test_Args_tc_matchSingleArg(test_Args(_this)) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_Bar.h b/packages/corto/lang/test/include/test_Bar.h deleted file mode 100644 index 74bf674b..00000000 --- a/packages/corto/lang/test/include/test_Bar.h +++ /dev/null @@ -1,23 +0,0 @@ -/* test_Bar.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_BAR_H -#define TEST_BAR_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_int16 _test_Bar_init(test_Bar _this); -#define test_Bar_init(_this) _test_Bar_init(test_Bar(_this)) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_Cat.h b/packages/corto/lang/test/include/test_Cat.h deleted file mode 100644 index 02abcfc2..00000000 --- a/packages/corto/lang/test/include/test_Cat.h +++ /dev/null @@ -1,21 +0,0 @@ -/* test_Cat.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_CAT_H -#define TEST_CAT_H - -#include "corto.h" -#include "test_Animal.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_CompositeCollection.h b/packages/corto/lang/test/include/test_CompositeCollection.h deleted file mode 100644 index 2886c17d..00000000 --- a/packages/corto/lang/test/include/test_CompositeCollection.h +++ /dev/null @@ -1,20 +0,0 @@ -/* test_CompositeCollection.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_COMPOSITECOLLECTION_H -#define TEST_COMPOSITECOLLECTION_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_DeclaredParent.h b/packages/corto/lang/test/include/test_DeclaredParent.h deleted file mode 100644 index e48538c6..00000000 --- a/packages/corto/lang/test/include/test_DeclaredParent.h +++ /dev/null @@ -1,20 +0,0 @@ -/* test_DeclaredParent.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_DECLAREDPARENT_H -#define TEST_DECLAREDPARENT_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_DefinedParent.h b/packages/corto/lang/test/include/test_DefinedParent.h deleted file mode 100644 index e568f935..00000000 --- a/packages/corto/lang/test/include/test_DefinedParent.h +++ /dev/null @@ -1,20 +0,0 @@ -/* test_DefinedParent.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_DEFINEDPARENT_H -#define TEST_DEFINEDPARENT_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_Dog.h b/packages/corto/lang/test/include/test_Dog.h deleted file mode 100644 index 9a034f08..00000000 --- a/packages/corto/lang/test/include/test_Dog.h +++ /dev/null @@ -1,21 +0,0 @@ -/* test_Dog.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_DOG_H -#define TEST_DOG_H - -#include "corto.h" -#include "test_Animal.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_Env.h b/packages/corto/lang/test/include/test_Env.h deleted file mode 100644 index 65757c77..00000000 --- a/packages/corto/lang/test/include/test_Env.h +++ /dev/null @@ -1,63 +0,0 @@ -/* test_Env.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_ENV_H -#define TEST_ENV_H - -#include "corto.h" -#include "corto/test/test_SuiteData.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_void _test_Env_tc_envparseFormatAndReplace(test_Env _this); -#define test_Env_tc_envparseFormatAndReplace(_this) _test_Env_tc_envparseFormatAndReplace(test_Env(_this)) - -TEST_EXPORT corto_void _test_Env_tc_envparseReplaceMultiple(test_Env _this); -#define test_Env_tc_envparseReplaceMultiple(_this) _test_Env_tc_envparseReplaceMultiple(test_Env(_this)) - -TEST_EXPORT corto_void _test_Env_tc_envparseReplaceWithSameVariable(test_Env _this); -#define test_Env_tc_envparseReplaceWithSameVariable(_this) _test_Env_tc_envparseReplaceWithSameVariable(test_Env(_this)) - -TEST_EXPORT corto_void _test_Env_tc_envparseSimpleFormat(test_Env _this); -#define test_Env_tc_envparseSimpleFormat(_this) _test_Env_tc_envparseSimpleFormat(test_Env(_this)) - -TEST_EXPORT corto_void _test_Env_tc_envparseSimpleReplace(test_Env _this); -#define test_Env_tc_envparseSimpleReplace(_this) _test_Env_tc_envparseSimpleReplace(test_Env(_this)) - -TEST_EXPORT corto_void _test_Env_tc_envparseVariableNotFound(test_Env _this); -#define test_Env_tc_envparseVariableNotFound(_this) _test_Env_tc_envparseVariableNotFound(test_Env(_this)) - -TEST_EXPORT corto_void _test_Env_tc_setenvFormatAndReplace(test_Env _this); -#define test_Env_tc_setenvFormatAndReplace(_this) _test_Env_tc_setenvFormatAndReplace(test_Env(_this)) - -TEST_EXPORT corto_void _test_Env_tc_setenvNull(test_Env _this); -#define test_Env_tc_setenvNull(_this) _test_Env_tc_setenvNull(test_Env(_this)) - -TEST_EXPORT corto_void _test_Env_tc_setenvReplaceMultiple(test_Env _this); -#define test_Env_tc_setenvReplaceMultiple(_this) _test_Env_tc_setenvReplaceMultiple(test_Env(_this)) - -TEST_EXPORT corto_void _test_Env_tc_setenvReplaceWithSameVariable(test_Env _this); -#define test_Env_tc_setenvReplaceWithSameVariable(_this) _test_Env_tc_setenvReplaceWithSameVariable(test_Env(_this)) - -TEST_EXPORT corto_void _test_Env_tc_setenvSimple(test_Env _this); -#define test_Env_tc_setenvSimple(_this) _test_Env_tc_setenvSimple(test_Env(_this)) - -TEST_EXPORT corto_void _test_Env_tc_setenvSimpleFormat(test_Env _this); -#define test_Env_tc_setenvSimpleFormat(_this) _test_Env_tc_setenvSimpleFormat(test_Env(_this)) - -TEST_EXPORT corto_void _test_Env_tc_setenvSimpleReplace(test_Env _this); -#define test_Env_tc_setenvSimpleReplace(_this) _test_Env_tc_setenvSimpleReplace(test_Env(_this)) - -TEST_EXPORT corto_void _test_Env_tc_setenvVariableNotFound(test_Env _this); -#define test_Env_tc_setenvVariableNotFound(_this) _test_Env_tc_setenvVariableNotFound(test_Env(_this)) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_Event.h b/packages/corto/lang/test/include/test_Event.h deleted file mode 100644 index 79cf8296..00000000 --- a/packages/corto/lang/test/include/test_Event.h +++ /dev/null @@ -1,81 +0,0 @@ -/* test_Event.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_EVENT_H -#define TEST_EVENT_H - -#include "corto.h" -#include "corto/test/test_SuiteData.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_void _test_Event_setup(test_Event _this); -#define test_Event_setup(_this) _test_Event_setup(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_onDeclare(test_Event _this); -#define test_Event_tc_onDeclare(_this) _test_Event_tc_onDeclare(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_onDeclareScope(test_Event _this); -#define test_Event_tc_onDeclareScope(_this) _test_Event_tc_onDeclareScope(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_onDeclareSelf(test_Event _this); -#define test_Event_tc_onDeclareSelf(_this) _test_Event_tc_onDeclareSelf(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_onDeclareTree(test_Event _this); -#define test_Event_tc_onDeclareTree(_this) _test_Event_tc_onDeclareTree(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_onDefine(test_Event _this); -#define test_Event_tc_onDefine(_this) _test_Event_tc_onDefine(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_onDefineScope(test_Event _this); -#define test_Event_tc_onDefineScope(_this) _test_Event_tc_onDefineScope(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_onDefineSelf(test_Event _this); -#define test_Event_tc_onDefineSelf(_this) _test_Event_tc_onDefineSelf(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_onDefineTree(test_Event _this); -#define test_Event_tc_onDefineTree(_this) _test_Event_tc_onDefineTree(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_onDelete(test_Event _this); -#define test_Event_tc_onDelete(_this) _test_Event_tc_onDelete(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_onDeleteScope(test_Event _this); -#define test_Event_tc_onDeleteScope(_this) _test_Event_tc_onDeleteScope(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_onDeleteSelf(test_Event _this); -#define test_Event_tc_onDeleteSelf(_this) _test_Event_tc_onDeleteSelf(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_onDeleteTree(test_Event _this); -#define test_Event_tc_onDeleteTree(_this) _test_Event_tc_onDeleteTree(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_onUpdate(test_Event _this); -#define test_Event_tc_onUpdate(_this) _test_Event_tc_onUpdate(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_onUpdateScope(test_Event _this); -#define test_Event_tc_onUpdateScope(_this) _test_Event_tc_onUpdateScope(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_onUpdateSelf(test_Event _this); -#define test_Event_tc_onUpdateSelf(_this) _test_Event_tc_onUpdateSelf(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_onUpdateTree(test_Event _this); -#define test_Event_tc_onUpdateTree(_this) _test_Event_tc_onUpdateTree(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_updateUndefined(test_Event _this); -#define test_Event_tc_updateUndefined(_this) _test_Event_tc_updateUndefined(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_tc_updateVoidErr(test_Event _this); -#define test_Event_tc_updateVoidErr(_this) _test_Event_tc_updateVoidErr(test_Event(_this)) - -TEST_EXPORT corto_void _test_Event_teardown(test_Event _this); -#define test_Event_teardown(_this) _test_Event_teardown(test_Event(_this)) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_EventTest.h b/packages/corto/lang/test/include/test_EventTest.h deleted file mode 100644 index 914b1eb2..00000000 --- a/packages/corto/lang/test/include/test_EventTest.h +++ /dev/null @@ -1,71 +0,0 @@ -/* test_EventTest.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_EVENTTEST_H -#define TEST_EVENTTEST_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_int16 _test_EventTest_construct(test_EventTest _this); -#define test_EventTest_construct(_this) _test_EventTest_construct(test_EventTest(_this)) - -TEST_EXPORT corto_void _test_EventTest_onDeclare(test_EventTest _this, corto_object observable); -#define test_EventTest_onDeclare(_this, observable) _test_EventTest_onDeclare(test_EventTest(_this), observable) - -TEST_EXPORT corto_void _test_EventTest_onDeclareScope(test_EventTest _this, corto_object observable); -#define test_EventTest_onDeclareScope(_this, observable) _test_EventTest_onDeclareScope(test_EventTest(_this), observable) - -TEST_EXPORT corto_void _test_EventTest_onDeclareSelf(test_EventTest _this, corto_object observable); -#define test_EventTest_onDeclareSelf(_this, observable) _test_EventTest_onDeclareSelf(test_EventTest(_this), observable) - -TEST_EXPORT corto_void _test_EventTest_onDeclareTree(test_EventTest _this, corto_object observable); -#define test_EventTest_onDeclareTree(_this, observable) _test_EventTest_onDeclareTree(test_EventTest(_this), observable) - -TEST_EXPORT corto_void _test_EventTest_onDefine(test_EventTest _this, corto_object observable); -#define test_EventTest_onDefine(_this, observable) _test_EventTest_onDefine(test_EventTest(_this), observable) - -TEST_EXPORT corto_void _test_EventTest_onDefineScope(test_EventTest _this, corto_object observable); -#define test_EventTest_onDefineScope(_this, observable) _test_EventTest_onDefineScope(test_EventTest(_this), observable) - -TEST_EXPORT corto_void _test_EventTest_onDefineSelf(test_EventTest _this, corto_object observable); -#define test_EventTest_onDefineSelf(_this, observable) _test_EventTest_onDefineSelf(test_EventTest(_this), observable) - -TEST_EXPORT corto_void _test_EventTest_onDefineTree(test_EventTest _this, corto_object observable); -#define test_EventTest_onDefineTree(_this, observable) _test_EventTest_onDefineTree(test_EventTest(_this), observable) - -TEST_EXPORT corto_void _test_EventTest_onDelete(test_EventTest _this, corto_object observable); -#define test_EventTest_onDelete(_this, observable) _test_EventTest_onDelete(test_EventTest(_this), observable) - -TEST_EXPORT corto_void _test_EventTest_onDeleteScope(test_EventTest _this, corto_object observable); -#define test_EventTest_onDeleteScope(_this, observable) _test_EventTest_onDeleteScope(test_EventTest(_this), observable) - -TEST_EXPORT corto_void _test_EventTest_onDeleteSelf(test_EventTest _this, corto_object observable); -#define test_EventTest_onDeleteSelf(_this, observable) _test_EventTest_onDeleteSelf(test_EventTest(_this), observable) - -TEST_EXPORT corto_void _test_EventTest_onDeleteTree(test_EventTest _this, corto_object observable); -#define test_EventTest_onDeleteTree(_this, observable) _test_EventTest_onDeleteTree(test_EventTest(_this), observable) - -TEST_EXPORT corto_void _test_EventTest_onUpdate(test_EventTest _this, corto_object observable); -#define test_EventTest_onUpdate(_this, observable) _test_EventTest_onUpdate(test_EventTest(_this), observable) - -TEST_EXPORT corto_void _test_EventTest_onUpdateScope(test_EventTest _this, corto_object observable); -#define test_EventTest_onUpdateScope(_this, observable) _test_EventTest_onUpdateScope(test_EventTest(_this), observable) - -TEST_EXPORT corto_void _test_EventTest_onUpdateSelf(test_EventTest _this, corto_object observable); -#define test_EventTest_onUpdateSelf(_this, observable) _test_EventTest_onUpdateSelf(test_EventTest(_this), observable) - -TEST_EXPORT corto_void _test_EventTest_onUpdateTree(test_EventTest _this, corto_object observable); -#define test_EventTest_onUpdateTree(_this, observable) _test_EventTest_onUpdateTree(test_EventTest(_this), observable) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_Foo.h b/packages/corto/lang/test/include/test_Foo.h deleted file mode 100644 index 7d948338..00000000 --- a/packages/corto/lang/test/include/test_Foo.h +++ /dev/null @@ -1,29 +0,0 @@ -/* test_Foo.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_FOO_H -#define TEST_FOO_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_int16 _test_Foo_construct(test_Foo _this); -#define test_Foo_construct(_this) _test_Foo_construct(test_Foo(_this)) - -TEST_EXPORT corto_void _test_Foo_destruct(test_Foo _this); -#define test_Foo_destruct(_this) _test_Foo_destruct(test_Foo(_this)) - -TEST_EXPORT corto_int16 _test_Foo_init(test_Foo _this); -#define test_Foo_init(_this) _test_Foo_init(test_Foo(_this)) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_Fullname.h b/packages/corto/lang/test/include/test_Fullname.h deleted file mode 100644 index 2e253ba8..00000000 --- a/packages/corto/lang/test/include/test_Fullname.h +++ /dev/null @@ -1,36 +0,0 @@ -/* test_Fullname.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_FULLNAME_H -#define TEST_FULLNAME_H - -#include "corto.h" -#include "corto/test/test_SuiteData.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_void _test_Fullname_tc_null(test_Fullname _this); -#define test_Fullname_tc_null(_this) _test_Fullname_tc_null(test_Fullname(_this)) - -TEST_EXPORT corto_void _test_Fullname_tc_nullBuffer(test_Fullname _this); -#define test_Fullname_tc_nullBuffer(_this) _test_Fullname_tc_nullBuffer(test_Fullname(_this)) - -TEST_EXPORT corto_void _test_Fullname_tc_onelevel(test_Fullname _this); -#define test_Fullname_tc_onelevel(_this) _test_Fullname_tc_onelevel(test_Fullname(_this)) - -TEST_EXPORT corto_void _test_Fullname_tc_root(test_Fullname _this); -#define test_Fullname_tc_root(_this) _test_Fullname_tc_root(test_Fullname(_this)) - -TEST_EXPORT corto_void _test_Fullname_tc_twolevels(test_Fullname _this); -#define test_Fullname_tc_twolevels(_this) _test_Fullname_tc_twolevels(test_Fullname(_this)) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_GoldenRetriever.h b/packages/corto/lang/test/include/test_GoldenRetriever.h deleted file mode 100644 index 0bd2cc9c..00000000 --- a/packages/corto/lang/test/include/test_GoldenRetriever.h +++ /dev/null @@ -1,21 +0,0 @@ -/* test_GoldenRetriever.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_GOLDENRETRIEVER_H -#define TEST_GOLDENRETRIEVER_H - -#include "corto.h" -#include "test_Dog.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_Line.h b/packages/corto/lang/test/include/test_Line.h deleted file mode 100644 index 2f3c032b..00000000 --- a/packages/corto/lang/test/include/test_Line.h +++ /dev/null @@ -1,20 +0,0 @@ -/* test_Line.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_LINE_H -#define TEST_LINE_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_MethodResolver.h b/packages/corto/lang/test/include/test_MethodResolver.h deleted file mode 100644 index 27cfdfa8..00000000 --- a/packages/corto/lang/test/include/test_MethodResolver.h +++ /dev/null @@ -1,123 +0,0 @@ -/* test_MethodResolver.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_METHODRESOLVER_H -#define TEST_METHODRESOLVER_H - -#include "corto.h" -#include "corto/test/test_SuiteData.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_void _test_MethodResolver_tc_inheritOverload(test_MethodResolver _this); -#define test_MethodResolver_tc_inheritOverload(_this) _test_MethodResolver_tc_inheritOverload(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_inheritOverloadBaseClass(test_MethodResolver _this); -#define test_MethodResolver_tc_inheritOverloadBaseClass(_this) _test_MethodResolver_tc_inheritOverloadBaseClass(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_inheritOverloadBaseInt(test_MethodResolver _this); -#define test_MethodResolver_tc_inheritOverloadBaseInt(_this) _test_MethodResolver_tc_inheritOverloadBaseInt(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_inheritOverloadBaseString(test_MethodResolver _this); -#define test_MethodResolver_tc_inheritOverloadBaseString(_this) _test_MethodResolver_tc_inheritOverloadBaseString(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_inheritOverloadBaseTwoArgs(test_MethodResolver _this); -#define test_MethodResolver_tc_inheritOverloadBaseTwoArgs(_this) _test_MethodResolver_tc_inheritOverloadBaseTwoArgs(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_inheritOverloadClass(test_MethodResolver _this); -#define test_MethodResolver_tc_inheritOverloadClass(_this) _test_MethodResolver_tc_inheritOverloadClass(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_inheritOverloadNoArgs(test_MethodResolver _this); -#define test_MethodResolver_tc_inheritOverloadNoArgs(_this) _test_MethodResolver_tc_inheritOverloadNoArgs(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_inheritSimple(test_MethodResolver _this); -#define test_MethodResolver_tc_inheritSimple(_this) _test_MethodResolver_tc_inheritSimple(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_inheritSimpleNoArgs(test_MethodResolver _this); -#define test_MethodResolver_tc_inheritSimpleNoArgs(_this) _test_MethodResolver_tc_inheritSimpleNoArgs(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_inheritVirtualOverload(test_MethodResolver _this); -#define test_MethodResolver_tc_inheritVirtualOverload(_this) _test_MethodResolver_tc_inheritVirtualOverload(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_inheritVirtualOverloadNoArgs(test_MethodResolver _this); -#define test_MethodResolver_tc_inheritVirtualOverloadNoArgs(_this) _test_MethodResolver_tc_inheritVirtualOverloadNoArgs(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_nonexisting(test_MethodResolver _this); -#define test_MethodResolver_tc_nonexisting(_this) _test_MethodResolver_tc_nonexisting(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_onearg(test_MethodResolver _this); -#define test_MethodResolver_tc_onearg(_this) _test_MethodResolver_tc_onearg(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_oneargErr(test_MethodResolver _this); -#define test_MethodResolver_tc_oneargErr(_this) _test_MethodResolver_tc_oneargErr(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_oneargErrType(test_MethodResolver _this); -#define test_MethodResolver_tc_oneargErrType(_this) _test_MethodResolver_tc_oneargErrType(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_oneargNoArgs(test_MethodResolver _this); -#define test_MethodResolver_tc_oneargNoArgs(_this) _test_MethodResolver_tc_oneargNoArgs(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_overloadAmbiguous(test_MethodResolver _this); -#define test_MethodResolver_tc_overloadAmbiguous(_this) _test_MethodResolver_tc_overloadAmbiguous(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_overloadClass(test_MethodResolver _this); -#define test_MethodResolver_tc_overloadClass(_this) _test_MethodResolver_tc_overloadClass(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_overloadInt(test_MethodResolver _this); -#define test_MethodResolver_tc_overloadInt(_this) _test_MethodResolver_tc_overloadInt(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_overloadString(test_MethodResolver _this); -#define test_MethodResolver_tc_overloadString(_this) _test_MethodResolver_tc_overloadString(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_overloadTwoArgs(test_MethodResolver _this); -#define test_MethodResolver_tc_overloadTwoArgs(_this) _test_MethodResolver_tc_overloadTwoArgs(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_redeclare(test_MethodResolver _this); -#define test_MethodResolver_tc_redeclare(_this) _test_MethodResolver_tc_redeclare(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_simple(test_MethodResolver _this); -#define test_MethodResolver_tc_simple(_this) _test_MethodResolver_tc_simple(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_simpleErr(test_MethodResolver _this); -#define test_MethodResolver_tc_simpleErr(_this) _test_MethodResolver_tc_simpleErr(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_simpleErrType(test_MethodResolver _this); -#define test_MethodResolver_tc_simpleErrType(_this) _test_MethodResolver_tc_simpleErrType(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_simpleNoArgs(test_MethodResolver _this); -#define test_MethodResolver_tc_simpleNoArgs(_this) _test_MethodResolver_tc_simpleNoArgs(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_twoargs(test_MethodResolver _this); -#define test_MethodResolver_tc_twoargs(_this) _test_MethodResolver_tc_twoargs(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_twoargsNoArgs(test_MethodResolver _this); -#define test_MethodResolver_tc_twoargsNoArgs(_this) _test_MethodResolver_tc_twoargsNoArgs(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_twoargsSpaces(test_MethodResolver _this); -#define test_MethodResolver_tc_twoargsSpaces(_this) _test_MethodResolver_tc_twoargsSpaces(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_virtualOverload(test_MethodResolver _this); -#define test_MethodResolver_tc_virtualOverload(_this) _test_MethodResolver_tc_virtualOverload(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_virtualOverloadArg(test_MethodResolver _this); -#define test_MethodResolver_tc_virtualOverloadArg(_this) _test_MethodResolver_tc_virtualOverloadArg(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_virtualOverloadNoArgs(test_MethodResolver _this); -#define test_MethodResolver_tc_virtualOverloadNoArgs(_this) _test_MethodResolver_tc_virtualOverloadNoArgs(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_virtualSimple(test_MethodResolver _this); -#define test_MethodResolver_tc_virtualSimple(_this) _test_MethodResolver_tc_virtualSimple(test_MethodResolver(_this)) - -TEST_EXPORT corto_void _test_MethodResolver_tc_virtualSimpleNoArgs(test_MethodResolver _this); -#define test_MethodResolver_tc_virtualSimpleNoArgs(_this) _test_MethodResolver_tc_virtualSimpleNoArgs(test_MethodResolver(_this)) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_MethodTester.h b/packages/corto/lang/test/include/test_MethodTester.h deleted file mode 100644 index 43574d78..00000000 --- a/packages/corto/lang/test/include/test_MethodTester.h +++ /dev/null @@ -1,58 +0,0 @@ -/* test_MethodTester.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_METHODTESTER_H -#define TEST_METHODTESTER_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_void _test_MethodTester_onearg(test_MethodTester _this, corto_int32 a); -#define test_MethodTester_onearg(_this, a) _test_MethodTester_onearg(test_MethodTester(_this), a) - -TEST_EXPORT corto_void _test_MethodTester_overload__test_MethodTester(test_MethodTester _this, test_MethodTester m); -#define test_MethodTester_overload__test_MethodTester(_this, m) _test_MethodTester_overload__test_MethodTester(test_MethodTester(_this), test_MethodTester(m)) - -TEST_EXPORT corto_void _test_MethodTester_overload_int32(test_MethodTester _this, corto_int32 a); -#define test_MethodTester_overload_int32(_this, a) _test_MethodTester_overload_int32(test_MethodTester(_this), a) - -TEST_EXPORT corto_void _test_MethodTester_overload_int32_int32(test_MethodTester _this, corto_int32 a, corto_int32 b); -#define test_MethodTester_overload_int32_int32(_this, a, b) _test_MethodTester_overload_int32_int32(test_MethodTester(_this), a, b) - -TEST_EXPORT corto_void _test_MethodTester_overload_string(test_MethodTester _this, corto_string a); -#define test_MethodTester_overload_string(_this, a) _test_MethodTester_overload_string(test_MethodTester(_this), a) - -TEST_EXPORT corto_void _test_MethodTester_simple(test_MethodTester _this); -#define test_MethodTester_simple(_this) _test_MethodTester_simple(test_MethodTester(_this)) - -TEST_EXPORT corto_void _test_MethodTester_twoargs(test_MethodTester _this, corto_int32 a, corto_int32 b); -#define test_MethodTester_twoargs(_this, a, b) _test_MethodTester_twoargs(test_MethodTester(_this), a, b) - -/* virtual /test/MethodTester/virtualOverload() */ -TEST_EXPORT void _test_MethodTester_virtualOverload_(test_MethodTester _this); -#define test_MethodTester_virtualOverload_(_this) _test_MethodTester_virtualOverload_(test_MethodTester(_this)) - -TEST_EXPORT corto_void _test_MethodTester_virtualOverload__v(test_MethodTester _this); -#define test_MethodTester_virtualOverload__v(_this) _test_MethodTester_virtualOverload__v(test_MethodTester(_this)) - -TEST_EXPORT corto_void _test_MethodTester_virtualOverload_int32(test_MethodTester _this, corto_int32 a); -#define test_MethodTester_virtualOverload_int32(_this, a) _test_MethodTester_virtualOverload_int32(test_MethodTester(_this), a) - -/* virtual /test/MethodTester/virtualSimple() */ -TEST_EXPORT void _test_MethodTester_virtualSimple(test_MethodTester _this); -#define test_MethodTester_virtualSimple(_this) _test_MethodTester_virtualSimple(test_MethodTester(_this)) - -TEST_EXPORT corto_void _test_MethodTester_virtualSimple_v(test_MethodTester _this); -#define test_MethodTester_virtualSimple_v(_this) _test_MethodTester_virtualSimple_v(test_MethodTester(_this)) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_MethodTesterInherit.h b/packages/corto/lang/test/include/test_MethodTesterInherit.h deleted file mode 100644 index f01546ba..00000000 --- a/packages/corto/lang/test/include/test_MethodTesterInherit.h +++ /dev/null @@ -1,33 +0,0 @@ -/* test_MethodTesterInherit.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_METHODTESTERINHERIT_H -#define TEST_METHODTESTERINHERIT_H - -#include "corto.h" -#include "test_MethodTester.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_void _test_MethodTesterInherit_overload__test_MethodTesterInherit(test_MethodTesterInherit _this, test_MethodTesterInherit m); -#define test_MethodTesterInherit_overload__test_MethodTesterInherit(_this, m) _test_MethodTesterInherit_overload__test_MethodTesterInherit(test_MethodTesterInherit(_this), test_MethodTesterInherit(m)) - -TEST_EXPORT corto_void _test_MethodTesterInherit_overload_string_string(test_MethodTesterInherit _this, corto_string a, corto_string b); -#define test_MethodTesterInherit_overload_string_string(_this, a, b) _test_MethodTesterInherit_overload_string_string(test_MethodTesterInherit(_this), a, b) - -TEST_EXPORT corto_void _test_MethodTesterInherit_simple(test_MethodTesterInherit _this); -#define test_MethodTesterInherit_simple(_this) _test_MethodTesterInherit_simple(test_MethodTesterInherit(_this)) - -TEST_EXPORT corto_void _test_MethodTesterInherit_virtualOverload(test_MethodTesterInherit _this, corto_int32 a); -#define test_MethodTesterInherit_virtualOverload(_this, a) _test_MethodTesterInherit_virtualOverload(test_MethodTesterInherit(_this), a) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_ObjectMgmt.h b/packages/corto/lang/test/include/test_ObjectMgmt.h deleted file mode 100644 index 05246aa7..00000000 --- a/packages/corto/lang/test/include/test_ObjectMgmt.h +++ /dev/null @@ -1,183 +0,0 @@ -/* test_ObjectMgmt.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_OBJECTMGMT_H -#define TEST_OBJECTMGMT_H - -#include "corto.h" -#include "corto/test/test_SuiteData.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_void _test_ObjectMgmt_setup(test_ObjectMgmt _this); -#define test_ObjectMgmt_setup(_this) _test_ObjectMgmt_setup(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createChildFoo(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createChildFoo(_this) _test_ObjectMgmt_tc_createChildFoo(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createChildFooAttr0(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createChildFooAttr0(_this) _test_ObjectMgmt_tc_createChildFooAttr0(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createChildInitFail(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createChildInitFail(_this) _test_ObjectMgmt_tc_createChildInitFail(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createChildInt(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createChildInt(_this) _test_ObjectMgmt_tc_createChildInt(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createChildIntAttr0(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createChildIntAttr0(_this) _test_ObjectMgmt_tc_createChildIntAttr0(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createChildInvalidType(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createChildInvalidType(_this) _test_ObjectMgmt_tc_createChildInvalidType(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createChildNested(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createChildNested(_this) _test_ObjectMgmt_tc_createChildNested(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createChildNullType(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createChildNullType(_this) _test_ObjectMgmt_tc_createChildNullType(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createChildParentStateErr(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createChildParentStateErr(_this) _test_ObjectMgmt_tc_createChildParentStateErr(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createChildParentTypeErr(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createChildParentTypeErr(_this) _test_ObjectMgmt_tc_createChildParentTypeErr(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createChildVoid(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createChildVoid(_this) _test_ObjectMgmt_tc_createChildVoid(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createChildVoidAttr0(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createChildVoidAttr0(_this) _test_ObjectMgmt_tc_createChildVoidAttr0(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createFoo(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createFoo(_this) _test_ObjectMgmt_tc_createFoo(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createFooAttr0(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createFooAttr0(_this) _test_ObjectMgmt_tc_createFooAttr0(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createInitFail(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createInitFail(_this) _test_ObjectMgmt_tc_createInitFail(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createInt(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createInt(_this) _test_ObjectMgmt_tc_createInt(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createIntAttr0(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createIntAttr0(_this) _test_ObjectMgmt_tc_createIntAttr0(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createInvalidType(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createInvalidType(_this) _test_ObjectMgmt_tc_createInvalidType(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createNullType(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createNullType(_this) _test_ObjectMgmt_tc_createNullType(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createVoid(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createVoid(_this) _test_ObjectMgmt_tc_createVoid(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_createVoidAttr0(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_createVoidAttr0(_this) _test_ObjectMgmt_tc_createVoidAttr0(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareChildFoo(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareChildFoo(_this) _test_ObjectMgmt_tc_declareChildFoo(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareChildFooAttr0(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareChildFooAttr0(_this) _test_ObjectMgmt_tc_declareChildFooAttr0(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareChildInitFail(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareChildInitFail(_this) _test_ObjectMgmt_tc_declareChildInitFail(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareChildInt(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareChildInt(_this) _test_ObjectMgmt_tc_declareChildInt(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareChildIntAttr0(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareChildIntAttr0(_this) _test_ObjectMgmt_tc_declareChildIntAttr0(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareChildInvalidType(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareChildInvalidType(_this) _test_ObjectMgmt_tc_declareChildInvalidType(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareChildNullType(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareChildNullType(_this) _test_ObjectMgmt_tc_declareChildNullType(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareChildParentStateErr(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareChildParentStateErr(_this) _test_ObjectMgmt_tc_declareChildParentStateErr(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareChildParentTypeErr(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareChildParentTypeErr(_this) _test_ObjectMgmt_tc_declareChildParentTypeErr(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareChildVoid(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareChildVoid(_this) _test_ObjectMgmt_tc_declareChildVoid(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareChildVoidAttr0(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareChildVoidAttr0(_this) _test_ObjectMgmt_tc_declareChildVoidAttr0(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareExistingWithParentState(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareExistingWithParentState(_this) _test_ObjectMgmt_tc_declareExistingWithParentState(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareFoo(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareFoo(_this) _test_ObjectMgmt_tc_declareFoo(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareFooAttr0(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareFooAttr0(_this) _test_ObjectMgmt_tc_declareFooAttr0(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareInitFail(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareInitFail(_this) _test_ObjectMgmt_tc_declareInitFail(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareInt(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareInt(_this) _test_ObjectMgmt_tc_declareInt(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareIntAttr0(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareIntAttr0(_this) _test_ObjectMgmt_tc_declareIntAttr0(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareInvalidType(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareInvalidType(_this) _test_ObjectMgmt_tc_declareInvalidType(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareNullType(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareNullType(_this) _test_ObjectMgmt_tc_declareNullType(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareVoid(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareVoid(_this) _test_ObjectMgmt_tc_declareVoid(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_declareVoidAttr0(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_declareVoidAttr0(_this) _test_ObjectMgmt_tc_declareVoidAttr0(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_defineFoo(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_defineFoo(_this) _test_ObjectMgmt_tc_defineFoo(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_defineFooAttr0(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_defineFooAttr0(_this) _test_ObjectMgmt_tc_defineFooAttr0(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_defineFooFail(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_defineFooFail(_this) _test_ObjectMgmt_tc_defineFooFail(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_defineInt(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_defineInt(_this) _test_ObjectMgmt_tc_defineInt(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_defineIntAttr0(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_defineIntAttr0(_this) _test_ObjectMgmt_tc_defineIntAttr0(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_defineVoid(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_defineVoid(_this) _test_ObjectMgmt_tc_defineVoid(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_defineVoidAttr0(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_defineVoidAttr0(_this) _test_ObjectMgmt_tc_defineVoidAttr0(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_drop(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_drop(_this) _test_ObjectMgmt_tc_drop(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_invalidate(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_invalidate(_this) _test_ObjectMgmt_tc_invalidate(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_tc_redeclareWithDifferentType(test_ObjectMgmt _this); -#define test_ObjectMgmt_tc_redeclareWithDifferentType(_this) _test_ObjectMgmt_tc_redeclareWithDifferentType(test_ObjectMgmt(_this)) - -TEST_EXPORT corto_void _test_ObjectMgmt_teardown(test_ObjectMgmt _this); -#define test_ObjectMgmt_teardown(_this) _test_ObjectMgmt_teardown(test_ObjectMgmt(_this)) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_Overload.h b/packages/corto/lang/test/include/test_Overload.h deleted file mode 100644 index fb70c3e0..00000000 --- a/packages/corto/lang/test/include/test_Overload.h +++ /dev/null @@ -1,144 +0,0 @@ -/* test_Overload.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_OVERLOAD_H -#define TEST_OVERLOAD_H - -#include "corto.h" -#include "corto/test/test_SuiteData.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_void _test_Overload_tc_ambiguous(test_Overload _this); -#define test_Overload_tc_ambiguous(_this) _test_Overload_tc_ambiguous(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_ambiguousNull(test_Overload _this); -#define test_Overload_tc_ambiguousNull(_this) _test_Overload_tc_ambiguousNull(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_ambiguousWildcard(test_Overload _this); -#define test_Overload_tc_ambiguousWildcard(_this) _test_Overload_tc_ambiguousWildcard(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_anyChar(test_Overload _this); -#define test_Overload_tc_anyChar(_this) _test_Overload_tc_anyChar(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_anyColor(test_Overload _this); -#define test_Overload_tc_anyColor(_this) _test_Overload_tc_anyColor(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_anyFloat32(test_Overload _this); -#define test_Overload_tc_anyFloat32(_this) _test_Overload_tc_anyFloat32(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_anyFloat64(test_Overload _this); -#define test_Overload_tc_anyFloat64(_this) _test_Overload_tc_anyFloat64(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_anyInt16(test_Overload _this); -#define test_Overload_tc_anyInt16(_this) _test_Overload_tc_anyInt16(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_anyInt32(test_Overload _this); -#define test_Overload_tc_anyInt32(_this) _test_Overload_tc_anyInt32(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_anyInt64(test_Overload _this); -#define test_Overload_tc_anyInt64(_this) _test_Overload_tc_anyInt64(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_anyInt8(test_Overload _this); -#define test_Overload_tc_anyInt8(_this) _test_Overload_tc_anyInt8(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_anyOctet(test_Overload _this); -#define test_Overload_tc_anyOctet(_this) _test_Overload_tc_anyOctet(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_anyString(test_Overload _this); -#define test_Overload_tc_anyString(_this) _test_Overload_tc_anyString(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_anyUint16(test_Overload _this); -#define test_Overload_tc_anyUint16(_this) _test_Overload_tc_anyUint16(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_anyUint32(test_Overload _this); -#define test_Overload_tc_anyUint32(_this) _test_Overload_tc_anyUint32(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_anyUint64(test_Overload _this); -#define test_Overload_tc_anyUint64(_this) _test_Overload_tc_anyUint64(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_anyUint8(test_Overload _this); -#define test_Overload_tc_anyUint8(_this) _test_Overload_tc_anyUint8(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_anyWord(test_Overload _this); -#define test_Overload_tc_anyWord(_this) _test_Overload_tc_anyWord(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_inheritanceBase(test_Overload _this); -#define test_Overload_tc_inheritanceBase(_this) _test_Overload_tc_inheritanceBase(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_inheritanceMatchSub(test_Overload _this); -#define test_Overload_tc_inheritanceMatchSub(_this) _test_Overload_tc_inheritanceMatchSub(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_inheritanceSub(test_Overload _this); -#define test_Overload_tc_inheritanceSub(_this) _test_Overload_tc_inheritanceSub(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_inheritSibling(test_Overload _this); -#define test_Overload_tc_inheritSibling(_this) _test_Overload_tc_inheritSibling(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_nullBool(test_Overload _this); -#define test_Overload_tc_nullBool(_this) _test_Overload_tc_nullBool(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_nullObject(test_Overload _this); -#define test_Overload_tc_nullObject(_this) _test_Overload_tc_nullObject(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_nullString(test_Overload _this); -#define test_Overload_tc_nullString(_this) _test_Overload_tc_nullString(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_numChar(test_Overload _this); -#define test_Overload_tc_numChar(_this) _test_Overload_tc_numChar(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_numColor(test_Overload _this); -#define test_Overload_tc_numColor(_this) _test_Overload_tc_numColor(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_numFloat32(test_Overload _this); -#define test_Overload_tc_numFloat32(_this) _test_Overload_tc_numFloat32(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_numFloat64(test_Overload _this); -#define test_Overload_tc_numFloat64(_this) _test_Overload_tc_numFloat64(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_numInt16(test_Overload _this); -#define test_Overload_tc_numInt16(_this) _test_Overload_tc_numInt16(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_numInt32(test_Overload _this); -#define test_Overload_tc_numInt32(_this) _test_Overload_tc_numInt32(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_numInt64(test_Overload _this); -#define test_Overload_tc_numInt64(_this) _test_Overload_tc_numInt64(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_numInt8(test_Overload _this); -#define test_Overload_tc_numInt8(_this) _test_Overload_tc_numInt8(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_numOctet(test_Overload _this); -#define test_Overload_tc_numOctet(_this) _test_Overload_tc_numOctet(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_numString(test_Overload _this); -#define test_Overload_tc_numString(_this) _test_Overload_tc_numString(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_numUint16(test_Overload _this); -#define test_Overload_tc_numUint16(_this) _test_Overload_tc_numUint16(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_numUint32(test_Overload _this); -#define test_Overload_tc_numUint32(_this) _test_Overload_tc_numUint32(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_numUint64(test_Overload _this); -#define test_Overload_tc_numUint64(_this) _test_Overload_tc_numUint64(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_numUint8(test_Overload _this); -#define test_Overload_tc_numUint8(_this) _test_Overload_tc_numUint8(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_numWord(test_Overload _this); -#define test_Overload_tc_numWord(_this) _test_Overload_tc_numWord(test_Overload(_this)) - -TEST_EXPORT corto_void _test_Overload_tc_wildcard(test_Overload _this); -#define test_Overload_tc_wildcard(_this) _test_Overload_tc_wildcard(test_Overload(_this)) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_Point.h b/packages/corto/lang/test/include/test_Point.h deleted file mode 100644 index 9e511dde..00000000 --- a/packages/corto/lang/test/include/test_Point.h +++ /dev/null @@ -1,20 +0,0 @@ -/* test_Point.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_POINT_H -#define TEST_POINT_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_Point3D.h b/packages/corto/lang/test/include/test_Point3D.h deleted file mode 100644 index c879f53c..00000000 --- a/packages/corto/lang/test/include/test_Point3D.h +++ /dev/null @@ -1,20 +0,0 @@ -/* test_Point3D.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_POINT3D_H -#define TEST_POINT3D_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_PrimitiveCollection.h b/packages/corto/lang/test/include/test_PrimitiveCollection.h deleted file mode 100644 index f3afd363..00000000 --- a/packages/corto/lang/test/include/test_PrimitiveCollection.h +++ /dev/null @@ -1,20 +0,0 @@ -/* test_PrimitiveCollection.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_PRIMITIVECOLLECTION_H -#define TEST_PRIMITIVECOLLECTION_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_Project.h b/packages/corto/lang/test/include/test_Project.h deleted file mode 100644 index 4d06cad9..00000000 --- a/packages/corto/lang/test/include/test_Project.h +++ /dev/null @@ -1,42 +0,0 @@ -/* test_Project.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_PROJECT_H -#define TEST_PROJECT_H - -#include "corto.h" -#include "corto/test/test_SuiteData.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_void _test_Project_setup(test_Project _this); -#define test_Project_setup(_this) _test_Project_setup(test_Project(_this)) - -TEST_EXPORT corto_void _test_Project_tc_app(test_Project _this); -#define test_Project_tc_app(_this) _test_Project_tc_app(test_Project(_this)) - -TEST_EXPORT corto_void _test_Project_tc_appNoTest(test_Project _this); -#define test_Project_tc_appNoTest(_this) _test_Project_tc_appNoTest(test_Project(_this)) - -TEST_EXPORT corto_void _test_Project_tc_package(test_Project _this); -#define test_Project_tc_package(_this) _test_Project_tc_package(test_Project(_this)) - -TEST_EXPORT corto_void _test_Project_tc_packageLocal(test_Project _this); -#define test_Project_tc_packageLocal(_this) _test_Project_tc_packageLocal(test_Project(_this)) - -TEST_EXPORT corto_void _test_Project_tc_publishNotag(test_Project _this); -#define test_Project_tc_publishNotag(_this) _test_Project_tc_publishNotag(test_Project(_this)) - -TEST_EXPORT corto_void _test_Project_teardown(test_Project _this); -#define test_Project_teardown(_this) _test_Project_teardown(test_Project(_this)) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_RelativeName.h b/packages/corto/lang/test/include/test_RelativeName.h deleted file mode 100644 index 0f4b544f..00000000 --- a/packages/corto/lang/test/include/test_RelativeName.h +++ /dev/null @@ -1,57 +0,0 @@ -/* test_RelativeName.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_RELATIVENAME_H -#define TEST_RELATIVENAME_H - -#include "corto.h" -#include "corto/test/test_SuiteData.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_void _test_RelativeName_setup(test_RelativeName _this); -#define test_RelativeName_setup(_this) _test_RelativeName_setup(test_RelativeName(_this)) - -TEST_EXPORT corto_void _test_RelativeName_tc_fromChild(test_RelativeName _this); -#define test_RelativeName_tc_fromChild(_this) _test_RelativeName_tc_fromChild(test_RelativeName(_this)) - -TEST_EXPORT corto_void _test_RelativeName_tc_fromDisjunct(test_RelativeName _this); -#define test_RelativeName_tc_fromDisjunct(_this) _test_RelativeName_tc_fromDisjunct(test_RelativeName(_this)) - -TEST_EXPORT corto_void _test_RelativeName_tc_fromGrandchild(test_RelativeName _this); -#define test_RelativeName_tc_fromGrandchild(_this) _test_RelativeName_tc_fromGrandchild(test_RelativeName(_this)) - -TEST_EXPORT corto_void _test_RelativeName_tc_fromOneUp(test_RelativeName _this); -#define test_RelativeName_tc_fromOneUp(_this) _test_RelativeName_tc_fromOneUp(test_RelativeName(_this)) - -TEST_EXPORT corto_void _test_RelativeName_tc_fromParent(test_RelativeName _this); -#define test_RelativeName_tc_fromParent(_this) _test_RelativeName_tc_fromParent(test_RelativeName(_this)) - -TEST_EXPORT corto_void _test_RelativeName_tc_fromRoot(test_RelativeName _this); -#define test_RelativeName_tc_fromRoot(_this) _test_RelativeName_tc_fromRoot(test_RelativeName(_this)) - -TEST_EXPORT corto_void _test_RelativeName_tc_fromSelf(test_RelativeName _this); -#define test_RelativeName_tc_fromSelf(_this) _test_RelativeName_tc_fromSelf(test_RelativeName(_this)) - -TEST_EXPORT corto_void _test_RelativeName_tc_fromThreeUp(test_RelativeName _this); -#define test_RelativeName_tc_fromThreeUp(_this) _test_RelativeName_tc_fromThreeUp(test_RelativeName(_this)) - -TEST_EXPORT corto_void _test_RelativeName_tc_fromTwoUp(test_RelativeName _this); -#define test_RelativeName_tc_fromTwoUp(_this) _test_RelativeName_tc_fromTwoUp(test_RelativeName(_this)) - -TEST_EXPORT corto_void _test_RelativeName_tc_rootFromObj(test_RelativeName _this); -#define test_RelativeName_tc_rootFromObj(_this) _test_RelativeName_tc_rootFromObj(test_RelativeName(_this)) - -TEST_EXPORT corto_void _test_RelativeName_teardown(test_RelativeName _this); -#define test_RelativeName_teardown(_this) _test_RelativeName_teardown(test_RelativeName(_this)) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_Resolver.h b/packages/corto/lang/test/include/test_Resolver.h deleted file mode 100644 index 14374066..00000000 --- a/packages/corto/lang/test/include/test_Resolver.h +++ /dev/null @@ -1,84 +0,0 @@ -/* test_Resolver.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_RESOLVER_H -#define TEST_RESOLVER_H - -#include "corto.h" -#include "corto/test/test_SuiteData.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_void _test_Resolver_setup(test_Resolver _this); -#define test_Resolver_setup(_this) _test_Resolver_setup(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_caseInsensitive(test_Resolver _this); -#define test_Resolver_tc_caseInsensitive(_this) _test_Resolver_tc_caseInsensitive(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveAll(test_Resolver _this); -#define test_Resolver_tc_resolveAll(_this) _test_Resolver_tc_resolveAll(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveAnonymous(test_Resolver _this); -#define test_Resolver_tc_resolveAnonymous(_this) _test_Resolver_tc_resolveAnonymous(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveCorto(test_Resolver _this); -#define test_Resolver_tc_resolveCorto(_this) _test_Resolver_tc_resolveCorto(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveEmptyString(test_Resolver _this); -#define test_Resolver_tc_resolveEmptyString(_this) _test_Resolver_tc_resolveEmptyString(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveFunctionArgs(test_Resolver _this); -#define test_Resolver_tc_resolveFunctionArgs(_this) _test_Resolver_tc_resolveFunctionArgs(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveFunctionNoArgs(test_Resolver _this); -#define test_Resolver_tc_resolveFunctionNoArgs(_this) _test_Resolver_tc_resolveFunctionNoArgs(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveIo(test_Resolver _this); -#define test_Resolver_tc_resolveIo(_this) _test_Resolver_tc_resolveIo(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveLang(test_Resolver _this); -#define test_Resolver_tc_resolveLang(_this) _test_Resolver_tc_resolveLang(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveNull(test_Resolver _this); -#define test_Resolver_tc_resolveNull(_this) _test_Resolver_tc_resolveNull(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveParenthesesNoFunction(test_Resolver _this); -#define test_Resolver_tc_resolveParenthesesNoFunction(_this) _test_Resolver_tc_resolveParenthesesNoFunction(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveParenthesesNoFunctionArgs(test_Resolver _this); -#define test_Resolver_tc_resolveParenthesesNoFunctionArgs(_this) _test_Resolver_tc_resolveParenthesesNoFunctionArgs(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped(test_Resolver _this); -#define test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped(_this) _test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs(test_Resolver _this); -#define test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs(_this) _test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped(test_Resolver _this); -#define test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped(_this) _test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveParenthesesNoFunctionScoped(test_Resolver _this); -#define test_Resolver_tc_resolveParenthesesNoFunctionScoped(_this) _test_Resolver_tc_resolveParenthesesNoFunctionScoped(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveRoot(test_Resolver _this); -#define test_Resolver_tc_resolveRoot(_this) _test_Resolver_tc_resolveRoot(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveString(test_Resolver _this); -#define test_Resolver_tc_resolveString(_this) _test_Resolver_tc_resolveString(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_tc_resolveThis(test_Resolver _this); -#define test_Resolver_tc_resolveThis(_this) _test_Resolver_tc_resolveThis(test_Resolver(_this)) - -TEST_EXPORT corto_void _test_Resolver_teardown(test_Resolver _this); -#define test_Resolver_teardown(_this) _test_Resolver_teardown(test_Resolver(_this)) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_Select.h b/packages/corto/lang/test/include/test_Select.h deleted file mode 100644 index 3012e2e4..00000000 --- a/packages/corto/lang/test/include/test_Select.h +++ /dev/null @@ -1,147 +0,0 @@ -/* test_Select.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_SELECT_H -#define TEST_SELECT_H - -#include "corto.h" -#include "corto/test/test_SuiteData.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT test_selectItemList _test_Select_collect(corto_object scope, corto_string expr); -#define test_Select_collect(scope, expr) _test_Select_collect(scope, expr) - -TEST_EXPORT corto_bool _test_Select_hasObject(test_selectItemList items, corto_string parent, corto_string name, corto_string type); -#define test_Select_hasObject(items, parent, name, type) _test_Select_hasObject(items, parent, name, type) - -TEST_EXPORT corto_void _test_Select_setup(test_Select _this); -#define test_Select_setup(_this) _test_Select_setup(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectDeleteCurrent(test_Select _this); -#define test_Select_tc_selectDeleteCurrent(_this) _test_Select_tc_selectDeleteCurrent(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectDeleteFirst(test_Select _this); -#define test_Select_tc_selectDeleteFirst(_this) _test_Select_tc_selectDeleteFirst(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectDeleteNext(test_Select _this); -#define test_Select_tc_selectDeleteNext(_this) _test_Select_tc_selectDeleteNext(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectDeleteParent(test_Select _this); -#define test_Select_tc_selectDeleteParent(_this) _test_Select_tc_selectDeleteParent(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectDeletePrevious(test_Select _this); -#define test_Select_tc_selectDeletePrevious(_this) _test_Select_tc_selectDeletePrevious(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectErrParentAst(test_Select _this); -#define test_Select_tc_selectErrParentAst(_this) _test_Select_tc_selectErrParentAst(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectErrParentId(test_Select _this); -#define test_Select_tc_selectErrParentId(_this) _test_Select_tc_selectErrParentId(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectErrParentTree(test_Select _this); -#define test_Select_tc_selectErrParentTree(_this) _test_Select_tc_selectErrParentTree(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectErrParentWc(test_Select _this); -#define test_Select_tc_selectErrParentWc(_this) _test_Select_tc_selectErrParentWc(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectErrScopeScope(test_Select _this); -#define test_Select_tc_selectErrScopeScope(_this) _test_Select_tc_selectErrScopeScope(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectFilterAsterisk(test_Select _this); -#define test_Select_tc_selectFilterAsterisk(_this) _test_Select_tc_selectFilterAsterisk(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectFilterWildcard(test_Select _this); -#define test_Select_tc_selectFilterWildcard(_this) _test_Select_tc_selectFilterWildcard(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectIdentifier(test_Select _this); -#define test_Select_tc_selectIdentifier(_this) _test_Select_tc_selectIdentifier(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectIdentifierCaps(test_Select _this); -#define test_Select_tc_selectIdentifierCaps(_this) _test_Select_tc_selectIdentifierCaps(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectNumeric(test_Select _this); -#define test_Select_tc_selectNumeric(_this) _test_Select_tc_selectNumeric(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectOrder(test_Select _this); -#define test_Select_tc_selectOrder(_this) _test_Select_tc_selectOrder(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectParent(test_Select _this); -#define test_Select_tc_selectParent(_this) _test_Select_tc_selectParent(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectScope(test_Select _this); -#define test_Select_tc_selectScope(_this) _test_Select_tc_selectScope(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectScopedIdentifier(test_Select _this); -#define test_Select_tc_selectScopedIdentifier(_this) _test_Select_tc_selectScopedIdentifier(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectScopedParent(test_Select _this); -#define test_Select_tc_selectScopedParent(_this) _test_Select_tc_selectScopedParent(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectScopedThis(test_Select _this); -#define test_Select_tc_selectScopedThis(_this) _test_Select_tc_selectScopedThis(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectScopeWithAsterisk(test_Select _this); -#define test_Select_tc_selectScopeWithAsterisk(_this) _test_Select_tc_selectScopeWithAsterisk(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectScopeWithAsteriskFilter(test_Select _this); -#define test_Select_tc_selectScopeWithAsteriskFilter(_this) _test_Select_tc_selectScopeWithAsteriskFilter(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectScopeWithWildcard(test_Select _this); -#define test_Select_tc_selectScopeWithWildcard(_this) _test_Select_tc_selectScopeWithWildcard(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectScopeWithWildcardFilter(test_Select _this); -#define test_Select_tc_selectScopeWithWildcardFilter(_this) _test_Select_tc_selectScopeWithWildcardFilter(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectThis(test_Select _this); -#define test_Select_tc_selectThis(_this) _test_Select_tc_selectThis(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectTree(test_Select _this); -#define test_Select_tc_selectTree(_this) _test_Select_tc_selectTree(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectTreeDeleteCurrent(test_Select _this); -#define test_Select_tc_selectTreeDeleteCurrent(_this) _test_Select_tc_selectTreeDeleteCurrent(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectTreeDeleteFirst(test_Select _this); -#define test_Select_tc_selectTreeDeleteFirst(_this) _test_Select_tc_selectTreeDeleteFirst(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectTreeDeleteGrandparent(test_Select _this); -#define test_Select_tc_selectTreeDeleteGrandparent(_this) _test_Select_tc_selectTreeDeleteGrandparent(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectTreeDeleteNext(test_Select _this); -#define test_Select_tc_selectTreeDeleteNext(_this) _test_Select_tc_selectTreeDeleteNext(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectTreeDeleteParent(test_Select _this); -#define test_Select_tc_selectTreeDeleteParent(_this) _test_Select_tc_selectTreeDeleteParent(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectTreeDeletePrevious(test_Select _this); -#define test_Select_tc_selectTreeDeletePrevious(_this) _test_Select_tc_selectTreeDeletePrevious(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectTreeWithAsterisk(test_Select _this); -#define test_Select_tc_selectTreeWithAsterisk(_this) _test_Select_tc_selectTreeWithAsterisk(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectTreeWithAsteriskFilter(test_Select _this); -#define test_Select_tc_selectTreeWithAsteriskFilter(_this) _test_Select_tc_selectTreeWithAsteriskFilter(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectTreeWithWildcard(test_Select _this); -#define test_Select_tc_selectTreeWithWildcard(_this) _test_Select_tc_selectTreeWithWildcard(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectTreeWithWildcardFilter(test_Select _this); -#define test_Select_tc_selectTreeWithWildcardFilter(_this) _test_Select_tc_selectTreeWithWildcardFilter(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_tc_selectUnderscore(test_Select _this); -#define test_Select_tc_selectUnderscore(_this) _test_Select_tc_selectUnderscore(test_Select(_this)) - -TEST_EXPORT corto_void _test_Select_teardown(test_Select _this); -#define test_Select_teardown(_this) _test_Select_teardown(test_Select(_this)) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_StringDeserializer.h b/packages/corto/lang/test/include/test_StringDeserializer.h deleted file mode 100644 index fa6255b2..00000000 --- a/packages/corto/lang/test/include/test_StringDeserializer.h +++ /dev/null @@ -1,210 +0,0 @@ -/* test_StringDeserializer.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_STRINGDESERIALIZER_H -#define TEST_STRINGDESERIALIZER_H - -#include "corto.h" -#include "corto/test/test_SuiteData.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -TEST_EXPORT corto_void _test_StringDeserializer_setup(test_StringDeserializer _this); -#define test_StringDeserializer_setup(_this) _test_StringDeserializer_setup(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserAnonymousMultiple(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserAnonymousMultiple(_this) _test_StringDeserializer_tc_deserAnonymousMultiple(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserAnonymousNested(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserAnonymousNested(_this) _test_StringDeserializer_tc_deserAnonymousNested(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserAnonymousReuse(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserAnonymousReuse(_this) _test_StringDeserializer_tc_deserAnonymousReuse(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserAnonymousReuseNested(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserAnonymousReuseNested(_this) _test_StringDeserializer_tc_deserAnonymousReuseNested(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserAnonymousSimple(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserAnonymousSimple(_this) _test_StringDeserializer_tc_deserAnonymousSimple(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserBoolFalse(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserBoolFalse(_this) _test_StringDeserializer_tc_deserBoolFalse(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserBoolInvalid(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserBoolInvalid(_this) _test_StringDeserializer_tc_deserBoolInvalid(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserBoolTrue(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserBoolTrue(_this) _test_StringDeserializer_tc_deserBoolTrue(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserChar(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserChar(_this) _test_StringDeserializer_tc_deserChar(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserCharEscape(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserCharEscape(_this) _test_StringDeserializer_tc_deserCharEscape(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserCharEscapeQuoted(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserCharEscapeQuoted(_this) _test_StringDeserializer_tc_deserCharEscapeQuoted(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserCharNull(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserCharNull(_this) _test_StringDeserializer_tc_deserCharNull(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserCharNullQuoted(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserCharNullQuoted(_this) _test_StringDeserializer_tc_deserCharNullQuoted(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserCharQuoted(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserCharQuoted(_this) _test_StringDeserializer_tc_deserCharQuoted(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserCollection(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserCollection(_this) _test_StringDeserializer_tc_deserCollection(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserCollectionComplex(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserCollectionComplex(_this) _test_StringDeserializer_tc_deserCollectionComplex(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserComposite(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserComposite(_this) _test_StringDeserializer_tc_deserComposite(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserCompositeMembers(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserCompositeMembers(_this) _test_StringDeserializer_tc_deserCompositeMembers(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserCompositeMixed(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserCompositeMixed(_this) _test_StringDeserializer_tc_deserCompositeMixed(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserCompositeNested(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserCompositeNested(_this) _test_StringDeserializer_tc_deserCompositeNested(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserCompositeNestedMembers(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserCompositeNestedMembers(_this) _test_StringDeserializer_tc_deserCompositeNestedMembers(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserCompositeNestedMixed(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserCompositeNestedMixed(_this) _test_StringDeserializer_tc_deserCompositeNestedMixed(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserCompositeNoType(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserCompositeNoType(_this) _test_StringDeserializer_tc_deserCompositeNoType(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserCompositeWhitespace(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserCompositeWhitespace(_this) _test_StringDeserializer_tc_deserCompositeWhitespace(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserExisting(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserExisting(_this) _test_StringDeserializer_tc_deserExisting(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserExisting_w_scopedType(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserExisting_w_scopedType(_this) _test_StringDeserializer_tc_deserExisting_w_scopedType(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserExisting_w_type(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserExisting_w_type(_this) _test_StringDeserializer_tc_deserExisting_w_type(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserInheritance(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserInheritance(_this) _test_StringDeserializer_tc_deserInheritance(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserInheritanceMembers(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserInheritanceMembers(_this) _test_StringDeserializer_tc_deserInheritanceMembers(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserInheritanceMixed(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserInheritanceMixed(_this) _test_StringDeserializer_tc_deserInheritanceMixed(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserInt16(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserInt16(_this) _test_StringDeserializer_tc_deserInt16(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserInt16Minus(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserInt16Minus(_this) _test_StringDeserializer_tc_deserInt16Minus(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserInt16Overflow(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserInt16Overflow(_this) _test_StringDeserializer_tc_deserInt16Overflow(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserInt32(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserInt32(_this) _test_StringDeserializer_tc_deserInt32(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserInt32Minus(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserInt32Minus(_this) _test_StringDeserializer_tc_deserInt32Minus(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserInt32Overflow(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserInt32Overflow(_this) _test_StringDeserializer_tc_deserInt32Overflow(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserInt64(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserInt64(_this) _test_StringDeserializer_tc_deserInt64(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserInt64Minus(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserInt64Minus(_this) _test_StringDeserializer_tc_deserInt64Minus(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserInt8(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserInt8(_this) _test_StringDeserializer_tc_deserInt8(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserInt8Minus(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserInt8Minus(_this) _test_StringDeserializer_tc_deserInt8Minus(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserInt8Overflow(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserInt8Overflow(_this) _test_StringDeserializer_tc_deserInt8Overflow(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserString(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserString(_this) _test_StringDeserializer_tc_deserString(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserStringEscape(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserStringEscape(_this) _test_StringDeserializer_tc_deserStringEscape(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserStringQuotes(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserStringQuotes(_this) _test_StringDeserializer_tc_deserStringQuotes(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserStringQuotesWhitespaces(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserStringQuotesWhitespaces(_this) _test_StringDeserializer_tc_deserStringQuotesWhitespaces(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserStringWhitespace(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserStringWhitespace(_this) _test_StringDeserializer_tc_deserStringWhitespace(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserStringWhitespaceTrailing(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserStringWhitespaceTrailing(_this) _test_StringDeserializer_tc_deserStringWhitespaceTrailing(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType(_this) _test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserUint16(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserUint16(_this) _test_StringDeserializer_tc_deserUint16(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserUint16Overflow(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserUint16Overflow(_this) _test_StringDeserializer_tc_deserUint16Overflow(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserUint32(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserUint32(_this) _test_StringDeserializer_tc_deserUint32(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserUint32Overflow(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserUint32Overflow(_this) _test_StringDeserializer_tc_deserUint32Overflow(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserUint64(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserUint64(_this) _test_StringDeserializer_tc_deserUint64(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserUint8(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserUint8(_this) _test_StringDeserializer_tc_deserUint8(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_deserUint8Overflow(test_StringDeserializer _this); -#define test_StringDeserializer_tc_deserUint8Overflow(_this) _test_StringDeserializer_tc_deserUint8Overflow(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_errExcessElements(test_StringDeserializer _this); -#define test_StringDeserializer_tc_errExcessElements(_this) _test_StringDeserializer_tc_errExcessElements(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_errMissingType(test_StringDeserializer _this); -#define test_StringDeserializer_tc_errMissingType(_this) _test_StringDeserializer_tc_errMissingType(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_errNotAType(test_StringDeserializer _this); -#define test_StringDeserializer_tc_errNotAType(_this) _test_StringDeserializer_tc_errNotAType(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_errTypeMismatch(test_StringDeserializer _this); -#define test_StringDeserializer_tc_errTypeMismatch(_this) _test_StringDeserializer_tc_errTypeMismatch(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_errUnresolvedMember(test_StringDeserializer _this); -#define test_StringDeserializer_tc_errUnresolvedMember(_this) _test_StringDeserializer_tc_errUnresolvedMember(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_tc_errUnresolvedType(test_StringDeserializer _this); -#define test_StringDeserializer_tc_errUnresolvedType(_this) _test_StringDeserializer_tc_errUnresolvedType(test_StringDeserializer(_this)) - -TEST_EXPORT corto_void _test_StringDeserializer_teardown(test_StringDeserializer _this); -#define test_StringDeserializer_teardown(_this) _test_StringDeserializer_teardown(test_StringDeserializer(_this)) - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_VoidParent.h b/packages/corto/lang/test/include/test_VoidParent.h deleted file mode 100644 index 26638aa3..00000000 --- a/packages/corto/lang/test/include/test_VoidParent.h +++ /dev/null @@ -1,20 +0,0 @@ -/* test_VoidParent.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_VOIDPARENT_H -#define TEST_VOIDPARENT_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test__api.h b/packages/corto/lang/test/include/test__api.h deleted file mode 100644 index c49f2141..00000000 --- a/packages/corto/lang/test/include/test__api.h +++ /dev/null @@ -1,898 +0,0 @@ -/* test__api.h - * - * API convenience functions for C-language. - * This file contains generated code. Do not modify! - */ - -#ifndef test__API_H -#define test__API_H - -#include "corto.h" -#include "test__interface.h" -#ifdef __cplusplus -extern "C" { -#endif -/* /test/Animal */ -TEST_EXPORT test_Animal _test_AnimalCreate(corto_bool a); -#define test_AnimalCreate(a) _test_AnimalCreate(a) -TEST_EXPORT test_Animal _test_AnimalCreateChild(corto_object _parent, corto_string _name, corto_bool a); -#define test_AnimalCreateChild(_parent, _name, a) _test_AnimalCreateChild(_parent, _name, a) -TEST_EXPORT corto_int16 _test_AnimalUpdate(test_Animal _this, corto_bool a); -#define test_AnimalUpdate(_this, a) _test_AnimalUpdate(test_Animal(_this), a) - -TEST_EXPORT test_Animal _test_AnimalDeclare(void); -#define test_AnimalDeclare() _test_AnimalDeclare() -TEST_EXPORT test_Animal _test_AnimalDeclareChild(corto_object _parent, corto_string _name); -#define test_AnimalDeclareChild(_parent, _name) _test_AnimalDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_AnimalDefine(test_Animal _this, corto_bool a); -#define test_AnimalDefine(_this, a) _test_AnimalDefine(test_Animal(_this), a) -TEST_EXPORT void _test_AnimalSet(test_Animal _this, corto_bool a); -#define test_AnimalSet(_this, a) _test_AnimalSet(test_Animal(_this), a) -TEST_EXPORT corto_string _test_AnimalStr(test_Animal value); -#define test_AnimalStr(value) _test_AnimalStr(test_Animal(value)) -TEST_EXPORT test_Animal test_AnimalFromStr(test_Animal value, corto_string str); -TEST_EXPORT corto_int16 _test_AnimalCopy(test_Animal *dst, test_Animal src); -#define test_AnimalCopy(dst, src) _test_AnimalCopy(dst, test_Animal(src)) -TEST_EXPORT corto_int16 _test_AnimalCompare(test_Animal dst, test_Animal src); -#define test_AnimalCompare(dst, src) _test_AnimalCompare(test_Animal(dst), test_Animal(src)) - -/* /test/AnonymousTest */ -TEST_EXPORT test_AnonymousTest _test_AnonymousTestCreate(corto_objectList objects); -#define test_AnonymousTestCreate(objects) _test_AnonymousTestCreate(objects) -TEST_EXPORT test_AnonymousTest _test_AnonymousTestCreateChild(corto_object _parent, corto_string _name, corto_objectList objects); -#define test_AnonymousTestCreateChild(_parent, _name, objects) _test_AnonymousTestCreateChild(_parent, _name, objects) -TEST_EXPORT corto_int16 _test_AnonymousTestUpdate(test_AnonymousTest _this, corto_objectList objects); -#define test_AnonymousTestUpdate(_this, objects) _test_AnonymousTestUpdate(test_AnonymousTest(_this), objects) - -TEST_EXPORT test_AnonymousTest _test_AnonymousTestDeclare(void); -#define test_AnonymousTestDeclare() _test_AnonymousTestDeclare() -TEST_EXPORT test_AnonymousTest _test_AnonymousTestDeclareChild(corto_object _parent, corto_string _name); -#define test_AnonymousTestDeclareChild(_parent, _name) _test_AnonymousTestDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_AnonymousTestDefine(test_AnonymousTest _this, corto_objectList objects); -#define test_AnonymousTestDefine(_this, objects) _test_AnonymousTestDefine(test_AnonymousTest(_this), objects) -TEST_EXPORT void _test_AnonymousTestSet(test_AnonymousTest _this, corto_objectList objects); -#define test_AnonymousTestSet(_this, objects) _test_AnonymousTestSet(test_AnonymousTest(_this), objects) -TEST_EXPORT corto_string _test_AnonymousTestStr(test_AnonymousTest value); -#define test_AnonymousTestStr(value) _test_AnonymousTestStr(test_AnonymousTest(value)) -TEST_EXPORT test_AnonymousTest test_AnonymousTestFromStr(test_AnonymousTest value, corto_string str); -TEST_EXPORT corto_int16 _test_AnonymousTestCopy(test_AnonymousTest *dst, test_AnonymousTest src); -#define test_AnonymousTestCopy(dst, src) _test_AnonymousTestCopy(dst, test_AnonymousTest(src)) -TEST_EXPORT corto_int16 _test_AnonymousTestCompare(test_AnonymousTest dst, test_AnonymousTest src); -#define test_AnonymousTestCompare(dst, src) _test_AnonymousTestCompare(test_AnonymousTest(dst), test_AnonymousTest(src)) - -/* /test/Args */ -TEST_EXPORT test_Args _test_ArgsCreate(test_Case test, corto_uint32 assertCount); -#define test_ArgsCreate(test, assertCount) _test_ArgsCreate(test_Case(test), assertCount) -TEST_EXPORT test_Args _test_ArgsCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount); -#define test_ArgsCreateChild(_parent, _name, test, assertCount) _test_ArgsCreateChild(_parent, _name, test_Case(test), assertCount) -TEST_EXPORT corto_int16 _test_ArgsUpdate(test_Args _this, test_Case test, corto_uint32 assertCount); -#define test_ArgsUpdate(_this, test, assertCount) _test_ArgsUpdate(test_Args(_this), test_Case(test), assertCount) - -TEST_EXPORT test_Args _test_ArgsDeclare(void); -#define test_ArgsDeclare() _test_ArgsDeclare() -TEST_EXPORT test_Args _test_ArgsDeclareChild(corto_object _parent, corto_string _name); -#define test_ArgsDeclareChild(_parent, _name) _test_ArgsDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_ArgsDefine(test_Args _this, test_Case test, corto_uint32 assertCount); -#define test_ArgsDefine(_this, test, assertCount) _test_ArgsDefine(test_Args(_this), test_Case(test), assertCount) -TEST_EXPORT void _test_ArgsSet(test_Args _this, test_Case test, corto_uint32 assertCount); -#define test_ArgsSet(_this, test, assertCount) _test_ArgsSet(test_Args(_this), test_Case(test), assertCount) -TEST_EXPORT corto_string _test_ArgsStr(test_Args value); -#define test_ArgsStr(value) _test_ArgsStr(test_Args(value)) -TEST_EXPORT test_Args test_ArgsFromStr(test_Args value, corto_string str); -TEST_EXPORT corto_int16 _test_ArgsCopy(test_Args *dst, test_Args src); -#define test_ArgsCopy(dst, src) _test_ArgsCopy(dst, test_Args(src)) -TEST_EXPORT corto_int16 _test_ArgsCompare(test_Args dst, test_Args src); -#define test_ArgsCompare(dst, src) _test_ArgsCompare(test_Args(dst), test_Args(src)) - -/* /test/Bar */ -TEST_EXPORT test_Bar _test_BarCreate(void); -#define test_BarCreate() _test_BarCreate() -TEST_EXPORT test_Bar _test_BarCreateChild(corto_object _parent, corto_string _name); -#define test_BarCreateChild(_parent, _name) _test_BarCreateChild(_parent, _name) -TEST_EXPORT corto_int16 _test_BarUpdate(test_Bar _this); -#define test_BarUpdate(_this) _test_BarUpdate(test_Bar(_this)) - -TEST_EXPORT test_Bar _test_BarDeclare(void); -#define test_BarDeclare() _test_BarDeclare() -TEST_EXPORT test_Bar _test_BarDeclareChild(corto_object _parent, corto_string _name); -#define test_BarDeclareChild(_parent, _name) _test_BarDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_BarDefine(test_Bar _this); -#define test_BarDefine(_this) _test_BarDefine(test_Bar(_this)) -TEST_EXPORT void _test_BarSet(test_Bar _this); -#define test_BarSet(_this) _test_BarSet(test_Bar(_this)) -TEST_EXPORT corto_string _test_BarStr(test_Bar value); -#define test_BarStr(value) _test_BarStr(test_Bar(value)) -TEST_EXPORT test_Bar test_BarFromStr(test_Bar value, corto_string str); -TEST_EXPORT corto_int16 _test_BarCopy(test_Bar *dst, test_Bar src); -#define test_BarCopy(dst, src) _test_BarCopy(dst, test_Bar(src)) -TEST_EXPORT corto_int16 _test_BarCompare(test_Bar dst, test_Bar src); -#define test_BarCompare(dst, src) _test_BarCompare(test_Bar(dst), test_Bar(src)) - -/* /test/Cat */ -TEST_EXPORT test_Cat _test_CatCreate(corto_bool a, corto_bool b); -#define test_CatCreate(a, b) _test_CatCreate(a, b) -TEST_EXPORT test_Cat _test_CatCreateChild(corto_object _parent, corto_string _name, corto_bool a, corto_bool b); -#define test_CatCreateChild(_parent, _name, a, b) _test_CatCreateChild(_parent, _name, a, b) -TEST_EXPORT corto_int16 _test_CatUpdate(test_Cat _this, corto_bool a, corto_bool b); -#define test_CatUpdate(_this, a, b) _test_CatUpdate(test_Cat(_this), a, b) - -TEST_EXPORT test_Cat _test_CatDeclare(void); -#define test_CatDeclare() _test_CatDeclare() -TEST_EXPORT test_Cat _test_CatDeclareChild(corto_object _parent, corto_string _name); -#define test_CatDeclareChild(_parent, _name) _test_CatDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_CatDefine(test_Cat _this, corto_bool a, corto_bool b); -#define test_CatDefine(_this, a, b) _test_CatDefine(test_Cat(_this), a, b) -TEST_EXPORT void _test_CatSet(test_Cat _this, corto_bool a, corto_bool b); -#define test_CatSet(_this, a, b) _test_CatSet(test_Cat(_this), a, b) -TEST_EXPORT corto_string _test_CatStr(test_Cat value); -#define test_CatStr(value) _test_CatStr(test_Cat(value)) -TEST_EXPORT test_Cat test_CatFromStr(test_Cat value, corto_string str); -TEST_EXPORT corto_int16 _test_CatCopy(test_Cat *dst, test_Cat src); -#define test_CatCopy(dst, src) _test_CatCopy(dst, test_Cat(src)) -TEST_EXPORT corto_int16 _test_CatCompare(test_Cat dst, test_Cat src); -#define test_CatCompare(dst, src) _test_CatCompare(test_Cat(dst), test_Cat(src)) - -/* /test/Color */ -TEST_EXPORT test_Color* _test_ColorCreate(test_Color value); -#define test_ColorCreate(value) _test_ColorCreate(value) -TEST_EXPORT test_Color* _test_ColorCreateChild(corto_object _parent, corto_string _name, test_Color value); -#define test_ColorCreateChild(_parent, _name, value) _test_ColorCreateChild(_parent, _name, value) -TEST_EXPORT corto_int16 _test_ColorUpdate(test_Color* _this, test_Color value); -#define test_ColorUpdate(_this, value) _test_ColorUpdate(_this, value) - -TEST_EXPORT test_Color* _test_ColorDeclare(void); -#define test_ColorDeclare() _test_ColorDeclare() -TEST_EXPORT test_Color* _test_ColorDeclareChild(corto_object _parent, corto_string _name); -#define test_ColorDeclareChild(_parent, _name) _test_ColorDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_ColorDefine(test_Color* _this, test_Color value); -#define test_ColorDefine(_this, value) _test_ColorDefine(_this, value) -TEST_EXPORT void _test_ColorSet(test_Color* _this, test_Color value); -#define test_ColorSet(_this, value) _test_ColorSet(_this, value) -TEST_EXPORT corto_string _test_ColorStr(test_Color value); -#define test_ColorStr(value) _test_ColorStr(value) -TEST_EXPORT test_Color* test_ColorFromStr(test_Color* value, corto_string str); -TEST_EXPORT corto_int16 _test_ColorCopy(test_Color* *dst, test_Color* src); -#define test_ColorCopy(dst, src) _test_ColorCopy(dst, src) -TEST_EXPORT corto_int16 _test_ColorCompare(test_Color* dst, test_Color* src); -#define test_ColorCompare(dst, src) _test_ColorCompare(dst, src) - -TEST_EXPORT corto_int16 _test_ColorInit(test_Color* value); -#define test_ColorInit(value) _test_ColorInit(value) -TEST_EXPORT corto_int16 _test_ColorDeinit(test_Color* value); -#define test_ColorDeinit(value) _test_ColorDeinit(value) - -/* /test/CompositeCollection */ -TEST_EXPORT test_CompositeCollection* _test_CompositeCollectionCreate(test_PointList points); -#define test_CompositeCollectionCreate(points) _test_CompositeCollectionCreate(points) -TEST_EXPORT test_CompositeCollection* _test_CompositeCollectionCreateChild(corto_object _parent, corto_string _name, test_PointList points); -#define test_CompositeCollectionCreateChild(_parent, _name, points) _test_CompositeCollectionCreateChild(_parent, _name, points) -TEST_EXPORT corto_int16 _test_CompositeCollectionUpdate(test_CompositeCollection* _this, test_PointList points); -#define test_CompositeCollectionUpdate(_this, points) _test_CompositeCollectionUpdate(_this, points) - -TEST_EXPORT test_CompositeCollection* _test_CompositeCollectionDeclare(void); -#define test_CompositeCollectionDeclare() _test_CompositeCollectionDeclare() -TEST_EXPORT test_CompositeCollection* _test_CompositeCollectionDeclareChild(corto_object _parent, corto_string _name); -#define test_CompositeCollectionDeclareChild(_parent, _name) _test_CompositeCollectionDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_CompositeCollectionDefine(test_CompositeCollection* _this, test_PointList points); -#define test_CompositeCollectionDefine(_this, points) _test_CompositeCollectionDefine(_this, points) -TEST_EXPORT void _test_CompositeCollectionSet(test_CompositeCollection* _this, test_PointList points); -#define test_CompositeCollectionSet(_this, points) _test_CompositeCollectionSet(_this, points) -TEST_EXPORT corto_string _test_CompositeCollectionStr(test_CompositeCollection* value); -#define test_CompositeCollectionStr(value) _test_CompositeCollectionStr(value) -TEST_EXPORT test_CompositeCollection* test_CompositeCollectionFromStr(test_CompositeCollection* value, corto_string str); -TEST_EXPORT corto_int16 _test_CompositeCollectionCopy(test_CompositeCollection* *dst, test_CompositeCollection* src); -#define test_CompositeCollectionCopy(dst, src) _test_CompositeCollectionCopy(dst, src) -TEST_EXPORT corto_int16 _test_CompositeCollectionCompare(test_CompositeCollection* dst, test_CompositeCollection* src); -#define test_CompositeCollectionCompare(dst, src) _test_CompositeCollectionCompare(dst, src) - -TEST_EXPORT corto_int16 _test_CompositeCollectionInit(test_CompositeCollection* value); -#define test_CompositeCollectionInit(value) _test_CompositeCollectionInit(value) -TEST_EXPORT corto_int16 _test_CompositeCollectionDeinit(test_CompositeCollection* value); -#define test_CompositeCollectionDeinit(value) _test_CompositeCollectionDeinit(value) - -/* /test/DeclaredParent */ -TEST_EXPORT test_DeclaredParent* _test_DeclaredParentCreate(corto_int32 Foo); -#define test_DeclaredParentCreate(Foo) _test_DeclaredParentCreate(Foo) -TEST_EXPORT test_DeclaredParent* _test_DeclaredParentCreateChild(corto_object _parent, corto_string _name, corto_int32 Foo); -#define test_DeclaredParentCreateChild(_parent, _name, Foo) _test_DeclaredParentCreateChild(_parent, _name, Foo) -TEST_EXPORT corto_int16 _test_DeclaredParentUpdate(test_DeclaredParent* _this, corto_int32 Foo); -#define test_DeclaredParentUpdate(_this, Foo) _test_DeclaredParentUpdate(_this, Foo) - -TEST_EXPORT test_DeclaredParent* _test_DeclaredParentDeclare(void); -#define test_DeclaredParentDeclare() _test_DeclaredParentDeclare() -TEST_EXPORT test_DeclaredParent* _test_DeclaredParentDeclareChild(corto_object _parent, corto_string _name); -#define test_DeclaredParentDeclareChild(_parent, _name) _test_DeclaredParentDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_DeclaredParentDefine(test_DeclaredParent* _this, corto_int32 Foo); -#define test_DeclaredParentDefine(_this, Foo) _test_DeclaredParentDefine(_this, Foo) -TEST_EXPORT void _test_DeclaredParentSet(test_DeclaredParent* _this, corto_int32 Foo); -#define test_DeclaredParentSet(_this, Foo) _test_DeclaredParentSet(_this, Foo) -TEST_EXPORT corto_string _test_DeclaredParentStr(test_DeclaredParent* value); -#define test_DeclaredParentStr(value) _test_DeclaredParentStr(value) -TEST_EXPORT test_DeclaredParent* test_DeclaredParentFromStr(test_DeclaredParent* value, corto_string str); -TEST_EXPORT corto_int16 _test_DeclaredParentCopy(test_DeclaredParent* *dst, test_DeclaredParent* src); -#define test_DeclaredParentCopy(dst, src) _test_DeclaredParentCopy(dst, src) -TEST_EXPORT corto_int16 _test_DeclaredParentCompare(test_DeclaredParent* dst, test_DeclaredParent* src); -#define test_DeclaredParentCompare(dst, src) _test_DeclaredParentCompare(dst, src) - -TEST_EXPORT corto_int16 _test_DeclaredParentInit(test_DeclaredParent* value); -#define test_DeclaredParentInit(value) _test_DeclaredParentInit(value) -TEST_EXPORT corto_int16 _test_DeclaredParentDeinit(test_DeclaredParent* value); -#define test_DeclaredParentDeinit(value) _test_DeclaredParentDeinit(value) - -/* /test/DefinedParent */ -TEST_EXPORT test_DefinedParent* _test_DefinedParentCreate(corto_int32 Foo); -#define test_DefinedParentCreate(Foo) _test_DefinedParentCreate(Foo) -TEST_EXPORT test_DefinedParent* _test_DefinedParentCreateChild(corto_object _parent, corto_string _name, corto_int32 Foo); -#define test_DefinedParentCreateChild(_parent, _name, Foo) _test_DefinedParentCreateChild(_parent, _name, Foo) -TEST_EXPORT corto_int16 _test_DefinedParentUpdate(test_DefinedParent* _this, corto_int32 Foo); -#define test_DefinedParentUpdate(_this, Foo) _test_DefinedParentUpdate(_this, Foo) - -TEST_EXPORT test_DefinedParent* _test_DefinedParentDeclare(void); -#define test_DefinedParentDeclare() _test_DefinedParentDeclare() -TEST_EXPORT test_DefinedParent* _test_DefinedParentDeclareChild(corto_object _parent, corto_string _name); -#define test_DefinedParentDeclareChild(_parent, _name) _test_DefinedParentDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_DefinedParentDefine(test_DefinedParent* _this, corto_int32 Foo); -#define test_DefinedParentDefine(_this, Foo) _test_DefinedParentDefine(_this, Foo) -TEST_EXPORT void _test_DefinedParentSet(test_DefinedParent* _this, corto_int32 Foo); -#define test_DefinedParentSet(_this, Foo) _test_DefinedParentSet(_this, Foo) -TEST_EXPORT corto_string _test_DefinedParentStr(test_DefinedParent* value); -#define test_DefinedParentStr(value) _test_DefinedParentStr(value) -TEST_EXPORT test_DefinedParent* test_DefinedParentFromStr(test_DefinedParent* value, corto_string str); -TEST_EXPORT corto_int16 _test_DefinedParentCopy(test_DefinedParent* *dst, test_DefinedParent* src); -#define test_DefinedParentCopy(dst, src) _test_DefinedParentCopy(dst, src) -TEST_EXPORT corto_int16 _test_DefinedParentCompare(test_DefinedParent* dst, test_DefinedParent* src); -#define test_DefinedParentCompare(dst, src) _test_DefinedParentCompare(dst, src) - -TEST_EXPORT corto_int16 _test_DefinedParentInit(test_DefinedParent* value); -#define test_DefinedParentInit(value) _test_DefinedParentInit(value) -TEST_EXPORT corto_int16 _test_DefinedParentDeinit(test_DefinedParent* value); -#define test_DefinedParentDeinit(value) _test_DefinedParentDeinit(value) - -/* /test/Dog */ -TEST_EXPORT test_Dog _test_DogCreate(corto_bool a, corto_bool b); -#define test_DogCreate(a, b) _test_DogCreate(a, b) -TEST_EXPORT test_Dog _test_DogCreateChild(corto_object _parent, corto_string _name, corto_bool a, corto_bool b); -#define test_DogCreateChild(_parent, _name, a, b) _test_DogCreateChild(_parent, _name, a, b) -TEST_EXPORT corto_int16 _test_DogUpdate(test_Dog _this, corto_bool a, corto_bool b); -#define test_DogUpdate(_this, a, b) _test_DogUpdate(test_Dog(_this), a, b) - -TEST_EXPORT test_Dog _test_DogDeclare(void); -#define test_DogDeclare() _test_DogDeclare() -TEST_EXPORT test_Dog _test_DogDeclareChild(corto_object _parent, corto_string _name); -#define test_DogDeclareChild(_parent, _name) _test_DogDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_DogDefine(test_Dog _this, corto_bool a, corto_bool b); -#define test_DogDefine(_this, a, b) _test_DogDefine(test_Dog(_this), a, b) -TEST_EXPORT void _test_DogSet(test_Dog _this, corto_bool a, corto_bool b); -#define test_DogSet(_this, a, b) _test_DogSet(test_Dog(_this), a, b) -TEST_EXPORT corto_string _test_DogStr(test_Dog value); -#define test_DogStr(value) _test_DogStr(test_Dog(value)) -TEST_EXPORT test_Dog test_DogFromStr(test_Dog value, corto_string str); -TEST_EXPORT corto_int16 _test_DogCopy(test_Dog *dst, test_Dog src); -#define test_DogCopy(dst, src) _test_DogCopy(dst, test_Dog(src)) -TEST_EXPORT corto_int16 _test_DogCompare(test_Dog dst, test_Dog src); -#define test_DogCompare(dst, src) _test_DogCompare(test_Dog(dst), test_Dog(src)) - -/* /test/Env */ -TEST_EXPORT test_Env _test_EnvCreate(test_Case test, corto_uint32 assertCount); -#define test_EnvCreate(test, assertCount) _test_EnvCreate(test_Case(test), assertCount) -TEST_EXPORT test_Env _test_EnvCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount); -#define test_EnvCreateChild(_parent, _name, test, assertCount) _test_EnvCreateChild(_parent, _name, test_Case(test), assertCount) -TEST_EXPORT corto_int16 _test_EnvUpdate(test_Env _this, test_Case test, corto_uint32 assertCount); -#define test_EnvUpdate(_this, test, assertCount) _test_EnvUpdate(test_Env(_this), test_Case(test), assertCount) - -TEST_EXPORT test_Env _test_EnvDeclare(void); -#define test_EnvDeclare() _test_EnvDeclare() -TEST_EXPORT test_Env _test_EnvDeclareChild(corto_object _parent, corto_string _name); -#define test_EnvDeclareChild(_parent, _name) _test_EnvDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_EnvDefine(test_Env _this, test_Case test, corto_uint32 assertCount); -#define test_EnvDefine(_this, test, assertCount) _test_EnvDefine(test_Env(_this), test_Case(test), assertCount) -TEST_EXPORT void _test_EnvSet(test_Env _this, test_Case test, corto_uint32 assertCount); -#define test_EnvSet(_this, test, assertCount) _test_EnvSet(test_Env(_this), test_Case(test), assertCount) -TEST_EXPORT corto_string _test_EnvStr(test_Env value); -#define test_EnvStr(value) _test_EnvStr(test_Env(value)) -TEST_EXPORT test_Env test_EnvFromStr(test_Env value, corto_string str); -TEST_EXPORT corto_int16 _test_EnvCopy(test_Env *dst, test_Env src); -#define test_EnvCopy(dst, src) _test_EnvCopy(dst, test_Env(src)) -TEST_EXPORT corto_int16 _test_EnvCompare(test_Env dst, test_Env src); -#define test_EnvCompare(dst, src) _test_EnvCompare(test_Env(dst), test_Env(src)) - -/* /test/Event */ -TEST_EXPORT test_Event _test_EventCreate(test_Case test, corto_uint32 assertCount, test_EventTest et, corto_attr prevAttr); -#define test_EventCreate(test, assertCount, et, prevAttr) _test_EventCreate(test_Case(test), assertCount, test_EventTest(et), prevAttr) -TEST_EXPORT test_Event _test_EventCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount, test_EventTest et, corto_attr prevAttr); -#define test_EventCreateChild(_parent, _name, test, assertCount, et, prevAttr) _test_EventCreateChild(_parent, _name, test_Case(test), assertCount, test_EventTest(et), prevAttr) -TEST_EXPORT corto_int16 _test_EventUpdate(test_Event _this, test_Case test, corto_uint32 assertCount, test_EventTest et, corto_attr prevAttr); -#define test_EventUpdate(_this, test, assertCount, et, prevAttr) _test_EventUpdate(test_Event(_this), test_Case(test), assertCount, test_EventTest(et), prevAttr) - -TEST_EXPORT test_Event _test_EventDeclare(void); -#define test_EventDeclare() _test_EventDeclare() -TEST_EXPORT test_Event _test_EventDeclareChild(corto_object _parent, corto_string _name); -#define test_EventDeclareChild(_parent, _name) _test_EventDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_EventDefine(test_Event _this, test_Case test, corto_uint32 assertCount, test_EventTest et, corto_attr prevAttr); -#define test_EventDefine(_this, test, assertCount, et, prevAttr) _test_EventDefine(test_Event(_this), test_Case(test), assertCount, test_EventTest(et), prevAttr) -TEST_EXPORT void _test_EventSet(test_Event _this, test_Case test, corto_uint32 assertCount, test_EventTest et, corto_attr prevAttr); -#define test_EventSet(_this, test, assertCount, et, prevAttr) _test_EventSet(test_Event(_this), test_Case(test), assertCount, test_EventTest(et), prevAttr) -TEST_EXPORT corto_string _test_EventStr(test_Event value); -#define test_EventStr(value) _test_EventStr(test_Event(value)) -TEST_EXPORT test_Event test_EventFromStr(test_Event value, corto_string str); -TEST_EXPORT corto_int16 _test_EventCopy(test_Event *dst, test_Event src); -#define test_EventCopy(dst, src) _test_EventCopy(dst, test_Event(src)) -TEST_EXPORT corto_int16 _test_EventCompare(test_Event dst, test_Event src); -#define test_EventCompare(dst, src) _test_EventCompare(test_Event(dst), test_Event(src)) - -/* /test/EventTest */ -TEST_EXPORT test_EventTest _test_EventTestCreate(corto_object scope); -#define test_EventTestCreate(scope) _test_EventTestCreate(scope) -TEST_EXPORT test_EventTest _test_EventTestCreateChild(corto_object _parent, corto_string _name, corto_object scope); -#define test_EventTestCreateChild(_parent, _name, scope) _test_EventTestCreateChild(_parent, _name, scope) -TEST_EXPORT corto_int16 _test_EventTestUpdate(test_EventTest _this, corto_object scope); -#define test_EventTestUpdate(_this, scope) _test_EventTestUpdate(test_EventTest(_this), scope) - -TEST_EXPORT test_EventTest _test_EventTestDeclare(void); -#define test_EventTestDeclare() _test_EventTestDeclare() -TEST_EXPORT test_EventTest _test_EventTestDeclareChild(corto_object _parent, corto_string _name); -#define test_EventTestDeclareChild(_parent, _name) _test_EventTestDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_EventTestDefine(test_EventTest _this, corto_object scope); -#define test_EventTestDefine(_this, scope) _test_EventTestDefine(test_EventTest(_this), scope) -TEST_EXPORT void _test_EventTestSet(test_EventTest _this, corto_object scope); -#define test_EventTestSet(_this, scope) _test_EventTestSet(test_EventTest(_this), scope) -TEST_EXPORT corto_string _test_EventTestStr(test_EventTest value); -#define test_EventTestStr(value) _test_EventTestStr(test_EventTest(value)) -TEST_EXPORT test_EventTest test_EventTestFromStr(test_EventTest value, corto_string str); -TEST_EXPORT corto_int16 _test_EventTestCopy(test_EventTest *dst, test_EventTest src); -#define test_EventTestCopy(dst, src) _test_EventTestCopy(dst, test_EventTest(src)) -TEST_EXPORT corto_int16 _test_EventTestCompare(test_EventTest dst, test_EventTest src); -#define test_EventTestCompare(dst, src) _test_EventTestCompare(test_EventTest(dst), test_EventTest(src)) - -/* /test/Foo */ -TEST_EXPORT test_Foo _test_FooCreate(corto_int32 x, corto_int32 y); -#define test_FooCreate(x, y) _test_FooCreate(x, y) -TEST_EXPORT test_Foo _test_FooCreateChild(corto_object _parent, corto_string _name, corto_int32 x, corto_int32 y); -#define test_FooCreateChild(_parent, _name, x, y) _test_FooCreateChild(_parent, _name, x, y) -TEST_EXPORT corto_int16 _test_FooUpdate(test_Foo _this, corto_int32 x, corto_int32 y); -#define test_FooUpdate(_this, x, y) _test_FooUpdate(test_Foo(_this), x, y) - -TEST_EXPORT test_Foo _test_FooDeclare(void); -#define test_FooDeclare() _test_FooDeclare() -TEST_EXPORT test_Foo _test_FooDeclareChild(corto_object _parent, corto_string _name); -#define test_FooDeclareChild(_parent, _name) _test_FooDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_FooDefine(test_Foo _this, corto_int32 x, corto_int32 y); -#define test_FooDefine(_this, x, y) _test_FooDefine(test_Foo(_this), x, y) -TEST_EXPORT void _test_FooSet(test_Foo _this, corto_int32 x, corto_int32 y); -#define test_FooSet(_this, x, y) _test_FooSet(test_Foo(_this), x, y) -TEST_EXPORT corto_string _test_FooStr(test_Foo value); -#define test_FooStr(value) _test_FooStr(test_Foo(value)) -TEST_EXPORT test_Foo test_FooFromStr(test_Foo value, corto_string str); -TEST_EXPORT corto_int16 _test_FooCopy(test_Foo *dst, test_Foo src); -#define test_FooCopy(dst, src) _test_FooCopy(dst, test_Foo(src)) -TEST_EXPORT corto_int16 _test_FooCompare(test_Foo dst, test_Foo src); -#define test_FooCompare(dst, src) _test_FooCompare(test_Foo(dst), test_Foo(src)) - -/* /test/Fullname */ -TEST_EXPORT test_Fullname _test_FullnameCreate(test_Case test, corto_uint32 assertCount); -#define test_FullnameCreate(test, assertCount) _test_FullnameCreate(test_Case(test), assertCount) -TEST_EXPORT test_Fullname _test_FullnameCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount); -#define test_FullnameCreateChild(_parent, _name, test, assertCount) _test_FullnameCreateChild(_parent, _name, test_Case(test), assertCount) -TEST_EXPORT corto_int16 _test_FullnameUpdate(test_Fullname _this, test_Case test, corto_uint32 assertCount); -#define test_FullnameUpdate(_this, test, assertCount) _test_FullnameUpdate(test_Fullname(_this), test_Case(test), assertCount) - -TEST_EXPORT test_Fullname _test_FullnameDeclare(void); -#define test_FullnameDeclare() _test_FullnameDeclare() -TEST_EXPORT test_Fullname _test_FullnameDeclareChild(corto_object _parent, corto_string _name); -#define test_FullnameDeclareChild(_parent, _name) _test_FullnameDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_FullnameDefine(test_Fullname _this, test_Case test, corto_uint32 assertCount); -#define test_FullnameDefine(_this, test, assertCount) _test_FullnameDefine(test_Fullname(_this), test_Case(test), assertCount) -TEST_EXPORT void _test_FullnameSet(test_Fullname _this, test_Case test, corto_uint32 assertCount); -#define test_FullnameSet(_this, test, assertCount) _test_FullnameSet(test_Fullname(_this), test_Case(test), assertCount) -TEST_EXPORT corto_string _test_FullnameStr(test_Fullname value); -#define test_FullnameStr(value) _test_FullnameStr(test_Fullname(value)) -TEST_EXPORT test_Fullname test_FullnameFromStr(test_Fullname value, corto_string str); -TEST_EXPORT corto_int16 _test_FullnameCopy(test_Fullname *dst, test_Fullname src); -#define test_FullnameCopy(dst, src) _test_FullnameCopy(dst, test_Fullname(src)) -TEST_EXPORT corto_int16 _test_FullnameCompare(test_Fullname dst, test_Fullname src); -#define test_FullnameCompare(dst, src) _test_FullnameCompare(test_Fullname(dst), test_Fullname(src)) - -/* /test/GoldenRetriever */ -TEST_EXPORT test_GoldenRetriever _test_GoldenRetrieverCreate(corto_bool a, corto_bool b, corto_bool c); -#define test_GoldenRetrieverCreate(a, b, c) _test_GoldenRetrieverCreate(a, b, c) -TEST_EXPORT test_GoldenRetriever _test_GoldenRetrieverCreateChild(corto_object _parent, corto_string _name, corto_bool a, corto_bool b, corto_bool c); -#define test_GoldenRetrieverCreateChild(_parent, _name, a, b, c) _test_GoldenRetrieverCreateChild(_parent, _name, a, b, c) -TEST_EXPORT corto_int16 _test_GoldenRetrieverUpdate(test_GoldenRetriever _this, corto_bool a, corto_bool b, corto_bool c); -#define test_GoldenRetrieverUpdate(_this, a, b, c) _test_GoldenRetrieverUpdate(test_GoldenRetriever(_this), a, b, c) - -TEST_EXPORT test_GoldenRetriever _test_GoldenRetrieverDeclare(void); -#define test_GoldenRetrieverDeclare() _test_GoldenRetrieverDeclare() -TEST_EXPORT test_GoldenRetriever _test_GoldenRetrieverDeclareChild(corto_object _parent, corto_string _name); -#define test_GoldenRetrieverDeclareChild(_parent, _name) _test_GoldenRetrieverDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_GoldenRetrieverDefine(test_GoldenRetriever _this, corto_bool a, corto_bool b, corto_bool c); -#define test_GoldenRetrieverDefine(_this, a, b, c) _test_GoldenRetrieverDefine(test_GoldenRetriever(_this), a, b, c) -TEST_EXPORT void _test_GoldenRetrieverSet(test_GoldenRetriever _this, corto_bool a, corto_bool b, corto_bool c); -#define test_GoldenRetrieverSet(_this, a, b, c) _test_GoldenRetrieverSet(test_GoldenRetriever(_this), a, b, c) -TEST_EXPORT corto_string _test_GoldenRetrieverStr(test_GoldenRetriever value); -#define test_GoldenRetrieverStr(value) _test_GoldenRetrieverStr(test_GoldenRetriever(value)) -TEST_EXPORT test_GoldenRetriever test_GoldenRetrieverFromStr(test_GoldenRetriever value, corto_string str); -TEST_EXPORT corto_int16 _test_GoldenRetrieverCopy(test_GoldenRetriever *dst, test_GoldenRetriever src); -#define test_GoldenRetrieverCopy(dst, src) _test_GoldenRetrieverCopy(dst, test_GoldenRetriever(src)) -TEST_EXPORT corto_int16 _test_GoldenRetrieverCompare(test_GoldenRetriever dst, test_GoldenRetriever src); -#define test_GoldenRetrieverCompare(dst, src) _test_GoldenRetrieverCompare(test_GoldenRetriever(dst), test_GoldenRetriever(src)) - -/* /test/Line */ -TEST_EXPORT test_Line* _test_LineCreate(test_Point start, test_Point stop); -#define test_LineCreate(start, stop) _test_LineCreate(start, stop) -TEST_EXPORT test_Line* _test_LineCreateChild(corto_object _parent, corto_string _name, test_Point start, test_Point stop); -#define test_LineCreateChild(_parent, _name, start, stop) _test_LineCreateChild(_parent, _name, start, stop) -TEST_EXPORT corto_int16 _test_LineUpdate(test_Line* _this, test_Point start, test_Point stop); -#define test_LineUpdate(_this, start, stop) _test_LineUpdate(_this, start, stop) - -TEST_EXPORT test_Line* _test_LineDeclare(void); -#define test_LineDeclare() _test_LineDeclare() -TEST_EXPORT test_Line* _test_LineDeclareChild(corto_object _parent, corto_string _name); -#define test_LineDeclareChild(_parent, _name) _test_LineDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_LineDefine(test_Line* _this, test_Point start, test_Point stop); -#define test_LineDefine(_this, start, stop) _test_LineDefine(_this, start, stop) -TEST_EXPORT void _test_LineSet(test_Line* _this, test_Point start, test_Point stop); -#define test_LineSet(_this, start, stop) _test_LineSet(_this, start, stop) -TEST_EXPORT corto_string _test_LineStr(test_Line* value); -#define test_LineStr(value) _test_LineStr(value) -TEST_EXPORT test_Line* test_LineFromStr(test_Line* value, corto_string str); -TEST_EXPORT corto_int16 _test_LineCopy(test_Line* *dst, test_Line* src); -#define test_LineCopy(dst, src) _test_LineCopy(dst, src) -TEST_EXPORT corto_int16 _test_LineCompare(test_Line* dst, test_Line* src); -#define test_LineCompare(dst, src) _test_LineCompare(dst, src) - -TEST_EXPORT corto_int16 _test_LineInit(test_Line* value); -#define test_LineInit(value) _test_LineInit(value) -TEST_EXPORT corto_int16 _test_LineDeinit(test_Line* value); -#define test_LineDeinit(value) _test_LineDeinit(value) - -/* /test/MethodResolver */ -TEST_EXPORT test_MethodResolver _test_MethodResolverCreate(test_Case test, corto_uint32 assertCount); -#define test_MethodResolverCreate(test, assertCount) _test_MethodResolverCreate(test_Case(test), assertCount) -TEST_EXPORT test_MethodResolver _test_MethodResolverCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount); -#define test_MethodResolverCreateChild(_parent, _name, test, assertCount) _test_MethodResolverCreateChild(_parent, _name, test_Case(test), assertCount) -TEST_EXPORT corto_int16 _test_MethodResolverUpdate(test_MethodResolver _this, test_Case test, corto_uint32 assertCount); -#define test_MethodResolverUpdate(_this, test, assertCount) _test_MethodResolverUpdate(test_MethodResolver(_this), test_Case(test), assertCount) - -TEST_EXPORT test_MethodResolver _test_MethodResolverDeclare(void); -#define test_MethodResolverDeclare() _test_MethodResolverDeclare() -TEST_EXPORT test_MethodResolver _test_MethodResolverDeclareChild(corto_object _parent, corto_string _name); -#define test_MethodResolverDeclareChild(_parent, _name) _test_MethodResolverDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_MethodResolverDefine(test_MethodResolver _this, test_Case test, corto_uint32 assertCount); -#define test_MethodResolverDefine(_this, test, assertCount) _test_MethodResolverDefine(test_MethodResolver(_this), test_Case(test), assertCount) -TEST_EXPORT void _test_MethodResolverSet(test_MethodResolver _this, test_Case test, corto_uint32 assertCount); -#define test_MethodResolverSet(_this, test, assertCount) _test_MethodResolverSet(test_MethodResolver(_this), test_Case(test), assertCount) -TEST_EXPORT corto_string _test_MethodResolverStr(test_MethodResolver value); -#define test_MethodResolverStr(value) _test_MethodResolverStr(test_MethodResolver(value)) -TEST_EXPORT test_MethodResolver test_MethodResolverFromStr(test_MethodResolver value, corto_string str); -TEST_EXPORT corto_int16 _test_MethodResolverCopy(test_MethodResolver *dst, test_MethodResolver src); -#define test_MethodResolverCopy(dst, src) _test_MethodResolverCopy(dst, test_MethodResolver(src)) -TEST_EXPORT corto_int16 _test_MethodResolverCompare(test_MethodResolver dst, test_MethodResolver src); -#define test_MethodResolverCompare(dst, src) _test_MethodResolverCompare(test_MethodResolver(dst), test_MethodResolver(src)) - -/* /test/MethodTester */ -TEST_EXPORT test_MethodTester _test_MethodTesterCreate(void); -#define test_MethodTesterCreate() _test_MethodTesterCreate() -TEST_EXPORT test_MethodTester _test_MethodTesterCreateChild(corto_object _parent, corto_string _name); -#define test_MethodTesterCreateChild(_parent, _name) _test_MethodTesterCreateChild(_parent, _name) -TEST_EXPORT corto_int16 _test_MethodTesterUpdate(test_MethodTester _this); -#define test_MethodTesterUpdate(_this) _test_MethodTesterUpdate(test_MethodTester(_this)) - -TEST_EXPORT test_MethodTester _test_MethodTesterDeclare(void); -#define test_MethodTesterDeclare() _test_MethodTesterDeclare() -TEST_EXPORT test_MethodTester _test_MethodTesterDeclareChild(corto_object _parent, corto_string _name); -#define test_MethodTesterDeclareChild(_parent, _name) _test_MethodTesterDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_MethodTesterDefine(test_MethodTester _this); -#define test_MethodTesterDefine(_this) _test_MethodTesterDefine(test_MethodTester(_this)) -TEST_EXPORT void _test_MethodTesterSet(test_MethodTester _this); -#define test_MethodTesterSet(_this) _test_MethodTesterSet(test_MethodTester(_this)) -TEST_EXPORT corto_string _test_MethodTesterStr(test_MethodTester value); -#define test_MethodTesterStr(value) _test_MethodTesterStr(test_MethodTester(value)) -TEST_EXPORT test_MethodTester test_MethodTesterFromStr(test_MethodTester value, corto_string str); -TEST_EXPORT corto_int16 _test_MethodTesterCopy(test_MethodTester *dst, test_MethodTester src); -#define test_MethodTesterCopy(dst, src) _test_MethodTesterCopy(dst, test_MethodTester(src)) -TEST_EXPORT corto_int16 _test_MethodTesterCompare(test_MethodTester dst, test_MethodTester src); -#define test_MethodTesterCompare(dst, src) _test_MethodTesterCompare(test_MethodTester(dst), test_MethodTester(src)) - -/* /test/MethodTesterInherit */ -TEST_EXPORT test_MethodTesterInherit _test_MethodTesterInheritCreate(void); -#define test_MethodTesterInheritCreate() _test_MethodTesterInheritCreate() -TEST_EXPORT test_MethodTesterInherit _test_MethodTesterInheritCreateChild(corto_object _parent, corto_string _name); -#define test_MethodTesterInheritCreateChild(_parent, _name) _test_MethodTesterInheritCreateChild(_parent, _name) -TEST_EXPORT corto_int16 _test_MethodTesterInheritUpdate(test_MethodTesterInherit _this); -#define test_MethodTesterInheritUpdate(_this) _test_MethodTesterInheritUpdate(test_MethodTesterInherit(_this)) - -TEST_EXPORT test_MethodTesterInherit _test_MethodTesterInheritDeclare(void); -#define test_MethodTesterInheritDeclare() _test_MethodTesterInheritDeclare() -TEST_EXPORT test_MethodTesterInherit _test_MethodTesterInheritDeclareChild(corto_object _parent, corto_string _name); -#define test_MethodTesterInheritDeclareChild(_parent, _name) _test_MethodTesterInheritDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_MethodTesterInheritDefine(test_MethodTesterInherit _this); -#define test_MethodTesterInheritDefine(_this) _test_MethodTesterInheritDefine(test_MethodTesterInherit(_this)) -TEST_EXPORT void _test_MethodTesterInheritSet(test_MethodTesterInherit _this); -#define test_MethodTesterInheritSet(_this) _test_MethodTesterInheritSet(test_MethodTesterInherit(_this)) -TEST_EXPORT corto_string _test_MethodTesterInheritStr(test_MethodTesterInherit value); -#define test_MethodTesterInheritStr(value) _test_MethodTesterInheritStr(test_MethodTesterInherit(value)) -TEST_EXPORT test_MethodTesterInherit test_MethodTesterInheritFromStr(test_MethodTesterInherit value, corto_string str); -TEST_EXPORT corto_int16 _test_MethodTesterInheritCopy(test_MethodTesterInherit *dst, test_MethodTesterInherit src); -#define test_MethodTesterInheritCopy(dst, src) _test_MethodTesterInheritCopy(dst, test_MethodTesterInherit(src)) -TEST_EXPORT corto_int16 _test_MethodTesterInheritCompare(test_MethodTesterInherit dst, test_MethodTesterInherit src); -#define test_MethodTesterInheritCompare(dst, src) _test_MethodTesterInheritCompare(test_MethodTesterInherit(dst), test_MethodTesterInherit(src)) - -/* /test/ObjectMgmt */ -TEST_EXPORT test_ObjectMgmt _test_ObjectMgmtCreate(test_Case test, corto_uint32 assertCount); -#define test_ObjectMgmtCreate(test, assertCount) _test_ObjectMgmtCreate(test_Case(test), assertCount) -TEST_EXPORT test_ObjectMgmt _test_ObjectMgmtCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount); -#define test_ObjectMgmtCreateChild(_parent, _name, test, assertCount) _test_ObjectMgmtCreateChild(_parent, _name, test_Case(test), assertCount) -TEST_EXPORT corto_int16 _test_ObjectMgmtUpdate(test_ObjectMgmt _this, test_Case test, corto_uint32 assertCount); -#define test_ObjectMgmtUpdate(_this, test, assertCount) _test_ObjectMgmtUpdate(test_ObjectMgmt(_this), test_Case(test), assertCount) - -TEST_EXPORT test_ObjectMgmt _test_ObjectMgmtDeclare(void); -#define test_ObjectMgmtDeclare() _test_ObjectMgmtDeclare() -TEST_EXPORT test_ObjectMgmt _test_ObjectMgmtDeclareChild(corto_object _parent, corto_string _name); -#define test_ObjectMgmtDeclareChild(_parent, _name) _test_ObjectMgmtDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_ObjectMgmtDefine(test_ObjectMgmt _this, test_Case test, corto_uint32 assertCount); -#define test_ObjectMgmtDefine(_this, test, assertCount) _test_ObjectMgmtDefine(test_ObjectMgmt(_this), test_Case(test), assertCount) -TEST_EXPORT void _test_ObjectMgmtSet(test_ObjectMgmt _this, test_Case test, corto_uint32 assertCount); -#define test_ObjectMgmtSet(_this, test, assertCount) _test_ObjectMgmtSet(test_ObjectMgmt(_this), test_Case(test), assertCount) -TEST_EXPORT corto_string _test_ObjectMgmtStr(test_ObjectMgmt value); -#define test_ObjectMgmtStr(value) _test_ObjectMgmtStr(test_ObjectMgmt(value)) -TEST_EXPORT test_ObjectMgmt test_ObjectMgmtFromStr(test_ObjectMgmt value, corto_string str); -TEST_EXPORT corto_int16 _test_ObjectMgmtCopy(test_ObjectMgmt *dst, test_ObjectMgmt src); -#define test_ObjectMgmtCopy(dst, src) _test_ObjectMgmtCopy(dst, test_ObjectMgmt(src)) -TEST_EXPORT corto_int16 _test_ObjectMgmtCompare(test_ObjectMgmt dst, test_ObjectMgmt src); -#define test_ObjectMgmtCompare(dst, src) _test_ObjectMgmtCompare(test_ObjectMgmt(dst), test_ObjectMgmt(src)) - -/* /test/Overload */ -TEST_EXPORT test_Overload _test_OverloadCreate(test_Case test, corto_uint32 assertCount); -#define test_OverloadCreate(test, assertCount) _test_OverloadCreate(test_Case(test), assertCount) -TEST_EXPORT test_Overload _test_OverloadCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount); -#define test_OverloadCreateChild(_parent, _name, test, assertCount) _test_OverloadCreateChild(_parent, _name, test_Case(test), assertCount) -TEST_EXPORT corto_int16 _test_OverloadUpdate(test_Overload _this, test_Case test, corto_uint32 assertCount); -#define test_OverloadUpdate(_this, test, assertCount) _test_OverloadUpdate(test_Overload(_this), test_Case(test), assertCount) - -TEST_EXPORT test_Overload _test_OverloadDeclare(void); -#define test_OverloadDeclare() _test_OverloadDeclare() -TEST_EXPORT test_Overload _test_OverloadDeclareChild(corto_object _parent, corto_string _name); -#define test_OverloadDeclareChild(_parent, _name) _test_OverloadDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_OverloadDefine(test_Overload _this, test_Case test, corto_uint32 assertCount); -#define test_OverloadDefine(_this, test, assertCount) _test_OverloadDefine(test_Overload(_this), test_Case(test), assertCount) -TEST_EXPORT void _test_OverloadSet(test_Overload _this, test_Case test, corto_uint32 assertCount); -#define test_OverloadSet(_this, test, assertCount) _test_OverloadSet(test_Overload(_this), test_Case(test), assertCount) -TEST_EXPORT corto_string _test_OverloadStr(test_Overload value); -#define test_OverloadStr(value) _test_OverloadStr(test_Overload(value)) -TEST_EXPORT test_Overload test_OverloadFromStr(test_Overload value, corto_string str); -TEST_EXPORT corto_int16 _test_OverloadCopy(test_Overload *dst, test_Overload src); -#define test_OverloadCopy(dst, src) _test_OverloadCopy(dst, test_Overload(src)) -TEST_EXPORT corto_int16 _test_OverloadCompare(test_Overload dst, test_Overload src); -#define test_OverloadCompare(dst, src) _test_OverloadCompare(test_Overload(dst), test_Overload(src)) - -/* /test/Point */ -TEST_EXPORT test_Point* _test_PointCreate(corto_int32 x, corto_int32 y); -#define test_PointCreate(x, y) _test_PointCreate(x, y) -TEST_EXPORT test_Point* _test_PointCreateChild(corto_object _parent, corto_string _name, corto_int32 x, corto_int32 y); -#define test_PointCreateChild(_parent, _name, x, y) _test_PointCreateChild(_parent, _name, x, y) -TEST_EXPORT corto_int16 _test_PointUpdate(test_Point* _this, corto_int32 x, corto_int32 y); -#define test_PointUpdate(_this, x, y) _test_PointUpdate(_this, x, y) - -TEST_EXPORT test_Point* _test_PointDeclare(void); -#define test_PointDeclare() _test_PointDeclare() -TEST_EXPORT test_Point* _test_PointDeclareChild(corto_object _parent, corto_string _name); -#define test_PointDeclareChild(_parent, _name) _test_PointDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_PointDefine(test_Point* _this, corto_int32 x, corto_int32 y); -#define test_PointDefine(_this, x, y) _test_PointDefine(_this, x, y) -TEST_EXPORT void _test_PointSet(test_Point* _this, corto_int32 x, corto_int32 y); -#define test_PointSet(_this, x, y) _test_PointSet(_this, x, y) -TEST_EXPORT corto_string _test_PointStr(test_Point* value); -#define test_PointStr(value) _test_PointStr(value) -TEST_EXPORT test_Point* test_PointFromStr(test_Point* value, corto_string str); -TEST_EXPORT corto_int16 _test_PointCopy(test_Point* *dst, test_Point* src); -#define test_PointCopy(dst, src) _test_PointCopy(dst, src) -TEST_EXPORT corto_int16 _test_PointCompare(test_Point* dst, test_Point* src); -#define test_PointCompare(dst, src) _test_PointCompare(dst, src) - -TEST_EXPORT corto_int16 _test_PointInit(test_Point* value); -#define test_PointInit(value) _test_PointInit(value) -TEST_EXPORT corto_int16 _test_PointDeinit(test_Point* value); -#define test_PointDeinit(value) _test_PointDeinit(value) - -/* /test/Point3D */ -TEST_EXPORT test_Point3D* _test_Point3DCreate(corto_int32 x, corto_int32 y, corto_int32 z); -#define test_Point3DCreate(x, y, z) _test_Point3DCreate(x, y, z) -TEST_EXPORT test_Point3D* _test_Point3DCreateChild(corto_object _parent, corto_string _name, corto_int32 x, corto_int32 y, corto_int32 z); -#define test_Point3DCreateChild(_parent, _name, x, y, z) _test_Point3DCreateChild(_parent, _name, x, y, z) -TEST_EXPORT corto_int16 _test_Point3DUpdate(test_Point3D* _this, corto_int32 x, corto_int32 y, corto_int32 z); -#define test_Point3DUpdate(_this, x, y, z) _test_Point3DUpdate(_this, x, y, z) - -TEST_EXPORT test_Point3D* _test_Point3DDeclare(void); -#define test_Point3DDeclare() _test_Point3DDeclare() -TEST_EXPORT test_Point3D* _test_Point3DDeclareChild(corto_object _parent, corto_string _name); -#define test_Point3DDeclareChild(_parent, _name) _test_Point3DDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_Point3DDefine(test_Point3D* _this, corto_int32 x, corto_int32 y, corto_int32 z); -#define test_Point3DDefine(_this, x, y, z) _test_Point3DDefine(_this, x, y, z) -TEST_EXPORT void _test_Point3DSet(test_Point3D* _this, corto_int32 x, corto_int32 y, corto_int32 z); -#define test_Point3DSet(_this, x, y, z) _test_Point3DSet(_this, x, y, z) -TEST_EXPORT corto_string _test_Point3DStr(test_Point3D* value); -#define test_Point3DStr(value) _test_Point3DStr(value) -TEST_EXPORT test_Point3D* test_Point3DFromStr(test_Point3D* value, corto_string str); -TEST_EXPORT corto_int16 _test_Point3DCopy(test_Point3D* *dst, test_Point3D* src); -#define test_Point3DCopy(dst, src) _test_Point3DCopy(dst, src) -TEST_EXPORT corto_int16 _test_Point3DCompare(test_Point3D* dst, test_Point3D* src); -#define test_Point3DCompare(dst, src) _test_Point3DCompare(dst, src) - -TEST_EXPORT corto_int16 _test_Point3DInit(test_Point3D* value); -#define test_Point3DInit(value) _test_Point3DInit(value) -TEST_EXPORT corto_int16 _test_Point3DDeinit(test_Point3D* value); -#define test_Point3DDeinit(value) _test_Point3DDeinit(value) - -/* /test/PrimitiveCollection */ -TEST_EXPORT test_PrimitiveCollection* _test_PrimitiveCollectionCreate(corto_int32List ints); -#define test_PrimitiveCollectionCreate(ints) _test_PrimitiveCollectionCreate(ints) -TEST_EXPORT test_PrimitiveCollection* _test_PrimitiveCollectionCreateChild(corto_object _parent, corto_string _name, corto_int32List ints); -#define test_PrimitiveCollectionCreateChild(_parent, _name, ints) _test_PrimitiveCollectionCreateChild(_parent, _name, ints) -TEST_EXPORT corto_int16 _test_PrimitiveCollectionUpdate(test_PrimitiveCollection* _this, corto_int32List ints); -#define test_PrimitiveCollectionUpdate(_this, ints) _test_PrimitiveCollectionUpdate(_this, ints) - -TEST_EXPORT test_PrimitiveCollection* _test_PrimitiveCollectionDeclare(void); -#define test_PrimitiveCollectionDeclare() _test_PrimitiveCollectionDeclare() -TEST_EXPORT test_PrimitiveCollection* _test_PrimitiveCollectionDeclareChild(corto_object _parent, corto_string _name); -#define test_PrimitiveCollectionDeclareChild(_parent, _name) _test_PrimitiveCollectionDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_PrimitiveCollectionDefine(test_PrimitiveCollection* _this, corto_int32List ints); -#define test_PrimitiveCollectionDefine(_this, ints) _test_PrimitiveCollectionDefine(_this, ints) -TEST_EXPORT void _test_PrimitiveCollectionSet(test_PrimitiveCollection* _this, corto_int32List ints); -#define test_PrimitiveCollectionSet(_this, ints) _test_PrimitiveCollectionSet(_this, ints) -TEST_EXPORT corto_string _test_PrimitiveCollectionStr(test_PrimitiveCollection* value); -#define test_PrimitiveCollectionStr(value) _test_PrimitiveCollectionStr(value) -TEST_EXPORT test_PrimitiveCollection* test_PrimitiveCollectionFromStr(test_PrimitiveCollection* value, corto_string str); -TEST_EXPORT corto_int16 _test_PrimitiveCollectionCopy(test_PrimitiveCollection* *dst, test_PrimitiveCollection* src); -#define test_PrimitiveCollectionCopy(dst, src) _test_PrimitiveCollectionCopy(dst, src) -TEST_EXPORT corto_int16 _test_PrimitiveCollectionCompare(test_PrimitiveCollection* dst, test_PrimitiveCollection* src); -#define test_PrimitiveCollectionCompare(dst, src) _test_PrimitiveCollectionCompare(dst, src) - -TEST_EXPORT corto_int16 _test_PrimitiveCollectionInit(test_PrimitiveCollection* value); -#define test_PrimitiveCollectionInit(value) _test_PrimitiveCollectionInit(value) -TEST_EXPORT corto_int16 _test_PrimitiveCollectionDeinit(test_PrimitiveCollection* value); -#define test_PrimitiveCollectionDeinit(value) _test_PrimitiveCollectionDeinit(value) - -/* /test/Project */ -TEST_EXPORT test_Project _test_ProjectCreate(test_Case test, corto_uint32 assertCount); -#define test_ProjectCreate(test, assertCount) _test_ProjectCreate(test_Case(test), assertCount) -TEST_EXPORT test_Project _test_ProjectCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount); -#define test_ProjectCreateChild(_parent, _name, test, assertCount) _test_ProjectCreateChild(_parent, _name, test_Case(test), assertCount) -TEST_EXPORT corto_int16 _test_ProjectUpdate(test_Project _this, test_Case test, corto_uint32 assertCount); -#define test_ProjectUpdate(_this, test, assertCount) _test_ProjectUpdate(test_Project(_this), test_Case(test), assertCount) - -TEST_EXPORT test_Project _test_ProjectDeclare(void); -#define test_ProjectDeclare() _test_ProjectDeclare() -TEST_EXPORT test_Project _test_ProjectDeclareChild(corto_object _parent, corto_string _name); -#define test_ProjectDeclareChild(_parent, _name) _test_ProjectDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_ProjectDefine(test_Project _this, test_Case test, corto_uint32 assertCount); -#define test_ProjectDefine(_this, test, assertCount) _test_ProjectDefine(test_Project(_this), test_Case(test), assertCount) -TEST_EXPORT void _test_ProjectSet(test_Project _this, test_Case test, corto_uint32 assertCount); -#define test_ProjectSet(_this, test, assertCount) _test_ProjectSet(test_Project(_this), test_Case(test), assertCount) -TEST_EXPORT corto_string _test_ProjectStr(test_Project value); -#define test_ProjectStr(value) _test_ProjectStr(test_Project(value)) -TEST_EXPORT test_Project test_ProjectFromStr(test_Project value, corto_string str); -TEST_EXPORT corto_int16 _test_ProjectCopy(test_Project *dst, test_Project src); -#define test_ProjectCopy(dst, src) _test_ProjectCopy(dst, test_Project(src)) -TEST_EXPORT corto_int16 _test_ProjectCompare(test_Project dst, test_Project src); -#define test_ProjectCompare(dst, src) _test_ProjectCompare(test_Project(dst), test_Project(src)) - -/* /test/RelativeName */ -TEST_EXPORT test_RelativeName _test_RelativeNameCreate(test_Case test, corto_uint32 assertCount, corto_object tier1, corto_object tier2, corto_object tier3, corto_object obj, corto_object disjunct, corto_object child); -#define test_RelativeNameCreate(test, assertCount, tier1, tier2, tier3, obj, disjunct, child) _test_RelativeNameCreate(test_Case(test), assertCount, tier1, tier2, tier3, obj, disjunct, child) -TEST_EXPORT test_RelativeName _test_RelativeNameCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount, corto_object tier1, corto_object tier2, corto_object tier3, corto_object obj, corto_object disjunct, corto_object child); -#define test_RelativeNameCreateChild(_parent, _name, test, assertCount, tier1, tier2, tier3, obj, disjunct, child) _test_RelativeNameCreateChild(_parent, _name, test_Case(test), assertCount, tier1, tier2, tier3, obj, disjunct, child) -TEST_EXPORT corto_int16 _test_RelativeNameUpdate(test_RelativeName _this, test_Case test, corto_uint32 assertCount, corto_object tier1, corto_object tier2, corto_object tier3, corto_object obj, corto_object disjunct, corto_object child); -#define test_RelativeNameUpdate(_this, test, assertCount, tier1, tier2, tier3, obj, disjunct, child) _test_RelativeNameUpdate(test_RelativeName(_this), test_Case(test), assertCount, tier1, tier2, tier3, obj, disjunct, child) - -TEST_EXPORT test_RelativeName _test_RelativeNameDeclare(void); -#define test_RelativeNameDeclare() _test_RelativeNameDeclare() -TEST_EXPORT test_RelativeName _test_RelativeNameDeclareChild(corto_object _parent, corto_string _name); -#define test_RelativeNameDeclareChild(_parent, _name) _test_RelativeNameDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_RelativeNameDefine(test_RelativeName _this, test_Case test, corto_uint32 assertCount, corto_object tier1, corto_object tier2, corto_object tier3, corto_object obj, corto_object disjunct, corto_object child); -#define test_RelativeNameDefine(_this, test, assertCount, tier1, tier2, tier3, obj, disjunct, child) _test_RelativeNameDefine(test_RelativeName(_this), test_Case(test), assertCount, tier1, tier2, tier3, obj, disjunct, child) -TEST_EXPORT void _test_RelativeNameSet(test_RelativeName _this, test_Case test, corto_uint32 assertCount, corto_object tier1, corto_object tier2, corto_object tier3, corto_object obj, corto_object disjunct, corto_object child); -#define test_RelativeNameSet(_this, test, assertCount, tier1, tier2, tier3, obj, disjunct, child) _test_RelativeNameSet(test_RelativeName(_this), test_Case(test), assertCount, tier1, tier2, tier3, obj, disjunct, child) -TEST_EXPORT corto_string _test_RelativeNameStr(test_RelativeName value); -#define test_RelativeNameStr(value) _test_RelativeNameStr(test_RelativeName(value)) -TEST_EXPORT test_RelativeName test_RelativeNameFromStr(test_RelativeName value, corto_string str); -TEST_EXPORT corto_int16 _test_RelativeNameCopy(test_RelativeName *dst, test_RelativeName src); -#define test_RelativeNameCopy(dst, src) _test_RelativeNameCopy(dst, test_RelativeName(src)) -TEST_EXPORT corto_int16 _test_RelativeNameCompare(test_RelativeName dst, test_RelativeName src); -#define test_RelativeNameCompare(dst, src) _test_RelativeNameCompare(test_RelativeName(dst), test_RelativeName(src)) - -/* /test/Resolver */ -TEST_EXPORT test_Resolver _test_ResolverCreate(test_Case test, corto_uint32 assertCount); -#define test_ResolverCreate(test, assertCount) _test_ResolverCreate(test_Case(test), assertCount) -TEST_EXPORT test_Resolver _test_ResolverCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount); -#define test_ResolverCreateChild(_parent, _name, test, assertCount) _test_ResolverCreateChild(_parent, _name, test_Case(test), assertCount) -TEST_EXPORT corto_int16 _test_ResolverUpdate(test_Resolver _this, test_Case test, corto_uint32 assertCount); -#define test_ResolverUpdate(_this, test, assertCount) _test_ResolverUpdate(test_Resolver(_this), test_Case(test), assertCount) - -TEST_EXPORT test_Resolver _test_ResolverDeclare(void); -#define test_ResolverDeclare() _test_ResolverDeclare() -TEST_EXPORT test_Resolver _test_ResolverDeclareChild(corto_object _parent, corto_string _name); -#define test_ResolverDeclareChild(_parent, _name) _test_ResolverDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_ResolverDefine(test_Resolver _this, test_Case test, corto_uint32 assertCount); -#define test_ResolverDefine(_this, test, assertCount) _test_ResolverDefine(test_Resolver(_this), test_Case(test), assertCount) -TEST_EXPORT void _test_ResolverSet(test_Resolver _this, test_Case test, corto_uint32 assertCount); -#define test_ResolverSet(_this, test, assertCount) _test_ResolverSet(test_Resolver(_this), test_Case(test), assertCount) -TEST_EXPORT corto_string _test_ResolverStr(test_Resolver value); -#define test_ResolverStr(value) _test_ResolverStr(test_Resolver(value)) -TEST_EXPORT test_Resolver test_ResolverFromStr(test_Resolver value, corto_string str); -TEST_EXPORT corto_int16 _test_ResolverCopy(test_Resolver *dst, test_Resolver src); -#define test_ResolverCopy(dst, src) _test_ResolverCopy(dst, test_Resolver(src)) -TEST_EXPORT corto_int16 _test_ResolverCompare(test_Resolver dst, test_Resolver src); -#define test_ResolverCompare(dst, src) _test_ResolverCompare(test_Resolver(dst), test_Resolver(src)) - -/* /test/Select */ -TEST_EXPORT test_Select _test_SelectCreate(test_Case test, corto_uint32 assertCount); -#define test_SelectCreate(test, assertCount) _test_SelectCreate(test_Case(test), assertCount) -TEST_EXPORT test_Select _test_SelectCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount); -#define test_SelectCreateChild(_parent, _name, test, assertCount) _test_SelectCreateChild(_parent, _name, test_Case(test), assertCount) -TEST_EXPORT corto_int16 _test_SelectUpdate(test_Select _this, test_Case test, corto_uint32 assertCount); -#define test_SelectUpdate(_this, test, assertCount) _test_SelectUpdate(test_Select(_this), test_Case(test), assertCount) - -TEST_EXPORT test_Select _test_SelectDeclare(void); -#define test_SelectDeclare() _test_SelectDeclare() -TEST_EXPORT test_Select _test_SelectDeclareChild(corto_object _parent, corto_string _name); -#define test_SelectDeclareChild(_parent, _name) _test_SelectDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_SelectDefine(test_Select _this, test_Case test, corto_uint32 assertCount); -#define test_SelectDefine(_this, test, assertCount) _test_SelectDefine(test_Select(_this), test_Case(test), assertCount) -TEST_EXPORT void _test_SelectSet(test_Select _this, test_Case test, corto_uint32 assertCount); -#define test_SelectSet(_this, test, assertCount) _test_SelectSet(test_Select(_this), test_Case(test), assertCount) -TEST_EXPORT corto_string _test_SelectStr(test_Select value); -#define test_SelectStr(value) _test_SelectStr(test_Select(value)) -TEST_EXPORT test_Select test_SelectFromStr(test_Select value, corto_string str); -TEST_EXPORT corto_int16 _test_SelectCopy(test_Select *dst, test_Select src); -#define test_SelectCopy(dst, src) _test_SelectCopy(dst, test_Select(src)) -TEST_EXPORT corto_int16 _test_SelectCompare(test_Select dst, test_Select src); -#define test_SelectCompare(dst, src) _test_SelectCompare(test_Select(dst), test_Select(src)) - -/* /test/selectItem */ -TEST_EXPORT test_selectItem* _test_selectItemCreate(corto_string parent, corto_string name, corto_string type); -#define test_selectItemCreate(parent, name, type) _test_selectItemCreate(parent, name, type) -TEST_EXPORT test_selectItem* _test_selectItemCreateChild(corto_object _parent, corto_string _name, corto_string parent, corto_string name, corto_string type); -#define test_selectItemCreateChild(_parent, _name, parent, name, type) _test_selectItemCreateChild(_parent, _name, parent, name, type) -TEST_EXPORT corto_int16 _test_selectItemUpdate(test_selectItem* _this, corto_string parent, corto_string name, corto_string type); -#define test_selectItemUpdate(_this, parent, name, type) _test_selectItemUpdate(_this, parent, name, type) - -TEST_EXPORT test_selectItem* _test_selectItemDeclare(void); -#define test_selectItemDeclare() _test_selectItemDeclare() -TEST_EXPORT test_selectItem* _test_selectItemDeclareChild(corto_object _parent, corto_string _name); -#define test_selectItemDeclareChild(_parent, _name) _test_selectItemDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_selectItemDefine(test_selectItem* _this, corto_string parent, corto_string name, corto_string type); -#define test_selectItemDefine(_this, parent, name, type) _test_selectItemDefine(_this, parent, name, type) -TEST_EXPORT void _test_selectItemSet(test_selectItem* _this, corto_string parent, corto_string name, corto_string type); -#define test_selectItemSet(_this, parent, name, type) _test_selectItemSet(_this, parent, name, type) -TEST_EXPORT corto_string _test_selectItemStr(test_selectItem* value); -#define test_selectItemStr(value) _test_selectItemStr(value) -TEST_EXPORT test_selectItem* test_selectItemFromStr(test_selectItem* value, corto_string str); -TEST_EXPORT corto_int16 _test_selectItemCopy(test_selectItem* *dst, test_selectItem* src); -#define test_selectItemCopy(dst, src) _test_selectItemCopy(dst, src) -TEST_EXPORT corto_int16 _test_selectItemCompare(test_selectItem* dst, test_selectItem* src); -#define test_selectItemCompare(dst, src) _test_selectItemCompare(dst, src) - -TEST_EXPORT corto_int16 _test_selectItemInit(test_selectItem* value); -#define test_selectItemInit(value) _test_selectItemInit(value) -TEST_EXPORT corto_int16 _test_selectItemDeinit(test_selectItem* value); -#define test_selectItemDeinit(value) _test_selectItemDeinit(value) - -/* /test/StringDeserializer */ -TEST_EXPORT test_StringDeserializer _test_StringDeserializerCreate(test_Case test, corto_uint32 assertCount); -#define test_StringDeserializerCreate(test, assertCount) _test_StringDeserializerCreate(test_Case(test), assertCount) -TEST_EXPORT test_StringDeserializer _test_StringDeserializerCreateChild(corto_object _parent, corto_string _name, test_Case test, corto_uint32 assertCount); -#define test_StringDeserializerCreateChild(_parent, _name, test, assertCount) _test_StringDeserializerCreateChild(_parent, _name, test_Case(test), assertCount) -TEST_EXPORT corto_int16 _test_StringDeserializerUpdate(test_StringDeserializer _this, test_Case test, corto_uint32 assertCount); -#define test_StringDeserializerUpdate(_this, test, assertCount) _test_StringDeserializerUpdate(test_StringDeserializer(_this), test_Case(test), assertCount) - -TEST_EXPORT test_StringDeserializer _test_StringDeserializerDeclare(void); -#define test_StringDeserializerDeclare() _test_StringDeserializerDeclare() -TEST_EXPORT test_StringDeserializer _test_StringDeserializerDeclareChild(corto_object _parent, corto_string _name); -#define test_StringDeserializerDeclareChild(_parent, _name) _test_StringDeserializerDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_StringDeserializerDefine(test_StringDeserializer _this, test_Case test, corto_uint32 assertCount); -#define test_StringDeserializerDefine(_this, test, assertCount) _test_StringDeserializerDefine(test_StringDeserializer(_this), test_Case(test), assertCount) -TEST_EXPORT void _test_StringDeserializerSet(test_StringDeserializer _this, test_Case test, corto_uint32 assertCount); -#define test_StringDeserializerSet(_this, test, assertCount) _test_StringDeserializerSet(test_StringDeserializer(_this), test_Case(test), assertCount) -TEST_EXPORT corto_string _test_StringDeserializerStr(test_StringDeserializer value); -#define test_StringDeserializerStr(value) _test_StringDeserializerStr(test_StringDeserializer(value)) -TEST_EXPORT test_StringDeserializer test_StringDeserializerFromStr(test_StringDeserializer value, corto_string str); -TEST_EXPORT corto_int16 _test_StringDeserializerCopy(test_StringDeserializer *dst, test_StringDeserializer src); -#define test_StringDeserializerCopy(dst, src) _test_StringDeserializerCopy(dst, test_StringDeserializer(src)) -TEST_EXPORT corto_int16 _test_StringDeserializerCompare(test_StringDeserializer dst, test_StringDeserializer src); -#define test_StringDeserializerCompare(dst, src) _test_StringDeserializerCompare(test_StringDeserializer(dst), test_StringDeserializer(src)) - -/* /test/VoidParent */ -TEST_EXPORT test_VoidParent* _test_VoidParentCreate(corto_int32 Foo); -#define test_VoidParentCreate(Foo) _test_VoidParentCreate(Foo) -TEST_EXPORT test_VoidParent* _test_VoidParentCreateChild(corto_object _parent, corto_string _name, corto_int32 Foo); -#define test_VoidParentCreateChild(_parent, _name, Foo) _test_VoidParentCreateChild(_parent, _name, Foo) -TEST_EXPORT corto_int16 _test_VoidParentUpdate(test_VoidParent* _this, corto_int32 Foo); -#define test_VoidParentUpdate(_this, Foo) _test_VoidParentUpdate(_this, Foo) - -TEST_EXPORT test_VoidParent* _test_VoidParentDeclare(void); -#define test_VoidParentDeclare() _test_VoidParentDeclare() -TEST_EXPORT test_VoidParent* _test_VoidParentDeclareChild(corto_object _parent, corto_string _name); -#define test_VoidParentDeclareChild(_parent, _name) _test_VoidParentDeclareChild(_parent, _name) -TEST_EXPORT corto_int16 _test_VoidParentDefine(test_VoidParent* _this, corto_int32 Foo); -#define test_VoidParentDefine(_this, Foo) _test_VoidParentDefine(_this, Foo) -TEST_EXPORT void _test_VoidParentSet(test_VoidParent* _this, corto_int32 Foo); -#define test_VoidParentSet(_this, Foo) _test_VoidParentSet(_this, Foo) -TEST_EXPORT corto_string _test_VoidParentStr(test_VoidParent* value); -#define test_VoidParentStr(value) _test_VoidParentStr(value) -TEST_EXPORT test_VoidParent* test_VoidParentFromStr(test_VoidParent* value, corto_string str); -TEST_EXPORT corto_int16 _test_VoidParentCopy(test_VoidParent* *dst, test_VoidParent* src); -#define test_VoidParentCopy(dst, src) _test_VoidParentCopy(dst, src) -TEST_EXPORT corto_int16 _test_VoidParentCompare(test_VoidParent* dst, test_VoidParent* src); -#define test_VoidParentCompare(dst, src) _test_VoidParentCompare(dst, src) - -TEST_EXPORT corto_int16 _test_VoidParentInit(test_VoidParent* value); -#define test_VoidParentInit(value) _test_VoidParentInit(value) -TEST_EXPORT corto_int16 _test_VoidParentDeinit(test_VoidParent* value); -#define test_VoidParentDeinit(value) _test_VoidParentDeinit(value) - - -/* <0x7fb208e17710> */ -#define test_PointListForeach(list, elem) \ - corto_iter elem##_iter = corto_llIter(list);\ - test_Point *elem;\ - while(corto_iterHasNext(&elem##_iter) ? elem = corto_iterNext(&elem##_iter), TRUE : FALSE) - -TEST_EXPORT test_Point* test_PointListInsertAlloc(test_PointList list); -TEST_EXPORT test_Point* test_PointListInsert(test_PointList list, test_Point* element); -TEST_EXPORT test_Point* test_PointListAppendAlloc(test_PointList list); -TEST_EXPORT test_Point* test_PointListAppend(test_PointList list, test_Point* element); -TEST_EXPORT test_Point* test_PointListTakeFirst(test_PointList list); -TEST_EXPORT test_Point* test_PointListLast(test_PointList list); -TEST_EXPORT void test_PointListClear(test_PointList list); -TEST_EXPORT test_Point* test_PointListGet(test_PointList list, corto_uint32 index); -TEST_EXPORT corto_uint32 test_PointListSize(test_PointList list); - -/* <0x7fb208e6b810> */ -#define test_selectItemListForeach(list, elem) \ - corto_iter elem##_iter = corto_llIter(list);\ - test_selectItem *elem;\ - while(corto_iterHasNext(&elem##_iter) ? elem = corto_iterNext(&elem##_iter), TRUE : FALSE) - -TEST_EXPORT test_selectItem* test_selectItemListInsertAlloc(test_selectItemList list); -TEST_EXPORT test_selectItem* test_selectItemListInsert(test_selectItemList list, test_selectItem* element); -TEST_EXPORT test_selectItem* test_selectItemListAppendAlloc(test_selectItemList list); -TEST_EXPORT test_selectItem* test_selectItemListAppend(test_selectItemList list, test_selectItem* element); -TEST_EXPORT test_selectItem* test_selectItemListTakeFirst(test_selectItemList list); -TEST_EXPORT test_selectItem* test_selectItemListLast(test_selectItemList list); -TEST_EXPORT void test_selectItemListClear(test_selectItemList list); -TEST_EXPORT test_selectItem* test_selectItemListGet(test_selectItemList list, corto_uint32 index); -TEST_EXPORT corto_uint32 test_selectItemListSize(test_selectItemList list); - -/* <0x7fb208f2c050> */ -#define corto_objectListForeach(list, elem) \ - corto_iter elem##_iter = corto_llIter(list);\ - corto_object elem;\ - while(corto_iterHasNext(&elem##_iter) ? elem = corto_iterNext(&elem##_iter), TRUE : FALSE) - -TEST_EXPORT void corto_objectListInsert(corto_objectList list, corto_object element); -TEST_EXPORT void corto_objectListAppend(corto_objectList list, corto_object element); -TEST_EXPORT corto_object corto_objectListTakeFirst(corto_objectList list); -TEST_EXPORT corto_object corto_objectListLast(corto_objectList list); -TEST_EXPORT void corto_objectListClear(corto_objectList list); -TEST_EXPORT corto_object corto_objectListGet(corto_objectList list, corto_uint32 index); -TEST_EXPORT corto_uint32 corto_objectListSize(corto_objectList list); - -/* <0x7fb208e154c0> */ -#define corto_int32ListForeach(list, elem) \ - corto_iter elem##_iter = corto_llIter(list);\ - corto_int32 elem;\ - while(corto_iterHasNext(&elem##_iter) ? elem = (corto_int32)(corto_word)corto_iterNext(&elem##_iter), TRUE : FALSE) - -TEST_EXPORT void corto_int32ListInsert(corto_int32List list, corto_int32 element); -TEST_EXPORT void corto_int32ListAppend(corto_int32List list, corto_int32 element); -TEST_EXPORT corto_int32 corto_int32ListTakeFirst(corto_int32List list); -TEST_EXPORT corto_int32 corto_int32ListLast(corto_int32List list); -TEST_EXPORT void corto_int32ListClear(corto_int32List list); -TEST_EXPORT corto_int32 corto_int32ListGet(corto_int32List list, corto_uint32 index); -TEST_EXPORT corto_uint32 corto_int32ListSize(corto_int32List list); - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test__interface.h b/packages/corto/lang/test/include/test__interface.h deleted file mode 100644 index 2fdc6916..00000000 --- a/packages/corto/lang/test/include/test__interface.h +++ /dev/null @@ -1,25 +0,0 @@ -/* test__interface.h - * - * This file contains generated code. Do not modify! - */ - -#ifdef BUILDING_TEST -#include "test__type.h" -#include "test__api.h" -#include "test__meta.h" -#else -#include "test/test__type.h" -#include "test/test__api.h" -#include "test/test__meta.h" -#endif - -#if BUILDING_TEST && defined _MSC_VER -#define TEST_DLL_EXPORTED __declspec(dllexport) -#elif BUILDING_TEST -#define TEST_EXPORT __attribute__((__visibility__("default"))) -#elif defined _MSC_VER -#define TEST_EXPORT __declspec(dllimport) -#else -#define TEST_EXPORT -#endif - diff --git a/packages/corto/lang/test/include/test__meta.h b/packages/corto/lang/test/include/test__meta.h deleted file mode 100644 index b9279766..00000000 --- a/packages/corto/lang/test/include/test__meta.h +++ /dev/null @@ -1,509 +0,0 @@ -/* test__meta.h - * - * Loads objects in object store. - * This file contains generated code. Do not modify! - */ - -#ifndef test_META_H -#define test_META_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -extern corto_package test_o; -TEST_EXPORT extern corto_class test_Animal_o; -TEST_EXPORT extern corto_member test_Animal_a_o; -TEST_EXPORT extern corto_class test_AnonymousTest_o; -TEST_EXPORT extern corto_member test_AnonymousTest_objects_o; -TEST_EXPORT extern test_Suite test_Args_o; -TEST_EXPORT extern test_Case test_Args_tc_matchAddNoProject_o; -TEST_EXPORT extern test_Case test_Args_tc_matchAll_o; -TEST_EXPORT extern test_Case test_Args_tc_matchCreate_o; -TEST_EXPORT extern test_Case test_Args_tc_matchCreateApp_o; -TEST_EXPORT extern test_Case test_Args_tc_matchCreateMultiple_o; -TEST_EXPORT extern test_Case test_Args_tc_matchCreatePackage_o; -TEST_EXPORT extern test_Case test_Args_tc_matchCreatePackageAndApp_o; -TEST_EXPORT extern test_Case test_Args_tc_matchCreatePackageAndAppEscaped_o; -TEST_EXPORT extern test_Case test_Args_tc_matchCreatePackageOptions_o; -TEST_EXPORT extern test_Case test_Args_tc_matchDuplicate_o; -TEST_EXPORT extern test_Case test_Args_tc_matchDuplicateArg_o; -TEST_EXPORT extern test_Case test_Args_tc_matchErr_o; -TEST_EXPORT extern test_Case test_Args_tc_matchFixed_o; -TEST_EXPORT extern test_Case test_Args_tc_matchMultiple_o; -TEST_EXPORT extern test_Case test_Args_tc_matchMultipleArg_o; -TEST_EXPORT extern test_Case test_Args_tc_matchNone_o; -TEST_EXPORT extern test_Case test_Args_tc_matchOptional_o; -TEST_EXPORT extern test_Case test_Args_tc_matchOptionalOneArg_o; -TEST_EXPORT extern test_Case test_Args_tc_matchOptionalWithOtherArgs_o; -TEST_EXPORT extern test_Case test_Args_tc_matchPattern_o; -TEST_EXPORT extern test_Case test_Args_tc_matchPublish_o; -TEST_EXPORT extern test_Case test_Args_tc_matchPublishNoProject_o; -TEST_EXPORT extern test_Case test_Args_tc_matchShell_o; -TEST_EXPORT extern test_Case test_Args_tc_matchSingle_o; -TEST_EXPORT extern test_Case test_Args_tc_matchSingleArg_o; -TEST_EXPORT extern corto_class test_Bar_o; -TEST_EXPORT extern corto_member test_Bar___dummy_o; -TEST_EXPORT extern corto_method test_Bar_init_o; -TEST_EXPORT extern corto_class test_Cat_o; -TEST_EXPORT extern corto_member test_Cat_b_o; -TEST_EXPORT extern corto_enum test_Color_o; -TEST_EXPORT extern corto_constant ___ (*test_Color_Blue_o); -TEST_EXPORT extern corto_constant ___ (*test_Color_Green_o); -TEST_EXPORT extern corto_constant ___ (*test_Color_Orange_o); -TEST_EXPORT extern corto_constant ___ (*test_Color_Red_o); -TEST_EXPORT extern corto_constant ___ (*test_Color_Yellow_o); -TEST_EXPORT extern corto_struct test_CompositeCollection_o; -TEST_EXPORT extern corto_member test_CompositeCollection_points_o; -TEST_EXPORT extern corto_int8 ___ (*test_constructCalled_o); -TEST_EXPORT extern corto_struct test_DeclaredParent_o; -TEST_EXPORT extern corto_member test_DeclaredParent_Foo_o; -TEST_EXPORT extern corto_struct test_DefinedParent_o; -TEST_EXPORT extern corto_member test_DefinedParent_Foo_o; -TEST_EXPORT extern corto_int8 ___ (*test_destructCalled_o); -TEST_EXPORT extern corto_class test_Dog_o; -TEST_EXPORT extern corto_member test_Dog_b_o; -TEST_EXPORT extern test_Suite test_Env_o; -TEST_EXPORT extern test_Case test_Env_tc_envparseFormatAndReplace_o; -TEST_EXPORT extern test_Case test_Env_tc_envparseReplaceMultiple_o; -TEST_EXPORT extern test_Case test_Env_tc_envparseReplaceWithSameVariable_o; -TEST_EXPORT extern test_Case test_Env_tc_envparseSimpleFormat_o; -TEST_EXPORT extern test_Case test_Env_tc_envparseSimpleReplace_o; -TEST_EXPORT extern test_Case test_Env_tc_envparseVariableNotFound_o; -TEST_EXPORT extern test_Case test_Env_tc_setenvFormatAndReplace_o; -TEST_EXPORT extern test_Case test_Env_tc_setenvNull_o; -TEST_EXPORT extern test_Case test_Env_tc_setenvReplaceMultiple_o; -TEST_EXPORT extern test_Case test_Env_tc_setenvReplaceWithSameVariable_o; -TEST_EXPORT extern test_Case test_Env_tc_setenvSimple_o; -TEST_EXPORT extern test_Case test_Env_tc_setenvSimpleFormat_o; -TEST_EXPORT extern test_Case test_Env_tc_setenvSimpleReplace_o; -TEST_EXPORT extern test_Case test_Env_tc_setenvVariableNotFound_o; -TEST_EXPORT extern test_Suite test_Event_o; -TEST_EXPORT extern corto_member test_Event_et_o; -TEST_EXPORT extern corto_member test_Event_prevAttr_o; -TEST_EXPORT extern corto_method test_Event_setup_o; -TEST_EXPORT extern test_Case test_Event_tc_onDeclare_o; -TEST_EXPORT extern test_Case test_Event_tc_onDeclareScope_o; -TEST_EXPORT extern test_Case test_Event_tc_onDeclareSelf_o; -TEST_EXPORT extern test_Case test_Event_tc_onDeclareTree_o; -TEST_EXPORT extern test_Case test_Event_tc_onDefine_o; -TEST_EXPORT extern test_Case test_Event_tc_onDefineScope_o; -TEST_EXPORT extern test_Case test_Event_tc_onDefineSelf_o; -TEST_EXPORT extern test_Case test_Event_tc_onDefineTree_o; -TEST_EXPORT extern test_Case test_Event_tc_onDelete_o; -TEST_EXPORT extern test_Case test_Event_tc_onDeleteScope_o; -TEST_EXPORT extern test_Case test_Event_tc_onDeleteSelf_o; -TEST_EXPORT extern test_Case test_Event_tc_onDeleteTree_o; -TEST_EXPORT extern test_Case test_Event_tc_onUpdate_o; -TEST_EXPORT extern test_Case test_Event_tc_onUpdateScope_o; -TEST_EXPORT extern test_Case test_Event_tc_onUpdateSelf_o; -TEST_EXPORT extern test_Case test_Event_tc_onUpdateTree_o; -TEST_EXPORT extern test_Case test_Event_tc_updateUndefined_o; -TEST_EXPORT extern test_Case test_Event_tc_updateVoidErr_o; -TEST_EXPORT extern corto_method test_Event_teardown_o; -TEST_EXPORT extern corto_class test_EventTest_o; -TEST_EXPORT extern corto_method test_EventTest_construct_o; -TEST_EXPORT extern corto_member test_EventTest_countDeclare_o; -TEST_EXPORT extern corto_member test_EventTest_countDeclareScope_o; -TEST_EXPORT extern corto_member test_EventTest_countDeclareSelf_o; -TEST_EXPORT extern corto_member test_EventTest_countDeclareTree_o; -TEST_EXPORT extern corto_member test_EventTest_countDefine_o; -TEST_EXPORT extern corto_member test_EventTest_countDefineScope_o; -TEST_EXPORT extern corto_member test_EventTest_countDefineSelf_o; -TEST_EXPORT extern corto_member test_EventTest_countDefineTree_o; -TEST_EXPORT extern corto_member test_EventTest_countDelete_o; -TEST_EXPORT extern corto_member test_EventTest_countDeleteScope_o; -TEST_EXPORT extern corto_member test_EventTest_countDeleteSelf_o; -TEST_EXPORT extern corto_member test_EventTest_countDeleteTree_o; -TEST_EXPORT extern corto_member test_EventTest_countUpdate_o; -TEST_EXPORT extern corto_member test_EventTest_countUpdateScope_o; -TEST_EXPORT extern corto_member test_EventTest_countUpdateSelf_o; -TEST_EXPORT extern corto_member test_EventTest_countUpdateTree_o; -TEST_EXPORT extern corto_member test_EventTest_lastObservable_o; -TEST_EXPORT extern corto_member test_EventTest_lastThis_o; -TEST_EXPORT extern corto_observer test_EventTest_onDeclare_o; -TEST_EXPORT extern corto_observer test_EventTest_onDeclareScope_o; -TEST_EXPORT extern corto_observer test_EventTest_onDeclareSelf_o; -TEST_EXPORT extern corto_observer test_EventTest_onDeclareTree_o; -TEST_EXPORT extern corto_observer test_EventTest_onDefine_o; -TEST_EXPORT extern corto_observer test_EventTest_onDefineScope_o; -TEST_EXPORT extern corto_observer test_EventTest_onDefineSelf_o; -TEST_EXPORT extern corto_observer test_EventTest_onDefineTree_o; -TEST_EXPORT extern corto_observer test_EventTest_onDelete_o; -TEST_EXPORT extern corto_observer test_EventTest_onDeleteScope_o; -TEST_EXPORT extern corto_observer test_EventTest_onDeleteSelf_o; -TEST_EXPORT extern corto_observer test_EventTest_onDeleteTree_o; -TEST_EXPORT extern corto_observer test_EventTest_onUpdate_o; -TEST_EXPORT extern corto_observer test_EventTest_onUpdateScope_o; -TEST_EXPORT extern corto_observer test_EventTest_onUpdateSelf_o; -TEST_EXPORT extern corto_observer test_EventTest_onUpdateTree_o; -TEST_EXPORT extern corto_member test_EventTest_scope_o; -TEST_EXPORT extern corto_class test_Foo_o; -TEST_EXPORT extern corto_method test_Foo_construct_o; -TEST_EXPORT extern corto_method test_Foo_destruct_o; -TEST_EXPORT extern corto_member test_Foo_fail_o; -TEST_EXPORT extern corto_method test_Foo_init_o; -TEST_EXPORT extern corto_member test_Foo_x_o; -TEST_EXPORT extern corto_member test_Foo_y_o; -TEST_EXPORT extern test_Suite test_Fullname_o; -TEST_EXPORT extern test_Case test_Fullname_tc_null_o; -TEST_EXPORT extern test_Case test_Fullname_tc_nullBuffer_o; -TEST_EXPORT extern test_Case test_Fullname_tc_onelevel_o; -TEST_EXPORT extern test_Case test_Fullname_tc_root_o; -TEST_EXPORT extern test_Case test_Fullname_tc_twolevels_o; -TEST_EXPORT extern corto_function test_functionToResolve_o; -TEST_EXPORT extern corto_class test_GoldenRetriever_o; -TEST_EXPORT extern corto_member test_GoldenRetriever_c_o; -TEST_EXPORT extern corto_int8 ___ (*test_initCalled_o); -TEST_EXPORT extern corto_struct test_Line_o; -TEST_EXPORT extern corto_member test_Line_start_o; -TEST_EXPORT extern corto_member test_Line_stop_o; -TEST_EXPORT extern test_Suite test_MethodResolver_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_inheritOverload_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_inheritOverloadBaseClass_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_inheritOverloadBaseInt_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_inheritOverloadBaseString_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_inheritOverloadBaseTwoArgs_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_inheritOverloadClass_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_inheritOverloadNoArgs_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_inheritSimple_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_inheritSimpleNoArgs_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_inheritVirtualOverload_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_inheritVirtualOverloadNoArgs_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_nonexisting_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_onearg_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_oneargErr_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_oneargErrType_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_oneargNoArgs_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_overloadAmbiguous_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_overloadClass_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_overloadInt_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_overloadString_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_overloadTwoArgs_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_redeclare_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_simple_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_simpleErr_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_simpleErrType_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_simpleNoArgs_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_twoargs_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_twoargsNoArgs_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_twoargsSpaces_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_virtualOverload_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_virtualOverloadArg_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_virtualOverloadNoArgs_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_virtualSimple_o; -TEST_EXPORT extern test_Case test_MethodResolver_tc_virtualSimpleNoArgs_o; -TEST_EXPORT extern corto_class test_MethodTester_o; -TEST_EXPORT extern corto_member test_MethodTester___dummy_o; -TEST_EXPORT extern corto_method test_MethodTester_onearg_o; -TEST_EXPORT extern corto_method test_MethodTester_overload__test_MethodTester_o; -TEST_EXPORT extern corto_method test_MethodTester_overload_int32_o; -TEST_EXPORT extern corto_method test_MethodTester_overload_int32_int32_o; -TEST_EXPORT extern corto_method test_MethodTester_overload_string_o; -TEST_EXPORT extern corto_method test_MethodTester_simple_o; -TEST_EXPORT extern corto_method test_MethodTester_twoargs_o; -TEST_EXPORT extern corto_virtual test_MethodTester_virtualOverload__o; -TEST_EXPORT extern corto_method test_MethodTester_virtualOverload_int32_o; -TEST_EXPORT extern corto_virtual test_MethodTester_virtualSimple_o; -TEST_EXPORT extern corto_class test_MethodTesterInherit_o; -TEST_EXPORT extern corto_method test_MethodTesterInherit_overload__test_MethodTesterInherit_o; -TEST_EXPORT extern corto_method test_MethodTesterInherit_overload_string_string_o; -TEST_EXPORT extern corto_method test_MethodTesterInherit_simple_o; -TEST_EXPORT extern corto_method test_MethodTesterInherit_virtualOverload_o; -TEST_EXPORT extern test_Suite test_ObjectMgmt_o; -TEST_EXPORT extern corto_member test_ObjectMgmt_prevAttr_o; -TEST_EXPORT extern corto_method test_ObjectMgmt_setup_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createChildFoo_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createChildFooAttr0_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createChildInitFail_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createChildInt_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createChildIntAttr0_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createChildInvalidType_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createChildNested_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createChildNullType_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createChildParentStateErr_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createChildParentTypeErr_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createChildVoid_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createChildVoidAttr0_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createFoo_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createFooAttr0_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createInitFail_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createInt_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createIntAttr0_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createInvalidType_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createNullType_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createVoid_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_createVoidAttr0_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareChildFoo_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareChildFooAttr0_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareChildInitFail_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareChildInt_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareChildIntAttr0_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareChildInvalidType_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareChildNullType_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareChildParentStateErr_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareChildParentTypeErr_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareChildVoid_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareChildVoidAttr0_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareExistingWithParentState_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareFoo_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareFooAttr0_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareInitFail_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareInt_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareIntAttr0_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareInvalidType_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareNullType_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareVoid_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_declareVoidAttr0_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_defineFoo_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_defineFooAttr0_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_defineFooFail_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_defineInt_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_defineIntAttr0_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_defineVoid_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_defineVoidAttr0_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_drop_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_invalidate_o; -TEST_EXPORT extern test_Case test_ObjectMgmt_tc_redeclareWithDifferentType_o; -TEST_EXPORT extern corto_method test_ObjectMgmt_teardown_o; -TEST_EXPORT extern corto_function test_ol_any__test_Color_o; -TEST_EXPORT extern corto_function test_ol_any_bool_o; -TEST_EXPORT extern corto_function test_ol_any_char_o; -TEST_EXPORT extern corto_function test_ol_any_float32_o; -TEST_EXPORT extern corto_function test_ol_any_int32_o; -TEST_EXPORT extern corto_function test_ol_any_object_o; -TEST_EXPORT extern corto_function test_ol_any_string_o; -TEST_EXPORT extern corto_function test_ol_bool_o; -TEST_EXPORT extern corto_function test_ol_inherit__test_Animal_o; -TEST_EXPORT extern corto_function test_ol_inherit__test_Dog_o; -TEST_EXPORT extern corto_function test_ol_int_o; -TEST_EXPORT extern corto_function test_ol_null_bool_o; -TEST_EXPORT extern corto_function test_ol_null_object_o; -TEST_EXPORT extern corto_function test_ol_null_string_o; -TEST_EXPORT extern corto_function test_ol_num_float64_o; -TEST_EXPORT extern corto_function test_ol_num_int32_o; -TEST_EXPORT extern corto_function test_ol_object_o; -TEST_EXPORT extern corto_function test_ol_string_o; -TEST_EXPORT extern corto_function test_ol_uint_o; -TEST_EXPORT extern corto_function test_ol_wildcard_float32_string_o; -TEST_EXPORT extern corto_function test_ol_wildcard_int32_string_o; -TEST_EXPORT extern test_Suite test_Overload_o; -TEST_EXPORT extern test_Case test_Overload_tc_ambiguous_o; -TEST_EXPORT extern test_Case test_Overload_tc_ambiguousNull_o; -TEST_EXPORT extern test_Case test_Overload_tc_ambiguousWildcard_o; -TEST_EXPORT extern test_Case test_Overload_tc_anyChar_o; -TEST_EXPORT extern test_Case test_Overload_tc_anyColor_o; -TEST_EXPORT extern test_Case test_Overload_tc_anyFloat32_o; -TEST_EXPORT extern test_Case test_Overload_tc_anyFloat64_o; -TEST_EXPORT extern test_Case test_Overload_tc_anyInt16_o; -TEST_EXPORT extern test_Case test_Overload_tc_anyInt32_o; -TEST_EXPORT extern test_Case test_Overload_tc_anyInt64_o; -TEST_EXPORT extern test_Case test_Overload_tc_anyInt8_o; -TEST_EXPORT extern test_Case test_Overload_tc_anyOctet_o; -TEST_EXPORT extern test_Case test_Overload_tc_anyString_o; -TEST_EXPORT extern test_Case test_Overload_tc_anyUint16_o; -TEST_EXPORT extern test_Case test_Overload_tc_anyUint32_o; -TEST_EXPORT extern test_Case test_Overload_tc_anyUint64_o; -TEST_EXPORT extern test_Case test_Overload_tc_anyUint8_o; -TEST_EXPORT extern test_Case test_Overload_tc_anyWord_o; -TEST_EXPORT extern test_Case test_Overload_tc_inheritanceBase_o; -TEST_EXPORT extern test_Case test_Overload_tc_inheritanceMatchSub_o; -TEST_EXPORT extern test_Case test_Overload_tc_inheritanceSub_o; -TEST_EXPORT extern test_Case test_Overload_tc_inheritSibling_o; -TEST_EXPORT extern test_Case test_Overload_tc_nullBool_o; -TEST_EXPORT extern test_Case test_Overload_tc_nullObject_o; -TEST_EXPORT extern test_Case test_Overload_tc_nullString_o; -TEST_EXPORT extern test_Case test_Overload_tc_numChar_o; -TEST_EXPORT extern test_Case test_Overload_tc_numColor_o; -TEST_EXPORT extern test_Case test_Overload_tc_numFloat32_o; -TEST_EXPORT extern test_Case test_Overload_tc_numFloat64_o; -TEST_EXPORT extern test_Case test_Overload_tc_numInt16_o; -TEST_EXPORT extern test_Case test_Overload_tc_numInt32_o; -TEST_EXPORT extern test_Case test_Overload_tc_numInt64_o; -TEST_EXPORT extern test_Case test_Overload_tc_numInt8_o; -TEST_EXPORT extern test_Case test_Overload_tc_numOctet_o; -TEST_EXPORT extern test_Case test_Overload_tc_numString_o; -TEST_EXPORT extern test_Case test_Overload_tc_numUint16_o; -TEST_EXPORT extern test_Case test_Overload_tc_numUint32_o; -TEST_EXPORT extern test_Case test_Overload_tc_numUint64_o; -TEST_EXPORT extern test_Case test_Overload_tc_numUint8_o; -TEST_EXPORT extern test_Case test_Overload_tc_numWord_o; -TEST_EXPORT extern test_Case test_Overload_tc_wildcard_o; -TEST_EXPORT extern corto_struct test_Point_o; -TEST_EXPORT extern corto_member test_Point_x_o; -TEST_EXPORT extern corto_member test_Point_y_o; -TEST_EXPORT extern corto_struct test_Point3D_o; -TEST_EXPORT extern corto_member test_Point3D_z_o; -TEST_EXPORT extern corto_struct test_PrimitiveCollection_o; -TEST_EXPORT extern corto_member test_PrimitiveCollection_ints_o; -TEST_EXPORT extern test_Suite test_Project_o; -TEST_EXPORT extern corto_method test_Project_setup_o; -TEST_EXPORT extern test_Case test_Project_tc_app_o; -TEST_EXPORT extern test_Case test_Project_tc_appNoTest_o; -TEST_EXPORT extern test_Case test_Project_tc_package_o; -TEST_EXPORT extern test_Case test_Project_tc_packageLocal_o; -TEST_EXPORT extern test_Case test_Project_tc_publishNotag_o; -TEST_EXPORT extern corto_method test_Project_teardown_o; -TEST_EXPORT extern test_Suite test_RelativeName_o; -TEST_EXPORT extern corto_member test_RelativeName_child_o; -TEST_EXPORT extern corto_member test_RelativeName_disjunct_o; -TEST_EXPORT extern corto_member test_RelativeName_obj_o; -TEST_EXPORT extern corto_method test_RelativeName_setup_o; -TEST_EXPORT extern test_Case test_RelativeName_tc_fromChild_o; -TEST_EXPORT extern test_Case test_RelativeName_tc_fromDisjunct_o; -TEST_EXPORT extern test_Case test_RelativeName_tc_fromGrandchild_o; -TEST_EXPORT extern test_Case test_RelativeName_tc_fromOneUp_o; -TEST_EXPORT extern test_Case test_RelativeName_tc_fromParent_o; -TEST_EXPORT extern test_Case test_RelativeName_tc_fromRoot_o; -TEST_EXPORT extern test_Case test_RelativeName_tc_fromSelf_o; -TEST_EXPORT extern test_Case test_RelativeName_tc_fromThreeUp_o; -TEST_EXPORT extern test_Case test_RelativeName_tc_fromTwoUp_o; -TEST_EXPORT extern test_Case test_RelativeName_tc_rootFromObj_o; -TEST_EXPORT extern corto_method test_RelativeName_teardown_o; -TEST_EXPORT extern corto_member test_RelativeName_tier1_o; -TEST_EXPORT extern corto_member test_RelativeName_tier2_o; -TEST_EXPORT extern corto_member test_RelativeName_tier3_o; -TEST_EXPORT extern test_Suite test_Resolver_o; -TEST_EXPORT extern corto_method test_Resolver_setup_o; -TEST_EXPORT extern test_Case test_Resolver_tc_caseInsensitive_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveAll_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveAnonymous_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveCorto_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveEmptyString_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveFunctionArgs_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveFunctionNoArgs_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveIo_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveLang_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveNull_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveParenthesesNoFunction_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveParenthesesNoFunctionArgs_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveParenthesesNoFunctionArgsScoped_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgs_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveParenthesesNoFunctionMatchingArgsScoped_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveParenthesesNoFunctionScoped_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveRoot_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveString_o; -TEST_EXPORT extern test_Case test_Resolver_tc_resolveThis_o; -TEST_EXPORT extern corto_method test_Resolver_teardown_o; -TEST_EXPORT extern test_Suite test_Select_o; -TEST_EXPORT extern corto_function test_Select_collect_o; -TEST_EXPORT extern corto_function test_Select_hasObject_o; -TEST_EXPORT extern corto_method test_Select_setup_o; -TEST_EXPORT extern test_Case test_Select_tc_selectDeleteCurrent_o; -TEST_EXPORT extern test_Case test_Select_tc_selectDeleteFirst_o; -TEST_EXPORT extern test_Case test_Select_tc_selectDeleteNext_o; -TEST_EXPORT extern test_Case test_Select_tc_selectDeleteParent_o; -TEST_EXPORT extern test_Case test_Select_tc_selectDeletePrevious_o; -TEST_EXPORT extern test_Case test_Select_tc_selectErrParentAst_o; -TEST_EXPORT extern test_Case test_Select_tc_selectErrParentId_o; -TEST_EXPORT extern test_Case test_Select_tc_selectErrParentTree_o; -TEST_EXPORT extern test_Case test_Select_tc_selectErrParentWc_o; -TEST_EXPORT extern test_Case test_Select_tc_selectErrScopeScope_o; -TEST_EXPORT extern test_Case test_Select_tc_selectFilterAsterisk_o; -TEST_EXPORT extern test_Case test_Select_tc_selectFilterWildcard_o; -TEST_EXPORT extern test_Case test_Select_tc_selectIdentifier_o; -TEST_EXPORT extern test_Case test_Select_tc_selectIdentifierCaps_o; -TEST_EXPORT extern test_Case test_Select_tc_selectNumeric_o; -TEST_EXPORT extern test_Case test_Select_tc_selectOrder_o; -TEST_EXPORT extern test_Case test_Select_tc_selectParent_o; -TEST_EXPORT extern test_Case test_Select_tc_selectScope_o; -TEST_EXPORT extern test_Case test_Select_tc_selectScopedIdentifier_o; -TEST_EXPORT extern test_Case test_Select_tc_selectScopedParent_o; -TEST_EXPORT extern test_Case test_Select_tc_selectScopedThis_o; -TEST_EXPORT extern test_Case test_Select_tc_selectScopeWithAsterisk_o; -TEST_EXPORT extern test_Case test_Select_tc_selectScopeWithAsteriskFilter_o; -TEST_EXPORT extern test_Case test_Select_tc_selectScopeWithWildcard_o; -TEST_EXPORT extern test_Case test_Select_tc_selectScopeWithWildcardFilter_o; -TEST_EXPORT extern test_Case test_Select_tc_selectThis_o; -TEST_EXPORT extern test_Case test_Select_tc_selectTree_o; -TEST_EXPORT extern test_Case test_Select_tc_selectTreeDeleteCurrent_o; -TEST_EXPORT extern test_Case test_Select_tc_selectTreeDeleteFirst_o; -TEST_EXPORT extern test_Case test_Select_tc_selectTreeDeleteGrandparent_o; -TEST_EXPORT extern test_Case test_Select_tc_selectTreeDeleteNext_o; -TEST_EXPORT extern test_Case test_Select_tc_selectTreeDeleteParent_o; -TEST_EXPORT extern test_Case test_Select_tc_selectTreeDeletePrevious_o; -TEST_EXPORT extern test_Case test_Select_tc_selectTreeWithAsterisk_o; -TEST_EXPORT extern test_Case test_Select_tc_selectTreeWithAsteriskFilter_o; -TEST_EXPORT extern test_Case test_Select_tc_selectTreeWithWildcard_o; -TEST_EXPORT extern test_Case test_Select_tc_selectTreeWithWildcardFilter_o; -TEST_EXPORT extern test_Case test_Select_tc_selectUnderscore_o; -TEST_EXPORT extern corto_method test_Select_teardown_o; -TEST_EXPORT extern corto_struct test_selectItem_o; -TEST_EXPORT extern corto_member test_selectItem_name_o; -TEST_EXPORT extern corto_member test_selectItem_parent_o; -TEST_EXPORT extern corto_member test_selectItem_type_o; -TEST_EXPORT extern test_Suite test_StringDeserializer_o; -TEST_EXPORT extern corto_method test_StringDeserializer_setup_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserAnonymousMultiple_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserAnonymousNested_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserAnonymousReuse_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserAnonymousReuseNested_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserAnonymousSimple_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserBoolFalse_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserBoolInvalid_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserBoolTrue_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserChar_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserCharEscape_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserCharEscapeQuoted_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserCharNull_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserCharNullQuoted_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserCharQuoted_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserCollection_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserCollectionComplex_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserComposite_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserCompositeMembers_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserCompositeMixed_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserCompositeNested_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserCompositeNestedMembers_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserCompositeNestedMixed_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserCompositeNoType_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserCompositeWhitespace_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserExisting_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserExisting_w_scopedType_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserExisting_w_type_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserInheritance_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserInheritanceMembers_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserInheritanceMixed_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserInt16_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserInt16Minus_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserInt16Overflow_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserInt32_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserInt32Minus_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserInt32Overflow_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserInt64_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserInt64Minus_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserInt8_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserInt8Minus_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserInt8Overflow_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserString_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserStringEscape_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserStringQuotes_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserStringQuotesWhitespaces_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserStringWhitespace_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserStringWhitespaceTrailing_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserStringWhitespaceTrailingNoType_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserUint16_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserUint16Overflow_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserUint32_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserUint32Overflow_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserUint64_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserUint8_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_deserUint8Overflow_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_errExcessElements_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_errMissingType_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_errNotAType_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_errTypeMismatch_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_errUnresolvedMember_o; -TEST_EXPORT extern test_Case test_StringDeserializer_tc_errUnresolvedType_o; -TEST_EXPORT extern corto_method test_StringDeserializer_teardown_o; -TEST_EXPORT extern corto_struct test_VoidParent_o; -TEST_EXPORT extern corto_member test_VoidParent_Foo_o; - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test__type.h b/packages/corto/lang/test/include/test__type.h deleted file mode 100644 index 867960d8..00000000 --- a/packages/corto/lang/test/include/test__type.h +++ /dev/null @@ -1,327 +0,0 @@ -/* test__type.h - * - * Type definitions for C-language. - * This file contains generated code. Do not modify! - */ - -#ifndef test__type_H -#define test__type_H - -#include "corto.h" -#include "corto/test/test__type.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/* Casting macro's for classes */ -#define test_Animal(o) ((test_Animal)corto_assertType((corto_type)test_Animal_o, o)) -#define test_AnonymousTest(o) ((test_AnonymousTest)corto_assertType((corto_type)test_AnonymousTest_o, o)) -#define test_Args(o) ((test_Args)corto_assertType((corto_type)test_Args_o, o)) -#define test_Bar(o) ((test_Bar)corto_assertType((corto_type)test_Bar_o, o)) -#define test_Cat(o) ((test_Cat)corto_assertType((corto_type)test_Cat_o, o)) -#define test_Color(o) ((test_Color *)corto_assertType((corto_type)test_Color_o, o)) -#define test_CompositeCollection(o) ((test_CompositeCollection *)corto_assertType((corto_type)test_CompositeCollection_o, o)) -#define test_DeclaredParent(o) ((test_DeclaredParent *)corto_assertType((corto_type)test_DeclaredParent_o, o)) -#define test_DefinedParent(o) ((test_DefinedParent *)corto_assertType((corto_type)test_DefinedParent_o, o)) -#define test_Dog(o) ((test_Dog)corto_assertType((corto_type)test_Dog_o, o)) -#define test_Env(o) ((test_Env)corto_assertType((corto_type)test_Env_o, o)) -#define test_Event(o) ((test_Event)corto_assertType((corto_type)test_Event_o, o)) -#define test_EventTest(o) ((test_EventTest)corto_assertType((corto_type)test_EventTest_o, o)) -#define test_Foo(o) ((test_Foo)corto_assertType((corto_type)test_Foo_o, o)) -#define test_Fullname(o) ((test_Fullname)corto_assertType((corto_type)test_Fullname_o, o)) -#define test_GoldenRetriever(o) ((test_GoldenRetriever)corto_assertType((corto_type)test_GoldenRetriever_o, o)) -#define test_Line(o) ((test_Line *)corto_assertType((corto_type)test_Line_o, o)) -#define test_MethodResolver(o) ((test_MethodResolver)corto_assertType((corto_type)test_MethodResolver_o, o)) -#define test_MethodTester(o) ((test_MethodTester)corto_assertType((corto_type)test_MethodTester_o, o)) -#define test_MethodTesterInherit(o) ((test_MethodTesterInherit)corto_assertType((corto_type)test_MethodTesterInherit_o, o)) -#define test_ObjectMgmt(o) ((test_ObjectMgmt)corto_assertType((corto_type)test_ObjectMgmt_o, o)) -#define test_Overload(o) ((test_Overload)corto_assertType((corto_type)test_Overload_o, o)) -#define test_Point(o) ((test_Point *)corto_assertType((corto_type)test_Point_o, o)) -#define test_Point3D(o) ((test_Point3D *)corto_assertType((corto_type)test_Point3D_o, o)) -#define test_PrimitiveCollection(o) ((test_PrimitiveCollection *)corto_assertType((corto_type)test_PrimitiveCollection_o, o)) -#define test_Project(o) ((test_Project)corto_assertType((corto_type)test_Project_o, o)) -#define test_RelativeName(o) ((test_RelativeName)corto_assertType((corto_type)test_RelativeName_o, o)) -#define test_Resolver(o) ((test_Resolver)corto_assertType((corto_type)test_Resolver_o, o)) -#define test_Select(o) ((test_Select)corto_assertType((corto_type)test_Select_o, o)) -#define test_selectItem(o) ((test_selectItem *)corto_assertType((corto_type)test_selectItem_o, o)) -#define test_StringDeserializer(o) ((test_StringDeserializer)corto_assertType((corto_type)test_StringDeserializer_o, o)) -#define test_VoidParent(o) ((test_VoidParent *)corto_assertType((corto_type)test_VoidParent_o, o)) - -/* Type definitions */ -/* /test/Animal */ -CORTO_CLASS(test_Animal); - -CORTO_CLASS_DEF(test_Animal) { - corto_bool a; -}; - -CORTO_LIST(corto_objectList); - -/* /test/AnonymousTest */ -CORTO_CLASS(test_AnonymousTest); - -CORTO_CLASS_DEF(test_AnonymousTest) { - corto_objectList objects; -}; - -/* /test/Args */ -CORTO_CLASS(test_Args); - -CORTO_CLASS_DEF(test_Args) { - CORTO_EXTEND(test_SuiteData); -}; - -/* /test/Bar */ -CORTO_CLASS(test_Bar); - -CORTO_CLASS_DEF(test_Bar) { - corto_int8 __dummy; -}; - -/* /test/Cat */ -CORTO_CLASS(test_Cat); - -CORTO_CLASS_DEF(test_Cat) { - CORTO_EXTEND(test_Animal); - corto_bool b; -}; - -/* /test/Color */ -typedef enum test_Color { - Test_Red = 0, - Test_Orange = 1, - Test_Yellow = 2, - Test_Green = 3, - Test_Blue = 4 -} test_Color; - -/* /test/Point */ -typedef struct test_Point test_Point; - -struct test_Point { - corto_int32 x; - corto_int32 y; -}; - -CORTO_LIST(test_PointList); - -/* /test/CompositeCollection */ -typedef struct test_CompositeCollection test_CompositeCollection; - -struct test_CompositeCollection { - test_PointList points; -}; - -/* /test/DeclaredParent */ -typedef struct test_DeclaredParent test_DeclaredParent; - -struct test_DeclaredParent { - corto_int32 Foo; -}; - -/* /test/DefinedParent */ -typedef struct test_DefinedParent test_DefinedParent; - -struct test_DefinedParent { - corto_int32 Foo; -}; - -/* /test/Dog */ -CORTO_CLASS(test_Dog); - -CORTO_CLASS_DEF(test_Dog) { - CORTO_EXTEND(test_Animal); - corto_bool b; -}; - -/* /test/Env */ -CORTO_CLASS(test_Env); - -CORTO_CLASS_DEF(test_Env) { - CORTO_EXTEND(test_SuiteData); -}; - -/* /test/EventTest */ -CORTO_CLASS(test_EventTest); - -CORTO_CLASS_DEF(test_EventTest) { - corto_object scope; - corto_object lastThis; - corto_object lastObservable; - corto_uint32 countDeclare; - corto_uint32 countDeclareSelf; - corto_uint32 countDeclareScope; - corto_uint32 countDeclareTree; - corto_uint32 countDefine; - corto_uint32 countDefineSelf; - corto_uint32 countDefineScope; - corto_uint32 countDefineTree; - corto_uint32 countUpdate; - corto_uint32 countUpdateSelf; - corto_uint32 countUpdateScope; - corto_uint32 countUpdateTree; - corto_uint32 countDelete; - corto_uint32 countDeleteSelf; - corto_uint32 countDeleteScope; - corto_uint32 countDeleteTree; -}; - -/* /test/Event */ -CORTO_CLASS(test_Event); - -CORTO_CLASS_DEF(test_Event) { - CORTO_EXTEND(test_SuiteData); - test_EventTest et; - corto_attr prevAttr; -}; - -/* /test/Foo */ -CORTO_CLASS(test_Foo); - -CORTO_CLASS_DEF(test_Foo) { - corto_bool fail; - corto_int32 x; - corto_int32 y; -}; - -/* /test/Fullname */ -CORTO_CLASS(test_Fullname); - -CORTO_CLASS_DEF(test_Fullname) { - CORTO_EXTEND(test_SuiteData); -}; - -/* /test/GoldenRetriever */ -CORTO_CLASS(test_GoldenRetriever); - -CORTO_CLASS_DEF(test_GoldenRetriever) { - CORTO_EXTEND(test_Dog); - corto_bool c; -}; - -/* /test/Line */ -typedef struct test_Line test_Line; - -struct test_Line { - test_Point start; - test_Point stop; -}; - -/* /test/MethodResolver */ -CORTO_CLASS(test_MethodResolver); - -CORTO_CLASS_DEF(test_MethodResolver) { - CORTO_EXTEND(test_SuiteData); -}; - -/* /test/MethodTester */ -CORTO_CLASS(test_MethodTester); - -CORTO_CLASS_DEF(test_MethodTester) { - corto_int8 __dummy; -}; - -/* /test/MethodTesterInherit */ -CORTO_CLASS(test_MethodTesterInherit); - -CORTO_CLASS_DEF(test_MethodTesterInherit) { - CORTO_EXTEND(test_MethodTester); -}; - -/* /test/ObjectMgmt */ -CORTO_CLASS(test_ObjectMgmt); - -CORTO_CLASS_DEF(test_ObjectMgmt) { - CORTO_EXTEND(test_SuiteData); - corto_attr prevAttr; -}; - -/* /test/Overload */ -CORTO_CLASS(test_Overload); - -CORTO_CLASS_DEF(test_Overload) { - CORTO_EXTEND(test_SuiteData); -}; - -/* /test/Point3D */ -typedef struct test_Point3D test_Point3D; - -struct test_Point3D { - test_Point _parent; - corto_int32 z; -}; - -CORTO_LIST(corto_int32List); - -/* /test/PrimitiveCollection */ -typedef struct test_PrimitiveCollection test_PrimitiveCollection; - -struct test_PrimitiveCollection { - corto_int32List ints; -}; - -/* /test/Project */ -CORTO_CLASS(test_Project); - -CORTO_CLASS_DEF(test_Project) { - CORTO_EXTEND(test_SuiteData); -}; - -/* /test/RelativeName */ -CORTO_CLASS(test_RelativeName); - -CORTO_CLASS_DEF(test_RelativeName) { - CORTO_EXTEND(test_SuiteData); - corto_object tier1; - corto_object tier2; - corto_object tier3; - corto_object obj; - corto_object disjunct; - corto_object child; -}; - -/* /test/Resolver */ -CORTO_CLASS(test_Resolver); - -CORTO_CLASS_DEF(test_Resolver) { - CORTO_EXTEND(test_SuiteData); -}; - -/* /test/Select */ -CORTO_CLASS(test_Select); - -CORTO_CLASS_DEF(test_Select) { - CORTO_EXTEND(test_SuiteData); -}; - -/* /test/selectItem */ -typedef struct test_selectItem test_selectItem; - -struct test_selectItem { - corto_string parent; - corto_string name; - corto_string type; -}; - -CORTO_LIST(test_selectItemList); - -/* /test/StringDeserializer */ -CORTO_CLASS(test_StringDeserializer); - -CORTO_CLASS_DEF(test_StringDeserializer) { - CORTO_EXTEND(test_SuiteData); -}; - -/* /test/VoidParent */ -typedef struct test_VoidParent test_VoidParent; - -struct test_VoidParent { - corto_int32 Foo; -}; - -#ifdef __cplusplus -} -#endif -#endif - diff --git a/packages/corto/lang/test/include/test_selectItem.h b/packages/corto/lang/test/include/test_selectItem.h deleted file mode 100644 index ecff3c5c..00000000 --- a/packages/corto/lang/test/include/test_selectItem.h +++ /dev/null @@ -1,20 +0,0 @@ -/* test_selectItem.h - * - * This file contains generated code. Do not modify! - */ - -#ifndef TEST_SELECTITEM_H -#define TEST_SELECTITEM_H - -#include "corto.h" -#include "test__interface.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif -#endif -