Searched refs:GetNext (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr58555.C18 void GetNext();
106 for (C *n = a.GetChildren(); n; n->GetNext())
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Dpr58371.C121 GetNext () { function in class:ObserverListBase::Iterator
202 if (it.GetNext () )
/haiku-buildtools/jam/
H A DStatCacheServer.cpp183 // GetNext
185 Entry::GetNext() const function in class:Entry
406 return (entry ? entry->GetNext() : NULL);
481 entry->GetPrevious()->SetNext(entry->GetNext());
483 fFirstEntry = entry->GetNext();
484 if (entry->GetNext())
485 entry->GetNext()->SetPrevious(entry->GetPrevious());
H A DStatCacheServerImpl.h90 Entry *GetNext() const;

Completed in 28 milliseconds