Searched refs:customUnwrap (Results 1 – 1 of 1) sorted by relevance
273 def emit_parameter_encode_copy_unwrap_count(typeInfo, api, cgen, customUnwrap=None): argument278 customUnwrap and \279 origParam.paramName in customUnwrap and \280 "copyOp" in customUnwrap[origParam.paramName]283 customUnwrap and \284 origParam.paramName in customUnwrap and \285 "mapOp" in customUnwrap[origParam.paramName]288 customUnwrap[origParam.paramName]["copyOp"](cgen, origParam, localCopyParam)310 customUnwrap and \311 origParam.paramName in customUnwrap and \[all …]