Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.cpp163 bool isLastParaTypeIn = false; in EmitInterfaceMethodLastPara() local
171 isLastParaTypeIn = true; in EmitInterfaceMethodLastPara()
177 if (!isLastParaTypeIn) { in EmitInterfaceMethodLastPara()
289 bool isLastParaTypeIn = false; in EmitInterfaceProxyMethodImpl() local
297 isLastParaTypeIn = true; in EmitInterfaceProxyMethodImpl()
302 if (!isLastParaTypeIn) { in EmitInterfaceProxyMethodImpl()
531 bool isLastParaTypeIn = false; in EmitInterfaceStubMethodImpls() local
543 isLastParaTypeIn = true; in EmitInterfaceStubMethodImpls()
546 if (!isLastParaTypeIn) { in EmitInterfaceStubMethodImpls()
574 bool isLastParaTypeIn = false; in EmitInterfaceStubMethodImpl() local
[all …]