Home
last modified time | relevance | path

Searched refs:T_LONG (Results 1 – 16 of 16) 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/Include/
Dstructmember.h29 #define T_LONG 2 macro
/third_party/python/Python/
Dstructmember.c35 case T_LONG: in PyMember_GetOne()
208 case T_LONG:{ in PyMember_SetOne()
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp144 { "long", boost::wave::T_LONG },
/third_party/boost/boost/wave/
Dtoken_ids.hpp188 T_LONG = TOKEN_FROM_ID(335, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp282 TOKEN_DATA(T_LONG, "long"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp280 TOKEN_DATA(T_LONG, "long"),
/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/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re83 "long" { BOOST_WAVE_RET(T_LONG); }
Dcpp.re84 "long" { BOOST_WAVE_RET(T_LONG); }
Dcpp_re.inc3536 { BOOST_WAVE_RET(T_LONG); }
Dstrict_cpp_re.inc3526 { BOOST_WAVE_RET(T_LONG); }
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h1309 | ch_p(T_LONG) in definition()
/third_party/python/Doc/c-api/
Dstructures.rst425 T_LONG long