Searched defs:drop_while (Results 1 – 6 of 6) sorted by relevance
44 constexpr auto drop_while = [](auto&& iterable, auto&& predicate) { in __anon42f34a9c0102() variable
44 constexpr auto drop_while = [](auto&& iterable, auto&& predicate) { in __anon7bc53b290102() variable
193 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function368 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
652 StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function
210 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function384 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
658 StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function