Home
last modified time | relevance | path

Searched refs:IsIntegerType (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_integer_type.cpp25 bool ASTIntegerType::IsIntegerType() in IsIntegerType() function in OHOS::Idl::ASTIntegerType
H A Dast_integer_type.h27 bool IsIntegerType() override;
H A Dast_type.cpp55 bool ASTType::IsIntegerType() in IsIntegerType() function in OHOS::Idl::ASTType
H A Dast_type.h44 virtual bool IsIntegerType();
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/base/
H A Dast_integer_type.cpp25 bool ASTIntegerType::IsIntegerType() in IsIntegerType() function in OHOS::Idl::ASTIntegerType
H A Dast_integer_type.h29 bool IsIntegerType() override;
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_type.cpp60 bool ASTType::IsIntegerType() in IsIntegerType() function in OHOS::Idl::ASTType
H A Dast_type.h102 virtual bool IsIntegerType();
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_integer_type.h20 bool IsIntegerType() override;
H A Dast_type.h90 virtual bool IsIntegerType();
H A Dast_integer_type.cpp13 bool ASTIntegerType::IsIntegerType() in IsIntegerType() function in OHOS::HDI::ASTIntegerType
H A Dast_type.cpp48 bool ASTType::IsIntegerType() in IsIntegerType() function in OHOS::HDI::ASTType
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp91 inline bool IsIntegerType(reflection::BaseType inType) in IsIntegerType() function
103 return IsIntegerType(inType) || IsRealType(inType); in IsScalarType()
575 if (IsIntegerType(baseType) && (inType.index() != INDEX_OF_NOT_ENUM)) { in CheckFieldTypeSupport()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_builder.cpp461 } else if (type->IsIntegerType()) { in Type2Kind()
/ohos5.0/foundation/ability/idl_tool/metadata/
H A Dmetadata_builder.cpp469 } else if (type->IsIntegerType()) { in Type2Kind()