Searched refs:_operator_xor_impl (Results 1 – 2 of 2) sorted by relevance
416 _operator_xor_impl(PyObject *module, PyObject *a, PyObject *b);430 return_value = _operator_xor_impl(module, a, b); in _operator_xor()
272 _operator_xor_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_xor_impl() function