Lines Matching refs:coroutine
45 coroutine: bool) -> str:
50 coroutine_fn='coroutine_fn ' if coroutine else '',
164 coroutine: bool) -> str:
166 'coroutine_fn': 'coroutine_fn ' if coroutine else '',
173 coroutine: bool) -> str:
177 proto=build_marshal_proto(name, coroutine))
193 coroutine: bool) -> str:
207 proto=build_marshal_proto(name, coroutine))
283 coroutine: bool) -> str:
292 if coroutine:
386 coroutine: bool) -> None:
401 ret_type, coroutine))
402 self._genh.add(gen_marshal_decl(name, coroutine))
404 self._gen_tracing, coroutine))
411 allow_preconfig, coroutine))