/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | ArrayRef.h | 249 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() function 435 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until() function
|
D | StringRef.h | 599 [[nodiscard]] StringRef take_until(function_ref<bool(char)> F) const { in take_until() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | ArrayRef.h | 249 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() function 435 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until() function
|
D | StringRef.h | 595 [[nodiscard]] StringRef take_until(function_ref<bool(char)> F) const { in take_until() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | ArrayRef.h | 249 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() function 435 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until() function
|
D | StringRef.h | 599 [[nodiscard]] StringRef take_until(function_ref<bool(char)> F) const { in take_until() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | ArrayRef.h | 225 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() function 403 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until() function
|
H A D | StringRef.h | 626 StringRef take_until(function_ref<bool(char)> F) const { in take_until() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ArrayRef.h | 242 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() function 419 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until() function
|
H A D | StringRef.h | 635 StringRef take_until(function_ref<bool(char)> F) const { in take_until() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | ArrayRef.h | 247 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() function 433 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until() function
|
H A D | StringRef.h | 591 [[nodiscard]] StringRef take_until(function_ref<bool(char)> F) const { in take_until() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | ArrayRef.h | 249 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() function 435 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until() function
|
D | StringRef.h | 599 [[nodiscard]] StringRef take_until(function_ref<bool(char)> F) const { in take_until() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/stream/ |
D | mod.rs | 156 mod take_until; module 1050 fn take_until<Fut>(self, fut: Fut) -> TakeUntil<Self, Fut> in take_until() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/ |
D | byte.rs | 291 macro_rules! take_until { macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/ |
D | stream.rs | 402 fn take_until() { in take_until() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/bytes/ |
H A D | streaming.rs | 446 pub fn take_until<T, Input, Error: ParseError<Input>>( in take_until() function
|
H A D | complete.rs | 435 pub fn take_until<T, Input, Error: ParseError<Input>>( in take_until() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/bytes/ |
D | streaming.rs | 446 pub fn take_until<T, Input, Error: ParseError<Input>>( in take_until() function
|
D | complete.rs | 435 pub fn take_until<T, Input, Error: ParseError<Input>>( in take_until() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/token/ |
D | mod.rs | 1098 pub fn take_until<T, I, Error: ParserError<I>>( in take_until() function
|