Home
last modified time | relevance | path

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

/third_party/flatbuffers/rust/flexbuffers/src/
Dlib.rs65 pub fn to_vec<T: Serialize>(x: T) -> Result<Vec<u8>, SerializationError> { in to_vec() function
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc1606 if (auto* to_vec = to_type->As<sem::Vector>()) { in GenerateCastOrCopyOrPassthrough() local