Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenobject.c1217 } _PyAsyncGenWrappedValue; typedef
1230 static _PyAsyncGenWrappedValue *ag_value_freelist[_PyAsyncGen_MAXFREELIST];
1453 _PyAsyncGenWrappedValue *o; in PyAsyncGen_ClearFreeLists()
1495 _PyGen_SetStopIterationValue(((_PyAsyncGenWrappedValue*)result)->agw_val); in async_gen_unwrap_value()
1684 async_gen_wrapped_val_dealloc(_PyAsyncGenWrappedValue *o) in async_gen_wrapped_val_dealloc()
1698 async_gen_wrapped_val_traverse(_PyAsyncGenWrappedValue *o, in async_gen_wrapped_val_traverse()
1709 sizeof(_PyAsyncGenWrappedValue), /* tp_basicsize */
1752 _PyAsyncGenWrappedValue *o; in _PyAsyncGenValueWrapperNew()
1761 o = PyObject_GC_New(_PyAsyncGenWrappedValue, in _PyAsyncGenValueWrapperNew()