Searched defs:SizedFile (Results 1 – 1 of 1) sorted by relevance
87 struct SizedFile { struct90 bool operator<(const SizedFile &B) const { return Size < B.Size; } argument