Searched refs:IsBooleanType (Results 1 – 17 of 17) sorted by relevance
25 bool ASTBooleanType::IsBooleanType() in IsBooleanType() function in OHOS::Idl::ASTBooleanType
28 bool IsBooleanType() override;
40 bool ASTType::IsBooleanType() in IsBooleanType() function in OHOS::Idl::ASTType
38 virtual bool IsBooleanType();
29 bool IsBooleanType() override;
45 bool ASTType::IsBooleanType() in IsBooleanType() function in OHOS::Idl::ASTType
96 virtual bool IsBooleanType();
20 bool IsBooleanType() override;
86 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()
84 virtual bool IsBooleanType();
13 bool ASTBooleanType::IsBooleanType() in IsBooleanType() function in OHOS::HDI::ASTBooleanType
33 bool ASTType::IsBooleanType() in IsBooleanType() function in OHOS::HDI::ASTType
68 return elementType->IsBooleanType() ? true : false; in EmitNeedLoopVar()
115 return elementType->IsBooleanType() ? true : false; in EmitNeedLoopVar()
455 } else if (type->IsBooleanType()) { in Type2Kind()
463 } else if (type->IsBooleanType()) { in Type2Kind()