/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | slice.rs | 110 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 D | slice.rs | 110 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 D | slice.rs | 110 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 D | slice.rs | 110 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 D | slice.rs | 110 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 D | ieee80211.rs | 31 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/ |
D | tests.rs | 94 fn to_vec(self) -> Vec<u8> { in to_vec() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/ |
D | test_packet.rs | 21 pub fn to_vec(&self, payload: &[u8]) -> Vec<u8> { in to_vec() method
|
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/ |
H A D | lib.rs | 65 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/ |
D | mod.rs | 88 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 D | buffer.rs | 136 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 D | buffer.rs | 138 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 D | buffer.rs | 136 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 D | buffer.rs | 138 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 D | buffer.rs | 138 fn to_vec(b: Buffer) -> Vec<u8> { in from() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/octets/src/ |
D | lib.rs | 309 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 D | arena.rs | 107 fn to_vec(&self) -> Vec<&Region> { in to_vec() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/data_types/ |
D | unaligned_slice.rs | 126 pub fn to_vec(&self) -> Vec<T> { in to_vec() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/util/ |
D | shape.rs | 190 fn to_vec(&self) -> Vec<Shape> { in to_vec() method
|
/aosp_15_r20/external/rust/crates/uefi/src/data_types/ |
D | unaligned_slice.rs | 126 pub fn to_vec(&self) -> Vec<T> { in to_vec() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/ |
D | range_map.rs | 945 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 D | lib.rs | 214 pub fn to_vec(&self) -> Vec<bool> { in to_vec() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/ |
D | feedback_arc_set.rs | 435 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 D | matrix_test.cc | 316 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/ |
D | preamble.rs | 203 fn to_vec(&self) -> Result<Vec<u8>, SerializeError> { in to_vec() method
|