Home
last modified time | relevance | path

Searched refs:IsDoubleType (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_double_type.cpp25 bool ASTDoubleType::IsDoubleType() in IsDoubleType() function in OHOS::Idl::ASTDoubleType
H A Dast_double_type.h28 bool IsDoubleType() override;
H A Dast_type.cpp70 bool ASTType::IsDoubleType() in IsDoubleType() function in OHOS::Idl::ASTType
H A Dast_type.h50 virtual bool IsDoubleType();
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/base/
H A Dast_double_type.cpp25 bool ASTDoubleType::IsDoubleType() in IsDoubleType() function in OHOS::Idl::ASTDoubleType
H A Dast_double_type.h29 bool IsDoubleType() override;
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_type.cpp100 bool ASTType::IsDoubleType() in IsDoubleType() function in OHOS::Idl::ASTType
H A Dast_type.h118 virtual bool IsDoubleType();
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_double_type.h20 bool IsDoubleType() override;
H A Dast_type.h104 virtual bool IsDoubleType();
H A Dast_double_type.cpp13 bool ASTDoubleType::IsDoubleType() in IsDoubleType() function in OHOS::HDI::ASTDoubleType
H A Dast_type.cpp83 bool ASTType::IsDoubleType() in IsDoubleType() function in OHOS::HDI::ASTType
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_builder.cpp467 } else if (type->IsDoubleType()) { in Type2Kind()
/ohos5.0/foundation/ability/idl_tool/metadata/
H A Dmetadata_builder.cpp475 } else if (type->IsDoubleType()) { in Type2Kind()