| 420 | } |
| 421 | |
| 422 | void ImplImGuiRenderer::zero_ref_callback(ImplHandle const * handle) |
| 423 | { |
| 424 | auto const * self = r_cast<ImplImGuiRenderer const *>(handle); |
| 425 | delete self; |
| 426 | } |
| 427 | |
| 428 | auto ImGuiRenderer::inc_refcnt(ImplHandle const * object) -> u64 |
| 429 | { |
nothing calls this directly
no outgoing calls
no test coverage detected