Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dgenobject.c1425 #define _PyAsyncGenWrappedValue_CheckExact(o) \ macro
1666 assert(_PyAsyncGenWrappedValue_CheckExact(o)); in _PyAsyncGen_ClearFreeLists()
1709 if (_PyAsyncGenWrappedValue_CheckExact(result)) { in async_gen_unwrap_value()
1943 assert(_PyAsyncGenWrappedValue_CheckExact(o)); in async_gen_wrapped_val_dealloc()
2023 assert(_PyAsyncGenWrappedValue_CheckExact(o)); in _PyAsyncGenValueWrapperNew()
2122 if (retval && _PyAsyncGenWrappedValue_CheckExact(retval)) { in async_gen_athrow_send()
2156 if (_PyAsyncGenWrappedValue_CheckExact(retval)) { in async_gen_athrow_send()
2213 if (retval && _PyAsyncGenWrappedValue_CheckExact(retval)) { in async_gen_athrow_throw()