| 61 | void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); } |
| 62 | |
| 63 | void destroy_instance_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableInstanceMap, key); } |
| 64 | |
| 65 | VkuDeviceDispatchTable *get_dispatch_table(device_table_map &map, void *object) { |
| 66 | dispatch_key key = get_dispatch_key(object); |
no test coverage detected