Searched refs:nb_or (Results 1 - 10 of 10) sorted by relevance
/third_party/python/Objects/ |
H A D | boolobject.c | 86 return PyLong_Type.tp_as_number->nb_or(a, b); in bool_or() 125 bool_or, /* nb_or */
|
H A D | unionobject.c | 339 .nb_or = _Py_union_type_or, // Add __or__ function
|
H A D | genericaliasobject.c | 845 .nb_or = _Py_union_type_or, // Add __or__ function
|
H A D | abstract.c | 1062 BINARY_FUNC(PyNumber_Or, nb_or, "|") 1247 INPLACE_BINOP(PyNumber_InPlaceOr, nb_inplace_or, nb_or, "|=")
|
H A D | odictobject.c | 899 .nb_or = odict_or,
|
H A D | typeobject.c | 4392 .nb_or = _Py_union_type_or, // Add __or__ function 5896 COPYNUM(nb_or); in inherit_slots() 7525 SLOT1BIN(slot_nb_or, nb_or, __or__, __ror__) 8139 BINSLOT("__or__", nb_or, slot_nb_or, "|"), 8140 RBINSLOT("__ror__", nb_or, slot_nb_or, "|"),
|
H A D | descrobject.c | 1070 .nb_or = mappingproxy_or,
|
H A D | dictobject.c | 3748 .nb_or = dict_or, 5022 (binaryfunc)dictviews_or, /*nb_or*/
|
/third_party/python/Include/cpython/ |
H A D | object.h | 81 binaryfunc nb_or; member
|
/third_party/python/Modules/ |
H A D | _collectionsmodule.c | 2165 .nb_or = defdict_or,
|
Completed in 34 milliseconds