Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus/jsparagus/emit/
H A Dpython.py68 def map_with_offset(args: typing.Iterable[OutputExpr]) -> typing.Iterator[str]: function
77 yield next(map_with_offset([typing.cast(OutputExpr, a.inner)]))
85 out.write("{}{} = {}\n".format(indent, act.set_to, next(map_with_offset(act.args))))
90 ", ".join(map_with_offset(act.args))
H A Drust.py110 def map_with_offset(args): function
117 for offset in map_with_offset([a.inner]):
120 for var in map_with_offset(act.args):
280 def map_with_offset(args, unpack): function
288 yield "Some({})".format(next(map_with_offset([a.inner], unpack)))
327 ", ".join(map_with_offset(act.args, unpack)))
331 value = next(map_with_offset(act.args, no_unpack))
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus/jsparagus/emit/
H A Dpython.py102 def map_with_offset(args: typing.Iterable[OutputExpr]) -> typing.Iterator[str]: function
111 yield next(map_with_offset([typing.cast(OutputExpr, a.inner)]))
119 out.write("{}{} = {}\n".format(indent, act.set_to, next(map_with_offset(act.args))))
124 ", ".join(map_with_offset(act.args))
H A Drust.py155 def map_with_offset(args): function
162 for offset in map_with_offset([a.inner]):
165 for var in map_with_offset(act.args):
425 def map_with_offset(args, unpack): function
433 yield "Some({})".format(next(map_with_offset([a.inner], unpack)))
472 ", ".join(map_with_offset(act.args, unpack)))
476 value = next(map_with_offset(act.args, no_unpack))
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus/jsparagus/emit/
H A Dpython.py102 def map_with_offset(args: typing.Iterable[OutputExpr]) -> typing.Iterator[str]: function
111 yield next(map_with_offset([typing.cast(OutputExpr, a.inner)]))
119 out.write("{}{} = {}\n".format(indent, act.set_to, next(map_with_offset(act.args))))
124 ", ".join(map_with_offset(act.args))
H A Drust.py155 def map_with_offset(args): function
162 for offset in map_with_offset([a.inner]):
165 for var in map_with_offset(act.args):
425 def map_with_offset(args, unpack): function
433 yield "Some({})".format(next(map_with_offset([a.inner], unpack)))
472 ", ".join(map_with_offset(act.args, unpack)))
476 value = next(map_with_offset(act.args, no_unpack))
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus/jsparagus/emit/
H A Dpython.py102 def map_with_offset(args: typing.Iterable[OutputExpr]) -> typing.Iterator[str]: function
111 yield next(map_with_offset([typing.cast(OutputExpr, a.inner)]))
119 out.write("{}{} = {}\n".format(indent, act.set_to, next(map_with_offset(act.args))))
124 ", ".join(map_with_offset(act.args))
H A Drust.py155 def map_with_offset(args): function
162 for offset in map_with_offset([a.inner]):
165 for var in map_with_offset(act.args):
425 def map_with_offset(args, unpack): function
433 yield "Some({})".format(next(map_with_offset([a.inner], unpack)))
472 ", ".join(map_with_offset(act.args, unpack)))
476 value = next(map_with_offset(act.args, no_unpack))