Searched refs:IsBooleanType (Results 1 – 6 of 6) sorted by relevance
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()