Searched defs:SetBool (Results 1 – 2 of 2) sorted by relevance
1175 struct SetBool { struct1179 impl<'a> Set<'a, bool> for SetBool { argument1180 fn new(val: &'a bool) -> SetBool { in new()
1975 void ImGuiStorage::SetBool(ImGuiID key, bool val) in SetBool() function in ImGuiStorage