Home
last modified time | relevance | path

Searched defs:take_until (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DArrayRef.h249 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
DStringRef.h599 [[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/
DArrayRef.h249 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
DStringRef.h595 [[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/
DArrayRef.h249 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
DStringRef.h599 [[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 DArrayRef.h225 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 DStringRef.h626 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 DArrayRef.h242 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 DStringRef.h635 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 DArrayRef.h247 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 DStringRef.h591 [[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/
DArrayRef.h249 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
DStringRef.h599 [[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/
Dmod.rs156 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/
Dbyte.rs291 macro_rules! take_until { macro
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dstream.rs402 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 Dstreaming.rs446 pub fn take_until<T, Input, Error: ParseError<Input>>( in take_until() function
H A Dcomplete.rs435 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/
Dstreaming.rs446 pub fn take_until<T, Input, Error: ParseError<Input>>( in take_until() function
Dcomplete.rs435 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/
Dmod.rs1098 pub fn take_until<T, I, Error: ParserError<I>>( in take_until() function