Home | History | Annotate | Download | only in parallel

Lines Matching refs:__search_n

1174         return std::__search_n(begin, end, count, val,
1184 { return __search_n(begin, end, count, val, binary_pred, IteratorTag()); }