Searched refs:fIsNext (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIterator.cpp14 fIsNext(false),
35 fIsNext = false;
50 fIsNext = false;
99 if (fIsNext) {
100 fIsNext = false;
121 fIsNext = false;
134 fIsNext = isNext;
H A DEntryIterator.cpp16 fIsNext(false),
37 fIsNext = false;
52 fIsNext = false;
101 if (fIsNext) {
102 fIsNext = false;
123 fIsNext = false;
136 fIsNext = isNext;
H A DIndexImpl.h51 bool fIsNext; member in class:NodeEntryIterator
63 fIsNext(false),
82 fIsNext = false;
109 if (!(fEntry && fIsNext)) {
124 fIsNext = false;
H A DNameIndex.cpp94 bool fIsNext; member in class:NameIndexEntryIterator
239 fIsNext(false)
274 if (!(fIterator.GetCurrent() && fIsNext))
276 fIsNext = false;
286 if (!(fIterator.GetCurrent() && fIsNext))
288 fIsNext = false;
332 fIsNext = false;
348 fIsNext = GetNext();
H A DAttributeIterator.h45 bool fIsNext; member in class:AttributeIterator
H A DEntryIterator.h44 bool fIsNext; member in class:EntryIterator
H A DSizeIndex.cpp361 fIsNext = BaseClass::GetNext();
371 fIsNext = BaseClass::GetNext();
H A DLastModifiedIndex.cpp363 fIsNext = BaseClass::GetNext();
373 fIsNext = BaseClass::GetNext();
H A DAttributeIndexImpl.cpp502 fIsNext = BaseClass::GetNext();
512 fIsNext = BaseClass::GetNext();

Completed in 154 milliseconds