Lines Matching refs:modified
20 LastModifiedIndexPrimaryKey(Node *node, time_t modified) in LastModifiedIndexPrimaryKey() argument
21 : node(node), modified(modified) {} in LastModifiedIndexPrimaryKey()
23 : node(node), modified(node->GetMTime()) {} in LastModifiedIndexPrimaryKey()
24 LastModifiedIndexPrimaryKey(time_t modified) in LastModifiedIndexPrimaryKey() argument
25 : node(NULL), modified(modified) {} in LastModifiedIndexPrimaryKey()
28 time_t modified; member in LastModifiedIndexPrimaryKey
54 if (a.modified < b.modified) in operator ()()
56 if (a.modified > b.modified) in operator ()()
90 bool SetTo(LastModifiedIndex *index, time_t modified,
314 LastModifiedIndex::Iterator::SetTo(LastModifiedIndex *index, time_t modified, in SetTo() argument
331 found = fIndex->fNodes->FindFirst(modified, &fIterator); in SetTo()
339 if (!ignoreValue && fNode && fNode->GetMTime() != modified) in SetTo()