Home
last modified time | relevance | path

Searched refs:FindSubstring (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/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()
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/bytes/
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()
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()
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/
Dtraits.rs930 pub trait FindSubstring<T> { interface
935 impl<'a, 'b> FindSubstring<&'b [u8]> for &'a [u8] { impl
969 impl<'a, 'b> FindSubstring<&'b str> for &'a [u8] { impl
975 impl<'a, 'b> FindSubstring<&'b str> for &'a str { impl
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/
H A Dtraits.rs930 pub trait FindSubstring<T> { trait
935 impl<'a, 'b> FindSubstring<&'b [u8]> for &'a [u8] { impl
969 impl<'a, 'b> FindSubstring<&'b str> for &'a [u8] { impl
975 impl<'a, 'b> FindSubstring<&'b str> for &'a str { impl
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/
H A DCHANGELOG.md943 …aits.rs`: `InputLength`, `InputIter`, `InputTake`, `Compare`, `FindToken`, `FindSubstring`, `Slice`
/aosp_15_r20/external/rust/android-crates-io/crates/nom/
DCHANGELOG.md943 …aits.rs`: `InputLength`, `InputIter`, `InputTake`, `Compare`, `FindToken`, `FindSubstring`, `Slice`