Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobject.h280 PyAsyncMethods as_async; member
/third_party/python/Objects/
Dtypeobject.c2754 type->tp_as_async = &et->as_async; in type_new_alloc()
3489 type->tp_as_async = &res->as_async; in PyType_FromModuleAndSpec()
7880 ETSLOT(NAME, as_async.SLOT, FUNCTION, WRAPPER, DOC)
8119 else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_async)) { in slotptr()
8121 offset -= offsetof(PyHeapTypeObject, as_async); in slotptr()