Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp159 template <class IsExpanded>
163 …static SubTypeIterator<IsExpanded> begin (const VarType* type) { return SubTypeIterator(type); … in begin()
164 …static SubTypeIterator<IsExpanded> end (const VarType* type) { DE_UNREF(type); return SubTypeI… in end()
166 …bool operator== (const SubTypeIterator<IsExpanded>& other) const { return m_type == other… in operator ==()
167 …bool operator!= (const SubTypeIterator<IsExpanded>& other) const { return m_type != other… in operator !=()
169 SubTypeIterator<IsExpanded>& operator++ (void);
170 …SubTypeIterator<IsExpanded> operator++ (int) { SubTypeIterator<IsExpanded> copy(*this); ++(*th… in operator ++()
196 template <class IsExpanded>
197 std::ostream& operator<< (std::ostream& str, const SubTypeIterator<IsExpanded>& iter) in operator <<()
203 template <class IsExpanded>
[all …]
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp1669 const bool expanded = IsExpanded(); in CalculateRowIndexes()
1686 bool IsExpanded() const { return m_is_expanded; } in IsExpanded() function in TreeItem
1741 if (IsExpanded()) { in Draw()
1783 if (IsExpanded()) { in GetItemForRowIndex()
1951 if (!m_selected_item->IsExpanded()) in WindowDelegateHandleChar()
1958 if (m_selected_item->IsExpanded()) in WindowDelegateHandleChar()
1972 if (m_selected_item->IsExpanded()) in WindowDelegateHandleChar()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp804 bool IsExpanded = true; in finishConstruction() local
807 IsExpanded = false; in finishConstruction()
821 else if (IsExpanded) in finishConstruction()