Lines Matching defs:IsDone
486 unsigned &IndentIndicator, bool &IsDone);
501 bool &IsDone);
507 unsigned &LineBreaks, bool &IsDone);
513 bool &IsDone);
1562 bool &IsDone) {
1564 if (!scanBlockScalarHeader(ChompingIndicator, IndentIndicator, IsDone))
1611 unsigned &IndentIndicator, bool &IsDone) {
1627 IsDone = true;
1640 unsigned &LineBreaks, bool &IsDone) {
1649 IsDone = true;
1672 IsDone = true;
1677 IsDone = true;
1686 unsigned BlockExitIndent, bool &IsDone) {
1700 IsDone = true;
1706 IsDone = true;
1720 bool IsDone = false;
1722 IsDone))
1724 if (IsDone)
1733 IsDone))
1739 while (!IsDone) {
1740 if (!scanBlockScalarIndent(BlockIndent, BlockExitIndent, IsDone))
1742 if (IsDone)