Home
last modified time | relevance | path

Searched refs:PY_LONG_LONG (Results 1 – 5 of 5) sorted by relevance

/third_party/python/PC/
Dpyconfig.h219 #define PY_LONG_LONG long long macro
245 #ifndef PY_LONG_LONG
246 # define PY_LONG_LONG __int64 macro
/third_party/python/Include/
Dpyport.h65 #ifndef PY_LONG_LONG
66 #define PY_LONG_LONG long long macro
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc644 unsigned PY_LONG_LONG ulong_result; in CheckAndGetInteger()
658 if (VerifyIntegerCastAndRange<T, unsigned PY_LONG_LONG>(arg, in CheckAndGetInteger()
666 PY_LONG_LONG long_result; in CheckAndGetInteger()
683 if (VerifyIntegerCastAndRange<T, PY_LONG_LONG>(arg, long_result)) { in CheckAndGetInteger()
/third_party/python/Doc/whatsnew/
D3.6.rst1864 place of custom macros like ``PY_LONG_LONG``.
/third_party/python/Misc/
DHISTORY21830 - LONG_LONG was renamed to PY_LONG_LONG. Extensions that use this and
21833 #ifndef PY_LONG_LONG
21834 #define PY_LONG_LONG LONG_LONG