Searched defs:Checkpoint (Results 1 – 2 of 2) sorted by relevance
130 struct Checkpoint { struct135 Checkpoint getCheckpoint() const { return {fOffset, fLine}; } in getCheckpoint() argument
267 Checkpoint(DSLParser* p) : fParser(p) { in Checkpoint() function