Home
last modified time | relevance | path

Searched refs:wl_iterator_func_t (Results 1 – 2 of 2) sorted by relevance

/external/wayland/src/
Dwayland-private.h76 typedef enum wl_iterator_result (*wl_iterator_func_t)(void *element, typedef
105 wl_map_for_each(struct wl_map *map, wl_iterator_func_t func, void *data);
Dwayland-util.c362 for_each_helper(struct wl_array *entries, wl_iterator_func_t func, void *data) in for_each_helper()
381 wl_map_for_each(struct wl_map *map, wl_iterator_func_t func, void *data) in wl_map_for_each()