Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dtypeslots.inc78 {offsetof(PyAsyncMethods, am_await), offsetof(PyTypeObject, tp_as_async)},
79 {offsetof(PyAsyncMethods, am_aiter), offsetof(PyTypeObject, tp_as_async)},
80 {offsetof(PyAsyncMethods, am_anext), offsetof(PyTypeObject, tp_as_async)},
82 {offsetof(PyAsyncMethods, am_send), offsetof(PyTypeObject, tp_as_async)},
Dgenobject.c830 static PyAsyncMethods gen_as_async = {
1178 static PyAsyncMethods coro_as_async = {
1568 static PyAsyncMethods async_gen_as_async = {
1840 static PyAsyncMethods async_gen_asend_as_async = {
2260 static PyAsyncMethods async_gen_athrow_as_async = {
Diterobject.c457 static PyAsyncMethods anextawaitable_as_async = {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dobject.h135 } PyAsyncMethods; typedef
159 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2)
244 PyAsyncMethods as_async;
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dobject.h135 } PyAsyncMethods; typedef
159 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2)
244 PyAsyncMethods as_async;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dobject.h135 } PyAsyncMethods; typedef
159 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2)
244 PyAsyncMethods as_async;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dobject.h135 } PyAsyncMethods; typedef
159 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2)
244 PyAsyncMethods as_async;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dobject.h135 } PyAsyncMethods; typedef
159 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2)
244 PyAsyncMethods as_async;
/aosp_15_r20/external/python/cpython3/Doc/includes/
Dtypestruct.h12 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dtypeobj.rst60 …| :c:member:`~PyTypeObject.tp_as_async` | :c:type:`PyAsyncMethods` * | :ref:`sub-s…
202 …| :c:member:`~PyAsyncMethods.am_await` | :c:type:`unaryfunc` | __…
204 …| :c:member:`~PyAsyncMethods.am_aiter` | :c:type:`unaryfunc` | __…
206 …| :c:member:`~PyAsyncMethods.am_anext` | :c:type:`unaryfunc` | __…
208 …| :c:member:`~PyAsyncMethods.am_send` | :c:type:`sendfunc` | …
789 .. c:member:: PyAsyncMethods* PyTypeObject.tp_as_async
2433 .. c:type:: PyAsyncMethods
2445 } PyAsyncMethods;
2447 .. c:member:: unaryfunc PyAsyncMethods.am_await
2458 .. c:member:: unaryfunc PyAsyncMethods.am_aiter
[all …]
Dtype.rst269 :c:type:`PyAsyncMethods` with an added ``Py_`` prefix.
/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c1465 static PyAsyncMethods FutureType_as_async = {
1739 static PyAsyncMethods FutureIterType_as_async = {
D_testcapimodule.c7041 static PyAsyncMethods awaitType_as_async = {
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.10.0a3.rst1481 Add dedicated entry to PyAsyncMethods for sending values
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv1020 # PyAsyncMethods
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi2315 …<typedef-decl name='PyAsyncMethods' type-id='type-id-121' filepath='./Include/cpython/object.h' li…