Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_module.cpp28 floatType_ = new ASTFloatType(); in ASTModule()
39 types_["float"] = floatType_.Get(); in ASTModule()
H A Dast_module.h139 AutoPtr<ASTFloatType> floatType_; variable