Lines Matching defs:DoCheckSucceeds
754 auto DoCheckSucceeds = [&](StringRef YamlString,
794 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/std::nullopt,
796 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/0,
798 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/2,
800 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/1,
804 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/3, {});
822 DoCheckSucceeds(InvalidLinkedYamlString, /*TextSectionIndex=*/std::nullopt,
841 DoCheckSucceeds(TruncatedYamlString, /*TextSectionIndex=*/2,
1210 auto DoCheckSucceeds =
1276 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/std::nullopt,
1278 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/0,
1280 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/2,
1282 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/1,
1285 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/std::nullopt,
1287 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/0,
1289 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/2,
1291 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/1,
1295 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/3, {}, std::nullopt);
1296 DoCheckSucceeds(CommonYamlString, /*TextSectionIndex=*/3, {},
1316 DoCheckSucceeds(InvalidLinkedYamlString, /*TextSectionIndex=*/std::nullopt,
1318 DoCheckSucceeds(InvalidLinkedYamlString, /*TextSectionIndex=*/std::nullopt,
1336 DoCheckSucceeds(TruncatedYamlString, /*TextSectionIndex=*/2,
1338 DoCheckSucceeds(TruncatedYamlString, /*TextSectionIndex=*/2,
1419 auto DoCheckSucceeds = [&](StringRef ContentsString,
1478 DoCheckSucceeds(TwoTextSections, DefaultMatcher);