Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_byte_type.cpp25 bool ASTByteType::IsByteType() in IsByteType() function in OHOS::Idl::ASTByteType
H A Dast_byte_type.h28 bool IsByteType() override;
H A Dast_type.cpp45 bool ASTType::IsByteType() in IsByteType() function in OHOS::Idl::ASTType
H A Dast_type.h40 virtual bool IsByteType();
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/base/
H A Dast_byte_type.cpp25 bool ASTByteType::IsByteType() in IsByteType() function in OHOS::Idl::ASTByteType
H A Dast_byte_type.h29 bool IsByteType() override;
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_type.cpp50 bool ASTType::IsByteType() in IsByteType() function in OHOS::Idl::ASTType
H A Dast_type.h98 virtual bool IsByteType();
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_byte_type.h20 bool IsByteType() override;
H A Dast_type.h86 virtual bool IsByteType();
H A Dast_byte_type.cpp13 bool ASTByteType::IsByteType() in IsByteType() function in OHOS::HDI::ASTByteType
H A Dast_type.cpp38 bool ASTType::IsByteType() in IsByteType() function in OHOS::HDI::ASTType
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_builder.cpp457 } else if (type->IsByteType()) { in Type2Kind()
/ohos5.0/foundation/ability/idl_tool/metadata/
H A Dmetadata_builder.cpp465 } else if (type->IsByteType()) { in Type2Kind()