Home
last modified time | relevance | path

Searched refs:T_LONG (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/
Dtest_structmembers.py64 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/
Dstructmember.c35 case T_LONG: in PyMember_GetOne()
208 case T_LONG:{ in PyMember_SetOne()
/third_party/python/Include/
Dstructmember.h29 #define T_LONG 2 macro
/third_party/python/Modules/
Dselectmodule.c1744 # define T_INTPTRT T_LONG
1760 # define T_INT64 T_LONG
D_testcapimodule.c5938 {"T_LONG", T_LONG, offsetof(test_structmembers, structmembers.long_member), 0, NULL},
6955 {"pvalue", T_LONG, offsetof(HeapCTypeSetattrObject, value)},
/third_party/python/Modules/_sqlite/
Dcursor.c1014 {"rowcount", T_LONG, offsetof(pysqlite_Cursor, rowcount), READONLY},
/third_party/python/Doc/c-api/
Dstructures.rst425 T_LONG long