Home
last modified time | relevance | path

Searched refs:it_array (Results 1 – 5 of 5) sorted by relevance

/dports/math/polymake/polymake-4.5/lib/core/include/internal/
H A DCombArray.h195 auto&& it_vec = this->hidden().it_array[i]; in insert()
233 typename helper_t::it_container it_array;
244 : it_array(other.it_array) in CombArray()
255 : it_array(n) in CombArray()
258 this->init_begin(it_array, src); in CombArray()
263 : it_array(n) in CombArray()
266 this->init_end(it_array, src); in CombArray()
271 : it_array(n) in CombArray()
278 Int dim() const { return it_array.size(); } in dim()
285 it_array=other.it_array; in copy()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_tags_private.h23 Eina_Array *it_array; member
H A Defl_ui_tags.c845 sd->it_array = eina_array_new(4); in _efl_ui_tags_efl_object_constructor()
866 eina_array_free(sd->it_array); in _efl_ui_tags_efl_object_destructor()
966 eina_array_clean(sd->it_array); in _efl_ui_tags_items_get()
970 eina_array_push(sd->it_array, elm_object_part_text_get(layout, "efl.btn.text")); in _efl_ui_tags_items_get()
972 return sd->it_array; in _efl_ui_tags_items_get()
/dports/devel/pecl-APCu/apcu-5.1.21/tests/
H A Diterator_006.phpt28 $it_array = array();
31 $it_array[$idx] = new APCuIterator(NULL, $format);
38 foreach ($it_array as $idx => $it) {
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/bluez5/
H A Dbluez5-dbus.c4180 struct spa_json it, it_array; in spa_bt_profiles_from_json_array() local
4186 if (spa_json_enter_array(&it, &it_array) <= 0) in spa_bt_profiles_from_json_array()
4189 while (spa_json_get_string(&it_array, role_name, sizeof(role_name)) > 0) { in spa_bt_profiles_from_json_array()
4213 struct spa_json it, it_array; in parse_codec_array() local
4233 if (spa_json_enter_array(&it, &it_array) <= 0) { in parse_codec_array()
4240 while (spa_json_get_string(&it_array, codec_name, sizeof(codec_name)) > 0) { in parse_codec_array()