Searched refs:_operator_ior_impl (Results 1 – 2 of 2) sorted by relevance
806 _operator_ior_impl(PyObject *module, PyObject *a, PyObject *b);820 return_value = _operator_ior_impl(module, a, b); in _operator_ior()
441 _operator_ior_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_ior_impl() function