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

  /external/python/cpython2/Doc/includes/
typestruct.h 10 getattrfunc tp_getattr; member in struct:_typeobject
  /external/python/cpython3/Doc/includes/
typestruct.h 10 getattrfunc tp_getattr; member in struct:_typeobject
  /external/python/cpython3/Objects/
typeslots.inc 58 offsetof(PyHeapTypeObject, ht_type.tp_getattr),
object.c 786 if (Py_TYPE(v)->tp_getattr != NULL)
787 return (*Py_TYPE(v)->tp_getattr)(v, (char*)name);
892 if (tp->tp_getattr != NULL) {
896 return (*tp->tp_getattr)(v, name_str);
946 if (tp->tp_getattr == NULL && tp->tp_getattro == NULL)
    [all...]
typeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c     [all...]
typeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 1126 if (Py_TYPE(v)->tp_getattr != NULL)
    [all...]
typeobject.c     [all...]
  /external/python/cpython2/Objects/
object.c 1133 if (Py_TYPE(v)->tp_getattr != NULL)
1134 return (*Py_TYPE(v)->tp_getattr)(v, (char*)name);
    [all...]
typeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 333 getattrfunc tp_getattr; member in struct:_typeobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 333 getattrfunc tp_getattr; member in struct:_typeobject
    [all...]
  /external/python/cpython2/Include/
object.h 333 getattrfunc tp_getattr; member in struct:_typeobject
    [all...]
  /external/python/cpython3/Include/
object.h 355 getattrfunc tp_getattr; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 333 getattrfunc tp_getattr; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 333 getattrfunc tp_getattr; member in struct:_typeobject
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 333 getattrfunc tp_getattr; member in struct:_typeobject
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 333 getattrfunc tp_getattr; member in struct:_typeobject
    [all...]

Completed in 674 milliseconds