Searched refs:IsStructType (Results 1 – 12 of 12) sorted by relevance
53 bool ASTStructType::IsStructType() in IsStructType() function in OHOS::Idl::ASTStructType
125 bool ASTType::IsStructType() in IsStructType() function in OHOS::Idl::ASTType
91 bool IsStructType() override;
128 virtual bool IsStructType();
82 bool IsStructType() override;
114 virtual bool IsStructType();
108 bool ASTType::IsStructType() in IsStructType() function in OHOS::HDI::ASTType
41 bool ASTStructType::IsStructType() in IsStructType() function in OHOS::HDI::ASTStructType
556 …if (elementType_->IsStructType() || elementType_->IsStringType() || elementType_->IsNativeBufferTy… in EmitMemoryRecycle()
193 astType->IsEnumType() || astType->IsStructType() || astType->IsUnionType()) { in GetTypeEmitter()
494 if (type->IsStructType() || type->IsUnionType()) { in EmitOutVarMemInitialize()
433 if (type->IsStructType() || type->IsUnionType()) { in EmitOutVarMemInitialize()