Home
last modified time | relevance | path

Searched refs:ConstIterator (Results 5376 – 5400 of 7305) sorted by relevance

1...<<211212213214215216217218219220>>...293

/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqjsonobject.h246 typedef const_iterator ConstIterator; typedef
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/examples/21.Quake3Explorer/
H A Dq3factory.cpp792 list<ISceneNodeAnimator*>::ConstIterator it = camera->getAnimators().begin(); in camCollisionResponse()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqjsonobject.h246 typedef const_iterator ConstIterator; typedef
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/
H A Dfileref.cpp68 ResolverList::ConstIterator it = fileTypeResolvers.begin(); in detectByResolvers()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqjsonobject.h246 typedef const_iterator ConstIterator; typedef
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dutil_ghostscript.cpp315 QMap<int, QString>::ConstIterator it, itEnd = gsVersions.constEnd(); in getGSDefaultExeName()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqjsonobject.h246 typedef const_iterator ConstIterator; typedef
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/views/band/
H A DDenseTest.cpp5415 BT::ConstIterator it{}; in testIterator()
5417 if( it != BT::ConstIterator() ) { in testIterator()
5430 BT::ConstIterator it( begin( band0 ) ); in testIterator()
5517 BT::ConstIterator it ( cbegin( band1 ) ); in testIterator()
5518 BT::ConstIterator end( cend( band1 ) ); in testIterator()
5825 OBT::ConstIterator it{}; in testIterator()
5827 if( it != OBT::ConstIterator() ) { in testIterator()
5840 OBT::ConstIterator it( begin( band0 ) ); in testIterator()
5927 OBT::ConstIterator it ( cbegin( band1 ) ); in testIterator()
5928 OBT::ConstIterator end( cend( band1 ) ); in testIterator()
H A DSparseTest.cpp3898 BT::ConstIterator it{}; in testIterator()
3900 if( it != BT::ConstIterator() ) { in testIterator()
3913 BT::ConstIterator it( begin( band0 ) ); in testIterator()
3964 BT::ConstIterator it ( cbegin( band0 ) ); in testIterator()
3965 BT::ConstIterator end( cend( band0 ) ); in testIterator()
4209 OBT::ConstIterator it{}; in testIterator()
4211 if( it != OBT::ConstIterator() ) { in testIterator()
4224 OBT::ConstIterator it( begin( band0 ) ); in testIterator()
4275 OBT::ConstIterator it ( cbegin( band0 ) ); in testIterator()
4276 OBT::ConstIterator end( cend( band0 ) ); in testIterator()
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/views/column/
H A DDenseGeneralTest.cpp4965 CT::ConstIterator it{}; in testIterator()
4967 if( it != CT::ConstIterator() ) { in testIterator()
4980 CT::ConstIterator it( begin( col2 ) ); in testIterator()
5067 CT::ConstIterator it ( cbegin( col3 ) ); in testIterator()
5068 CT::ConstIterator end( cend( col3 ) ); in testIterator()
5375 OCT::ConstIterator it{}; in testIterator()
5377 if( it != OCT::ConstIterator() ) { in testIterator()
5390 OCT::ConstIterator it( begin( col2 ) ); in testIterator()
5477 OCT::ConstIterator it ( cbegin( col3 ) ); in testIterator()
5478 OCT::ConstIterator end( cend( col3 ) ); in testIterator()
H A DSparseGeneralTest.cpp3432 CT::ConstIterator it{}; in testIterator()
3434 if( it != CT::ConstIterator() ) { in testIterator()
3447 CT::ConstIterator it( begin( col2 ) ); in testIterator()
3498 CT::ConstIterator it ( cbegin( col2 ) ); in testIterator()
3499 CT::ConstIterator end( cend( col2 ) ); in testIterator()
3743 OCT::ConstIterator it{}; in testIterator()
3745 if( it != OCT::ConstIterator() ) { in testIterator()
3758 OCT::ConstIterator it( begin( col2 ) ); in testIterator()
3809 OCT::ConstIterator it ( cbegin( col2 ) ); in testIterator()
3810 OCT::ConstIterator end( cend( col2 ) ); in testIterator()
H A DSparseSymmetricTest.cpp3334 CT::ConstIterator it{}; in testIterator()
3336 if( it != CT::ConstIterator() ) { in testIterator()
3349 CT::ConstIterator it( begin( col2 ) ); in testIterator()
3400 CT::ConstIterator it ( cbegin( col2 ) ); in testIterator()
3401 CT::ConstIterator end( cend( col2 ) ); in testIterator()
3645 OCT::ConstIterator it{}; in testIterator()
3647 if( it != OCT::ConstIterator() ) { in testIterator()
3660 OCT::ConstIterator it( begin( col2 ) ); in testIterator()
3711 OCT::ConstIterator it ( cbegin( col2 ) ); in testIterator()
3712 OCT::ConstIterator end( cend( col2 ) ); in testIterator()
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/views/row/
H A DSparseGeneralTest.cpp3536 RT::ConstIterator it{}; in testIterator()
3538 if( it != RT::ConstIterator() ) { in testIterator()
3551 RT::ConstIterator it( begin( row2 ) ); in testIterator()
3602 RT::ConstIterator it ( row2.cbegin() ); in testIterator()
3603 RT::ConstIterator end( row2.cend() ); in testIterator()
3857 ORT::ConstIterator it{}; in testIterator()
3859 if( it != ORT::ConstIterator() ) { in testIterator()
3872 ORT::ConstIterator it( begin( row2 ) ); in testIterator()
3923 ORT::ConstIterator it ( row2.cbegin() ); in testIterator()
3924 ORT::ConstIterator end( row2.cend() ); in testIterator()
H A DDenseGeneralTest.cpp5109 RT::ConstIterator it{}; in testIterator()
5111 if( it != RT::ConstIterator() ) { in testIterator()
5124 RT::ConstIterator it( begin( row2 ) ); in testIterator()
5211 RT::ConstIterator it ( cbegin( row3 ) ); in testIterator()
5212 RT::ConstIterator end( cend( row3 ) ); in testIterator()
5529 ORT::ConstIterator it{}; in testIterator()
5531 if( it != ORT::ConstIterator() ) { in testIterator()
5544 ORT::ConstIterator it( begin( row2 ) ); in testIterator()
5631 ORT::ConstIterator it ( cbegin( row3 ) ); in testIterator()
5632 ORT::ConstIterator end( cend( row3 ) ); in testIterator()
H A DSparseSymmetricTest.cpp3334 RT::ConstIterator it{}; in testIterator()
3336 if( it != RT::ConstIterator() ) { in testIterator()
3349 RT::ConstIterator it( begin( row2 ) ); in testIterator()
3400 RT::ConstIterator it ( cbegin( row2 ) ); in testIterator()
3401 RT::ConstIterator end( cend( row2 ) ); in testIterator()
3645 ORT::ConstIterator it{}; in testIterator()
3647 if( it != ORT::ConstIterator() ) { in testIterator()
3660 ORT::ConstIterator it( begin( row2 ) ); in testIterator()
3711 ORT::ConstIterator it ( cbegin( row2 ) ); in testIterator()
3712 ORT::ConstIterator end( cend( row2 ) ); in testIterator()
/dports/databases/py-xapian/xapian-bindings-1.4.18/ruby/
H A Dxapian_wrap.cc4811 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_value()
4854 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_dup()
4887 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_inspect()
4920 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_to_s()
4944 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_next__SWIG_0()
4976 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_next__SWIG_1()
5055 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_previous__SWIG_0()
5087 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_previous__SWIG_1()
5175 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator___eq__()
5219 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator___add__()
[all …]
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/ruby/
H A Dxapian_wrap.cc4811 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_value()
4854 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_dup()
4887 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_inspect()
4920 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_to_s()
4944 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_next__SWIG_0()
4976 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_next__SWIG_1()
5055 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_previous__SWIG_0()
5087 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_previous__SWIG_1()
5175 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator___eq__()
5219 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator___add__()
[all …]
/dports/databases/php-xapian/xapian-bindings-1.4.18/ruby/
H A Dxapian_wrap.cc4811 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_value()
4854 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_dup()
4887 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_inspect()
4920 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_to_s()
4944 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_next__SWIG_0()
4976 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_next__SWIG_1()
5055 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_previous__SWIG_0()
5087 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_previous__SWIG_1()
5175 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator___eq__()
5219 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator___add__()
[all …]
/dports/databases/lua-xapian/xapian-bindings-1.4.18/ruby/
H A Dxapian_wrap.cc4811 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_value()
4854 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_dup()
4887 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_inspect()
4920 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_to_s()
4944 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_next__SWIG_0()
4976 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_next__SWIG_1()
5055 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_previous__SWIG_0()
5087 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator_previous__SWIG_1()
5175 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator___eq__()
5219 swig::ConstIterator *arg1 = (swig::ConstIterator *) 0 ; in _wrap_ConstIterator___add__()
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/sql/tests/
H A Dmymoneydatabasemgr-test.cpp797 QList<MyMoneyTransaction>::ConstIterator it_t(transactionList.constBegin()); in testAddTransactions()
820 QList<MyMoneyTransaction>::ConstIterator it; in testAddTransactions()
1060 QList<MyMoneyTransaction>::ConstIterator it_t(transactionList.constBegin()); in testModifyTransaction()
1086 QList<MyMoneyTransaction>::ConstIterator it; in testModifyTransaction()
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/qt5/common/
H A Dconfig_file.cpp663 QStringList::ConstIterator it(strings.begin()); in readDoubleList()
1372 QStringList::ConstIterator it(cols.begin()); in qtcReadConfig()
1373 QStringList::ConstIterator end(cols.end()); in qtcReadConfig()
1402 QStringList::ConstIterator it(vals.begin()), in qtcReadConfig()
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/qt5/common/
H A Dconfig_file.cpp663 QStringList::ConstIterator it(strings.begin()); in readDoubleList()
1372 QStringList::ConstIterator it(cols.begin()); in qtcReadConfig()
1373 QStringList::ConstIterator end(cols.end()); in qtcReadConfig()
1402 QStringList::ConstIterator it(vals.begin()), in qtcReadConfig()
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/qt5/common/
H A Dconfig_file.cpp663 QStringList::ConstIterator it(strings.begin()); in readDoubleList()
1372 QStringList::ConstIterator it(cols.begin()); in qtcReadConfig()
1373 QStringList::ConstIterator end(cols.end()); in qtcReadConfig()
1402 QStringList::ConstIterator it(vals.begin()), in qtcReadConfig()
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/qt5/common/
H A Dconfig_file.cpp663 QStringList::ConstIterator it(strings.begin()); in readDoubleList()
1372 QStringList::ConstIterator it(cols.begin()); in qtcReadConfig()
1373 QStringList::ConstIterator end(cols.end()); in qtcReadConfig()
1402 QStringList::ConstIterator it(vals.begin()), in qtcReadConfig()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativeimport.cpp202 for (QHash<QString,QDeclarativeImportedNamespace* >::ConstIterator iter = d->set.begin(); in populateCache()
589 QList<QDeclarativeDirParser::Component>::ConstIterator it = qmldircomponents.begin(); in add()

1...<<211212213214215216217218219220>>...293