Home
last modified time | relevance | path

Searched defs:SEQAN_ASSERT_LEQ (Results 1 – 4 of 4) sorted by relevance

/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/basic/
H A Ddebug_test_system.h2259 #define SEQAN_ASSERT_LEQ(_arg1, _arg2) \ macro
2404 #define SEQAN_ASSERT_LEQ(_arg1, _arg2) do { assert(_arg1 <= _arg2); } while (false) macro
2424 #define SEQAN_ASSERT_LEQ(_arg1, _arg2) do {} while (false) macro
2504 void SEQAN_ASSERT_LEQ(T1 const & _arg1, T2 const & _arg2) in SEQAN_ASSERT_LEQ() function
2621 void SEQAN_ASSERT_LEQ(T1 const & _arg1, T2 const & _arg2) {} in SEQAN_ASSERT_LEQ() function
/dports/biology/seqan1/seqan-1.3.1/seqan/basic/
H A Dbasic_testing.h1274 #define SEQAN_ASSERT_LEQ(_arg1, _arg2) \ macro
1419 #define SEQAN_ASSERT_LEQ(_arg1, _arg2) do {} while (false) macro
1499 void SEQAN_ASSERT_LEQ(T1 const &_arg1, T2 const &_arg2) in SEQAN_ASSERT_LEQ() function
1609 template <typename T1, typename T2> void SEQAN_ASSERT_LEQ(T1 const &_arg1, T2 const &_arg2) {} in SEQAN_ASSERT_LEQ() function
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/basic/
H A Ddebug_test_system.h2126 #define SEQAN_ASSERT_LEQ(_arg1, _arg2) \ macro
2270 #define SEQAN_ASSERT_LEQ(_arg1, _arg2) do {} while (false) macro
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/basic/
H A Ddebug_test_system.h2126 #define SEQAN_ASSERT_LEQ(_arg1, _arg2) \ macro
2270 #define SEQAN_ASSERT_LEQ(_arg1, _arg2) do {} while (false) macro