Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_module.cpp23 booleanType_ = new ASTBooleanType(); in ASTModule()
34 types_["boolean"] = booleanType_.Get(); in ASTModule()
H A Dast_module.h134 AutoPtr<ASTBooleanType> booleanType_; variable