Lines Matching refs:dispatch_key
32 dispatch_key key = get_dispatch_key(object);
39 dispatch_key key = get_dispatch_key(object);
53 void destroy_dispatch_table(device_table_map &map, dispatch_key key) {
66 void destroy_dispatch_table(instance_table_map &map, dispatch_key key) {
79 void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); }
81 void destroy_instance_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableInstanceMap, key); }
84 dispatch_key key = get_dispatch_key(object);
99 dispatch_key key = get_dispatch_key(object);
140 dispatch_key key = get_dispatch_key(instance);
167 dispatch_key key = get_dispatch_key(device);