Searched defs:Py_SAFE_DOWNCAST (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dpyport.h32 Used in: Py_SAFE_DOWNCAST
448 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
455 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \ macro
458 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE) macro
/external/python/cpython3/Include/
H A Dpyport.h24 Used in: Py_SAFE_DOWNCAST
294 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
301 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \ macro
304 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE) macro

Completed in 193 milliseconds