Searched defs:to_vec (Results 1 – 3 of 3) sorted by relevance
65 pub fn to_vec<T: Serialize>(x: T) -> Result<Vec<u8>, SerializationError> { in to_vec() function
785 pub fn to_vec(&self) -> Vec<u8> { in to_vec() method
1606 if (auto* to_vec = to_type->As<sem::Vector>()) { in GenerateCastOrCopyOrPassthrough() local