Searched defs:CommitRAII (Results 1 – 1 of 1) sorted by relevance
280 struct CommitRAII { in commit() struct281 EditedSource &Editor; in commit()283 CommitRAII(EditedSource &Editor) : Editor(Editor) { in commit() function287 ~CommitRAII() { in commit()290 } CommitRAII(*this); in commit() local