Searched refs:IM_DELETE (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1526 // Helper: IM_NEW(), IM_PLACEMENT_NEW(), IM_DELETE() macros to call MemAlloc + Placement New, Placement Delete + MemFree
1534 template<typename T> void IM_DELETE(T* p) { if (p) { p->~T(); ImGui::MemFree(p); } } function in typeref:typename:void
H A Dimgui.cpp399 - 2018/04/09 (1.61) - IM_DELETE() helper function added in 1.60 doesn't clear the input _pointer_ reference, more consistent with expectation and allows passing r-value.
2561 IM_DELETE(Name);
3037 IM_DELETE(ctx);
3568 IM_DELETE(g.IO.Fonts);
3587 IM_DELETE(g.Windows[i]);
3611 IM_DELETE(g.SettingsWindows[i].Name);
H A Dimgui_draw.cpp1493 IM_DELETE(Fonts[i]);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1526 // Helper: IM_NEW(), IM_PLACEMENT_NEW(), IM_DELETE() macros to call MemAlloc + Placement New, Placement Delete + MemFree
1534 template<typename T> void IM_DELETE(T* p) { if (p) { p->~T(); ImGui::MemFree(p); } } function in typeref:typename:void
H A Dimgui.cpp399 - 2018/04/09 (1.61) - IM_DELETE() helper function added in 1.60 doesn't clear the input _pointer_ reference, more consistent with expectation and allows passing r-value.
2561 IM_DELETE(Name);
3037 IM_DELETE(ctx);
3568 IM_DELETE(g.IO.Fonts);
3587 IM_DELETE(g.Windows[i]);
3611 IM_DELETE(g.SettingsWindows[i].Name);
H A Dimgui_draw.cpp1493 IM_DELETE(Fonts[i]);

Completed in 67 milliseconds