Searched defs:ArrayType (Results 1 – 6 of 6) sorted by relevance
/system/host/banjo/include/banjo/ |
A D | coded_ast.h | 169 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 D | flat_ast.h | 210 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 D | raw_ast.h | 256 …ArrayType(SourceElement const& element, std::unique_ptr<Type> element_type, std::unique_ptr<Consta… in ArrayType() function
|
/system/host/fidl/include/fidl/ |
A D | coded_ast.h | 200 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 D | flat_ast.h | 510 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 D | raw_ast.h | 245 …ArrayType(SourceElement const& element, std::unique_ptr<Type> element_type, std::unique_ptr<Consta… in ArrayType() function
|
Completed in 74 milliseconds