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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1636 IMGUI_API int* GetIntRef(ImGuiID key, int default_val = 0);
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(); }
H A Dimgui.cpp527 - 2015/01/19 (1.30) - renamed ImGuiStorage::GetIntPtr()/GetFloatPtr() to GetIntRef()/GetIntRef() because Ptr was conflicting with actual pointer storage functions.
1934 int* ImGuiStorage::GetIntRef(ImGuiID key, int default_val) function in class:ImGuiStorage
1944 return (bool*)GetIntRef(key, default_val ? 1 : 0);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1636 IMGUI_API int* GetIntRef(ImGuiID key, int default_val = 0);
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(); }
H A Dimgui.cpp527 - 2015/01/19 (1.30) - renamed ImGuiStorage::GetIntPtr()/GetFloatPtr() to GetIntRef()/GetIntRef() because Ptr was conflicting with actual pointer storage functions.
1934 int* ImGuiStorage::GetIntRef(ImGuiID key, int default_val) function in class:ImGuiStorage
1944 return (bool*)GetIntRef(key, default_val ? 1 : 0);

Completed in 77 milliseconds