Home
last modified time | relevance | path

Searched refs:QCharTreeLevel (Results 1 – 9 of 9) sorted by relevance

/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/QCodeEdit/qnfa/
H A Dqnfa.h89 typedef QHash<quint16, QCharTreeNode> QCharTreeLevel; typedef
102 QCharTreeLevel next;
107 typedef QCharTreeLevel QCharTree;
262 void squeeze(QCharTreeLevel& lvl);
H A Dxml2qnfa.cpp144 void copy(const QCharTreeLevel& src, QCharTreeLevel& dest) in copy()
146 QCharTreeLevel::const_iterator it = src.constBegin(); in copy()
H A Dqnfa.cpp1061 void squeeze(QCharTreeLevel& lvl) in squeeze()
1065 QCharTreeLevel::iterator it = lvl.begin(); in squeeze()
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/QCodeEdit/qnfa/
H A Dqnfa.h89 typedef QHash<quint16, QCharTreeNode> QCharTreeLevel; typedef
102 QCharTreeLevel next;
107 typedef QCharTreeLevel QCharTree;
262 void squeeze(QCharTreeLevel& lvl);
H A Dxml2qnfa.cpp144 void copy(const QCharTreeLevel& src, QCharTreeLevel& dest) in copy()
146 QCharTreeLevel::const_iterator it = src.constBegin(); in copy()
H A Dqnfa.cpp1061 void squeeze(QCharTreeLevel& lvl) in squeeze()
1065 QCharTreeLevel::iterator it = lvl.begin(); in squeeze()
/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/qnfa/
H A Dqnfa.h91 typedef QHash<quint16, QCharTreeNode> QCharTreeLevel; typedef
105 QCharTreeLevel next;
110 typedef QCharTreeLevel QCharTree;
267 void squeeze(QCharTreeLevel& lvl);
H A Dxml2qnfa.cpp199 void copy(const QCharTreeLevel& src, QCharTreeLevel& dest) in copy()
201 QCharTreeLevel::const_iterator it = src.constBegin(); in copy()
H A Dqnfa.cpp1079 void squeeze(QCharTreeLevel& lvl) in squeeze()
1083 QCharTreeLevel::iterator it = lvl.begin(); in squeeze()