Searched defs:subtype (Results 1 – 16 of 16) sorted by relevance
| /system/host/banjo/lib/ |
| A D | names.cpp | 43 std::string NamePrimitiveCType(types::PrimitiveSubtype subtype) { in NamePrimitiveCType() 76 std::string NamePrimitiveSubtype(types::PrimitiveSubtype subtype) { in NamePrimitiveSubtype() 109 std::string NamePrimitiveIntegerCConstantMacro(types::PrimitiveSubtype subtype) { in NamePrimitiveIntegerCConstantMacro() 146 std::string NameHandleSubtype(types::HandleSubtype subtype) { in NameHandleSubtype() 230 std::string NameHandleZXObjType(types::HandleSubtype subtype) { in NameHandleZXObjType() 401 std::string NameCodedHandle(types::HandleSubtype subtype, types::Nullability nullability) { in NameCodedHandle()
|
| A D | parser.cpp | 424 auto subtype = types::HandleSubtype::kHandle; in ParseHandleType() local 447 types::PrimitiveSubtype subtype; in ParsePrimitiveType() local 641 std::unique_ptr<raw::PrimitiveType> subtype; in ParseEnumDeclaration() local
|
| A D | ddk_generator.cpp | 1014 void DdkGenerator::GenerateIntegerDefine(StringView name, types::PrimitiveSubtype subtype, in GenerateIntegerDefine() 1020 void DdkGenerator::GeneratePrimitiveDefine(StringView name, types::PrimitiveSubtype subtype, in GeneratePrimitiveDefine() 1063 void DdkGenerator::GenerateIntegerTypedef(types::PrimitiveSubtype subtype, StringView name) { in GenerateIntegerTypedef() 1353 types::PrimitiveSubtype subtype = named_enum.enum_info.type; in ProduceEnumForwardDeclaration() local
|
| /system/host/fidl/lib/ |
| A D | names.cpp | 43 std::string NamePrimitiveCType(types::PrimitiveSubtype subtype) { in NamePrimitiveCType() 70 std::string NamePrimitiveSubtype(types::PrimitiveSubtype subtype) { in NamePrimitiveSubtype() 97 std::string NamePrimitiveIntegerCConstantMacro(types::PrimitiveSubtype subtype) { in NamePrimitiveIntegerCConstantMacro() 125 std::string NameHandleSubtype(types::HandleSubtype subtype) { in NameHandleSubtype() 211 std::string NameHandleZXObjType(types::HandleSubtype subtype) { in NameHandleZXObjType() 486 std::string NameCodedHandle(types::HandleSubtype subtype, types::Nullability nullability) { in NameCodedHandle()
|
| A D | c_generator.cpp | 617 void CGenerator::GenerateIntegerDefine(StringView name, types::PrimitiveSubtype subtype, in GenerateIntegerDefine() 623 void CGenerator::GeneratePrimitiveDefine(StringView name, types::PrimitiveSubtype subtype, in GeneratePrimitiveDefine() 654 void CGenerator::GenerateIntegerTypedef(types::PrimitiveSubtype subtype, StringView name) { in GenerateIntegerTypedef() 815 types::PrimitiveSubtype subtype = named_enum.enum_info.type->subtype; in ProduceEnumForwardDeclaration() local
|
| A D | parser.cpp | 449 auto subtype = types::HandleSubtype::kHandle; in ParseHandleType() local
|
| /system/host/banjo/include/banjo/ |
| A D | tree_visitor.h | 214 virtual void OnHandleSubtype(types::HandleSubtype subtype) { in OnHandleSubtype() 216 virtual void OnPrimitiveSubtype(types::PrimitiveSubtype subtype) { in OnPrimitiveSubtype()
|
| A D | raw_ast.h | 293 …HandleType(SourceElement const& element, types::HandleSubtype subtype, types::Nullability nullabil… in HandleType() 298 types::HandleSubtype subtype; variable 316 explicit PrimitiveType(SourceElement const& element, types::PrimitiveSubtype subtype) in PrimitiveType() 321 types::PrimitiveSubtype subtype; variable
|
| A D | coded_ast.h | 82 const types::PrimitiveSubtype subtype; member 90 const types::HandleSubtype subtype; member
|
| A D | flat_ast.h | 261 const types::HandleSubtype subtype; member 314 types::PrimitiveSubtype subtype; member
|
| /system/host/fidl/include/fidl/ |
| A D | tree_visitor.h | 217 virtual void OnHandleSubtype(types::HandleSubtype subtype) { in OnHandleSubtype() 219 virtual void OnPrimitiveSubtype(types::PrimitiveSubtype subtype) { in OnPrimitiveSubtype()
|
| A D | coded_ast.h | 92 const types::PrimitiveSubtype subtype; member 100 const types::HandleSubtype subtype; member
|
| A D | raw_ast.h | 282 …HandleType(SourceElement const& element, types::HandleSubtype subtype, types::Nullability nullabil… in HandleType() 287 types::HandleSubtype subtype; variable
|
| A D | flat_ast.h | 569 const types::HandleSubtype subtype; member 619 types::PrimitiveSubtype subtype; member
|
| /system/host/banjo/ |
| A D | schema.json | 554 "subtype": { object 576 "subtype": { object 618 "subtype": { object
|
| /system/host/fidl/ |
| A D | schema.json | 718 "subtype": { object 744 "subtype": { object 795 "subtype": { object
|
Completed in 54 milliseconds