Home
last modified time | relevance | path

Searched refs:FindSubstring (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/nom/src/bytes/
H A Dstreaming.rs9 Compare, CompareResult, FindSubstring, FindToken, InputIter, InputLength, InputTake,
450 Input: InputTake + InputLength + FindSubstring<T>, in take_until()
490 Input: InputTake + InputLength + FindSubstring<T>, in take_until1()
H A Dcomplete.rs9 Compare, CompareResult, FindSubstring, FindToken, InputIter, InputLength, InputTake,
439 Input: InputTake + FindSubstring<T>, in take_until()
475 Input: InputTake + FindSubstring<T>, in take_until1()
/third_party/rust/crates/nom/src/
H A Dtraits.rs930 pub trait FindSubstring<T> { traits
935 impl<'a, 'b> FindSubstring<&'b [u8]> for &'a [u8] { impls
969 impl<'a, 'b> FindSubstring<&'b str> for &'a [u8] { impls
975 impl<'a, 'b> FindSubstring<&'b str> for &'a str { in find_substring() impls

Completed in 4 milliseconds