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

  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 369 __metaclass__ will call the constructor StructUnionType_new. It replaces the
400 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct)
463 return StructUnionType_new(type, args, kwds, 1);
469 return StructUnionType_new(type, args, kwds, 0);
    [all...]
  /external/python/cpython3/Modules/_ctypes/
_ctypes.c 329 __metaclass__ will call the constructor StructUnionType_new. It replaces the
360 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct)
423 return StructUnionType_new(type, args, kwds, 1);
429 return StructUnionType_new(type, args, kwds, 0);
    [all...]

Completed in 96 milliseconds