Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_module.cpp24 byteType_ = new ASTByteType(); in ASTModule()
35 types_["byte"] = byteType_.Get(); in ASTModule()
H A Dast_module.h135 AutoPtr<ASTByteType> byteType_; variable