Searched refs:CachedSize (Results 1 – 2 of 2) sorted by relevance
230 uint64_t CachedSize = 0; member239 OutOfDateEntry(const char *Path, uint64_t CachedSize, uint64_t ActualSize) in OutOfDateEntry()240 : Path(Path), Info(SizeChangedInfo{CachedSize, ActualSize}) {} in OutOfDateEntry()
139 uint64_t CachedSize = CachedStatus.getSize(); in getOutOfDateEntries() local141 if (CachedSize != ActualSize) { in getOutOfDateEntries()144 InvalidDiagInfo.emplace_back(Path.data(), CachedSize, ActualSize); in getOutOfDateEntries()