Searched refs:GetOrAddByKey (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h277 T* GetOrAddByKey(ImGuiID key) { int* p_idx = Map.GetIntRef(key, -1); if (*p_idx != -1) return &Data[*p_idx]; *p_idx = FreeIdx; return Add(); } function in struct:ImPool
H A Dimgui_widgets.cpp5871 ImGuiTabBar* tab_bar = g.TabBars.GetOrAddByKey(id);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h277 T* GetOrAddByKey(ImGuiID key) { int* p_idx = Map.GetIntRef(key, -1); if (*p_idx != -1) return &Data[*p_idx]; *p_idx = FreeIdx; return Add(); } function in struct:ImPool
H A Dimgui_widgets.cpp5871 ImGuiTabBar* tab_bar = g.TabBars.GetOrAddByKey(id);

Completed in 36 milliseconds