| 1831 | } |
| 1832 | |
| 1833 | auto ImplPipelineManager::zero_ref_callback(ImplHandle const * handle) |
| 1834 | { |
| 1835 | auto const * self = r_cast<ImplPipelineManager const *>(handle); |
| 1836 | delete self; |
| 1837 | } |
| 1838 | |
| 1839 | auto PipelineManager::inc_refcnt(ImplHandle const * object) -> u64 |
| 1840 | { |
nothing calls this directly
no outgoing calls
no test coverage detected