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 D | streaming.rs | 9 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 D | complete.rs | 9 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/ |
D | streaming.rs | 9 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()
|
D | complete.rs | 9 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/ |
D | traits.rs | 930 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 D | traits.rs | 930 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 D | CHANGELOG.md | 943 …aits.rs`: `InputLength`, `InputIter`, `InputTake`, `Compare`, `FindToken`, `FindSubstring`, `Slice`
|
/aosp_15_r20/external/rust/android-crates-io/crates/nom/ |
D | CHANGELOG.md | 943 …aits.rs`: `InputLength`, `InputIter`, `InputTake`, `Compare`, `FindToken`, `FindSubstring`, `Slice`
|