Home
last modified time | relevance | path

Searched refs:IsArrayType (Results 1 – 9 of 9) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_array_type.h31 bool IsArrayType() override;
164 bool IsArrayType() override;
Dast_parameter.cpp225 if (type_->IsStringType() || type_->IsArrayType() || type_->IsListType()) { in EmitCProxyWriteOutVar()
241 if (type_->IsStringType() || type_->IsArrayType() || type_->IsListType()) { in EmitCStubReadOutVar()
Dast_type.h122 virtual bool IsArrayType();
Dast_type.cpp128 bool ASTType::IsArrayType() in IsArrayType() function in OHOS::HDI::ASTType
Dast_array_type.cpp14 bool ASTArrayType::IsArrayType() in IsArrayType() function in OHOS::HDI::ASTArrayType
1253 bool ASTListType::IsArrayType() in IsArrayType() function in OHOS::HDI::ASTListType
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dc_code_emitter.cpp81 if (type->IsArrayType()) { in EmitNeedLoopVar()
Dcode_emitter.cpp100 (type->IsStringType() || type->IsArrayType() || type->IsListType())) { in NeedFlag()
Dcpp_service_stub_code_emitter.cpp489 if (!type->IsStringType() && !type->IsArrayType() && !type->IsListType()) { in EmitLocalVariable()
Dc_service_stub_code_emitter.cpp442 } else if (type->IsStringType() || type->IsArrayType() || type->IsListType()) { in EmitOutVarMemInitialize()