Merge: private DFAState
[nit.git] / c_src / list.sep.0.h
1 #include "nit.common.h"
2 extern const int COLOR_list__List__get_node;
3 extern const int COLOR_abstract_collection__Container__item;
4 val* list__List___91d_93d(val* self, long p0);
5 extern const int COLOR_abstract_collection__Sequence_FT0;
6 extern const int COLOR_abstract_collection__Container__item_61d;
7 void list__List___91d_93d_61d(val* self, long p0, val* p1);
8 extern const int COLOR_list__List___head;
9 val* list__List__first(val* self);
10 void list__List__first_61d(val* self, val* p0);
11 extern const int COLOR_list__List___tail;
12 val* list__List__last(val* self);
13 void list__List__last_61d(val* self, val* p0);
14 short int list__List__is_empty(val* self);
15 extern const int COLOR_list__ListNode__next;
16 long list__List__length(val* self);
17 extern const int COLOR_abstract_collection__Collection_FT0;
18 extern const int COLOR_list__List__search_node_after;
19 short int list__List__has(val* self, val* p0);
20 extern const int COLOR_kernel__Object___33d_61d;
21 short int list__List__has_only(val* self, val* p0);
22 long list__List__count(val* self, val* p0);
23 extern const struct type type_kernel__Int;
24 extern const int COLOR_abstract_collection__Collection__length;
25 val* NEW_list__List(const struct type* type);
26 extern const int COLOR_list__Listlist__List_FT0;
27 extern const int COLOR_list__List__init;
28 extern const int COLOR_abstract_collection__SequenceRead___91d_93d;
29 extern const int COLOR_abstract_collection__SimpleCollection__add;
30 val* list__List__slice(val* self, long p0, long p1);
31 val* NEW_list__ListNode(const struct type* type);
32 extern const int COLOR_list__ListNodelist__List_FT0;
33 extern const int COLOR_list__ListNode__init;
34 extern const int COLOR_list__ListNode__next_61d;
35 extern const int COLOR_list__ListNode__prev_61d;
36 void list__List__push(val* self, val* p0);
37 void list__List__unshift(val* self, val* p0);
38 extern const int COLOR_abstract_collection__RemovableCollection__clear;
39 void list__List__link(val* self, val* p0);
40 extern const int COLOR_list__ListNode__prev;
41 val* list__List__pop(val* self);
42 val* list__List__shift(val* self);
43 extern const int COLOR_abstract_collection__RemovableCollection_FT0;
44 extern const int COLOR_list__List__remove_node;
45 void list__List__remove(val* self, val* p0);
46 void list__List__remove_at(val* self, long p0);
47 void list__List__clear(val* self);
48 val* NEW_list__ListIterator(const struct type* type);
49 extern const int COLOR_list__ListIteratorlist__List_FT0;
50 extern const int COLOR_list__ListIterator__init;
51 val* list__List__iterator(val* self);
52 void list__List__init(val* self);
53 extern const int COLOR_abstract_collection__Collectionlist__List_FT0;
54 extern const int COLOR_abstract_collection__Sequence__append;
55 void list__List__from(val* self, val* p0);
56 val* list__List__get_node(val* self, long p0);
57 extern const int COLOR_list__List_FT0;
58 extern const int COLOR_nullable_list__ListNodelist__List_FT0;
59 val* list__List__search_node_after(val* self, val* p0, val* p1);
60 void list__List__remove_node(val* self, val* p0);
61 void list__List__insert_before(val* self, val* p0, val* p1);
62 extern const int COLOR_list__ListIterator___node;
63 val* list__ListIterator__item(val* self);
64 extern const int COLOR_list__ListIterator_FT0;
65 void list__ListIterator__item_61d(val* self, val* p0);
66 short int list__ListIterator__is_ok(val* self);
67 extern const int COLOR_list__ListIterator___index;
68 void list__ListIterator__next(val* self);
69 extern const int COLOR_list__Listlist__ListIterator_FT0;
70 extern const int COLOR_list__ListIterator___list;
71 void list__ListIterator__init(val* self, val* p0);
72 long list__ListIterator__index(val* self);
73 void list__ListIterator__delete(val* self);
74 extern const int COLOR_list__List__insert_before;
75 void list__ListIterator__insert_before(val* self, val* p0);
76 extern const int COLOR_list__ListNode_FT0;
77 extern const int COLOR_abstract_collection__Container__init;
78 void list__ListNode__init(val* self, val* p0);
79 extern const int COLOR_list__ListNode___next;
80 val* list__ListNode__next(val* self);
81 extern const int COLOR_nullable_list__ListNodelist__ListNode_FT0;
82 void list__ListNode__next_61d(val* self, val* p0);
83 extern const int COLOR_list__ListNode___prev;
84 val* list__ListNode__prev(val* self);
85 void list__ListNode__prev_61d(val* self, val* p0);