Searched refs:GetByKey (Results 1 – 3 of 3) sorted by relevance
274 …T* GetByKey(ImGuiID key) { int idx = Map.GetInt(key, -1); return (idx != -1… in GetByKey() function
622 …T* GetByKey(ImGuiID key) { int idx = Map.GetInt(key, -1); return (idx != -1… in GetByKey() function
300 return g.Tables.GetByKey(id); in TableFindByID()