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

  /external/python/cpython3/Doc/includes/
typestruct.h 76 unsigned int tp_version_tag; member in struct:_typeobject
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 401 unsigned int tp_version_tag; member in struct:_typeobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 401 unsigned int tp_version_tag; member in struct:_typeobject
    [all...]
  /external/python/cpython2/Include/
object.h 401 unsigned int tp_version_tag; member in struct:_typeobject
    [all...]
  /external/python/cpython3/Include/
object.h 423 unsigned int tp_version_tag; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 401 unsigned int tp_version_tag; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 401 unsigned int tp_version_tag; member in struct:_typeobject
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 401 unsigned int tp_version_tag; member in struct:_typeobject
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 401 unsigned int tp_version_tag; member in struct:_typeobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 21 MCACHE_HASH((type)->tp_version_tag, \
71 tp_version_tag value is meaningless unless this flag is set.
144 /* Ensure that the tp_version_tag is valid and set
159 type->tp_version_tag = next_version_tag++;
162 if (type->tp_version_tag == 0) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 21 MCACHE_HASH((type)->tp_version_tag, \
71 tp_version_tag value is meaningless unless this flag is set.
144 /* Ensure that the tp_version_tag is valid and set
159 type->tp_version_tag = next_version_tag++;
162 if (type->tp_version_tag == 0) {
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 22 MCACHE_HASH((type)->tp_version_tag, \
92 tp_version_tag value is meaningless unless this flag is set.
165 /* Ensure that the tp_version_tag is valid and set
180 type->tp_version_tag = next_version_tag++;
183 if (type->tp_version_tag == 0) {
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 23 MCACHE_HASH((type)->tp_version_tag, \
227 tp_version_tag value is meaningless unless this flag is set.
295 /* Ensure that the tp_version_tag is valid and set
310 type->tp_version_tag = next_version_tag++;
313 if (type->tp_version_tag == 0) {
    [all...]

Completed in 588 milliseconds