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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
cobject.c 117 PyCObject* cself = (PyCObject*)self; local
118 if (cself == NULL || !PyCObject_Check(cself) ||
119 cself->destructor != NULL) {
124 cself->cobject = cobj;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
cobject.c 117 PyCObject* cself = (PyCObject*)self; local
118 if (cself == NULL || !PyCObject_Check(cself) ||
119 cself->destructor != NULL) {
124 cself->cobject = cobj;

Completed in 53 milliseconds