Home
last modified time | relevance | path

Searched refs:IsStructType (Results 1 – 6 of 6) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_struct_type.h75 bool IsStructType() override;
Dast_type.h114 virtual bool IsStructType();
Dast_type.cpp108 bool ASTType::IsStructType() in IsStructType() function in OHOS::HDI::ASTType
Dast_struct_type.cpp28 bool ASTStructType::IsStructType() in IsStructType() function in OHOS::HDI::ASTStructType
Dast_array_type.cpp558 …if (elementType_->IsStructType() || elementType_->IsStringType() || elementType_->IsNativeBufferTy… in EmitMemoryRecycle()
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dc_service_stub_code_emitter.cpp433 if (type->IsStructType() || type->IsUnionType()) { in EmitOutVarMemInitialize()