Searched defs:take_until (Results 1 – 3 of 3) sorted by relevance
249 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { take_until() function 435 MutableArrayRef<T> take_until(PredicateT Pred) const { take_until() function
596 [[nodiscard]] StringRef take_until(function_ref<bool(char)> F) const { take_until() function
74 generator<T> take_until(generator<T> &g, T limit) { in take_until() function