OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyWeakref_CheckRef
(Results
1 - 12
of
12
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
weakrefobject.h
45
#define
PyWeakref_CheckRef
(op) PyObject_TypeCheck(op, &_PyWeakref_RefType)
53
(
PyWeakref_CheckRef
(op) || PyWeakref_CheckProxy(op))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
weakrefobject.h
45
#define
PyWeakref_CheckRef
(op) PyObject_TypeCheck(op, &_PyWeakref_RefType)
52
/* This macro calls
PyWeakref_CheckRef
() last since that can involve a
56
(
PyWeakref_CheckRef
(op) || PyWeakref_CheckProxy(op))
/external/python/cpython2/Include/
weakrefobject.h
45
#define
PyWeakref_CheckRef
(op) PyObject_TypeCheck(op, &_PyWeakref_RefType)
53
(
PyWeakref_CheckRef
(op) || PyWeakref_CheckProxy(op))
/external/python/cpython3/Include/
weakrefobject.h
47
#define
PyWeakref_CheckRef
(op) PyObject_TypeCheck(op, &_PyWeakref_RefType)
55
(
PyWeakref_CheckRef
(op) || PyWeakref_CheckProxy(op))
/external/python/cpython3/Modules/_io/
_iomodule.c
566
assert(
PyWeakref_CheckRef
(state->locale_module));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
threadmodule.c
570
assert(
PyWeakref_CheckRef
(localweakref));
/external/python/cpython2/Modules/
threadmodule.c
576
assert(
PyWeakref_CheckRef
(localweakref));
/external/python/cpython3/Modules/
_threadmodule.c
950
assert(
PyWeakref_CheckRef
(localweakref));
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c
393
assert(
PyWeakref_CheckRef
(ref));
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c
387
assert(
PyWeakref_CheckRef
(ref));
[
all
...]
/external/python/cpython2/Objects/
typeobject.c
413
assert(
PyWeakref_CheckRef
(ref));
[
all
...]
/external/python/cpython3/Objects/
typeobject.c
265
assert(
PyWeakref_CheckRef
(ref));
[
all
...]
Completed in 1009 milliseconds