Searched refs:test_iterable (Results 1 – 7 of 7) sorted by relevance
108 test_iterable (const Iterable &lst = Null (Iterable)) in test_iterable() function141 test_iterable (v); in main()144 test_iterable (st); in main()151 test_iterable (sa); in main()153 test_iterable<hb_array_t<int>> (); in main()154 test_iterable<hb_sorted_array_t<const int>> (); in main()155 test_iterable<hb_vector_t<float>> (); in main()156 test_iterable<hb_set_t> (); in main()157 test_iterable<OT::Coverage> (); in main()
120 def test_iterable(value): function155 'iterable': test_iterable,
155 def test_iterable(value): function195 "iterable": test_iterable,
192 def test_iterable(value: t.Any) -> bool: function235 "iterable": test_iterable,
1516 def test_iterable(self): member in ReadFileTestCase
3367 def test_iterable(self): member in CollectionsAbcTests