Home
last modified time | relevance | path

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

/system/host/banjo/include/banjo/
A Dcoded_ast.h179 struct StringType : public Type { struct
180 StringType(std::string name, uint32_t max_size, types::Nullability nullability) in StringType() function
184 const uint32_t max_size;
185 const types::Nullability nullability;
A Dflat_ast.h244 struct StringType : public Type { struct
245 StringType(Size max_size, types::Nullability nullability) in StringType() function
251 const auto& o = static_cast<const StringType&>(other); in Compare() argument
A Draw_ast.h281StringType(SourceElement const& element, std::unique_ptr<Constant> maybe_element_count, types::Nul… in StringType() function
/system/host/fidl/include/fidl/
A Dcoded_ast.h210 struct StringType : public Type { struct
211 StringType(std::string name, uint32_t max_size, types::Nullability nullability) in StringType() function
215 const uint32_t max_size;
216 const types::Nullability nullability;
A Dflat_ast.h549 struct StringType : public Type { struct
550 StringType(SourceLocation name, std::unique_ptr<Constant> max_size, in StringType() argument
558 const auto& o = static_cast<const StringType&>(other); in Compare() argument
A Draw_ast.h270StringType(SourceElement const& element, std::unique_ptr<Constant> maybe_element_count, types::Nul… in StringType() function

Completed in 21 milliseconds