Searched refs:IsTreeList (Results 1 – 2 of 2) sorted by relevance
48 return IsTreeList() ? static_cast<CXFA_TreeList*>(this) : nullptr; in AsTreeList()56 return IsTreeList() ? static_cast<const CXFA_TreeList*>(this) : nullptr; in AsTreeList()
53 bool IsTreeList() const { return m_objectType == XFA_ObjectType::TreeList; } in IsTreeList() function