Searched refs:matchAny (Results 1 – 1 of 1) sorted by relevance
229 const auto matchAny = Any<LIT<'f', 'o', 'o'>>::Match(gTests[i].fInput); in test_AnySome() local230 REPORTER_ASSERT(r, matchAny); in test_AnySome()231 REPORTER_ASSERT(r, matchAny->fValues.count() == gTests[i].fCount); in test_AnySome()