Searched refs:Next (Results 76 - 100 of 392) sorted by path

1234567891011>>

/haiku/src/kits/debugger/debug_info/
H A DFunction.cpp50 FunctionInstance* instance = it.Next();) {
105 Listener* listener = it.Next();) {
120 FunctionInstance* instance = it.Next();) {
H A DGlobalTypeLookup.cpp238 TypeEntry* typeEntry = it.Next();) {
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp340 UserBreakpoint* userBreakpoint = it.Next();) {
384 UserBreakpoint* userBreakpoint = it.Next();) {
399 FunctionInstance* functionInstance = it.Next();) {
H A DTeamMemoryBlockManager.cpp202 TeamMemoryBlock* block = iterator.Next();
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp132 DebugContext* context = it.Next();) {
137 DebugContext* context = it.Next();) {
/haiku/src/kits/debugger/files/
H A DFileManager.cpp277 LocatableEntry* entry = it.Next();) {
/haiku/src/kits/debugger/model/
H A DBreakpoint.cpp63 UserBreakpointInstance* instance = it.Next();) {
H A DExpressionInfo.cpp168 Listener* listener = it.Next();) {
H A DExpressionValues.cpp110 ValueEntry* entry = it.Next();) {
H A DStackFrame.cpp204 Listener* listener = it.Next();) {
H A DStackFrameValues.cpp102 ValueEntry* entry = it.Next();) {
H A DTargetHost.cpp133 Listener* listener = it.Next();) {
143 Listener* listener = it.Next();) {
153 Listener* listener = it.Next();) {
H A DTeam.cpp184 Thread* thread = it.Next();) {
252 Image* image = it.Next();) {
265 Image* image = it.Next();) {
454 UserBreakpointInstance* instance = it.Next();) {
696 Listener* listener = it.Next();) {
707 Listener* listener = it.Next();) {
718 Listener* listener = it.Next();) {
729 Listener* listener = it.Next();) {
740 Listener* listener = it.Next();) {
752 Listener* listener = it.Next();) {
[all...]
H A DTeamMemoryBlock.cpp49 if (iterator.Next() == listener)
99 Listener* listener = it.Next();) {
/haiku/src/kits/debugger/settings/
H A DTeamSettings.cpp64 UserBreakpoint* breakpoint = it.Next();) {
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp49 Listener* listener = it.Next();) {
307 Listener* listener = it.Next();) {
317 Listener* listener = it.Next();) {
/haiku/src/kits/media/
H A DRealtimeAlloc.cpp40 FreeChunk* Next() const { return fNext; } function in class:FreeChunk
225 FreeChunk* chunk = free_anchor.Next();
233 freedChunk->SetNext(chunk->Next());
237 last->SetNext(freedChunk->Next());
245 chunk = chunk->Next();
264 while (rtm_pool* pool = iterator.Next()) {
359 FreeChunk* chunk = pool->free_anchor.Next();
363 chunk = chunk->Next();
386 last->SetNext(chunk->Next());
/haiku/src/kits/package/
H A DPackageInfoSet.cpp118 const BPackageInfo* info = it.Next();
179 fNextInfo(map != NULL ? map->GetIterator().Next() : NULL)
192 BPackageInfoSet::Iterator::Next() function in class:BPackageKit::BPackageInfoSet::Iterator
204 iterator.Next();
205 fNextInfo = iterator.Next();
/haiku/src/kits/package/solver/
H A DSolverRepository.cpp154 while (const BPackageInfo* packageInfo = it.Next()) {
179 while (const BPackageInfo* packageInfo = it.Next()) {
296 while (const BPackageInfo* packageInfo = it.Next()) {
/haiku/src/kits/storage/
H A DDriverSettings.cpp45 virtual BDriverParameter Next() = 0;
86 BDriverParameterIterator::Next() function in class:BPrivate::BDriverParameterIterator
98 return fDelegate->Next();
149 virtual BDriverParameter Next() function in class:BPrivate::BDriverParameterContainer::Iterator
192 virtual BDriverParameter Next() function in class:BPrivate::BDriverParameterContainer::NameIterator
H A DPathMonitor.cpp1824 _NotifyFilesCreatedOrRemoved(it.Next(), opcode);
/haiku/src/kits/tracker/
H A DAttributeStream.cpp223 AttributeStreamNode::Next() function in class:AttributeStreamNode
226 return fReadFrom->Next();
376 while ((attr = fReadFrom->Next()) != 0) {
409 AttributeStreamFileNode::Next() function in class:AttributeStreamFileNode
562 const AttributeInfo* attr = fReadFrom->Next();
571 AttributeStreamMemoryNode::Next() function in class:AttributeStreamMemoryNode
638 AttributeStreamTemplateNode::Next()
699 AttributeStreamFilterNode::Next()
705 const AttributeInfo* attr = fReadFrom->Next();
880 SelectiveAttributeTransformer::Next()
[all...]
H A DAttributeStream.h127 virtual const AttributeInfo* Next();
131 // returned by Next assumes there is a buffering node somewhere on the
178 virtual const AttributeInfo* Next();
208 virtual const AttributeInfo* Next();
245 // can only be used as a source for Next and Get
254 virtual const AttributeInfo* Next();
284 virtual const AttributeInfo* Next();
328 virtual const AttributeInfo* Next();
352 virtual const AttributeInfo* Next();
380 AttributeStreamConstValue<Type>::Next() function in class:BPrivate::AttributeStreamConstValue
[all...]
H A DEntryIterator.h68 static dirent* Next(dirent*);
H A DRegExp.cpp107 // plus a "next" pointer, possibly plus an operand. "Next" pointers of
163 // "Next" pointers are stored as two 8-bit pieces, high order first. The
370 if (*Next((char*)scan) == kRegExpEnd) {
389 for (; scan != NULL; scan = Next((char*)scan)) {
499 for (br = ret; br != NULL; br = Next(br))
878 temp = Next(scan);
1024 const char* next; // Next node.
1036 next = Next(scan);
1168 scan = Next(scan);
1283 // - Next
1286 RegExp::Next(char* p) function in class:RegExp
1305 RegExp::Next(const char* p) const function in class:RegExp
[all...]

Completed in 301 milliseconds

1234567891011>>