Lines Matching defs:into_owned
337 pub fn into_owned(self) -> FindIter<'h, 'static> {
341 finder: self.finder.into_owned(),
403 pub fn into_owned(self) -> FindRevIter<'h, 'static> {
406 finder: self.finder.into_owned(),
445 /// When the `std` feature is enabled, then this type has an `into_owned`
531 pub fn into_owned(self) -> Finder<'static> {
532 Finder { searcher: self.searcher.into_owned() }
572 /// When the `std` feature is enabled, then this type has an `into_owned`
662 pub fn into_owned(self) -> FinderRev<'static> {
663 FinderRev { searcher: self.searcher.into_owned() }
902 fn into_owned(self) -> Searcher<'static> {
919 needle: self.needle.into_owned(),
1090 fn into_owned(self) -> SearcherRev<'static> {
1099 needle: self.needle.into_owned(),