Searched defs:PrintRecord (Results 1 – 1 of 1) sorted by relevance
177 struct PrintRecord { struct182 PrintRecord(const PrintRecord &Other) = default; argument183 PrintRecord &operator=(const PrintRecord &Other) = default; argument184 PrintRecord(const TimeRecord &Time, const std::string &Name, in PrintRecord() argument