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

  /external/python/cpython3/Modules/_ctypes/
ctypes.h 16 typedef PyObject *(* GETFUNC)(void *, Py_ssize_t size);
165 GETFUNC getfunc; member in struct:fielddesc
168 GETFUNC getfunc_swapped;
178 GETFUNC getfunc; /* getter function if proto is NULL */ member in struct:__anon33245
201 GETFUNC getfunc; /* Only for simple objects */ member in struct:__anon33246
223 setfunc and getfunc is only set for simple data types, it is copied from the
253 - getfunc: convert data from a memory block into a python valu
    [all...]
  /external/python/cpython2/Modules/_ctypes/
ctypes.h 54 typedef PyObject *(* GETFUNC)(void *, Py_ssize_t size);
205 GETFUNC getfunc; member in struct:fielddesc
208 GETFUNC getfunc_swapped;
218 GETFUNC getfunc; /* getter function if proto is NULL */ member in struct:__anon32651
241 GETFUNC getfunc; /* Only for simple objects */ member in struct:__anon32652
263 setfunc and getfunc is only set for simple data types, it is copied from the
293 - getfunc: convert data from a memory block into a python valu
    [all...]

Completed in 47 milliseconds