Home
last modified time | relevance | path

Searched refs:IsBooleanType (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_boolean_type.cpp25 bool ASTBooleanType::IsBooleanType() in IsBooleanType() function in OHOS::Idl::ASTBooleanType
H A Dast_boolean_type.h28 bool IsBooleanType() override;
H A Dast_type.cpp40 bool ASTType::IsBooleanType() in IsBooleanType() function in OHOS::Idl::ASTType
H A Dast_type.h38 virtual bool IsBooleanType();
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/base/
H A Dast_boolean_type.cpp25 bool ASTBooleanType::IsBooleanType() in IsBooleanType() function in OHOS::Idl::ASTBooleanType
H A Dast_boolean_type.h29 bool IsBooleanType() override;
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_type.cpp45 bool ASTType::IsBooleanType() in IsBooleanType() function in OHOS::Idl::ASTType
H A Dast_type.h96 virtual bool IsBooleanType();
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_boolean_type.h20 bool IsBooleanType() override;
H A Dast_array_type.cpp86 if (!elementType_->IsBooleanType() && elementType_->IsPod()) { in EmitCWriteVar()
157 if (!elementType_->IsBooleanType() && elementType_->IsPod()) { in EmitCProxyReadVar()
208 if (!elementType_->IsBooleanType() && elementType_->IsPod()) { in EmitCStubReadVar()
296 if (!elementType_->IsBooleanType() && elementType_->IsPod()) { in EmitCppWriteVar()
310 if (!elementType_->IsBooleanType() && elementType_->IsPod()) { in EmitCppWriteVar()
335 if (!elementType_->IsBooleanType() && elementType_->IsPod()) { in EmitCppReadVar()
363 if (!elementType_->IsBooleanType() && elementType_->IsPod()) { in EmitCMarshalling()
407 if (!elementType_->IsBooleanType() && elementType_->IsPod()) { in EmitCUnMarshalling()
488 if (!elementType_->IsBooleanType() && elementType_->IsPod()) { in EmitCppMarshalling()
517 if (!elementType_->IsBooleanType() && elementType_->IsPod()) { in EmitCppUnMarshalling()
H A Dast_type.h84 virtual bool IsBooleanType();
H A Dast_boolean_type.cpp13 bool ASTBooleanType::IsBooleanType() in IsBooleanType() function in OHOS::HDI::ASTBooleanType
H A Dast_type.cpp33 bool ASTType::IsBooleanType() in IsBooleanType() function in OHOS::HDI::ASTType
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dc_code_emitter.cpp68 return elementType->IsBooleanType() ? true : false; in EmitNeedLoopVar()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dhdi_c_code_emitter.cpp115 return elementType->IsBooleanType() ? true : false; in EmitNeedLoopVar()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_builder.cpp455 } else if (type->IsBooleanType()) { in Type2Kind()
/ohos5.0/foundation/ability/idl_tool/metadata/
H A Dmetadata_builder.cpp463 } else if (type->IsBooleanType()) { in Type2Kind()