Searched refs:GetPrevious (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/jam/
H A DStatCacheServer.cpp169 // GetPrevious
171 Entry::GetPrevious() const function in class:Entry
480 if (entry->GetPrevious())
481 entry->GetPrevious()->SetNext(entry->GetNext());
485 entry->GetNext()->SetPrevious(entry->GetPrevious());
487 fLastEntry = entry->GetPrevious();
H A DStatCacheServerImpl.h88 Entry *GetPrevious() const;

Completed in 37 milliseconds