Searched refs:matchSome (Results 1 – 1 of 1) sorted by relevance
233 const auto matchSome = Some<LIT<'f', 'o', 'o'>>::Match(gTests[i].fInput); in test_AnySome() local234 REPORTER_ASSERT(r, matchSome == (gTests[i].fCount > 0)); in test_AnySome()235 REPORTER_ASSERT(r, !matchSome || in test_AnySome()236 matchSome->get<1>().fValues.count() == gTests[i].fCount - 1); in test_AnySome()