Searched refs:_operator_gt_impl (Results 1 – 2 of 2) sorted by relevance
1214 _operator_gt_impl(PyObject *module, PyObject *a, PyObject *b);1228 return_value = _operator_gt_impl(module, a, b); in _operator_gt()
636 _operator_gt_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_gt_impl() function