Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_module.cpp31 stringType_ = new ASTStringType(); in ASTModule()
42 types_["String"] = stringType_.Get(); in ASTModule()
H A Dast_module.h142 AutoPtr<ASTStringType> stringType_; variable