| /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 | 56 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/llvm-project/llvm/include/llvm/ADT/ |
| D | ArrayRef.h | 234 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function 410 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
|
| D | StringRef.h | 640 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/nom/src/bytes/ |
| D | macros.rs | 208 macro_rules! take_while ( macro
|
| D | streaming.rs | 181 pub fn take_while<F, Input, Error: ParseError<Input>>(cond: F) -> impl Fn(Input) -> IResult<Input, … in take_while() function
|
| D | complete.rs | 179 pub fn take_while<F, Input, Error: ParseError<Input>>(cond: F) -> impl Fn(Input) -> IResult<Input, … in take_while() function
|
| /external/rust/crates/futures/tests_disabled/ |
| D | stream.rs | 156 fn take_while() { 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-util/src/stream/stream/ |
| D | mod.rs | 140 mod take_while; module 782 fn take_while<Fut, F>(self, f: F) -> TakeWhile<Self, Fut, F> in take_while() method
|
| /external/rust/crates/nom/src/ |
| D | str.rs | 153 fn take_while() { 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
|