Home
last modified time | relevance | path

Searched defs:into_owned (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/memchr/src/
Dcow.rs62 pub fn into_owned(self) -> CowBytes<'static> { in into_owned() method
/external/rust/crates/litrs/src/string/
Dmod.rs103 pub fn into_owned(self) -> StringLit<String> { in into_owned() method
/external/rust/crates/litrs/src/bytestr/
Dmod.rs106 pub fn into_owned(self) -> ByteStringLit<String> { in into_owned() method
/external/rust/crates/memchr/src/memmem/
Dmod.rs494 pub fn into_owned(self) -> Finder<'static> { in into_owned() method
625 pub fn into_owned(self) -> FinderRev<'static> { in into_owned() method
869 fn into_owned(self) -> Searcher<'static> { in into_owned() method
1065 fn into_owned(self) -> SearcherRev<'static> { in into_owned() method
/external/rust/crates/litrs/src/
Dlib.rs185 pub fn into_owned(self) -> OwnedLiteral { in into_owned() method
/external/rust/crates/form_urlencoded/src/
Dlib.rs86 pub fn into_owned(self) -> ParseIntoOwned<'a> { in into_owned() method
/external/rust/crates/serde_json/src/
Draw.rs130 fn into_owned(raw_value: Box<Self>) -> Box<str> { in into_owned() method
/external/rust/crates/crossbeam-epoch/src/
Datomic.rs881 pub unsafe fn into_owned(self) -> Owned<T> { in into_owned() method
1546 pub unsafe fn into_owned(self) -> Owned<T> { in into_owned() method
/external/rust/crates/bstr/src/
Dext_slice.rs3070 pub fn into_owned(self) -> Finder<'static> { in into_owned() method
3153 pub fn into_owned(self) -> FinderReverse<'static> { in into_owned() method
/external/rust/crates/quiche/src/
Dpacket.rs199 pub fn into_owned(self) -> ConnectionId<'static> { in into_owned() method
/external/rust/crates/hashbrown/src/
Dmap.rs4373 fn into_owned(self) -> K in into_owned() method