LogEntry
::LogEntry* fEntry;
LogEntry* entry = iterator.Next();
LogEntry::LogEntry(Journal* journal, uint32 start, uint32 length)
LogEntry::~LogEntry()
LogEntry* logEntry = (LogEntry*)_logEntry;
class LogEntry : public DoublyLinkedListLinkImpl<LogEntry> {
LogEntry* next = journal->fEntries.GetNext(logEntry);
LogEntry(Journal* journal, uint32 logStart,
T(LogEntry(logEntry, superBlock.LogStart(), false));
~LogEntry();
LogEntry* logEntry = new(std::nothrow) LogEntry(this, fVolume->LogEnd(),
T(LogEntry(logEntry, fVolume->LogEnd(), true));
LogEntry(::LogEntry* entry, off_t logPosition, bool started)
class LogEntry;
typedef DoublyLinkedList<LogEntry> LogEntryList;
LogEntry* logEntry = (LogEntry*)_logEntry;
class LogEntry : public DoublyLinkedListLinkImpl<LogEntry> {
LogEntry(Journal* journal, uint32 logStart,
~LogEntry();
LogEntry::LogEntry(Journal* journal, uint32 logStart, uint32 commitID)
LogEntry::~LogEntry()
LogEntry *logEntry = new LogEntry(this, fLogEnd, fCurrentCommitID++);
class LogEntry;
typedef DoublyLinkedList<LogEntry> LogEntryList;