Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_module.cpp27 longType_ = new ASTLongType(); in ASTModule()
38 types_["long"] = longType_.Get(); in ASTModule()
H A Dast_module.h138 AutoPtr<ASTLongType> longType_; variable