Home
last modified time | relevance | path

Searched refs:PY_LONG_LONG (Results 1 - 3 of 3) sorted by relevance

/third_party/python/PC/
H A Dpyconfig.h226 #define PY_LONG_LONG long long macro
252 #ifndef PY_LONG_LONG
253 # define PY_LONG_LONG __int64 macro
/third_party/python/Include/
H A Dpyport.h92 #ifndef PY_LONG_LONG
93 #define PY_LONG_LONG long long macro
/third_party/protobuf/python/google/protobuf/pyext/
H A 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()

Completed in 7 milliseconds