Lines Matching defs:LastModifiedIndex

12 #include "LastModifiedIndex.h"
68 class LastModifiedIndex::NodeTree : public _NodeTree {};
72 class LastModifiedIndex::IteratorList : public DoublyLinkedList<Iterator> {};
76 class LastModifiedIndex::Iterator
77 : public NodeEntryIterator<LastModifiedIndex::NodeTree::Iterator>,
90 bool SetTo(LastModifiedIndex *index, time_t modified,
98 typedef NodeEntryIterator<LastModifiedIndex::NodeTree::Iterator> BaseClass;
101 LastModifiedIndex *fIndex;
105 // LastModifiedIndex
108 LastModifiedIndex::LastModifiedIndex(Volume *volume)
122 LastModifiedIndex::~LastModifiedIndex()
141 LastModifiedIndex::CountEntries() const
148 LastModifiedIndex::Changed(Node *node, time_t oldModified)
179 LastModifiedIndex::NodeAdded(Node *node)
187 LastModifiedIndex::NodeRemoved(Node *node)
195 LastModifiedIndex::InternalGetIterator()
209 LastModifiedIndex::InternalFind(const uint8 *key, size_t length)
225 LastModifiedIndex::_AddIterator(Iterator *iterator)
232 LastModifiedIndex::_RemoveIterator(Iterator *iterator)
241 LastModifiedIndex::Iterator::Iterator()
248 LastModifiedIndex::Iterator::~Iterator()
255 LastModifiedIndex::Iterator::GetCurrent()
262 LastModifiedIndex::Iterator::GetCurrent(uint8 *buffer, size_t *keyLength)
274 LastModifiedIndex::Iterator::Suspend()
296 LastModifiedIndex::Iterator::Resume()
314 LastModifiedIndex::Iterator::SetTo(LastModifiedIndex *index, time_t modified,
349 LastModifiedIndex::Iterator::Unset()
360 LastModifiedIndex::Iterator::EntryRemoved(Entry */*entry*/)
369 LastModifiedIndex::Iterator::NodeRemoved(Node */*node*/)