HomeSort by relevance Sort by last modified time
    Searched defs:cobject (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
cobject.h 80 void *cobject; member in struct:__anon5289
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
cobject.h 80 void *cobject; member in struct:__anon5596
  /external/python/cpython2/Include/
cobject.h 80 void *cobject; member in struct:__anon36481
  /external/python/cpython2/Doc/includes/
capsulethunk.h 36 __PyCapsule_SetField(capsule, cobject, pointer)
48 * to store a Capsule "name" in a CObject.
116 PyCObject *cobject = (PyCObject *)object; local
117 return_value = cobject->cobject;
  /external/python/cpython3/Doc/includes/
capsulethunk.h 36 __PyCapsule_SetField(capsule, cobject, pointer)
48 * to store a Capsule "name" in a CObject.
116 PyCObject *cobject = (PyCObject *)object; local
117 return_value = cobject->cobject;

Completed in 743 milliseconds