Home
last modified time | relevance | path

Searched refs:EmitCustomTypeDecl (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dcpp_custom_types_code_emitter.h41 void EmitCustomTypeDecl(StringBuilder &sb, const AutoPtr<ASTType> &type) const;
Dc_custom_types_code_emitter.h41 void EmitCustomTypeDecl(StringBuilder &sb, const AutoPtr<ASTType> &type) const;
Dcpp_custom_types_code_emitter.cpp152 EmitCustomTypeDecl(sb, type); in EmitCustomTypeDecls()
159 void CppCustomTypesCodeEmitter::EmitCustomTypeDecl(StringBuilder &sb, const AutoPtr<ASTType> &type)… in EmitCustomTypeDecl() function in OHOS::HDI::CppCustomTypesCodeEmitter
Dc_custom_types_code_emitter.cpp140 EmitCustomTypeDecl(sb, type); in EmitCustomTypeDecls()
147 void CCustomTypesCodeEmitter::EmitCustomTypeDecl(StringBuilder &sb, const AutoPtr<ASTType> &type) c… in EmitCustomTypeDecl() function in OHOS::HDI::CCustomTypesCodeEmitter