Searched refs:T_LONG (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/test/ |
D | test_structmembers.py | 64 ts.T_LONG = LONG_MAX 65 self.assertEqual(ts.T_LONG, LONG_MAX) 66 ts.T_LONG = LONG_MIN 67 self.assertEqual(ts.T_LONG, LONG_MIN)
|
/third_party/python/Python/ |
D | structmember.c | 35 case T_LONG: in PyMember_GetOne() 208 case T_LONG:{ in PyMember_SetOne()
|
/third_party/python/Include/ |
D | structmember.h | 29 #define T_LONG 2 macro
|
/third_party/python/Modules/ |
D | selectmodule.c | 1744 # define T_INTPTRT T_LONG 1760 # define T_INT64 T_LONG
|
D | _testcapimodule.c | 5938 {"T_LONG", T_LONG, offsetof(test_structmembers, structmembers.long_member), 0, NULL}, 6955 {"pvalue", T_LONG, offsetof(HeapCTypeSetattrObject, value)},
|
/third_party/python/Modules/_sqlite/ |
D | cursor.c | 1014 {"rowcount", T_LONG, offsetof(pysqlite_Cursor, rowcount), READONLY},
|
/third_party/python/Doc/c-api/ |
D | structures.rst | 425 T_LONG long
|