Searched refs:element_typeshape (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/host/fidl/lib/
H A Dflat_ast.cpp1629 TypeShape element_typeshape; local
1630 if (!CompileType(array_type->element_type.get(), &element_typeshape))
1632 *out_typeshape = ArrayTypeShape(element_typeshape, array_type->element_count.Value());
1638 TypeShape element_typeshape; local
1639 if (!CompileType(vector_type->element_type.get(), &element_typeshape))
1646 *out_typeshape = VectorTypeShape(element_typeshape, max_element_count);

Completed in 27 milliseconds