Lines Matching refs:_tmp32_

758 					gpointer _tmp32_;  in collection_tests_test_iterator_returns_all_elements_once()  local
779 _tmp32_ = gee_iterator_get (_tmp31_); in collection_tests_test_iterator_returns_all_elements_once()
780 element = (gchar*) _tmp32_; in collection_tests_test_iterator_returns_all_elements_once()
1015 gboolean _tmp32_; in collection_tests_test_mutable_iterator() local
1028 _tmp32_ = _tmp31_; in collection_tests_test_mutable_iterator()
1029 _vala_assert (_tmp32_, "iterator.valid"); in collection_tests_test_mutable_iterator()
1237 GeeCollection* _tmp32_; in collection_tests_test_contains_size_and_is_empty() local
1345 _tmp32_ = self->test_collection; in collection_tests_test_contains_size_and_is_empty()
1346 _vala_assert (gee_collection_remove (_tmp32_, "one"), "test_collection.remove (\"one\")"); in collection_tests_test_contains_size_and_is_empty()
1844 const gchar* _tmp32_; in collection_tests_test_add_remove() local
1857 _tmp32_ = a; in collection_tests_test_add_remove()
1858 _vala_assert (gee_collection_remove (_tmp31_, _tmp32_), "test_collection.remove (a)"); in collection_tests_test_add_remove()
2004 GeeCollection* _tmp32_; in collection_tests_test_add_all() local
2085 _tmp32_ = self->test_collection; in collection_tests_test_add_all()
2086 …_vala_assert (gee_collection_contains (_tmp32_, "hello2"), "test_collection.contains (\"hello2\")"… in collection_tests_test_add_all()
2319 GeeCollection* _tmp32_; in collection_tests_test_retain_all() local
2412 _tmp32_ = self->test_collection; in collection_tests_test_retain_all()
2413 gee_collection_clear (_tmp32_); in collection_tests_test_retain_all()
2992 GeeIterator* _tmp32_; in collection_tests_test_foreach() local
3113 _tmp32_ = gee_iterable_iterator ((GeeIterable*) _tmp31_); in collection_tests_test_foreach()
3115 iter = _tmp32_; in collection_tests_test_foreach()
3699 gchar** _tmp32_; in collection_tests_test_fold() local
3789 _tmp32_ = data; in collection_tests_test_fold()
4317 GeeIterator* _tmp32_; in collection_tests_test_map() local
4465 _tmp32_ = gee_iterable_iterator ((GeeIterable*) _tmp31_); in collection_tests_test_map()
4467 _data4_->test_iterator = _tmp32_; in collection_tests_test_map()
5145 GeeIterator* _tmp32_; in collection_tests_test_chop() local
5209 _tmp32_ = iter2; in collection_tests_test_chop()
5210 _vala_assert (gee_iterator_next (_tmp32_), "iter2.next ()"); in collection_tests_test_chop()