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

/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dtables_generator.h72 const coded::Type* CompileType(const flat::Type* type);
H A Dflat_ast.h642 bool CompileType(Type* type, TypeShape* out_type_metadata);
/fuchsia/zircon/system/host/fidl/lib/
H A Dtables_generator.cpp328 const coded::Type* TablesGenerator::CompileType(const flat::Type* type) { function in class:fidl::TablesGenerator
335 auto coded_element_type = CompileType(array_type->element_type.get());
350 auto coded_element_type = CompileType(vector_type->element_type.get());
502 auto coded_parameter_type = CompileType(parameter.type.get());
529 auto coded_member_type = CompileType(member.type.get());
543 auto coded_member_type = CompileType(member.type.get());
571 auto coded_member_type = CompileType(member.maybe_used->type.get());
H A Dflat_ast.cpp1311 if (!CompileType(const_declaration->type.get(), &typeshape)) {
1394 if (!CompileType(param.type.get(), &param.fieldshape.Typeshape()))
1446 if (!CompileType(member.type.get(), &member.fieldshape.Typeshape()))
1481 if (!CompileType(member.maybe_used->type.get(), &member.maybe_used->typeshape))
1523 if (!CompileType(member.type.get(), &member.fieldshape.Typeshape()))
1630 if (!CompileType(array_type->element_type.get(), &element_typeshape))
1639 if (!CompileType(vector_type->element_type.get(), &element_typeshape))
1767 bool Library::CompileType(Type* type, TypeShape* out_typeshape) { function in class:fidl::flat::Library

Completed in 84 milliseconds