Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_uint_type.cpp13 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 Dast_uint_type.h16 class ASTUintType : public ASTType {
18 ASTUintType() : ASTType(TypeKind::TYPE_UINT, true) {} in ASTUintType() function
H A Dast.cpp28 {"unsigned int", new ASTUintType() },
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/base/
H A Dast_uint_type.cpp20 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 Dast_uint_type.h23 class ASTUintType : public ASTType {
25 ASTUintType() : ASTType(true) {} in ASTUintType() function
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast.cpp38 {"unsigned int", new ASTUintType() },
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dc_service_stub_code_emitter.cpp585 AutoPtr<HdiTypeEmitter> typeEmitter = GetTypeEmitter(new ASTUintType()); in EmitStubGetVerMethodImpl()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dc_service_stub_code_emitter.cpp523 AutoPtr<ASTType> type = new ASTUintType(); in EmitStubGetVerMethodImpl()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp614 type = new ASTUintType(); in CreateGetVersionMethod()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp785 type = new ASTUintType(); in CreateGetVersionMethod()