Searched defs:PrintRecord (Results 1 – 1 of 1) sorted by relevance
174 struct PrintRecord { struct179 PrintRecord(const PrintRecord &Other) = default; argument180 PrintRecord &operator=(const PrintRecord &Other) = default; argument181 PrintRecord(const TimeRecord &Time, const std::string &Name, in PrintRecord() function