Home
last modified time | relevance | path

Searched defs:to_owned (Results 1 - 13 of 13) sorted by relevance

/third_party/rust/crates/foreign-types/foreign-types/src/
H A Dlib.rs259 fn to_owned(&self) -> $owned { in to_owned() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dmacros.rs217 fn to_owned(&self) -> $owned<T> { in to_owned() functions
H A Ddsa.rs74 fn to_owned(&self) -> Dsa<T> { in to_owned() functions
[all...]
H A Drsa.rs86 fn to_owned(&self) -> Rsa<T> { in to_owned() functions
H A Dec.rs496 pub fn to_owned(&self, group: &EcGroupRef) -> Result<EcPoint, ErrorStack> { in to_owned() functions
783 fn to_owned(&self) -> EcKey<T> { in to_owned() functions
H A Dasn1.rs559 pub fn to_owned(&self) -> Result<Asn1Integer, ErrorStack> { in to_owned() functions
H A Dpkey.rs149 fn to_owned(&self) -> PKey<T> { in to_owned() functions
H A Dbn.rs304 pub fn to_owned(&self) -> Result<BigNum, ErrorStack> { in to_owned() functions
/third_party/rust/crates/nom/src/
H A Dinternal.rs179 pub fn to_owned(self) -> Err<(Vec<u8>, ErrorKind)> { in to_owned() functions
188 pub fn to_owned(self) -> Err<(String, ErrorKind)> { in to_owned() functions
197 pub fn to_owned(self) -> Err<error::Error<Vec<u8>>> { in to_owned() functions
206 pub fn to_owned(self) -> Err<error::Error<String>> { in to_owned() functions
/third_party/rust/crates/os_str_bytes/src/
H A Draw_str.rs909 fn to_owned(&self) -> Self::Owned { in to_owned() functions
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs684 fn to_owned(&self) -> X509 { in to_owned() functions
1254 pub fn to_owned(&self) -> Result<X509Name, ErrorStack> { in to_owned() functions
1670 pub fn to_owned(&self) -> Result<X509Revoked, ErrorStack> { in to_owned() functions
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs1742 fn to_owned(&self) -> Self::Owned { in to_owned() functions
2110 fn to_owned(&self) -> SslSession { in to_owned() functions
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs15181 fn to_owned( functions
18871 fn to_owned(&self) -> Self::Owned; to_owned() functions
18901 fn to_owned(&self) -> T { to_owned() functions
22779 fn to_owned(&self) -> Vec<T> { to_owned() functions
22784 fn to_owned(&self) -> Vec<T> { to_owned() functions
[all...]

Completed in 51 milliseconds