c_src: Fix uname in Makefile
[nit.git] / c_src / abstract_collection.sep.0.h
1 #include "nit.common.h"
2 #define COLOR_abstract_collection__Collection__length 31
3 short int abstract_collection__Collection__is_empty(val* self);
4 #define COLOR_abstract_collection__Collection__iterator 29
5 #define COLOR_abstract_collection__Iterator__is_ok 31
6 #define COLOR_abstract_collection__Iterator__item 29
7 extern const struct type type_kernel__Int;
8 #define COLOR_abstract_collection__Iterator__next 30
9 long abstract_collection__Collection__length(val* self);
10 #define COLOR_abstract_collection__Collection_FT0 8
11 #define COLOR_kernel__Object___61d_61d 2
12 short int abstract_collection__Collection__has(val* self, val* p0);
13 val* abstract_collection__Collection__first(val* self);
14 #define COLOR_abstract_collection__Collectionabstract_collection__Collection_FT0 9
15 #define COLOR_abstract_collection__Collection__has 32
16 short int abstract_collection__Collection__has_all(val* self, val* p0);
17 val* abstract_collection__Iterator__iterator(val* self);
18 #define COLOR_abstract_collection__Container___item 0
19 val* abstract_collection__Container__first(val* self);
20 short int abstract_collection__Container__is_empty(val* self);
21 long abstract_collection__Container__length(val* self);
22 short int abstract_collection__Container__has(val* self, val* p0);
23 val* NEW_abstract_collection__ContainerIterator(const struct type* type);
24 #define COLOR_abstract_collection__ContainerIteratorabstract_collection__Container_FT0 2
25 void abstract_collection__ContainerIterator__init(val* self, val* p0);
26 val* abstract_collection__Container__iterator(val* self);
27 #define COLOR_abstract_collection__Container_FT0 3
28 void abstract_collection__Container__init(val* self, val* p0);
29 #define COLOR_abstract_collection__ContainerIterator___container 1
30 val* abstract_collection__ContainerIterator__item(val* self);
31 #define COLOR_abstract_collection__ContainerIterator___is_ok 0
32 void abstract_collection__ContainerIterator__next(val* self);
33 #define COLOR_abstract_collection__Containerabstract_collection__ContainerIterator_FT0 1
34 #define COLOR_abstract_collection__RemovableCollection_FT0 5
35 #define COLOR_abstract_collection__Collectionabstract_collection__SimpleCollection_FT0 7
36 #define COLOR_abstract_collection__SimpleCollection__add 51
37 void abstract_collection__SimpleCollection__add_all(val* self, val* p0);
38 extern const struct type type_abstract_collection__Setkernel__Object;
39 #define COLOR_abstract_collection__Collectionabstract_collection__Set_FT0 3
40 short int abstract_collection__Set___61d_61d(val* self, val* p0);
41 long kernel__Int__hash(long self);
42 long abstract_collection__Set__hash(val* self);
43 #define COLOR_abstract_collection__MapRead_FT0 3
44 short int abstract_collection__MapRead__has_key(val* self, val* p0);
45 #define COLOR_abstract_collection__MapRead___91d_93d 29
46 val* abstract_collection__MapRead__get_or_null(val* self, val* p0);
47 #define COLOR_abstract_collection__MapRead__keys 34
48 val* abstract_collection__MapRead__provide_default_value(val* self, val* p0);
49 #define COLOR_abstract_collection__MapKeysIterator___original_iterator 0
50 #define COLOR_abstract_collection__MapIterator__is_ok 32
51 short int abstract_collection__MapKeysIterator__is_ok(val* self);
52 #define COLOR_abstract_collection__MapIterator__next 31
53 void abstract_collection__MapKeysIterator__next(val* self);
54 #define COLOR_abstract_collection__MapIterator__key 30
55 val* abstract_collection__MapKeysIterator__item(val* self);
56 #define COLOR_abstract_collection__MapIteratorabstract_collection__MapKeysIterator_FT0abstract_collection__MapKeysIterator_FT1 1
57 #define COLOR_abstract_collection__MapValuesIterator___original_iterator 0
58 short int abstract_collection__MapValuesIterator__is_ok(val* self);
59 void abstract_collection__MapValuesIterator__next(val* self);
60 #define COLOR_abstract_collection__MapIterator__item 29
61 val* abstract_collection__MapValuesIterator__item(val* self);
62 #define COLOR_abstract_collection__MapIteratorabstract_collection__MapValuesIterator_FT0abstract_collection__MapValuesIterator_FT1 1
63 #define COLOR_abstract_collection__Collection__is_empty 30
64 #define COLOR_abstract_collection__SequenceRead___91d_93d 39
65 val* abstract_collection__SequenceRead__first(val* self);
66 val* abstract_collection__SequenceRead__last(val* self);
67 #define COLOR_abstract_collection__SequenceRead_FT0 10
68 #define COLOR_abstract_collection__SequenceRead__index_of_from 43
69 long abstract_collection__SequenceRead__index_of(val* self, val* p0);
70 #define COLOR_abstract_collection__SequenceRead__last_index_of_from 44
71 long abstract_collection__SequenceRead__last_index_of(val* self, val* p0);
72 #define COLOR_abstract_collection__IndexedIterator__index 34
73 long abstract_collection__SequenceRead__index_of_from(val* self, val* p0, long p1);
74 long abstract_collection__SequenceRead__last_index_of_from(val* self, val* p0, long p1);
75 extern const struct type type_abstract_collection__SequenceReadnullable_kernel__Object;
76 #define COLOR_kernel__Object___33d_61d 3
77 short int abstract_collection__SequenceRead___61d_61d(val* self, val* p0);
78 long abstract_collection__SequenceRead__hash(val* self);
79 val* abstract_collection__SequenceRead__iterator_from(val* self, long p0);
80 #define COLOR_abstract_collection__Sequence_FT0 0
81 #define COLOR_abstract_collection__Sequence___91d_93d_61d 59
82 void abstract_collection__Sequence__first_61d(val* self, val* p0);
83 #define COLOR_abstract_collection__SimpleCollection_FT0 1
84 #define COLOR_abstract_collection__Sequence__push 54
85 void abstract_collection__Sequence__add(val* self, val* p0);
86 #define COLOR_abstract_collection__Collectionabstract_collection__Sequence_FT0 6
87 void abstract_collection__Sequence__append(val* self, val* p0);
88 val* NEW_abstract_collection__CoupleMapIterator(const struct type* type);
89 #define COLOR_abstract_collection__CoupleMapIteratorabstract_collection__CoupleMap_FT0abstract_collection__CoupleMap_FT1 6
90 val* array__ArrayMap__couple_iterator(val* self);
91 void abstract_collection__CoupleMapIterator__init(val* self, val* p0);
92 val* abstract_collection__CoupleMap__iterator(val* self);
93 #define COLOR_abstract_collection__CoupleMapIterator___iter 0
94 #define COLOR_abstract_collection__Couple___second 1
95 val* abstract_collection__CoupleMapIterator__item(val* self);
96 #define COLOR_abstract_collection__Couple___first 0
97 val* abstract_collection__CoupleMapIterator__key(val* self);
98 short int abstract_collection__CoupleMapIterator__is_ok(val* self);
99 void abstract_collection__CoupleMapIterator__next(val* self);
100 #define COLOR_abstract_collection__Iteratorabstract_collection__Coupleabstract_collection__CoupleMapIterator_FT0abstract_collection__CoupleMapIterator_FT1 0
101 #define COLOR_abstract_collection__Couple_FT0 0
102 #define COLOR_abstract_collection__Couple_FT1 1
103 void abstract_collection__Couple__init(val* self, val* p0, val* p1);