Searched refs:ASTBooleanType (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast_boolean_type.cpp | 13 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 D | ast_boolean_type.h | 16 class ASTBooleanType : public ASTType { 18 ASTBooleanType() : ASTType(TypeKind::TYPE_BOOLEAN, true) {} in ASTBooleanType() function
|
H A D | ast.cpp | 18 {"boolean", new ASTBooleanType() },
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/base/ |
H A D | ast_boolean_type.cpp | 20 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 D | ast_boolean_type.h | 23 class ASTBooleanType : public ASTType { 25 ASTBooleanType() : ASTType(true) {} in ASTBooleanType() function
|
/ohos5.0/foundation/ability/idl_tool/ast/ |
H A D | ast_boolean_type.cpp | 20 String ASTBooleanType::GetSignature() in GetSignature() 25 bool ASTBooleanType::IsBooleanType() in IsBooleanType() 30 String ASTBooleanType::ToString() in ToString()
|
H A D | ast_boolean_type.h | 24 class ASTBooleanType : public ASTType {
|
H A D | ast_module.h | 134 AutoPtr<ASTBooleanType> booleanType_;
|
H A D | ast_module.cpp | 23 booleanType_ = new ASTBooleanType(); in ASTModule()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast.cpp | 26 {"boolean", new ASTBooleanType() },
|