Home
last modified time | relevance | path

Searched defs:take_while (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/nom/src/bytes/
H A Dstreaming.rs188 pub fn take_while<F, Input, Error: ParseError<Input>>( in take_while() functions
H A Dcomplete.rs183 pub fn take_while<F, Input, Error: ParseError<Input>>( in take_while() functions
H A Dtests.rs354 fn take_while() { in take_while() functions
[all...]
/third_party/rust/crates/nom/src/
H A Dstr.rs160 fn take_while() { in take_while() functions
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DArrayRef.h219 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function in llvm::ArrayRef
396 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function in llvm::ArrayRef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DArrayRef.h236 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function in llvm::ArrayRef
412 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function in llvm::ArrayRef

Completed in 6 milliseconds