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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
cellobject.h 12 } PyCellObject;
22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref)
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
cellobject.c 8 PyCellObject *op;
10 op = (PyCellObject *)PyObject_GC_New(PyCellObject, &PyCell_Type);
27 Py_XINCREF(((PyCellObject*)op)->ob_ref);
47 cell_dealloc(PyCellObject *op)
55 cell_compare(PyCellObject *a, PyCellObject *b)
73 cell_repr(PyCellObject *op)
84 cell_traverse(PyCellObject *op, visitproc visit, void *arg)
91 cell_clear(PyCellObject *op)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
cellobject.h 12 } PyCellObject;
22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref)
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
cellobject.c 8 PyCellObject *op;
10 op = (PyCellObject *)PyObject_GC_New(PyCellObject, &PyCell_Type);
27 Py_XINCREF(((PyCellObject*)op)->ob_ref);
47 cell_dealloc(PyCellObject *op)
55 cell_compare(PyCellObject *a, PyCellObject *b)
73 cell_repr(PyCellObject *op)
84 cell_traverse(PyCellObject *op, visitproc visit, void *arg)
91 cell_clear(PyCellObject *op)
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
cellobject.h 12 } PyCellObject;
22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref)
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /prebuilts/gdb/linux-x86/include/python2.7/
cellobject.h 12 } PyCellObject;
22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref)
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cellobject.h 12 } PyCellObject;
22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref)
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cellobject.h 12 } PyCellObject;
22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref)
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)

Completed in 2169 milliseconds