Home
last modified time | relevance | path

Searched defs:to_vec (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dslice.rs110 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec() function
116 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> in to_vec() method
124 default fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
161 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
412 pub fn to_vec(&self) -> Vec<T> in to_vec() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dslice.rs110 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec() function
116 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> in to_vec() method
124 default fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
161 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
449 pub fn to_vec(&self) -> Vec<T> in to_vec() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Dslice.rs110 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec() function
116 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> in to_vec() method
124 default fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
161 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
449 pub fn to_vec(&self) -> Vec<T> in to_vec() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dslice.rs110 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec() function
116 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> in to_vec() method
124 default fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
161 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
412 pub fn to_vec(&self) -> Vec<T> in to_vec() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dslice.rs110 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec() function
116 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> in to_vec() method
124 default fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
161 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
449 pub fn to_vec(&self) -> Vec<T> in to_vec() method
/aosp_15_r20/tools/netsim/rust/packets/src/
H A Dieee80211.rs31 pub fn to_vec(&self) -> [u8; 6] { in to_vec() method
118 fn to_vec(self) -> anyhow::Result<Vec<u8>> { in to_vec() method
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/
Dtests.rs94 fn to_vec(self) -> Vec<u8> { in to_vec() method
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/
Dtest_packet.rs21 pub fn to_vec(&self, payload: &[u8]) -> Vec<u8> { in to_vec() method
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/
H A Dlib.rs65 pub fn to_vec<T: Serialize>(x: T) -> Result<Vec<u8>, SerializationError> { in to_vec() function
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/ser/
Dmod.rs88 pub fn to_vec<T: ?Sized>(value: &T) -> Result<Vec<u8>, Error> in to_vec() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dbuffer.rs136 fn to_vec(b: Buffer) -> Vec<u8> { in from() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dbuffer.rs138 fn to_vec(b: Buffer) -> Vec<u8> { in from() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dbuffer.rs136 fn to_vec(b: Buffer) -> Vec<u8> { in from() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dbuffer.rs138 fn to_vec(b: Buffer) -> Vec<u8> { in from() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dbuffer.rs138 fn to_vec(b: Buffer) -> Vec<u8> { in from() function
/aosp_15_r20/external/rust/android-crates-io/crates/octets/src/
Dlib.rs309 pub fn to_vec(&self) -> Vec<u8> { in to_vec() method
650 pub fn to_vec(&self) -> Vec<u8> { in to_vec() method
/aosp_15_r20/external/crosvm/ext2/src/
H A Darena.rs107 fn to_vec(&self) -> Vec<&Region> { in to_vec() method
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/data_types/
Dunaligned_slice.rs126 pub fn to_vec(&self) -> Vec<T> { in to_vec() method
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/util/
Dshape.rs190 fn to_vec(&self) -> Vec<Shape> { in to_vec() method
/aosp_15_r20/external/rust/crates/uefi/src/data_types/
Dunaligned_slice.rs126 pub fn to_vec(&self) -> Vec<T> { in to_vec() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/
Drange_map.rs945 fn to_vec(&self) -> Vec<(Range<K>, V)>; in to_vec() method
953 fn to_vec(&self) -> Vec<(Range<K>, V)> { in to_vec() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
H A Dlib.rs214 pub fn to_vec(&self) -> Vec<bool> { in to_vec() method
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/
Dfeedback_arc_set.rs435 fn to_vec(&self, container: &mut Container) -> Vec<Ix> { in to_vec() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dmatrix_test.cc316 auto to_vec = [](absl::string_view s) { in XLA_TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_no_allocation/
Dpreamble.rs203 fn to_vec(&self) -> Result<Vec<u8>, SerializeError> { in to_vec() method

12