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

/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dtype_shape.h41 TypeShape& Typeshape() { return typeshape_; } function in class:FieldShape
42 TypeShape Typeshape() const { return typeshape_; } function in class:FieldShape
/fuchsia/zircon/system/host/fidl/lib/
H A Dflat_ast.cpp136 TypeShape typeshape = field->Typeshape();
164 max_handles = std::max(max_handles, fieldshape.Typeshape().MaxHandles());
165 max_out_of_line = std::max(max_out_of_line, fieldshape.Typeshape().MaxOutOfLine());
1394 if (!CompileType(param.type.get(), &param.fieldshape.Typeshape()))
1446 if (!CompileType(member.type.get(), &member.fieldshape.Typeshape()))
1523 if (!CompileType(member.type.get(), &member.fieldshape.Typeshape()))

Completed in 27 milliseconds