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

/haiku-buildtools/jam/
H A DStatCacheServer.cpp162 // SetPrevious
164 Entry::SetPrevious(Entry *entry) function in class:Entry
453 entry->SetPrevious(fLastEntry);
458 entry->SetPrevious(NULL);
485 entry->GetNext()->SetPrevious(entry->GetPrevious());
488 entry->SetPrevious(NULL);
H A DStatCacheServerImpl.h87 void SetPrevious(Entry *entry);

Completed in 29 milliseconds