Home
last modified time | relevance | path

Searched refs:SequenceType (Results 1 – 25 of 874) sorted by relevance

12345678910>>...35

/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/type/
H A Dqcommonsequencetypes_p.h91 static const SequenceType::Ptr ExactlyOneItem;
96 static const SequenceType::Ptr ZeroOrMoreItems;
101 static const SequenceType::Ptr ZeroOrOneItem;
106 static const SequenceType::Ptr OneOrMoreItems;
171 static const SequenceType::Ptr ExactlyOneFloat;
206 static const SequenceType::Ptr ZeroOrOneQName;
228 static const SequenceType::Ptr ZeroOrOneNode;
233 static const SequenceType::Ptr ExactlyOneNode;
294 static const SequenceType::Ptr EBV;
369 static const SequenceType::Ptr ZeroOrOneDate;
[all …]
H A Dqsequencetype_p.h82 class SequenceType : public virtual QSharedData
85 inline SequenceType() in SequenceType() function
92 typedef QExplicitlySharedDataPointer<const SequenceType> Ptr;
97 typedef QList<SequenceType::Ptr> List;
99 virtual ~SequenceType();
124 bool matches(const SequenceType::Ptr other) const;
126 bool is(const SequenceType::Ptr &other) const;
128 Q_DISABLE_COPY(SequenceType)
132 Q_DECLARE_TYPEINFO(QPatternist::SequenceType::Ptr, Q_MOVABLE_TYPE);
H A Dqsequencetype.cpp48 SequenceType::~SequenceType() in ~SequenceType()
52 bool SequenceType::matches(const SequenceType::Ptr other) const in matches()
60 bool SequenceType::is(const SequenceType::Ptr &other) const in is()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/type/
H A Dqcommonsequencetypes_p.h87 static const SequenceType::Ptr ExactlyOneItem;
92 static const SequenceType::Ptr ZeroOrMoreItems;
97 static const SequenceType::Ptr ZeroOrOneItem;
102 static const SequenceType::Ptr OneOrMoreItems;
167 static const SequenceType::Ptr ExactlyOneFloat;
202 static const SequenceType::Ptr ZeroOrOneQName;
224 static const SequenceType::Ptr ZeroOrOneNode;
229 static const SequenceType::Ptr ExactlyOneNode;
290 static const SequenceType::Ptr EBV;
365 static const SequenceType::Ptr ZeroOrOneDate;
[all …]
H A Dqsequencetype_p.h78 class Q_AUTOTEST_EXPORT SequenceType : public virtual QSharedData
81 inline SequenceType() in SequenceType() function
88 typedef QExplicitlySharedDataPointer<const SequenceType> Ptr;
93 typedef QList<SequenceType::Ptr> List;
95 virtual ~SequenceType();
120 bool matches(const SequenceType::Ptr other) const;
122 bool is(const SequenceType::Ptr &other) const;
124 Q_DISABLE_COPY(SequenceType)
128 Q_DECLARE_TYPEINFO(QPatternist::SequenceType::Ptr, Q_MOVABLE_TYPE);
H A Dqsequencetype.cpp46 SequenceType::~SequenceType() in ~SequenceType()
50 bool SequenceType::matches(const SequenceType::Ptr other) const in matches()
58 bool SequenceType::is(const SequenceType::Ptr &other) const in is()
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/gui/instrument_editor/
H A Dinstrument_editor_util.hpp35 const std::unordered_map<VisualizedInstrumentMacroEditor::SequenceType, SequenceType> SEQ_TYPE_MAP …
36 { VisualizedInstrumentMacroEditor::SequenceType::NoType, SequenceType::NO_SEQUENCE_TYPE },
37 { VisualizedInstrumentMacroEditor::SequenceType::FixedSequence, SequenceType::FIXED_SEQUENCE },
38 …{ VisualizedInstrumentMacroEditor::SequenceType::AbsoluteSequence, SequenceType::ABSOLUTE_SEQUENCE…
39 …{ VisualizedInstrumentMacroEditor::SequenceType::RelativeSequence, SequenceType::RELATIVE_SEQUENCE…
42 inline SequenceType convertSequenceTypeForData(VisualizedInstrumentMacroEditor::SequenceType type) in convertSequenceTypeForData()
47 inline VisualizedInstrumentMacroEditor::SequenceType convertSequenceTypeForUI(SequenceType type) in convertSequenceTypeForUI()
/dports/lang/v8/v8-9.6.180.12/include/
H A Dv8-fast-api-calls.h259 enum class SequenceType : uint8_t { enum
276 Type type, SequenceType sequence_type = SequenceType::kScalar,
311 SequenceType sequence_type_;
586 static constexpr CTypeInfo::SequenceType SequenceType() { \
635 static constexpr CTypeInfo::SequenceType SequenceType() { \
657 static constexpr CTypeInfo::SequenceType SequenceType() {
658 return CTypeInfo::SequenceType::kIsSequence;
667 static constexpr CTypeInfo::SequenceType SequenceType() {
679 static constexpr CTypeInfo::SequenceType SequenceType() {
680 return CTypeInfo::SequenceType::kScalar;
[all …]
/dports/math/brial/BRiAl-1.2.10/libbrial/include/polybori/iterators/
H A DCTermGenerator.h45 template <class SequenceType>
46 result_type operator()(const SequenceType& seq) const{ in operator()
50 typename SequenceType::const_iterator in operator()
67 template <class SequenceType>
68 result_type operator()(const SequenceType& seq) const{ in operator()
80 template <class SequenceType>
81 result_type operator()(const SequenceType& seq) const{ in operator()
111 template <class SequenceType>
112 result_type operator()(const SequenceType& seq) const { in operator()
124 typename SequenceType::stack_reverse_iterator in operator()
/dports/math/py-brial/BRiAl-1.2.10/libbrial/include/polybori/iterators/
H A DCTermGenerator.h45 template <class SequenceType>
46 result_type operator()(const SequenceType& seq) const{ in operator()
50 typename SequenceType::const_iterator in operator()
67 template <class SequenceType>
68 result_type operator()(const SequenceType& seq) const{ in operator()
80 template <class SequenceType>
81 result_type operator()(const SequenceType& seq) const{ in operator()
111 template <class SequenceType>
112 result_type operator()(const SequenceType& seq) const { in operator()
124 typename SequenceType::stack_reverse_iterator in operator()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/functions/
H A Dqsequencefns_p.h95 const SequenceType::Ptr &reqType);
114 const SequenceType::Ptr &reqType);
205 const SequenceType::Ptr &reqType);
213 virtual SequenceType::Ptr staticType() const;
245 virtual SequenceType::Ptr staticType() const;
272 virtual SequenceType::Ptr staticType() const;
287 const SequenceType::Ptr &reqType);
300 virtual SequenceType::Ptr staticType() const;
318 const SequenceType::Ptr &reqType);
333 virtual SequenceType::Ptr staticType() const;
H A Dqsequencefns.cpp68 const SequenceType::Ptr &reqType) in typeCheck()
82 const SequenceType::Ptr &reqType) in typeCheck()
127 SequenceType::Ptr DistinctValuesFN::staticType() const in staticType()
129 const SequenceType::Ptr t(m_operands.first()->staticType()); in staticType()
153 SequenceType::Ptr InsertBeforeFN::staticType() const in staticType()
155 const SequenceType::Ptr t1(m_operands.first()->staticType()); in staticType()
156 const SequenceType::Ptr t2(m_operands.last()->staticType()); in staticType()
182 SequenceType::Ptr RemoveFN::staticType() const in staticType()
211 SequenceType::Ptr ReverseFN::staticType() const in staticType()
275 SequenceType::Ptr SubsequenceFN::staticType() const in staticType()
[all …]
H A Dqaggregatefns_p.h94 const SequenceType::Ptr &reqType);
112 const SequenceType::Ptr &reqType);
128 const SequenceType::Ptr &reqType);
130 virtual SequenceType::Ptr staticType() const;
147 const SequenceType::Ptr &reqType);
148 virtual SequenceType::Ptr staticType() const;
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/functions/
H A Dqsequencefns_p.h91 const SequenceType::Ptr &reqType);
110 const SequenceType::Ptr &reqType);
201 const SequenceType::Ptr &reqType);
209 virtual SequenceType::Ptr staticType() const;
241 virtual SequenceType::Ptr staticType() const;
268 virtual SequenceType::Ptr staticType() const;
283 const SequenceType::Ptr &reqType);
296 virtual SequenceType::Ptr staticType() const;
314 const SequenceType::Ptr &reqType);
329 virtual SequenceType::Ptr staticType() const;
H A Dqsequencefns.cpp66 const SequenceType::Ptr &reqType) in typeCheck()
80 const SequenceType::Ptr &reqType) in typeCheck()
125 SequenceType::Ptr DistinctValuesFN::staticType() const in staticType()
127 const SequenceType::Ptr t(m_operands.first()->staticType()); in staticType()
151 SequenceType::Ptr InsertBeforeFN::staticType() const in staticType()
153 const SequenceType::Ptr t1(m_operands.first()->staticType()); in staticType()
154 const SequenceType::Ptr t2(m_operands.last()->staticType()); in staticType()
180 SequenceType::Ptr RemoveFN::staticType() const in staticType()
209 SequenceType::Ptr ReverseFN::staticType() const in staticType()
273 SequenceType::Ptr SubsequenceFN::staticType() const in staticType()
[all …]
H A Dqaggregatefns_p.h90 const SequenceType::Ptr &reqType);
108 const SequenceType::Ptr &reqType);
124 const SequenceType::Ptr &reqType);
126 virtual SequenceType::Ptr staticType() const;
143 const SequenceType::Ptr &reqType);
144 virtual SequenceType::Ptr staticType() const;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/expr/
H A Dqcastas_p.h96 const SequenceType::Ptr &targetType);
100 virtual SequenceType::List expectedOperandTypes() const;
108 virtual SequenceType::Ptr staticType() const;
115 const SequenceType::Ptr &reqType);
129 inline SequenceType::Ptr targetSequenceType() const in targetSequenceType()
140 const SequenceType::Ptr m_targetType;
H A Dqtreatas_p.h90 const SequenceType::Ptr &reqType);
98 const SequenceType::Ptr &reqType);
104 virtual SequenceType::Ptr staticType() const;
109 virtual SequenceType::List expectedOperandTypes() const;
114 const SequenceType::Ptr m_reqType;
H A Dqinstanceof_p.h77 const SequenceType::Ptr &targetType);
81 virtual SequenceType::List expectedOperandTypes() const;
82 virtual SequenceType::Ptr staticType() const;
90 SequenceType::Ptr targetType() const;
93 const SequenceType::Ptr m_targetType;
H A Dqcastableas.cpp57 const SequenceType::Ptr &tType) : SingleContainer(operand), in CastableAs()
95 const SequenceType::Ptr opType(m_operand->staticType()); in compress()
111 const SequenceType::Ptr &reqType) in typeCheck()
119 const SequenceType::Ptr seqt(m_operand->staticType()); in typeCheck()
140 SequenceType::List CastableAs::expectedOperandTypes() const in expectedOperandTypes()
142 SequenceType::List result; in expectedOperandTypes()
147 SequenceType::Ptr CastableAs::staticType() const in staticType()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/expr/
H A Dqcastas_p.h92 const SequenceType::Ptr &targetType);
96 virtual SequenceType::List expectedOperandTypes() const;
104 virtual SequenceType::Ptr staticType() const;
111 const SequenceType::Ptr &reqType);
125 inline SequenceType::Ptr targetSequenceType() const in targetSequenceType()
136 const SequenceType::Ptr m_targetType;
H A Dqtreatas_p.h86 const SequenceType::Ptr &reqType);
94 const SequenceType::Ptr &reqType);
100 virtual SequenceType::Ptr staticType() const;
105 virtual SequenceType::List expectedOperandTypes() const;
110 const SequenceType::Ptr m_reqType;
H A Dqinstanceof_p.h73 const SequenceType::Ptr &targetType);
77 virtual SequenceType::List expectedOperandTypes() const;
78 virtual SequenceType::Ptr staticType() const;
86 SequenceType::Ptr targetType() const;
89 const SequenceType::Ptr m_targetType;
H A Dqcastableas.cpp55 const SequenceType::Ptr &tType) : SingleContainer(operand), in CastableAs()
93 const SequenceType::Ptr opType(m_operand->staticType()); in compress()
109 const SequenceType::Ptr &reqType) in typeCheck()
117 const SequenceType::Ptr seqt(m_operand->staticType()); in typeCheck()
138 SequenceType::List CastableAs::expectedOperandTypes() const in expectedOperandTypes()
140 SequenceType::List result; in expectedOperandTypes()
145 SequenceType::Ptr CastableAs::staticType() const in staticType()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/xmlpatternssdk/
H A DDebugExpressionFactory.cpp80 const QPatternist::SequenceType::Ptr &reqType) in buildASTTree()
91 const QPatternist::SequenceType::Ptr type(expr->staticType()); in buildASTTree()
107 const QPatternist::SequenceType::List reqTypes(expr->expectedOperandTypes()); in buildASTTree()
108 const QPatternist::SequenceType::List::const_iterator typeEnd(reqTypes.constEnd()); in buildASTTree()
109 QPatternist::SequenceType::List::const_iterator typeIt(reqTypes.constBegin()); in buildASTTree()
110 QPatternist::SequenceType::Ptr t; in buildASTTree()
131 const QPatternist::SequenceType::Ptr &requiredType, in createExpression()
182 newChild->appendChild(buildASTTree(expr, newChild, QPatternist::SequenceType::Ptr())); in processTreePass()
221 …newChild->appendChild(buildASTTree(pattern->matchPattern(), newChild, QPatternist::SequenceType::P… in processTemplateRule()
222 newChild->appendChild(buildASTTree(body, newChild, QPatternist::SequenceType::Ptr())); in processTemplateRule()
[all …]

12345678910>>...35