Searched defs:PrintRecord (Results 1 – 1 of 1) sorted by relevance
176 struct PrintRecord { struct181 PrintRecord(const PrintRecord &Other) = default; argument182 PrintRecord &operator=(const PrintRecord &Other) = default; argument183 PrintRecord(const TimeRecord &Time, const std::string &Name, in PrintRecord() function