/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-take_while.hpp | 42 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/ |
D | take_while_ops.py | 26 def take_while(predicate): function
|
/external/rust/crates/tokio-stream/src/ |
D | stream_ext.rs | 48 mod take_while; module 482 fn take_while<F>(self, f: F) -> TakeWhile<Self, F> in take_while() method
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ArrayRef.h | 219 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
|
D | StringRef.h | 618 StringRef take_while(function_ref<bool(char)> F) const { in take_while() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ArrayRef.h | 236 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function 412 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
|
D | StringRef.h | 628 StringRef take_while(function_ref<bool(char)> F) const { in take_while() function
|
/external/rust/crates/fallible-iterator/src/ |
D | test.rs | 376 fn take_while() { in take_while() function
|
D | lib.rs | 323 fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P> in take_while() method
|
/external/rust/crates/futures/tests_disabled/ |
D | stream.rs | 138 fn take_while() { in take_while() function
|
/external/rust/crates/futures-util/src/stream/stream/ |
D | mod.rs | 152 mod take_while; module 992 fn take_while<Fut, F>(self, f: F) -> TakeWhile<Self, Fut, F> in take_while() method
|
/external/rust/crates/nom/src/bytes/ |
D | streaming.rs | 188 pub fn take_while<F, Input, Error: ParseError<Input>>( in take_while() function
|
D | complete.rs | 183 pub fn take_while<F, Input, Error: ParseError<Input>>( in take_while() function
|
/external/rust/crates/nom/src/ |
D | str.rs | 160 fn take_while() { in take_while() function
|
/external/rust/crates/combine/src/parser/ |
D | range.rs | 353 pub fn take_while<Input, F>(f: F) -> TakeWhile<Input, F> in take_while() function
|
/external/rust/crates/protobuf/src/text_format/lexer/ |
D | lexer_impl.rs | 217 pub fn take_while<F>(&mut self, f: F) -> &'a str in take_while() method
|
/external/rust/crates/fallible-streaming-iterator/src/ |
D | lib.rs | 272 fn take_while<F>(self, f: F) -> TakeWhile<Self, F> in take_while() method
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-observable.hpp | 1416 auto take_while(AN&&... an) const in take_while() function in rxcpp::observable
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 2906 def take_while(self, predicate): member in DatasetV2
|