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

/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dtype_shape.h37 : typeshape_(typeshape), offset_(offset) {}
41 TypeShape& Typeshape() { return typeshape_; }
42 TypeShape Typeshape() const { return typeshape_; }
44 uint32_t Size() const { return typeshape_.Size(); }
45 uint32_t Alignment() const { return typeshape_.Alignment(); }
46 uint32_t Depth() const { return typeshape_.Depth(); }
48 uint32_t MaxHandles() const { return typeshape_.MaxHandles(); }
49 uint32_t MaxOutOfLine() const { return typeshape_.MaxOutOfLine(); }
51 void SetTypeshape(TypeShape typeshape) { typeshape_ = typeshape; }
55 TypeShape typeshape_; member in class:FieldShape
[all...]

Completed in 67 milliseconds