Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dtyping.rst1724 ``Generator[YieldType, SendType, ReturnType]``. For example::
1745 either ``Iterable[YieldType]`` or ``Iterator[YieldType]``::
1796 ``AsyncGenerator[YieldType, SendType]``. For example::
1817 either ``AsyncIterable[YieldType]`` or ``AsyncIterator[YieldType]``::
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp4307 void Nucleus::createCoroutine(Type *YieldType, const std::vector<Type *> &Params) in createCoroutine() argument
4317 auto promiseTy = T(YieldType); in createCoroutine()