Lines Matching full:closed
246 assert(!Closed && "SARIF Document is closed. " in getCurrentTool()
249 // Since Closed = false here, expect there to be at least 1 Run, anything in getCurrentTool()
262 // Exit early if trying to close a closed Document. in endRun()
263 if (Closed) { in endRun()
268 // Since Closed = false here, expect there to be at least 1 Run, anything in endRun()
320 // Mark the document as closed. in endRun()
321 Closed = true; in endRun()
350 Closed = false; in createRun()
368 assert(!Closed && in getCurrentRun()
369 "SARIF Document is closed. " in getCurrentRun()
373 // Since Closed = false here, expect there to be at least 1 Run, anything in getCurrentRun()