Home
last modified time | relevance | path

Searched defs:take_while (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DArrayRef.h219 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
DStringRef.h618 StringRef take_while(function_ref<bool(char)> F) const { in take_while() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DArrayRef.h236 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
DStringRef.h628 StringRef take_while(function_ref<bool(char)> F) const { in take_while() function
/third_party/rust/crates/nom/src/bytes/
Dstreaming.rs188 pub fn take_while<F, Input, Error: ParseError<Input>>( in take_while() function
Dcomplete.rs183 pub fn take_while<F, Input, Error: ParseError<Input>>( in take_while() function
/third_party/rust/crates/nom/src/
Dstr.rs160 fn take_while() { in take_while() function