Home
last modified time | relevance | path

Searched defs:take_while (Results 1 – 7 of 7) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-take_while.hpp42 struct take_while struct
44 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() function
55 struct take_while_observer
89 auto operator()(Subscriber dest) const in operator ()()
100 auto take_while(AN&&... an) in take_while() function
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dtake_while_ops.py56 def take_while(predicate): function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DArrayRef.h227 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
403 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
DStringRef.h629 StringRef take_while(function_ref<bool(char)> F) const { in take_while() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DArrayRef.h219 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
396 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
DStringRef.h618 StringRef take_while(function_ref<bool(char)> F) const { in take_while() function
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp1412 auto take_while(AN&&... an) const in take_while() function in rxcpp::observable