Searched refs:GetByKey (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h274 T* GetByKey(ImGuiID key) { int idx = Map.GetInt(key, -1); return (idx != -1) ? &Data[idx] : NULL; } function in struct:ImPool
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h274 T* GetByKey(ImGuiID key) { int idx = Map.GetInt(key, -1); return (idx != -1) ? &Data[idx] : NULL; } function in struct:ImPool

Completed in 15 milliseconds