Searched refs:fLastEntry (Results 1 - 2 of 2) sorted by last modified time

/haiku-buildtools/jam/
H A DStatCacheServer.cpp365 fLastEntry(NULL),
452 if (fLastEntry) {
453 entry->SetPrevious(fLastEntry);
455 fLastEntry->SetNext(entry);
456 fLastEntry = entry;
460 fFirstEntry = fLastEntry = entry;
487 fLastEntry = entry->GetPrevious();
H A DStatCacheServerImpl.h156 Entry *fLastEntry; member in class:Directory

Completed in 64 milliseconds