/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | ArrayRef.h | 243 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function 428 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
|
D | StringRef.h | 593 [[nodiscard]] StringRef take_while(function_ref<bool(char)> F) const { in take_while() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | ArrayRef.h | 243 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function 428 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
|
D | StringRef.h | 589 [[nodiscard]] StringRef take_while(function_ref<bool(char)> F) const { in take_while() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | ArrayRef.h | 243 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function 428 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A 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
|
H A D | StringRef.h | 618 StringRef take_while(function_ref<bool(char)> F) const { in take_while() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/ |
D | stream_ext.rs | 49 mod take_while; module 595 fn take_while<F>(self, f: F) -> TakeWhile<Self, F> in take_while() method
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | ArrayRef.h | 241 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function 426 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | ArrayRef.h | 243 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function 428 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
|
D | StringRef.h | 593 [[nodiscard]] StringRef take_while(function_ref<bool(char)> F) const { in take_while() function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/ops/ |
H A D | take_while_ops.py | 22 def take_while(predicate): function
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/benches/ |
D | iter.rs | 93 fn take_while(input: &mut &[u8]) -> PResult<usize> { in take_while() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/stream/ |
D | mod.rs | 152 mod take_while; module 1005 fn take_while<Fut, F>(self, f: F) -> TakeWhile<Self, Fut, F> in take_while() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | mod.rs | 28 mod take_while; module
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | mod.rs | 28 mod take_while; module
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | mod.rs | 28 mod take_while; module
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | mod.rs | 28 mod take_while; module
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | mod.rs | 28 mod take_while; module
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests_disabled/ |
D | stream.rs | 138 fn take_while() { in take_while() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/fallible-iterator/src/ |
D | test.rs | 375 fn take_while() { in take_while() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/iter/adapters/ |
H A D | mod.rs | 23 mod take_while; module
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/iter/adapters/ |
H A D | mod.rs | 23 mod take_while; module
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/iter/adapters/ |
H A D | mod.rs | 23 mod take_while; module
|