Home
last modified time | relevance | path

Searched refs:GetIntRef (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h277 …T* GetOrAddByKey(ImGuiID key) { int* p_idx = Map.GetIntRef(key, -1); if (*p_idx … in GetOrAddByKey()
Dimgui.h1636 IMGUI_API int* GetIntRef(ImGuiID key, int default_val = 0);
Dimgui.cpp1934 int* ImGuiStorage::GetIntRef(ImGuiID key, int default_val) in GetIntRef() function in ImGuiStorage
1944 return (bool*)GetIntRef(key, default_val ? 1 : 0); in GetBoolRef()