Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/
H A 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
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dborrow.rs59 fn to_owned(&self) -> Self::Owned; in to_owned() method
88 fn to_owned(&self) -> T { in to_owned() function
H A Dslice.rs822 fn to_owned(&self) -> Vec<T> { in to_owned() method
827 fn to_owned(&self) -> Vec<T> { in to_owned() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dborrow.rs59 fn to_owned(&self) -> Self::Owned; in to_owned() method
88 fn to_owned(&self) -> T { in to_owned() function
H A Dslice.rs822 fn to_owned(&self) -> Vec<T> { in to_owned() method
827 fn to_owned(&self) -> Vec<T> { in to_owned() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Dborrow.rs59 fn to_owned(&self) -> Self::Owned; in to_owned() method
88 fn to_owned(&self) -> T { in to_owned() function
H A Dslice.rs859 fn to_owned(&self) -> Vec<T> { in to_owned() method
864 fn to_owned(&self) -> Vec<T> { in to_owned() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dborrow.rs59 fn to_owned(&self) -> Self::Owned; in to_owned() method
88 fn to_owned(&self) -> T { in to_owned() function
H A Dslice.rs859 fn to_owned(&self) -> Vec<T> { in to_owned() method
864 fn to_owned(&self) -> Vec<T> { in to_owned() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dborrow.rs59 fn to_owned(&self) -> Self::Owned; in to_owned() method
88 fn to_owned(&self) -> T { in to_owned() function
H A Dslice.rs859 fn to_owned(&self) -> Vec<T> { in to_owned() method
864 fn to_owned(&self) -> Vec<T> { in to_owned() method
/aosp_15_r20/external/rust/android-crates-io/crates/litrs/src/char/
Dmod.rs55 pub fn to_owned(&self) -> CharLit<String> { in to_owned() method
/aosp_15_r20/external/rust/android-crates-io/crates/litrs/src/byte/
Dmod.rs56 pub fn to_owned(&self) -> ByteLit<String> { in to_owned() method
/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/
Dattribute.rs31 pub fn to_owned(&self) -> OwnedAttribute { in to_owned() method
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/stream/
Dimpls.rs184 fn to_owned(&self) -> Self::Owned { in to_owned() method
431 fn to_owned(&self) -> Self::Owned { in to_owned() method
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/strings/
Dffi_str.rs102 fn to_owned(&self) -> JNIString { in to_owned() method
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/strings/
Dffi_str.rs102 fn to_owned(&self) -> JNIString { in to_owned() method
/aosp_15_r20/external/rust/android-crates-io/crates/litrs/src/float/
Dmod.rs143 pub fn to_owned(&self) -> FloatLit<String> { in to_owned() method
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Dmod.rs342 fn to_owned(&self) -> Self::Owned { in to_owned() method
529 fn to_owned(&self) -> Self::Owned { in to_owned() method
/aosp_15_r20/external/rust/crates/uefi/src/proto/device_path/
Dmod.rs342 fn to_owned(&self) -> Self::Owned { in to_owned() method
529 fn to_owned(&self) -> Self::Owned { in to_owned() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Dsparse.rs426 pub fn to_owned(&self) -> DFA<alloc::vec::Vec<u8>> { in to_owned() method
1480 fn to_owned(&self) -> Transitions<alloc::vec::Vec<u8>> { in to_owned() method
2052 fn to_owned(&self) -> StartTable<alloc::vec::Vec<u8>> { in to_owned() method
/aosp_15_r20/external/rust/android-crates-io/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

1234