Home
last modified time | relevance | path

Searched refs:IsExpanded (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashView.h220 BOOL IsExpanded(TICKETINFO *);
H A DLeashView.cpp1013 BOOL CLeashView::IsExpanded(TICKETINFO *info) in IsExpanded() function in CLeashView
1249 if (IsExpanded(principal)) { in OnUpdateDisplay()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4699 const bool expanded = IsExpanded(); in CalculateRowIndexes()
4716 bool IsExpanded() const { return m_is_expanded; } in IsExpanded() function in TreeItem
4771 if (IsExpanded()) { in Draw()
4813 if (IsExpanded()) { in GetItemForRowIndex()
4975 if (!m_selected_item->IsExpanded()) in WindowDelegateHandleChar()
4982 if (m_selected_item->IsExpanded()) in WindowDelegateHandleChar()
4996 if (m_selected_item->IsExpanded()) in WindowDelegateHandleChar()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp893 bool IsExpanded = true; in finishConstruction() local
896 IsExpanded = false; in finishConstruction()
912 else if (IsExpanded && FixedNumExpansions) in finishConstruction()