Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dgenobject.c1257 typedef struct _PyAsyncGenWrappedValue { struct
1260 } _PyAsyncGenWrappedValue; typedef
1492 _PyAsyncGenWrappedValue *o; in _PyAsyncGen_ClearFreeLists()
1538 _PyGen_SetStopIterationValue(((_PyAsyncGenWrappedValue*)result)->agw_val); in async_gen_unwrap_value()
1753 async_gen_wrapped_val_dealloc(_PyAsyncGenWrappedValue *o) in async_gen_wrapped_val_dealloc()
1773 async_gen_wrapped_val_traverse(_PyAsyncGenWrappedValue *o, in async_gen_wrapped_val_traverse()
1784 sizeof(_PyAsyncGenWrappedValue), /* tp_basicsize */
1827 _PyAsyncGenWrappedValue *o; in _PyAsyncGenValueWrapperNew()
1842 o = PyObject_GC_New(_PyAsyncGenWrappedValue, in _PyAsyncGenValueWrapperNew()
/third_party/python/Include/internal/
Dpycore_interp.h147 struct _PyAsyncGenWrappedValue* value_freelist[_PyAsyncGen_MAXFREELIST];
/third_party/python/Tools/c-analyzer/
DTODO99 Objects/genobject.c:ag_value_freelist static _PyAsyncGenWrappedValue *ag…