Home
last modified time | relevance | path

Searched defs:unionType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H A Dhdi_code_emitter.cpp292 AutoPtr<ASTUnionType> unionType = (static_cast<ASTUnionType*>(astType.Get())); in NewUnionTypeEmitter() local
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcpp_custom_types_code_emitter.cpp173 AutoPtr<ASTUnionType> unionType = dynamic_cast<ASTUnionType *>(type.Get()); in EmitCustomTypeDecl() local
H A Dc_custom_types_code_emitter.cpp161 AutoPtr<ASTUnionType> unionType = dynamic_cast<ASTUnionType *>(type.Get()); in EmitCustomTypeDecl() local
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1458 AutoPtr<ASTUnionType> unionType = new ASTUnionType; in ParseUnionDeclaration() local
1497 void Parser::ParseUnionMember(const AutoPtr<ASTUnionType> &unionType) in ParseUnionMember()
1537const AutoPtr<ASTUnionType> &unionType, const AutoPtr<ASTType> &type, const std::string &name) con… in AddUnionMember() argument
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp1226 AutoPtr<ASTUnionType> unionType = new ASTUnionType; in ParseUnionDeclaration() local
1265 void Parser::ParseUnionMember(const AutoPtr<ASTUnionType> &unionType) in ParseUnionMember()
1306const AutoPtr<ASTUnionType> &unionType, const AutoPtr<ASTType> &type, const std::string &name) con… in AddUnionMember() argument