Searched refs:_FindNext (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DBitmapBlock.h44 void _FindNext(uint32& pos, bool marked);
87 _FindNext(pos, true);
94 _FindNext(pos, false);
H A DBitmapBlock.cpp235 BitmapBlock::_FindNext(uint32& pos, bool marked) function in class:BitmapBlock
237 TRACE("BitmapBlock::_FindNext(): pos: %lu\n", pos);
255 TRACE("BitmapBlock::_FindNext(): index: %lu, bit: %lu, mask: %lX, "
273 TRACE("BitmapBlock::_FindNext(): reached end of block, "
281 TRACE("BitmapBlock::_FindNext(): reached end of block, "
294 TRACE("BitmapBlock::_FindNext(): found bit: %lu\n", pos);
/haiku-fatelf/headers/os/net/
H A DNetworkCookieJar.h91 void _FindNext();
121 void _FindNext();
H A DHttpForm.h180 void _FindNext();
/haiku-fatelf/src/kits/network/libnetapi/
H A DNetworkCookieJar.cpp400 _FindNext();
424 _FindNext();
490 BNetworkCookieJar::Iterator::_FindNext() function in class:BNetworkCookieJar::Iterator
542 // Prepending another dot since _FindNext is going to
550 _FindNext();
574 _FindNext();
634 BNetworkCookieJar::UrlIterator::_FindNext() function in class:BNetworkCookieJar::UrlIterator
H A DHttpForm.cpp717 _FindNext();
738 _FindNext();
771 BHttpForm::Iterator::_FindNext() function in class:BHttpForm::Iterator
/haiku-fatelf/headers/private/shared/
H A DHashSet.h96 _FindNext();
126 _FindNext();
129 void _FindNext() function in class:BPrivate::HashSet::Iterator
H A DHashMap.h109 _FindNext();
119 _FindNext();
151 _FindNext();
154 void _FindNext() function in class:BPrivate::HashMap::Iterator
/haiku-fatelf/src/apps/webpositive/support/
H A DHashSet.h96 _FindNext();
126 _FindNext();
129 void _FindNext() function in class:BPrivate::HashSet::Iterator
H A DHashMap.h109 _FindNext();
119 _FindNext();
151 _FindNext();
154 void _FindNext() function in class:BPrivate::HashMap::Iterator
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DHashSet.h92 _FindNext();
122 _FindNext();
125 void _FindNext() function in class:HashSet::Iterator
H A DHashMap.h105 _FindNext();
136 _FindNext();
139 void _FindNext() function in class:HashMap::Iterator
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/shared/
H A DDriverSettings.cpp159 _FindNext(false);
182 _FindNext(true);
189 void _FindNext(bool skipCurrent) function in class:DriverParameterContainer::NameIterator
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDriverSettings.cpp160 _FindNext(false);
183 _FindNext(true);
190 void _FindNext(bool skipCurrent) function in class:DriverParameterContainer::NameIterator

Completed in 172 milliseconds