Lines Matching refs:IsDone
487 unsigned &IndentIndicator, bool &IsDone);
502 bool &IsDone);
508 unsigned &LineBreaks, bool &IsDone);
514 bool &IsDone);
1563 bool &IsDone) {
1565 if (!scanBlockScalarHeader(ChompingIndicator, IndentIndicator, IsDone))
1612 unsigned &IndentIndicator, bool &IsDone) {
1628 IsDone = true;
1641 unsigned &LineBreaks, bool &IsDone) {
1650 IsDone = true;
1673 IsDone = true;
1678 IsDone = true;
1687 unsigned BlockExitIndent, bool &IsDone) {
1701 IsDone = true;
1707 IsDone = true;
1721 bool IsDone = false;
1723 IsDone))
1725 if (IsDone)
1734 IsDone))
1740 while (!IsDone) {
1741 if (!scanBlockScalarIndent(BlockIndent, BlockExitIndent, IsDone))
1743 if (IsDone)