Searched refs:Next (Results 51 - 75 of 392) sorted by path

1234567891011>>

/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.cpp156 GroupInterface *state = iterator.Next();
/haiku/src/add-ons/kernel/network/stack/
H A Ddomains.cpp54 while (net_domain_private* domain = iterator.Next()) {
70 while (net_domain_private* domain = iterator.Next()) {
79 while (net_route_private* route = routeIterator.Next()) {
93 while (net_route_info* info = infoIterator.Next()) {
/haiku/src/add-ons/kernel/partitioning_systems/amiga/
H A Damiga_rdb.h116 uint32 Next() const { return B_BENDIAN_TO_HOST_INT32(next); } function in struct:partition_block
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp312 entry = iter.Next();
/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp184 const PrinterMap::Entry& entry = iterator.Next();
200 const PrinterMap::Entry& entry = iterator.Next();
/haiku/src/add-ons/translators/jpeg/
H A Dexif_parser.cpp108 intValue = source.Next<uint8>();
112 intValue = source.Next<uint16>();
116 intValue = source.Next<uint32>();
121 double value = source.Next<uint32>();
122 doubleValue = value / source.Next<uint32>();
128 intValue = source.Next<int8>();
131 intValue = source.Next<int16>();
134 intValue = source.Next<int32>();
139 double value = source.Next<int32>();
140 doubleValue = value / source.Next<int3
[all...]
/haiku/src/add-ons/translators/raw/
H A DReadHelper.h104 Next() function in class:TReadHelper
120 Next(uint16 type) function in class:TReadHelper
123 return Next<uint16>();
125 return Next<uint32>();
133 return Next<uint16>();
135 return Next<uint32>();
138 double value = Next<uint32>();
139 return value / Next<uint32>();
142 return Next<int16>();
144 return Next<int3
[all...]
/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp77 WizardController::Next(wizard);
H A DWizardController.cpp22 next = stack->Next();
55 WizardController::Next(WizardView* wizard) function in class:WizardController
78 fStack = fStack->Next();
H A DWizardController.h25 virtual void Next(WizardView* wizard);
50 StateStack* Next() function in class:WizardController::StateStack
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindowManager.cpp79 while (SubWindow* window = it.Next())
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliThreadsCommand.cpp38 Thread* thread = it.Next();) {
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp472 ::Thread* thread = it.Next();) {
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DExceptionStopConfigView.cpp123 Image* image = it.Next();
164 Image* image = it.Next();
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellValueEditor.cpp56 Listener* listener = it.Next();) {
66 Listener* listener = it.Next();) {
76 Listener* listener = it.Next();) {
/haiku/src/apps/mediaplayer/supplier/
H A DSubTitlesSRT.cpp45 while (lineProvider.Next(line)) {
/haiku/src/apps/mediaplayer/support/
H A DFileReadWrite.cpp49 FileReadWrite::Next(BString& string) function in class:FileReadWrite
H A DFileReadWrite.h22 bool Next(BString& string);
/haiku/src/apps/text_search/
H A DChangesIterator.cpp59 iterator.Next();
64 const PathMap::Entry& entry = iterator.Next();
135 const PathMap::Entry& entry = iterator.Next();
/haiku/src/apps/webpositive/
H A DCredentialsStorage.cpp226 const CredentialMap::Entry& entry = iterator.Next();
/haiku/src/bin/debug/profile/
H A DSummaryProfileResult.cpp141 SummaryImage* image = it.Next();) {
H A DThread.cpp167 while (ThreadImage* threadImage = it.Next()) {
248 while (ThreadImage* image = it.Next()) {
254 while (ThreadImage* image = it.Next()) {
267 while (ThreadImage* image = it.Next()) {
282 while (ThreadImage* image = it.Next()) {
295 while (ThreadImage* image = it.Next()) {
/haiku/src/bin/locale/
H A Ddumpcatalog.cpp70 walker.Next();
H A Dlinkcatkeys.cpp138 walker.Next();
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp1921 Image* image = it.Next();) {
1928 UserBreakpoint* breakpoint = it.Next();) {
2120 FunctionInstance* instance = it.Next();) {

Completed in 157 milliseconds

1234567891011>>