c_src: update with new intern methods
[nit.git] / c_src / hash_collection.sep.0.h
index f0ef59a..56a05d2 100644 (file)
@@ -17,13 +17,15 @@ extern const int COLOR_array__NativeArray___91d_93d;
 extern const int COLOR_hash_collection__HashNode___key;
 extern const int COLOR_kernel__Object___61d_61d;
 extern const int COLOR_hash_collection__HashNode___next_in_bucklet;
-extern const int COLOR_hash_collection__HashCollection_FT1;
+extern const int COLOR_nullable_hash_collection__HashCollection_FT1;
 val* hash_collection__HashCollection__node_at_idx(val* self, long p0, val* p1);
+extern const int COLOR_hash_collection__HashCollection_FT1;
 extern const int COLOR_hash_collection__HashCollection___last_item;
 extern const int COLOR_hash_collection__HashNode___next_item;
 extern const int COLOR_hash_collection__HashNode___prev_item;
 extern const int COLOR_array__NativeArray___91d_93d_61d;
 extern const int COLOR_hash_collection__HashNode___prev_in_bucklet;
+extern const int COLOR_nullable_hash_collection__HashCollection_FT0;
 extern const int COLOR_hash_collection__HashCollection___length;
 extern const int COLOR_hash_collection__HashCollection__enlarge;
 void hash_collection__HashCollection__store(val* self, long p0, val* p1);
@@ -33,7 +35,7 @@ extern const int COLOR_array__ArrayCapable__calloc_array;
 void hash_collection__HashCollection__enlarge(val* self, long p0);
 void hash_collection__HashCollection__init(val* self);
 val* hash_collection__HashNode__next_item(val* self);
-extern const int COLOR_hash_collection__HashNode_VTN;
+extern const int COLOR_nullable_hash_collection__HashNode_VTN;
 void hash_collection__HashNode__next_item_61d(val* self, val* p0);
 val* hash_collection__HashNode__prev_item(val* self);
 void hash_collection__HashNode__prev_item_61d(val* self, val* p0);
@@ -41,6 +43,7 @@ extern const int COLOR_hash_collection__HashNode_FT0;
 void hash_collection__HashNode__init(val* self, val* p0);
 extern const int COLOR_abstract_collection__MapRead_FT0;
 extern const int COLOR_hash_collection__HashCollection__node_at;
+extern const int COLOR_abstract_collection__MapRead__provide_default_value;
 extern const int COLOR_hash_collection__HashMapNode___value;
 val* hash_collection__HashMap___91d_93d(val* self, val* p0);
 val* NEW_hash_collection__HashMapIterator(const struct type* type);