Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
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
DStringRef.h626 StringRef take_until(function_ref<bool(char)> F) const { in take_until() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
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
DStringRef.h635 StringRef take_until(function_ref<bool(char)> F) const { in take_until() function
/external/rust/crates/futures/tests/
Dstream.rs328 fn take_until() { in take_until() function
/external/rust/crates/combine/src/parser/
Dbyte.rs306 macro_rules! take_until { macro
/external/rust/crates/futures-util/src/stream/stream/
Dmod.rs156 mod take_until; module
1037 fn take_until<Fut>(self, fut: Fut) -> TakeUntil<Self, Fut> in take_until() method
/external/rust/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