Searched defs:Checkpoint (Results 1 – 3 of 3) sorted by relevance
8 struct Checkpoint { struct14 Checkpoint() : file(nullptr), func(nullptr), line(-1), msg(nullptr) {} in Checkpoint() argument15 Checkpoint(const char* xfile, const char* xfunc, int xline, const char* xmsg) in Checkpoint() function25 s << file << ":" << line << " " << func << ": Checkpoint"; in print() argument
280 Checkpoint(Parser* p) : fParser(p) { in Checkpoint() function
1785 class Checkpoint(tracking.AutoTrackable): class