Searched refs:ASTUintType (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast_uint_type.cpp | 13 bool ASTUintType::IsUintType() in IsUintType() 18 std::string ASTUintType::ToString() const in ToString() 23 TypeKind ASTUintType::GetTypeKind() in GetTypeKind() 28 std::string ASTUintType::EmitCType(TypeMode mode) const in EmitCType() 44 std::string ASTUintType::EmitCppType(TypeMode mode) const in EmitCppType() 60 std::string ASTUintType::EmitJavaType(TypeMode mode, bool isInnerType) const in EmitJavaType() 66 void ASTUintType::EmitCWriteVar(const std::string &parcelName, const std::string &name, const std::… in EmitCWriteVar() 76 void ASTUintType::EmitCProxyReadVar(const std::string &parcelName, const std::string &name, bool is… in EmitCProxyReadVar() 96 void ASTUintType::EmitCppWriteVar(const std::string &parcelName, const std::string &name, StringBui… in EmitCppWriteVar() 105 void ASTUintType::EmitCppReadVar(const std::string &parcelName, const std::string &name, StringBuil… in EmitCppReadVar() [all …]
|
H A D | ast_uint_type.h | 16 class ASTUintType : public ASTType { 18 ASTUintType() : ASTType(TypeKind::TYPE_UINT, true) {} in ASTUintType() function
|
H A D | ast.cpp | 28 {"unsigned int", new ASTUintType() },
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/base/ |
H A D | ast_uint_type.cpp | 20 std::string ASTUintType::GetSignature() in GetSignature() 25 bool ASTUintType::IsUintType() in IsUintType() 30 std::string ASTUintType::ToString() const in ToString() 35 TypeKind ASTUintType::GetTypeKind() in GetTypeKind()
|
H A D | ast_uint_type.h | 23 class ASTUintType : public ASTType { 25 ASTUintType() : ASTType(true) {} in ASTUintType() function
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast.cpp | 38 {"unsigned int", new ASTUintType() },
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/ |
H A D | c_service_stub_code_emitter.cpp | 585 AutoPtr<HdiTypeEmitter> typeEmitter = GetTypeEmitter(new ASTUintType()); in EmitStubGetVerMethodImpl()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
H A D | c_service_stub_code_emitter.cpp | 523 AutoPtr<ASTType> type = new ASTUintType(); in EmitStubGetVerMethodImpl()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/ |
H A D | parser.cpp | 614 type = new ASTUintType(); in CreateGetVersionMethod()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | parser.cpp | 785 type = new ASTUintType(); in CreateGetVersionMethod()
|