Searched defs:CXXTEST_SMALL_BIG (Results 1 - 1 of 1) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DTestSuite.h493 # define CXXTEST_SMALL_BIG(CXXTEST_SMALL, CXXTEST_BIG) \ macro
497 CXXTEST_SMALL_BIG( char, short )
498 CXXTEST_SMALL_BIG( char, int )
499 CXXTEST_SMALL_BIG( short, int )
500 CXXTEST_SMALL_BIG( char, long )
501 CXXTEST_SMALL_BIG( short, long )
502 CXXTEST_SMALL_BIG( int, long )
505 CXXTEST_SMALL_BIG( char, _CXXTEST_LONGLONG )
506 CXXTEST_SMALL_BIG( short, _CXXTEST_LONGLONG )
507 CXXTEST_SMALL_BIG( in
[all...]

Completed in 16 milliseconds