Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/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