Home
last modified time | relevance | path

Searched refs:GetTypeDefintion (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dcpp_custom_types_code_emitter.cpp159 AutoPtr<HdiTypeEmitter> typeEmitter = GetTypeEmitter(ast_->GetTypeDefintion(i)); in EmitCustomTypeDecls()
170 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeFuncDecl()
238 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDataProcess()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcpp_custom_types_code_emitter.cpp151 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDecls()
185 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeFuncDecl()
264 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDataProcess()
H A Dc_custom_types_code_emitter.cpp139 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDecls()
173 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeFuncDecl()
257 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDataProcess()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast.h153 AutoPtr<ASTType> GetTypeDefintion(size_t index);
H A Dast.cpp196 AutoPtr<ASTType> AST::GetTypeDefintion(size_t index) in GetTypeDefintion() function in OHOS::HDI::AST
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast.h173 AutoPtr<ASTType> GetTypeDefintion(size_t index);
H A Dast.cpp269 AutoPtr<ASTType> AST::GetTypeDefintion(size_t index) in GetTypeDefintion() function in OHOS::Idl::AST
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dc_custom_types_code_emitter.cpp146 AutoPtr<HdiTypeEmitter> typeEmitter = GetTypeEmitter(ast_->GetTypeDefintion(i)); in EmitCustomTypeDecls()
157 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeFuncDecl()
223 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDataProcess()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp2013 targetAst->AddTypeDefinition(sourceAst->GetTypeDefintion(i)); in MergeTypeDefinitions()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp2124 targetAst->AddTypeDefinition(sourceAst->GetTypeDefintion(i)); in MergeTypeDefinitions()