Searched refs:WRAP_UNARY (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | weakrefobject.c | 419 #define WRAP_UNARY(method, generic) \ macro 458 WRAP_UNARY(proxy_str, PyObject_Str) in WRAP_BINARY() 499 WRAP_UNARY(proxy_neg, PyNumber_Negative) in WRAP_BINARY() 500 WRAP_UNARY(proxy_pos, PyNumber_Positive) in WRAP_BINARY() 501 WRAP_UNARY(proxy_abs, PyNumber_Absolute) in WRAP_BINARY() 502 WRAP_UNARY(proxy_invert, PyNumber_Invert) in WRAP_BINARY() 508 WRAP_UNARY(proxy_int, PyNumber_Int) in WRAP_BINARY() 509 WRAP_UNARY(proxy_long, PyNumber_Long) in WRAP_BINARY() 510 WRAP_UNARY(proxy_float, PyNumber_Float) in WRAP_BINARY() 524 WRAP_UNARY(proxy_index, PyNumber_Index) in WRAP_BINARY()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | weakrefobject.c | 408 #define WRAP_UNARY(method, generic) \ macro 447 WRAP_UNARY(proxy_str, PyObject_Str) in WRAP_BINARY() 488 WRAP_UNARY(proxy_neg, PyNumber_Negative) in WRAP_BINARY() 489 WRAP_UNARY(proxy_pos, PyNumber_Positive) in WRAP_BINARY() 490 WRAP_UNARY(proxy_abs, PyNumber_Absolute) in WRAP_BINARY() 491 WRAP_UNARY(proxy_invert, PyNumber_Invert) in WRAP_BINARY() 497 WRAP_UNARY(proxy_int, PyNumber_Int) in WRAP_BINARY() 498 WRAP_UNARY(proxy_long, PyNumber_Long) in WRAP_BINARY() 499 WRAP_UNARY(proxy_float, PyNumber_Float) in WRAP_BINARY() 513 WRAP_UNARY(proxy_index, PyNumber_Index) in WRAP_BINARY()
|