Searched refs:Py_RETURN_RICHCOMPARE (Results 1 - 10 of 10) sorted by relevance
/third_party/python/Objects/ |
H A D | cellobject.c | 103 Py_RETURN_RICHCOMPARE(b == NULL, a == NULL, op); in cell_richcompare()
|
H A D | tupleobject.c | 665 Py_RETURN_RICHCOMPARE(vlen, wlen, op); in tuplerichcompare()
|
H A D | bytesobject.c | 1577 Py_RETURN_RICHCOMPARE(c, 0, op); in bytes_richcompare() 1578 Py_RETURN_RICHCOMPARE(len_a, len_b, op); in bytes_richcompare()
|
H A D | listobject.c | 2748 Py_RETURN_RICHCOMPARE(Py_SIZE(vl), Py_SIZE(wl), op); in list_richcompare()
|
H A D | longobject.c | 3128 Py_RETURN_RICHCOMPARE(result, 0, op); in long_richcompare()
|
H A D | unicodeobject.c | 11351 Py_RETURN_RICHCOMPARE(result, 0, op); in PyUnicode_RichCompare()
|
/third_party/python/Include/ |
H A D | object.h | 688 #define Py_RETURN_RICHCOMPARE(val1, val2, op) \ macro
|
/third_party/python/Modules/ |
H A D | selectmodule.c | 1912 Py_RETURN_RICHCOMPARE(result, 0, op); in kqueue_event_richcompare()
|
H A D | _tkinter.c | 842 Py_RETURN_RICHCOMPARE(result, 0, op); in PyTclObject_richcompare()
|
H A D | _datetimemodule.c | 1806 Py_RETURN_RICHCOMPARE(diff, 0, op); in diff_to_bool()
|
Completed in 63 milliseconds