Home | History | Annotate | Download | only in Support

Lines Matching refs:IsDone

501                              bool &IsDone);
507 unsigned &LineBreaks, bool &IsDone);
513 bool &IsDone);
1482 unsigned &IndentIndicator, bool &IsDone) {
1498 IsDone = true;
1511 unsigned &LineBreaks, bool &IsDone) {
1520 IsDone = true;
1543 IsDone = true;
1548 IsDone = true;
1557 unsigned BlockExitIndent, bool &IsDone) {
1571 IsDone = true;
1577 IsDone = true;
1593 bool IsDone = false;
1594 if (!scanBlockScalarHeader(ChompingIndicator, BlockIndent, IsDone))
1596 if (IsDone)
1604 IsDone))
1610 while (!IsDone) {
1611 if (!scanBlockScalarIndent(BlockIndent, BlockExitIndent, IsDone))
1613 if (IsDone)