Searched defs:take_while (Results 1 – 7 of 7) sorted by relevance
42 struct take_while struct44 typedef rxu::decay_t<T> source_value_type;45 typedef rxu::decay_t<Predicate> test_type;46 test_type test;49 take_while(test_type t) in take_while() function55 struct take_while_observer89 auto operator()(Subscriber dest) const in operator ()()100 auto take_while(AN&&... an) in take_while() function
56 def take_while(predicate): function
227 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function403 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
629 StringRef take_while(function_ref<bool(char)> F) const { in take_while() function
219 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function396 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
618 StringRef take_while(function_ref<bool(char)> F) const { in take_while() function
1412 auto take_while(AN&&... an) const in take_while() function in rxcpp::observable