HomeSort by relevance Sort by last modified time
    Searched refs:tp_compare (Results 1 - 14 of 14) sorted by null

  /external/python/cpython2/Doc/includes/
typestruct.h 12 cmpfunc tp_compare; member in struct:_typeobject
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c 553 /* Helper to warn about deprecated tp_compare return values. Return:
568 "tp_compare didn't return -1 or -2 "
581 "tp_compare didn't return -1, 0 or 1") < 0)
711 f = v->ob_type->tp_compare;
715 return (*w->ob_type->tp_compare)(v, w);
717 /* If both have the same (non-NULL) tp_compare, use it. */
718 if (f != NULL && f == w->ob_type->tp_compare) {
723 /* If either tp_compare is _PyObject_SlotCompare, that's safe. */
725 w->ob_type->tp_compare == _PyObject_SlotCompare)
730 b) have different types or a type without tp_compare; and
    [all...]
typeobject.c 644 Py_TYPE(v)->tp_compare || Py_TYPE(w)->tp_compare) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 548 /* Helper to warn about deprecated tp_compare return values. Return:
563 "tp_compare didn't return -1 or -2 "
576 "tp_compare didn't return -1, 0 or 1") < 0)
706 f = v->ob_type->tp_compare;
710 return (*w->ob_type->tp_compare)(v, w);
712 /* If both have the same (non-NULL) tp_compare, use it. */
713 if (f != NULL && f == w->ob_type->tp_compare) {
718 /* If either tp_compare is _PyObject_SlotCompare, that's safe. */
720 w->ob_type->tp_compare == _PyObject_SlotCompare)
725 b) have different types or a type without tp_compare; and
    [all...]
typeobject.c 638 Py_TYPE(v)->tp_compare || Py_TYPE(w)->tp_compare) {
    [all...]
  /external/python/cpython2/Objects/
object.c 553 /* Helper to warn about deprecated tp_compare return values. Return:
568 "tp_compare didn't return -1 or -2 "
581 "tp_compare didn't return -1, 0 or 1") < 0)
711 f = v->ob_type->tp_compare;
715 return (*w->ob_type->tp_compare)(v, w);
717 /* If both have the same (non-NULL) tp_compare, use it. */
718 if (f != NULL && f == w->ob_type->tp_compare) {
723 /* If either tp_compare is _PyObject_SlotCompare, that's safe. */
725 w->ob_type->tp_compare == _PyObject_SlotCompare)
730 b) have different types or a type without tp_compare; an
    [all...]
typeobject.c 664 Py_TYPE(v)->tp_compare || Py_TYPE(w)->tp_compare) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 335 cmpfunc tp_compare; member in struct:_typeobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 335 cmpfunc tp_compare; member in struct:_typeobject
    [all...]
  /external/python/cpython2/Include/
object.h 335 cmpfunc tp_compare; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 335 cmpfunc tp_compare; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 335 cmpfunc tp_compare; member in struct:_typeobject
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 335 cmpfunc tp_compare; member in struct:_typeobject
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 335 cmpfunc tp_compare; member in struct:_typeobject
    [all...]

Completed in 601 milliseconds