Home | History | Annotate | Download | only in bits

Lines Matching defs:__matches

4292 	  auto __matches = std::count(__first2, __last2, *__scan);
4293 if (0 == __matches
4294 || std::count(__scan, __last1, *__scan) != __matches)
4341 auto __matches = std::count_if(__first2, __last2,
4343 if (0 == __matches
4345 std::bind(__pred, _1, *__scan)) != __matches)