Searched defs:drop_while (Results 1 – 14 of 14) sorted by relevance
217 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function400 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
619 [[nodiscard]] StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function
615 [[nodiscard]] StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function
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
215 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function398 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
611 [[nodiscard]] StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function