Home
last modified time | relevance | path

Searched refs:charType_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_module.cpp30 charType_ = new ASTCharType(); in ASTModule()
41 types_["char"] = charType_.Get(); in ASTModule()
H A Dast_module.h141 AutoPtr<ASTCharType> charType_; variable