Home
last modified time | relevance | path

Searched refs:ASTBooleanType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_boolean_type.cpp13 bool ASTBooleanType::IsBooleanType() in IsBooleanType()
18 std::string ASTBooleanType::ToString() const in ToString()
23 TypeKind ASTBooleanType::GetTypeKind() in GetTypeKind()
28 std::string ASTBooleanType::EmitCType(TypeMode mode) const in EmitCType()
44 std::string ASTBooleanType::EmitCppType(TypeMode mode) const in EmitCppType()
60 std::string ASTBooleanType::EmitJavaType(TypeMode mode, bool isInnerType) const in EmitJavaType()
75 void ASTBooleanType::EmitCProxyReadVar(const std::string &parcelName, const std::string &name, bool… in EmitCProxyReadVar()
95 void ASTBooleanType::EmitCppWriteVar(const std::string &parcelName, const std::string &name, String… in EmitCppWriteVar()
104 void ASTBooleanType::EmitCppReadVar(const std::string &parcelName, const std::string &name, StringB… in EmitCppReadVar()
155 void ASTBooleanType::EmitJavaWriteVar( in EmitJavaWriteVar()
[all …]
H A Dast_boolean_type.h16 class ASTBooleanType : public ASTType {
18 ASTBooleanType() : ASTType(TypeKind::TYPE_BOOLEAN, true) {} in ASTBooleanType() function
H A Dast.cpp18 {"boolean", new ASTBooleanType() },
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/base/
H A Dast_boolean_type.cpp20 std::string ASTBooleanType::GetSignature() in GetSignature()
25 bool ASTBooleanType::IsBooleanType() in IsBooleanType()
30 std::string ASTBooleanType::ToString() const in ToString()
35 TypeKind ASTBooleanType::GetTypeKind() in GetTypeKind()
H A Dast_boolean_type.h23 class ASTBooleanType : public ASTType {
25 ASTBooleanType() : ASTType(true) {} in ASTBooleanType() function
/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_boolean_type.cpp20 String ASTBooleanType::GetSignature() in GetSignature()
25 bool ASTBooleanType::IsBooleanType() in IsBooleanType()
30 String ASTBooleanType::ToString() in ToString()
H A Dast_boolean_type.h24 class ASTBooleanType : public ASTType {
H A Dast_module.h134 AutoPtr<ASTBooleanType> booleanType_;
H A Dast_module.cpp23 booleanType_ = new ASTBooleanType(); in ASTModule()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast.cpp26 {"boolean", new ASTBooleanType() },