Searched refs:T_LONG (Results 1 – 16 of 16) 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/Include/ |
D | structmember.h | 29 #define T_LONG 2 macro
|
/third_party/python/Python/ |
D | structmember.c | 35 case T_LONG: in PyMember_GetOne() 208 case T_LONG:{ in PyMember_SetOne()
|
/third_party/boost/libs/wave/test/testlexers/ |
D | cpp_tokens.hpp | 144 { "long", boost::wave::T_LONG },
|
/third_party/boost/boost/wave/ |
D | token_ids.hpp | 188 T_LONG = TOKEN_FROM_ID(335, KeywordTokenType), enumerator
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xlex_lexer.hpp | 282 TOKEN_DATA(T_LONG, "long"),
|
/third_party/boost/libs/wave/samples/list_includes/lexertl/ |
D | lexertl_lexer.hpp | 280 TOKEN_DATA(T_LONG, "long"),
|
/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/boost/boost/wave/cpplexer/re2clex/ |
D | strict_cpp.re | 83 "long" { BOOST_WAVE_RET(T_LONG); }
|
D | cpp.re | 84 "long" { BOOST_WAVE_RET(T_LONG); }
|
D | cpp_re.inc | 3536 { BOOST_WAVE_RET(T_LONG); }
|
D | strict_cpp_re.inc | 3526 { BOOST_WAVE_RET(T_LONG); }
|
/third_party/boost/libs/wave/samples/hannibal/ |
D | translation_unit_parser.h | 1309 | ch_p(T_LONG) in definition()
|
/third_party/python/Doc/c-api/ |
D | structures.rst | 425 T_LONG long
|