Home
last modified time | relevance | path

Searched defs:ArrayType (Results 1 – 6 of 6) sorted by relevance

/system/host/banjo/include/banjo/
A Dcoded_ast.h169 struct ArrayType : public Type { struct
170 ArrayType(std::string name, const Type* element_type, uint32_t array_size, in ArrayType() argument
175 const Type* const element_type;
176 const uint32_t element_size;
A Dflat_ast.h210 struct ArrayType : public Type { struct
211 ArrayType(uint32_t size, std::unique_ptr<Type> element_type, Size element_count) in ArrayType() function
220 const auto& o = static_cast<const ArrayType&>(other); in Compare() argument
A Draw_ast.h256ArrayType(SourceElement const& element, std::unique_ptr<Type> element_type, std::unique_ptr<Consta… in ArrayType() function
/system/host/fidl/include/fidl/
A Dcoded_ast.h200 struct ArrayType : public Type { struct
201 ArrayType(std::string name, const Type* element_type, uint32_t array_size, in ArrayType() function
206 const Type* const element_type;
207 const uint32_t element_size;
A Dflat_ast.h510 struct ArrayType : public Type { struct
511 ArrayType(SourceLocation name, std::unique_ptr<Type> element_type, in ArrayType() function
522 const auto& o = static_cast<const ArrayType&>(other); in Compare() argument
A Draw_ast.h245ArrayType(SourceElement const& element, std::unique_ptr<Type> element_type, std::unique_ptr<Consta… in ArrayType() function

Completed in 74 milliseconds