Searched defs:to_vec (Results 1 - 3 of 3) sorted by relevance
| /third_party/skia/include/private/ |
| H A D | SkVx.h | 242 SINT Vec <N,T> to_vec(const VExt<N,T>& v) { return bit_pun<Vec <N,T>>(v); } in to_vec() function [all...] |
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | bn.rs | 819 pub fn to_vec(&self) -> Vec<u8> { in to_vec() functions
|
| /third_party/rust/crates/memchr/bench/data/code/ |
| H A D | rust-library.rs | 22133 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { to_vec() functions 22138 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> to_vec() functions 22181 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { to_vec() functions 22420 pub fn to_vec(&self) -> Vec<T> to_vec() functions [all...] |
Completed in 39 milliseconds