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

  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 58 #ifndef PyVarObject_HEAD_INIT
59 #define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size,
111 PyVarObject_HEAD_INIT(&PyType_Type, 0)
224 PyVarObject_HEAD_INIT(&PyType_Type, 0)
message.cc 43 #ifndef PyVarObject_HEAD_INIT
44 #define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size,
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 87 #define PyVarObject_HEAD_INIT(type, size) \
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 87 #define PyVarObject_HEAD_INIT(type, size) \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 87 #define PyVarObject_HEAD_INIT(type, size) \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 87 #define PyVarObject_HEAD_INIT(type, size) \
    [all...]

Completed in 3062 milliseconds