Lines Matching full:dispatch_key
39 dispatch_key key = get_dispatch_key(object);
46 dispatch_key key = get_dispatch_key(object);
60 void destroy_dispatch_table(device_table_map &map, dispatch_key key) {
73 void destroy_dispatch_table(instance_table_map &map, dispatch_key key) {
86 void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); }
88 void destroy_instance_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableInstanceMap, key); }
91 dispatch_key key = get_dispatch_key(object);
107 dispatch_key key = get_dispatch_key(object);
148 dispatch_key key = get_dispatch_key(instance);
175 dispatch_key key = get_dispatch_key(device);