Home
last modified time | relevance | path

Searched defs:to_owned (Results 1 – 25 of 26) sorted by relevance

12

/external/rust/crates/nom/src/
Dinternal.rs179 pub fn to_owned(self) -> Err<(Vec<u8>, ErrorKind)> { in to_owned() method
188 pub fn to_owned(self) -> Err<(String, ErrorKind)> { in to_owned() method
197 pub fn to_owned(self) -> Err<error::Error<Vec<u8>>> { in to_owned() method
206 pub fn to_owned(self) -> Err<error::Error<String>> { in to_owned() method
/external/rust/crates/litrs/src/byte/
Dmod.rs56 pub fn to_owned(&self) -> ByteLit<String> { in to_owned() method
/external/rust/crates/litrs/src/char/
Dmod.rs55 pub fn to_owned(&self) -> CharLit<String> { in to_owned() method
/external/rust/crates/xml-rs/src/
Dattribute.rs30 pub fn to_owned(&self) -> OwnedAttribute { in to_owned() method
Dname.rs92 pub fn to_owned(&self) -> OwnedName { in to_owned() method
/external/rust/crates/protobuf-parse/src/
Dprotobuf_ident.rs68 pub fn to_owned(&self) -> ProtobufIdent { in to_owned() method
Dprotobuf_rel_path.rs109 pub fn to_owned(&self) -> ProtobufRelPath { in to_owned() method
Dprotobuf_abs_path.rs86 pub fn to_owned(&self) -> ProtobufAbsPath { in to_owned() method
/external/rust/crates/jni/src/wrapper/strings/
Dffi_str.rs102 fn to_owned(&self) -> JNIString { in to_owned() method
/external/rust/crates/litrs/src/float/
Dmod.rs143 pub fn to_owned(&self) -> FloatLit<String> { in to_owned() method
/external/rust/crates/url/src/
Dhost.rs64 pub fn to_owned(&self) -> Host<String> { in to_owned() method
/external/rust/crates/webpki/src/name/
Ddns_name.rs125 pub fn to_owned(&self) -> DnsName { in to_owned() method
/external/rust/crates/litrs/src/integer/
Dmod.rs164 pub fn to_owned(&self) -> IntegerLit<String> { in to_owned() method
/external/rust/crates/der-parser/src/
Doid.rs168 pub fn to_owned(&self) -> Oid<'static> { in to_owned() method
/external/rust/crates/openssl/src/
Ddsa.rs73 fn to_owned(&self) -> Dsa<T> { in to_owned() method
Dec.rs462 pub fn to_owned(&self, group: &EcGroupRef) -> Result<EcPoint, ErrorStack> { in to_owned() method
728 fn to_owned(&self) -> EcKey<T> { in to_owned() method
Drsa.rs86 fn to_owned(&self) -> Rsa<T> { in to_owned() method
Dpkey.rs145 fn to_owned(&self) -> PKey<T> { in to_owned() method
Dbn.rs304 pub fn to_owned(&self) -> Result<BigNum, ErrorStack> { in to_owned() method
/external/rust/crates/regex-automata/src/
Dsparse.rs217 pub fn to_owned(&self) -> SparseDFA<Vec<u8>, S> { in to_owned() method
647 fn to_owned(&self) -> Repr<Vec<u8>, S> { in to_owned() method
Ddense.rs270 pub fn to_owned(&self) -> DenseDFA<Vec<S>, S> { in to_owned() method
1042 fn to_owned(&self) -> Repr<Vec<S>, S> { in to_owned() method
/external/rust/crates/serde_json/src/
Draw.rs144 fn to_owned(&self) -> Self::Owned { in to_owned() method
/external/rust/crates/os_str_bytes/src/
Draw_str.rs909 fn to_owned(&self) -> Self::Owned { in to_owned() method
/external/rust/crates/bstr/src/
Dimpls.rs148 fn to_owned(&self) -> BString { in to_owned() method
/external/rust/crates/openssl/src/x509/
Dmod.rs614 fn to_owned(&self) -> X509 { in to_owned() method

12