Searched refs:IsIntegerType (Results 1 – 15 of 15) sorted by relevance
25 bool ASTIntegerType::IsIntegerType() in IsIntegerType() function in OHOS::Idl::ASTIntegerType
27 bool IsIntegerType() override;
55 bool ASTType::IsIntegerType() in IsIntegerType() function in OHOS::Idl::ASTType
44 virtual bool IsIntegerType();
29 bool IsIntegerType() override;
60 bool ASTType::IsIntegerType() in IsIntegerType() function in OHOS::Idl::ASTType
102 virtual bool IsIntegerType();
20 bool IsIntegerType() override;
90 virtual bool IsIntegerType();
13 bool ASTIntegerType::IsIntegerType() in IsIntegerType() function in OHOS::HDI::ASTIntegerType
48 bool ASTType::IsIntegerType() in IsIntegerType() function in OHOS::HDI::ASTType
91 inline bool IsIntegerType(reflection::BaseType inType) in IsIntegerType() function103 return IsIntegerType(inType) || IsRealType(inType); in IsScalarType()575 if (IsIntegerType(baseType) && (inType.index() != INDEX_OF_NOT_ENUM)) { in CheckFieldTypeSupport()
461 } else if (type->IsIntegerType()) { in Type2Kind()
469 } else if (type->IsIntegerType()) { in Type2Kind()