Searched refs:wl_map_lookup (Results 1 – 6 of 6) sorted by relevance
/third_party/wayland_standard/tests/ |
D | map-test.c | 46 assert(wl_map_lookup(&map, i) == &a); in TEST() 47 assert(wl_map_lookup(&map, j) == &b); in TEST() 48 assert(wl_map_lookup(&map, k) == &c); in TEST() 54 assert(wl_map_lookup(&map, i) == &a); in TEST() 69 assert(wl_map_lookup(&map, WL_SERVER_ID_START) == &a); in TEST() 70 assert(wl_map_lookup(&map, WL_SERVER_ID_START + 1) == &c); in TEST() 88 assert(wl_map_lookup(&map, i) == &a); in TEST() 89 assert(wl_map_lookup(&map, j) == &b); in TEST() 90 assert(wl_map_lookup(&map, k) == &c); in TEST() 93 assert(wl_map_lookup(&map, j) == NULL); in TEST() [all …]
|
/third_party/wayland_standard/src/ |
D | wayland-private.h | 99 wl_map_lookup(struct wl_map *map, uint32_t i);
|
D | wayland-client.c | 936 proxy = wl_map_lookup(&display->objects, id); in display_handle_delete_id() 1371 proxy = wl_map_lookup(&display->objects, id); in queue_event() 1373 struct wl_zombie *zombie = wl_map_lookup(&display->objects, id); in queue_event()
|
D | wayland-util.c | 316 wl_map_lookup(struct wl_map *map, uint32_t i) in wl_map_lookup() function
|
D | wayland-server.c | 375 resource = wl_map_lookup(&client->objects, p[0]); in wl_client_connection_data() 646 return wl_map_lookup(&client->objects, id); in wl_client_get_object()
|
D | connection.c | 903 object = wl_map_lookup(objects, id); in wl_closure_lookup_objects()
|