Home
last modified time | relevance | path

Searched refs:_hasNext (Results 1 – 25 of 27) sorted by relevance

12

/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/java/org/xapian/
H A DTermIterator.java53 private boolean _hasNext = true; field in TermIterator
63 _hasNext = !XapianJNI.termiterator_equals(id, end_id); in TermIterator()
74 _hasNext = false; in setFilter()
76 _hasNext = false; in setFilter()
78 _hasNext = true; in setFilter()
82 return _hasNext; in hasNext()
94 _hasNext = false; in next()
96 _hasNext = false; in next()
98 _hasNext = true; in next()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dmovement_track.cpp40 _hasNext = false; in reset()
65 _hasNext = true; in append()
76 _hasNext = true; in repeat()
92 return _hasNext; in hasNext()
96 if (_currentIndex < _lastIndex && _hasNext) { in next()
107 _hasNext = false; in next()
115 f.writeBool(_hasNext); in save()
129 _hasNext = f.readBool(); in load()
H A Dmovement_track.h47 bool _hasNext; variable
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dmovement_track.cpp40 _hasNext = false; in reset()
65 _hasNext = true; in append()
76 _hasNext = true; in repeat()
92 return _hasNext; in hasNext()
96 if (_currentIndex < _lastIndex && _hasNext) { in next()
107 _hasNext = false; in next()
115 f.writeBool(_hasNext); in save()
129 _hasNext = f.readBool(); in load()
H A Dmovement_track.h48 bool _hasNext; variable
/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/src/
H A DPostgreSQLStatementImpl.cpp28 _hasNext(NEXT_DONTKNOW) in PostgreSQLStatementImpl()
58 if (NEXT_DONTKNOW == _hasNext) in hasNext()
67 _hasNext = NEXT_TRUE; in hasNext()
71 _hasNext = NEXT_FALSE; in hasNext()
74 else if (NEXT_TRUE == _hasNext) in hasNext()
101 _hasNext = NEXT_DONTKNOW; in next()
153 _hasNext = NEXT_DONTKNOW; in bindImpl()
/dports/devel/poco/poco-1.10.1-all/Data/MySQL/src/
H A DMySQLStatementImpl.cpp28 _hasNext(NEXT_DONTKNOW) in MySQLStatementImpl()
58 if (_hasNext == NEXT_DONTKNOW) in hasNext()
67 _hasNext = NEXT_TRUE; in hasNext()
71 _hasNext = NEXT_FALSE; in hasNext()
74 else if (_hasNext == NEXT_TRUE) in hasNext()
98 _hasNext = NEXT_DONTKNOW; in next()
162 _hasNext = NEXT_DONTKNOW; in bindImpl()
/dports/math/vampire/vampire-4.5.1/Kernel/
H A DTermIterators.cpp284 _hasNext = true; in TermFunIterator()
298 if (_hasNext) { in hasNext()
311 _hasNext = true; in hasNext()
329 ASS(_hasNext); in next()
331 _hasNext = false; in next()
H A DTermIterators.hpp410 bool _hasNext; member in Kernel::TermFunIterator
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/
H A DRowIterator.scala64 private [this] var _hasNext: Boolean = false
68 _hasNext = rowIter.advanceNext()
71 _hasNext
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/IlGen/
H A DIteratorDescriptor.cs240 private bool _hasNext; field in System.Xml.Xsl.IlGen.IteratorDescriptor
304 get { return _hasNext; }
312 Debug.Assert(_hasNext); in GetLabelNext()
323 _hasNext = true; in SetIterator()
335 _hasNext = true; in SetIterator()
350 if (_hasNext) in LoopToEnd()
353 _hasNext = false; in LoopToEnd()
/dports/x11/konsole/konsole-21.12.3/src/keyboardtranslator/
H A DKeyboardTranslatorReader.cpp46 , _hasNext(false) in KeyboardTranslatorReader()
100 _hasNext = true; in readNext()
106 _hasNext = false; in readNext()
265 return _hasNext; in hasNextEntry()
299 Q_ASSERT(_hasNext); in nextEntry()
H A DKeyboardTranslatorReader.h112 bool _hasNext; variable
/dports/math/octave/octave-6.4.0/libgui/qterminal/libqterminal/unix/
H A DKeyboardTranslator.cpp238 , _hasNext(false) in KeyboardTranslatorReader()
301 _hasNext = true; in readNext()
307 _hasNext = false; in readNext()
465 return _hasNext; in hasNextEntry()
499 Q_ASSERT( _hasNext ); in nextEntry()
/dports/x11-toolkits/qtermwidget/qtermwidget-1.0.0/lib/
H A DKeyboardTranslator.cpp247 , _hasNext(false) in KeyboardTranslatorReader()
307 _hasNext = true; in readNext()
313 _hasNext = false; in readNext()
480 return _hasNext; in hasNextEntry()
512 Q_ASSERT( _hasNext ); in nextEntry()
H A DKeyboardTranslator.h422 bool _hasNext; in Q_DECLARE_OPERATORS_FOR_FLAGS() local
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A DKeyboardTranslator.cpp241 , _hasNext(false) in KeyboardTranslatorReader()
301 _hasNext = true; in readNext()
307 _hasNext = false; in readNext()
474 return _hasNext; in hasNextEntry()
506 Q_ASSERT( _hasNext ); in nextEntry()
H A DKeyboardTranslator.h419 bool _hasNext; in Q_DECLARE_OPERATORS_FOR_FLAGS() local
/dports/graphics/qgis/qgis-3.22.3/src/plugins/grass/qtermwidget/
H A DKeyboardTranslator.cpp241 , _hasNext(false) in KeyboardTranslatorReader()
301 _hasNext = true; in readNext()
307 _hasNext = false; in readNext()
470 return _hasNext; in hasNextEntry()
502 Q_ASSERT( _hasNext ); in nextEntry()
H A DKeyboardTranslator.h415 bool _hasNext; in Q_DECLARE_OPERATORS_FOR_FLAGS() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/qtermwidget/
H A DKeyboardTranslator.cpp241 , _hasNext(false) in KeyboardTranslatorReader()
301 _hasNext = true; in readNext()
307 _hasNext = false; in readNext()
470 return _hasNext; in hasNextEntry()
502 Q_ASSERT( _hasNext ); in nextEntry()
/dports/devel/poco/poco-1.10.1-all/Data/MySQL/include/Poco/Data/MySQL/
H A DMySQLStatementImpl.h95 int _hasNext; variable
/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/include/Poco/Data/PostgreSQL/
H A DPostgreSQLStatementImpl.h93 NextState _hasNext; variable
/dports/x11/konsole/konsole-21.12.3/tools/uni2characterwidth/
H A Duni2characterwidth.cpp45 bool hadNext = _hasNext; in hasNext()
47 _hasNext = fetchNext(); in hasNext()
57 , _hasNext(true) in UcdParserBase()
147 bool _hasNext; member in UcdParserBase
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/joins/
H A DHashedRelation.scala145 private var _hasNext = true
146 override def hasNext: Boolean = _hasNext
149 _hasNext = loc.nextValue()

12