Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_module.cpp25 shortType_ = new ASTShortType(); in ASTModule()
36 types_["short"] = shortType_.Get(); in ASTModule()
H A Dast_module.h136 AutoPtr<ASTShortType> shortType_; variable