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

/fuchsia/zircon/system/host/fidl/lib/
H A Dflat_ast.cpp1628 bool Library::CompileArrayType(flat::ArrayType* array_type, TypeShape* out_typeshape) { argument
1632 *out_typeshape = ArrayTypeShape(element_typeshape, array_type->element_count.Value());
1636 bool Library::CompileVectorType(flat::VectorType* vector_type, TypeShape* out_typeshape) { argument
1646 *out_typeshape = VectorTypeShape(element_typeshape, max_element_count);
1650 bool Library::CompileStringType(flat::StringType* string_type, TypeShape* out_typeshape) { argument
1651 *out_typeshape = StringTypeShape(string_type->max_size.Value());
1655 bool Library::CompileHandleType(flat::HandleType* handle_type, TypeShape* out_typeshape) { argument
1657 *out_typeshape = kHandleTypeShape;
1662 TypeShape* out_typeshape) {
1671 *out_typeshape
1661 CompileRequestHandleType(flat::RequestHandleType* request_type, TypeShape* out_typeshape) argument
1675 CompilePrimitiveType(flat::PrimitiveType* primitive_type, TypeShape* out_typeshape) argument
1680 CompileIdentifierType(flat::IdentifierType* identifier_type, TypeShape* out_typeshape) argument
1767 CompileType(Type* type, TypeShape* out_typeshape) argument
[all...]

Completed in 23 milliseconds