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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
weakrefobject.h 48 #define PyWeakref_CheckProxy(op) \
53 (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
weakrefobject.h 48 #define PyWeakref_CheckProxy(op) \
56 (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
  /external/python/cpython2/Include/
weakrefobject.h 48 #define PyWeakref_CheckProxy(op) \
53 (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
  /prebuilts/gdb/darwin-x86/include/python2.7/
weakrefobject.h 48 #define PyWeakref_CheckProxy(op) \
56 (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
  /prebuilts/gdb/linux-x86/include/python2.7/
weakrefobject.h 48 #define PyWeakref_CheckProxy(op) \
56 (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
weakrefobject.h 48 #define PyWeakref_CheckProxy(op) \
56 (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
weakrefobject.h 48 #define PyWeakref_CheckProxy(op) \
56 (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))

Completed in 129 milliseconds